/* Global Styles */

body {
	margin:0px;
	background-color: #95B4F5;
	background-image: url(./pics/hintergrund_07.jpg);
	background-repeat: no-repeat;
	}
	
td {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#003366;
	}
	
a {
	color: #3366CC;
	font-weight:bold;
	}
	
a:hover {
	color: #FF6600;
	}


/* ID Styles */

	

#tagline 	{	
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color: #FF9933;
	letter-spacing:.4em;
	line-height:18px;
	}

#monthformat {
	border-bottom: 2px solid #E6F3FF;
		}
		
#dateformat {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	letter-spacing:.2em;
	}
	
#dateformat a {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	font-weight:bold;
	letter-spacing:.1em;
	}

#dateformat a:hover {
	color: #FF6600;
	letter-spacing:.1em;
	}

#logo 	{
	font:24px Verdana, Arial, Helvetica, sans-serif;
	color: #CCFF99;
	letter-spacing:.2em;
	line-height:30px;
	}


/* Class Styles */
	
.bodyText {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#003366;
	line-height:20px;
	margin-top:0px;
	}

.welcomeText {
	font:18px Verdana, Arial, Helvetica, sans-serif;
	color:#003366;
	line-height:30px;
	margin-top:0px;
	}
	
.pageName{
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	line-height:24px;
	letter-spacing:.2em;
	}
	
.subHeader {
	font:bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #3366CC;
	line-height:16px;
	letter-spacing:.2em;
	}

.quote {
	font: 20px Verdana, Arial, Helvetica, sans-serif;
	color: #759DA1;
	line-height:30px;
	}
	
.smallText {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	}
	
.navText {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	}

.bigText {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	}

.flags {
position: absolute; left: 0px; top: 476px;
}

.menu {
z-index:1;
font: 11px Verdana, Arial, Helvetica, sans-serif;
position: absolute; left: 0px; top: 128px;
}

.werbung {
position: absolute; left: 650px; top: 140px;
}

.haupt01 {
position: absolute; left: 210px; top: 130px;

}


/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
width:160px;
}
/* hack for IE5.5 */
* html .menu ul {margin-left:-16px; margin-left:0;}
/* position relative so that you can position the sub levels */
.menu li {
position:relative;
background: #80A6F3;
height:26px;
}

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}



/* style the links */
/* hack for IE5.5 */  
* html .menu2 a, * html .menu2 a:visited {  
display:block;   
text-decoration:none;  
height:25px;  
line-height:25px;  
width:159px;  
color: #003366;  
font-weight: normal;  
text-indent:15px;  
border-bottom: 1px solid #003366;  
border-top: 1px solid #003366;
border-right: 1px solid #003366;  
border-left: 0px;  
}   

/* hack for IE5.5 */
* html .menu2 a, * html .menu2 a:visited {background: #80A6F3; width:159px;}
/* style the link hover */
* html .menu2 a:hover {color:#FF6600; background:#f0e68c;}


/* style the links */
/* hack for IE5.5 */  
* html .menu3 a, * html .menu3 a:visited {  
display:block; 
text-decoration:none;
height:25px;
line-height:25px;
width:159px;
color: #003366;
font-weight: normal;
text-indent:15px;
border:1px solid #003366;
border-width:0 1px 1px 0;
} 

/* hack for IE5.5 */
* html .menu3 a, * html .menu3 a:visited {background: #80A6F3; width:159px;}
/* style the link hover */
* html .menu3 a:hover {color:#FF6600; background:#f0e68c;}


/* style the links */
.menu a, .menu a:visited {
display:block; 
text-decoration:none;
height:25px;
line-height:25px;
width:159px;
color: #003366;
font-weight: normal;
text-indent:15px;
border:1px solid #003366;
border-width:1px 1px 1px 0;
}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {background: #80A6F3; width:159px;}
/* style the link hover */
* html .menu a:hover {color:#FF6600; background:#f0e68c;}


.menu :hover > a {
color:#FF6600;
background:#f0e68c;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {  
visibility:hidden;  
position:absolute;  
top:0px;  
left:159px;   
border-left: 1px solid #003366;  
}

/* hack for IE5.5 */
* html .menu ul ul {  
visibility:hidden;  
position:absolute;  
top:-1px;  
left:159px;  
border-top: 1px solid #003366;   
border-left: 1px solid #003366;  
}


/* make the second level visible when hover on first level list OR link */
.menu ul :hover ul{
visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}
</style>

<!--[if IE 7]>
<style type="text/css">
.menu li.sub {margin-bottom:-2px;}
</style>
<![endif]-->
