@CHARSET "UTF-8";

/* Standard Definitionen */
body, p, a, h1, h2, h3, td, tr, tabel, OBJECT {
margin: 0px; padding: 0px;
background: background-color: #fff;
font-family: Georgia, Helvetica, sans-serif;
font-size: 12px; 
color: #626262; 
line-height: 22px;
font-style: normal;	
font-weight: normal;
font-variant: normal;
}

/* Headlines auszeichnung */
h1 { 
font-weight: normal;
font-size: 16px;
line-height: 14px;
margin-top:25px;
margin-bottom:0px;
}

.subheadline { color: #868686; }

/* HyperLinks */
a:link, a:visited, a:active { text-decoration:none;}
a:hover { text-decoration:underline; }

/* Auto Absätze im rechten Contentbereich */
#content p, #content h1, #content img, #content ul {
margin-bottom: 16px;
}

/*Korrektur: Die Bilder/Videos sollen gleich anfangen wie der Fliesstext - bündig zum Logo */
#content img, #content object {
margin-top:2px;
}

/* Position des linken Frames */
#navigation { 

position: absolute; 
left: 69px; top: 87px; 
background-color: #ffffff;  
}

/* Position und Größe des rechten Frames */
#content, #archiv { 
position: absolute; 
padding-bottom: 60px;
left: 240px; top: 85px; width: 464px; 
background-color: #fffff;  
}

/* Position und Größe der Archivdarstellung */
#archiv { width: 524px;  }
#archiv img{ padding-bottom: 6px;  }
#archiv p{ width: 142px; padding-right: 20px; float: left; padding-bottom: 50px; }


input {
	font-family:georgia;  
	font-size:16px;
	border:1px solid #c0c0c0;
	width:320px;
	height:22px;
	margin-bottom: 12px;
	margin-top: 3px;
	padding-left:3px;
}

textarea {
	margin-top: 3px;
	font-family:georgia;  
	font-size:16px;
	border:1px solid #c0c0c0;
	width:464px;
	height:200px;
	margin-bottom: 10px;
	padding-top:6px;
	padding-left:3px;
}



.btn{
	margin-top:10px;
	background-color: #303030;
	padding:0px 20px;
	border:0px;
	height:30px;
	width:200px;
	
	line-height:18px;
	color:#fff;
	font-size:12px;
	margin-right:10px;
	text-decoration:none;
	
}

