/* CSS Document */
/* BASICS */
#Layer1 {
	position: absolute;
top: 140px;
left: 200px;
	width:400px;
	height:400px;
	z-index:1;
	visibility: hidden;
	background-color: #FFFFFF;
	float: left;
	
}


html 
{	height: 101%; 
	margin-bottom:0,1px; 
}

body 
{
	margin:0;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #363636;
	scrolling:yes;
	background-image: none;
	background-color: #2A3FAA;
}
.Stil1 {
	color: #2A3FAA;
	font-weight: bold;
}
.Stil2 {
	color: #2A3FAA;
	
}
a:link, a:visited  
{  
	text-decoration: none; 
	color: #333333;
	}
	
a:hover
{
	color: #FF6600;
	text-decoration: none;
}

a.footer:link, a.footer:visited 
{  
	text-decoration: none; 
	color: #FFFFFF;
	}
	

a.footer:hover
{  
	text-decoration: none; 
	color: #FFFFFF;
	}	
	
a.imtext:link, a.imtext:visited 
{  
	text-decoration:underline; 
	color: #FF6600;
	}
	

a.imtext:hover
{  
	text-decoration: inherit; 
	color: #FF6600;
	}	



/* TEXT*/

p.marginalien 
{
	font-size:x-small;
	line-height: 15px;
	color:#2A1F00; 
	margin:10px 25px 9px 0;
	vertical-align:top;
	vertical-align:text-top;
}

h1
{ 	font-size:18px;
	color:#2A3FAA;
	line-height:25px; 
	padding-top:20px;
	padding-bottom:4px;
	font-weight:normal;
	text-align:left;

}

blockquote
{ 	
	border-style: solid;
	border-color: #366EFF;
	border-width:thin;
	margin:10px 15px 0 15px;
	padding:0;
	text-align:left;

}

ol 
{
	margin-left:35px;
	padding: 0;
	
}


li

{
	padding-bottom:5px;
	background-image: url(images/spacer.gif);
	

}


li
.content
{
	list-style-type: circle;	

}

/* TD*/

td


 
.footer
{   font-size: 10px;
	line-height: 12px;
    text-decoration: none;
	color: #FFFFFF;
}
td
.pfad
{   font-size: 10px;
	line-height: 12px;
    text-decoration: none;
	color: #FFFFFF;
}



/* DIV*/
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */


ul {
	list-style: none;
	width: 175px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #ccc;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}
ul
.content
{
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}

ul li {
	position: relative;
		}
li ul {
	position: absolute;
	left: 175px;
	top: 0;
	display: none;
		}
ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background-image: url(images/spacer.gif);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	background-repeat: repeat;
	padding: 4px;
	}
li:hover ul, li.over ul {
	display: block;
	background-image: url(images/spacer.gif);
	background-color: #F2F2F9;
	background-repeat: repeat;
	padding: 4px;
}
h2 {
font-size:16px;
	color:#2A3FAA;
	line-height:25px; 
	padding-top:10px;
	padding-bottom:10px;
	font-weight:normal;
	text-align:left;
}

