/* screen.css */

/* Farbe, Hintergrund, Schrift für Hauptseite */
body {
	color: #000000;
	background-color: #FFF;
	padding: 0px;
	margin: 0px;
	font-family: verdana, sans-serif;
	font-size: 12px;
	background-image: url(../bilder/C-TS%20650%20weis1.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: scroll;
	
}

/* DIV-Box für Logo */
#logo {
	color: #003333;
	background-color: #FFF;
	margin: 0px;
	font: bold 14px verdana, sans-serif;
	text-align: center;
	vertical-align: middle;
	padding-top: 16px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}

/* DIV-Box für Navigation */
#navigation {
	float: left;
	width: 200px;
	margin-top: 12px;
	margin-left: 14px;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 0.8em;
	height: 470px;
}


/* Tabelle für Navigation */
#navigation ul {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	list-style: none;
	width: 200px;
}
#navigation li {
	padding: 0px 0px 2px 0px;
	margin: 0px;
}

/* Navigation Schrift */
#navigation a {
	width: 180px;
	display: block;
	color: #FFFFFF;
	background-color: #004A6A;
	border: 0px solid #FFFFFF;
	padding: 2px 2px 2px 10px;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	border-top-color: #FFFFFF;
}

/* Navigation Schrift Mouseover */
#navigation a:hover {
	color: #ffffff;
	background-color: #000;
	border: 0px solid #FFF;
}

/* Navigation Tabellenüberschrift */
#navigation p {
	font-weight: bold;
	font-size: 13px;
	margin: 0px;
	padding: 0px; color: #003300;
}
/* DIV-Box für Navigation-rechts */
#navigation_rechts {
	float: right;
	width: 200px;
	margin-top: 12px;
	margin-left: 14px;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 9px;
	height: 470px;
}

/* Tabelle für Navigation-rechts */
#navigation_rechts ul {
	margin: 0px 0px 14px 0px;
	padding: 0px;
	list-style: none;
	width: 200px;
}
#navigation_rechts li {
	padding: 0px 0px 2px 0px;
	margin: 0px;
	background-color: #FFF;
}

/* Navigation-rechts Schrift */
#navigation_rechts a {
	width: 180px;
	display: block;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	padding: 2px 2px 2px 10px;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

/* Navigation-rechts Schrift Mouseover */
#navigation_rechts a:hover {
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	text-decoration: underline;
}

/* Navigation-rechts Tabellenüberschrift */
#navigation_rechts p {
	font-weight: bold;
	font-size: 13px;
	margin: 0px;
	padding: 0px; color: #003300;
}


/* DIV-Box Mainframe */
#inhalt {
	border-left: 2px dotted #FFFFFF;
	margin-top: 0px;
	margin-right: 225px;
	margin-bottom: 0px;
	margin-left: 225px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 22px;
	padding-left: 30px;
	height: auto;
}

/* DIV-Box inhalt klein */
#inhalt_klein{
	border-left: 2px;
	margin-top: 0px;
	margin-right: 130px;
	margin-bottom: 0px;
	margin-left: 130px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 22px;
	padding-left: 30px;
	height: auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* Überschrift Mainframe H1 */
#inhalt h1 {
	margin: 0px 0px 12px 0px;
	padding: 2px 0 2px 5px;
	font: bold 11px Geneva, Arial, Helvetica, sans-serif;
	border-left: 9px solid #666666;
	border-bottom: 1px solid #666666;
	color: #000000;

}

/* Überschrift Mainframe H2 */
#inhalt h2 {
	margin: 0px 0px 11px 0px;
	padding: 2px 0px 2px 5px;
	font: bold 11px Geneva, Arial, Helvetica, sans-serif;
	border-left: 9px solid #666666;
	border-bottom: 1px solid #666666;
	color: #000000;

}

/* Überschrift Mainframe H3 */
#inhalt h3 {
	margin: 0px 0px 11px 0px;
	padding: 2px 0px 2px 5px;
	font: bold 11px Geneva, Arial, Helvetica, sans-serif;
	border-left: 8px solid #666666;
	border-bottom: 1px solid #666666;
	color: #000000;

}

/* Überschrift Mainframe H4 */
#inhalt h4{
	margin: 0px 0px 11px 0px;
	padding: 2px 0px 2px 5px;
	font: bold 11px Geneva, Arial, Helvetica, sans-serif;
	border-left: 7px solid #666666;
	border-bottom: 1px solid #666666;
	color: #000000;

}

/* Überschrift Mainframe H5 */
#inhalt h5 {
	margin: 0px 0px 11px 0px;
	padding: 2px 0px 2px 5px;
	font: bold 11px Geneva, Arial, Helvetica, sans-serif;
	border-left: 6px solid #666666;
	border-bottom: 1px solid #666666;
	color: #000000;

}

/* Überschrift Mainframe H6 */
#inhalt h6 {
	margin: 0px 0px 11px 0px;
	padding: 2px 0 2px 5px;
	font: bold 11px Geneva, Arial, Helvetica, sans-serif;
	border-left: 5px solid #666666;
	border-bottom: 1px solid #666666;
	color: #000000;

}

/* DIV-Box Fuß */
#fuss {
	clear: left;
	color: white;
	background-color: #999999;
	padding: 10px 20px 10px 0px;
	text-align: center;
	font-family: verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

/* DIV-Inhalt index */
#index {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000066;
	text-align: center;
	background-color: #FFFFFF;
	float: inherit;
}

/* DIV-Box Inhalt mitte-links */
#div_inhalt_mitte_links {
	position: absolute;
	left: 22%;
	width: 28%;
	top: auto;
}


/* DIV-Box Inhalt mitte-rechts */
#div_inhalt_mitte_rechts {
	position: absolute; 
	left: 51%; 
	width: 28%; 
	top: auto;
}

/* DIV-Box Inhalt klein mitte */
#div_inhalt_mitte {
	position: absolute;
	left: 22%;
	width: 55%;
	top: auto;
}

/* Schrift Fuß */
#fuss a {
	text-decoration: none;
	color: #ffffff;
}

/* Schrift Link angesehen Fuß */
#fuss a:visited {
	text-decoration: none;
	color: #ffffff;
}

/* Schrift Link Mouseover Fuß */
#fuss a:hover {
	text-decoration: none;
	
}

/* Schrift Link */
a:link {
	text-decoration: none;
	color: #333333;
}

/* Schrift besuchte Links */
a:visited {
	text-decoration: none;
	color: #333333;
}

/* Schrift Mouseover Link */
a:hover {
	text-decoration: underline;
	color: #999999;
}
#werbung {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000066;
	text-align: center;
	text-decoration: none; 
	padding-bottom: 5px;
}
#copyright {
	clear: left;
	color: #000;
	padding: 10px 30px 10px 0px;
	text-align: center;
	font-family: verdana, sans-serif;
	font-size: 9px;
	font-weight: bold;
}

/* Schrift copyright */
#copyright a {
	text-decoration: none;
	color: #000;
}

/* Schrift Link angesehen copyright */
#copyright a:visited {
	color: #000;
}

/* Schrift Link Mouseover copyright */
#copyright a:hover {
	text-decoration: Underline;
}
#buttom {
	font-size: 10px;
	text-align: center;
}
#formmail {
	font-size: 12px;
	vertical-align: top;
}
#formular {
	font-size: 12px;
	width: 100%;
	padding-top: 40px;
	text-align: center;
}
.Danke {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}
.Main {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
}
.required {
	font-size: 9px;
	color: #F00;
	font-family: Verdana, Geneva, sans-serif;
	vertical-align: top;
}
#maininnen {
	vertical-align: top;
}
#maininnen2 {
	padding-bottom: 60px;
}
.Bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#banner1 {
	height: 60px;
	width: 468px;
	float: right;
}
.Error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #F00;
	text-align: center;
	font-weight: bold;
}
#banner2 {
}
#banner3 {
	text-align: center;
}
#banner_klein {
	text-align: center;
	padding-right: 3px;
	padding-left: 3px;
}

/* DIV-Box für Navigation-fuss */
#navigation_fuss {
	float: right;
	width: 200px;
	margin-top: 12px;
	margin-left: 14px;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 10px;
	height: auto;
}

/* Tabelle für Navigation-fuss */
#navigation_fuss ul {
	list-style: none;
}

#navigation_fuss li {
	padding: 0px 0px 2px 0px;
	margin: 0px;
	background-color: #FFFFFF;
}

/* Navigation-fuss Schrift */
#navigation_fuss a {
	width: 180px;
	display: block;
	color: #666666;
	background-color: #FFFFFF;
	border: 0px solid #FFFFFF;
	padding: 2px 2px 2px 10px;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	
}

/* Navigation-fuss Schrift Mouseover */
#navigation_fuss a:hover {
	color: #000000;
}

/* Navigation-fuss Tabellenüberschrift */
#navigation_fuss p {
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	padding: 0px;color: #333333;
	text-align: left;
	padding-left: 10px

}

/* DIV-Box menue Fuss links */
#div_fuss_links {
	position: absolute; 
	left: 2%; 
	width: 23%; 
	top: auto; 
	background-color: #ffffff;  
}

/* DIV-Box menue Fuss mitte-links */
#div_fuss_mitte_links {
	position: absolute; 
	left: 27%; 
	width: 23%; 
	top: auto; 
	background-color: #ffffff;
}

/* DIV-Box menue Fuss mitte-rechts */
#div_fuss_mitte_rechts {
	position: absolute; 
	left: 52%; 
	width: 23%; 
	top: auto; 
	background-color: #ffffff;
	top: auto;
}

/* DIV-Box menue Fuss rechts */
#div_fuss_rechts {
	position: absolute; 
	left: 77%; 
	width: 23%; 
	top: auto; 
	background-color: #ffffff;
}

#rechts,#mitterechts,#mittelinks,#links{
	border: 0px solid #564b47;
	padding:0px;
	margin:0px;
	border-top-color: #CCCCCC;
} 

p,h1, h3, pre {
	padding: 5px 15px;
	margin: 0px;
}

