/********************************************************/
/* Marina Winningen HTML tag styles                     */
/*Gestaltung und Umsetzung Christian Born Medientechnik */ 
/*kontakt@dtp-mediengestaltung.de                       */
/********************************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #10306B;
	line-height: 1.166;
	text-align:center;
	margin:10px;/*Abstand der Site von oben*/
	background-image: url(bilder/bg3.jpg);
	background-repeat: repeat;
}

.container1 {
	border:1px solid #ccc;
 	margin:0 auto;
	text-align:left;
	width:750px;
	background-color: #FFFFFF;
}

.wettercontainer {
	/*width: 165px;
	text-align:left;
	margin:  0 0 0 0;*/
	background-color: #E7F1FB;
}

.banner1 {
 	margin:0 auto;
	text-align:left;
	width:750px;
	background-color: #08306B;
	background-image: url(bilder/Banner3a.jpg);
	height: 150px;
}

.menuheadcontainer {
 	margin:0 auto;
	text-align:left;
	width:750px;
	height: 23px;
	background-color: #E7F1FB;
}

.contentcontainer { 
	border:1px solid #CCCCCC;
 	margin:0 auto;
	text-align:left;
	width:750px;
	background-color: #FFFFFF;
}

a:link, a:visited, a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 16px;
 color: #10306C;
}

h2{
 font-size: 18px;
 color: #10306B;
}

h3{
	font-size: 15px;
	color: #10306B;
}

h4{
 font-size: 15px;
 font-weight: normal;
 color: #333333;
}

h5{
	font-size: 15px;
	color: #10306B;
	font-weight: normal;
}

ul{
 	list-style-type: square;
}

ul ul{
 	list-style-type: disc;
}

ul ul ul{
 	list-style-type: none;
}

label{
	font: bold 15px Arial,sans-serif;
 	color: #334d55;
}
navitrenner{
	color: #FFFFFF;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#header{
	margin: 0;
	padding: 10px 0px;
	width:750px;
	background-image: url(bilder/bg3.jpg);
	background-repeat: repeat;
}

#teaserBar{
	margin:  0 0 0 585px;
	padding: 0px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #CAE0F7;
	text-align: left;
}

#content{
  	float:left;
	width: 565px;
	margin: 0;
	padding: 0 17px 0 0;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	text-align:left;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
	padding: 0px 0px 0px 10px;
	white-space: nowrap;
	text-align:left;
	background-image: url(bilder/navileiste.gif);
	width: 740px;
	height: 23px;
	font-size: 13px;
	line-height: 20px;

}

/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 13px;
	padding: 0px 4px 0px 0px;
	color: #FFFFFF;
	background-color: #10306B;
	
}

#globalNav a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
/*#globalNav a:link, a:visited, a:hover {
	color: #FFFFFF;}
	font-size: 13px;
	padding: 0px 4px 0px 0px;
	background-color: #10306B;}*/


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 12px;
	padding: 5px 0px 5px 10px;
}


/************** .bestandteil styles ***************/

.bestandteil{
	padding: 0px 0px 10px 10px;
	font-size: 12px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
}

.bestandteil h3{
	padding: 0px 0px 0px 0px;
	text-align: left;
}

.bestandteil img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
.bestandteil li{
	margin: 10px;
}
/* adjust margins to change separation between the bestandteil image and text flowing around it */


/************** .geschichte styles *****************/

/*.geschichte{
	clear: both;
	padding: 0px 0px 10px 10px;
	font-size: 12px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
}*/

/*.geschichte p{
  padding: 0px 0px 10px 0px;
}*/

/*.geschichte h3{
	padding: 0px 0px 0px 0px;
	text-align: left;
}*/


/************* #seiteninfo styles ***************/

#seiteninfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 11px;
	color: #00659C;
	padding: 5px 5px 5px 5px;
	/*margin-top: 10px;*/
	text-align:center;
}
/* negative top margin pulls seiteninfo up so its top border overlaps (and thus lines up with)
   the bottom border of the teaserBar in cases where they "touch" */

#seiteninfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}
/*#seiteninfo a:link, a:visited, a:hover {
	color: #FFFFFF;
	text-decoration: none;
}*/

#seiteninfo a:hover {
	text-decoration: underline;
	color: #10306B;
}
#seiteninfo1{
/*width:500px;*/
	/*clear: both;*/
	font-size: 12px;
	/*color: #99CC33;*/
	color: #666666;
	padding: 5px 5px 5px 5px;
	/*margin-top: 10px;*/
	text-align:left;
	font-weight: normal;
	line-height: inherit;	
}
#seiteninfo1 h1{
	/*color: #99CC33;*/
	color: #666666;
	font-size: 12px;
}
#seiteninfo1 a:link{
	/*color: #99CC33;*/
	color: #666666;
	font-size: 12px;
}
#seiteninfo2{
/*width:500px;*/
	/*clear: both;*/
	font-size: 12px;
	/*color: #99CC33;*/
	color: ##10306B;
	padding: 5px 5px 5px 5px;
	/*margin-top: 10px;*/
	text-align:left;
	font-weight: normal;
	line-height: inherit;	
}
#seiteninfo1 h2{
	/*color: #99CC33;*/
	color: ##10306B;
	font-size: 12px;
}
#seiteninfo2 a:link{
	/*color: #99CC33;*/
	color: #10306B;
	font-size: 12px;
}

/*#seiteninfo1 a:hover{
	padding-bottom: 5px;
	text-decoration: none;
}*/
/* negative top margin pulls seiteninfo up so its top border overlaps (and thus lines up with)
   the bottom border of the teaserBar in cases where they "touch" */


/*#seiteninfo a:link, a:visited, a:hover {
	color: #FFFFFF;
	text-decoration: none;
}*/

#seiteninfo1 a:hover {
	text-decoration: underline;
	/*color: #99CC33;*/
	color: #666666;
}

#seiteninfo1 img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}
/************* #suche styles ***************/

#suche{
	padding: 5px 0px 5px 5px;
	background-color: #10306B;	
	/*border-bottom: 1px solid #cccccc;
	font-size: 14px;*/
}

#suche form{
 	margin: 0px;
 	padding: 0px;
}

#suche label{
	display: block;
	margin: 0px;
	padding: 0px;
}
/*#suche2{
	padding: 0px 0px 0px 10px;
	height: 100%;	
	border-bottom: 1px solid #cccccc;
	font-size: 14px;*/
}

/*********** #servicelinks link styles ***********/
#servicelinks{
	padding: 0px 0px 0px 0px;
	/*border-bottom: 1px solid #cccccc;
	font-size: 13px;*/
	background-color: #CAE0F7;
}

/*********** #teaserBar link styles ***********/

#teaserBar ul a:link, #teaserBar ul a:visited {display: block;}
#teaserBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#teaserBar li {
	border-top: 1px solid #eee;
}

/* fix for browsers that don't need the hack */
html>body #teaserBar li {border-bottom: none;}


/*********** #abschnittLinks styles ***********/

#abschnittLinks{
	position: relative;
	margin: 0px;
	padding:0px;
	/*border-bottom: 1px solid #cccccc;*/
	font-size: 12px;
	/*height: 800px;*/
	background-color: #CAE0F7;
	line-height: 16px;
}

#abschnittLinks h3{
	padding: 10px 0px 10px 10px;
}

#abschnittLinks a:link{
	padding: 10px 0px 10px 10px;
	/*border-top: 1px solid #cccccc;*/
	width: 100%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: auto;
}

#abschnittLinks a:visited{
	/*border-top: 1px solid #cccccc;*/
	padding: 10px 0px 10px 10px;
}

#abschnittLinks a:hover{
	/*border-top: 1px solid #cccccc;*/
	background-color: #dddddd;
	padding: 10px 0px 10px 10px;
	text-decoration: underline;
	color: #3971BD;
}

/*********** #abschnittLinks styles in table***********/

.abschnittLinks2{
	/*position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;*/
	font-size: 13px;
	/*height: 800px;
	background-color: #00FF00;*/
}

.abschnittLinks2 h3{
	padding: 10px 0px 10px 10px;
}

.abschnittLinks2 a:link{
	padding: 10px 0px 10px 10px;
	/*border-top: 1px solid #cccccc;
	width: 100%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: auto;*/
}

.abschnittLinks2 a:visited{
	/*border-top: 1px solid #cccccc;*/
	padding: 10px 0px 10px 10px;
}

.abschnittLinks2 a:hover{
	/*border-top: 1px solid #cccccc;*/
	background-color: #dddddd;
	padding: 10px 0px 10px 10px;
	text-decoration: underline;
	color: #3971BD;
}

/*********** .zugehoerigLinks styles **********

#zugehoerigLinks{
	margin: 0px;
	padding: 0px 0px 2px 0px;
	font-size: 13px;
	border-bottom: 1px solid #cccccc;
}

#zugehoerigLinks h3{
	padding: 10px 0px 2px 0px;
}
#zugehoerigLinks a:link{
	border-top: 1px solid #cccccc;
	width: 100%;
	/*voice-family: "\"}\""; 
	voice-family:inherit;*/
	/*width: auto; 
	}
#zugehoerigLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#zugehoerigLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}*/
/************** #anzeige styles *************

#anzeige{
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	/*border-top: 1px solid #cccccc;*/
	/*
}

#anzeige img{
	display: block;
}
*/

/************** #ueberschrift styles **************/

#ueberschrift{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 12px;
}

#ueberschrift p{
	padding: 5px 0px 5px 0px;
}

.stil1 {
	color: #CCCCCC;
	font-size: 16px;
}
.stil2a {
	color: #3971BD;
	font-size: 16px;
	padding: 10px 0px 5px 10px;
}
.stil2 {
	color: #3971BD;
	font-size: 15px;
}
.stil2b {
	color: #3971BD;
	font-size: 12px;
}

.stil2c {
	color: #3971BD;
	font-size: 18px;
}
.stil2d {
	color: #3971BD;
	font-size: 15px;
}
.stil3 {
	color: #3971BD;
	font-size: 11px;
}
.stil4 {
	font-family: Arial,sans-serif;
	color: #10306B;
	font-size: 12px;
}
.stil4a {
	font-family: Arial,sans-serif;
	color: #3971BD;
	font-size: 12px;
}

.stil6 {
	color: #999999;
	font-size: 13px;
	padding: 0px 4px 0px 0px;
	}

.stil7 {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: normal;
}
.stil8 {
	color: #10306B;
	background-color: #EFF3F7;
}
.stil9 {
	padding-bottom: 5px;
	text-decoration: none;
}

.stil9 a:hover{
	padding-bottom: 5px;
	text-decoration: none;
}

.Stil11 {color: #10306B}
.Stil13 {color: #333333;}
.Stilweiss {color: #666666;}

/*.stil12 {
	color: #666666;
	font-size: 12px;
}
.stil12 h1{
	color: #666666;
	font-size: 12px;
}
.stil12 a:link{
	color: #99CC33;
	
	font-size: 12px;
}
.stil12 a:hover{
	padding-bottom: 5px;
	text-decoration: none;
}*/


/************** #Textlinks1 **************/

#textlinks1{
	padding: 0px 0px 0px 0px;
	font-size: 12px;
}

#textlinks1 a:link, a:visited{
	color: #FF0000;
	font-size: 12px;
}

#textlinks1 a:hover{
	font-size: 12px;
	text-decoration: underline;
	color: #FF0000;
}

/************** #popup1 **************/
.popup1 {
	font-family: Arial,sans-serif;
	color: #10306B;
	line-height: 1.166;
	padding: 5px 5px 5px 5px;
	background-image: url(bilder/bg3.jpg);
	background-repeat: repeat;
 	margin:0 auto;
	text-align:left;
}
.formularbox {
	border: 1px solid #666666;
	background-color: #CAE0F7;
}

