


body {
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background:url(_img/bg.jpg);
	}

img
{
border: 0px;
}


.bgIcon
{
background-image:url(/_images/bg-main.jpg);
background-repeat: no-repeat;
}

#rahmen
{
text-align: center;
margin-top: 10px;
border: 1px solid #001C44;
width: 900px;
}

.box
{
padding: 5px;
margin-top: 10px;
border: 1px dotted #ffffff;
width: 160px;
color:#FFFFFF;
font-size: 11px;
}

table
{
 background-color:#ECD0EA;
}

.tdContact
{
background-color: #ECD0EA;
color:#000000;
}

td {
	/* no inheritance of the font-size (and family, size in NS4) from body, so repeat it here */
	color: #000000;
	font-size: 12px;
	/* ns4 */
	background-color: #ffffff;
	
	vertical-align:top;
	
}

.bgAdv
{
background-color:#001C44;
padding: 8px;
}

a.bgAdv:link, a.bgAdv:hover, a.bgAdv:visited, a.bgAdv:active 
{
color:#CCCCCC;
padding: 0px;
}

/* define headlines explicitly because the differences of default-headlines are too big between the main-browsers */
h1 {
	color: #000000;
	font-size: 16px;
	font-weight : bold;
	margin-bottom: 12px;
	margin-top: 8px;
	padding:0px;
	border-bottom: 2px dotted silver;

}
h2 {
	color: #000000;
	font-size: 14px;
	font-weight : bold;
	margin-bottom: 6px;
	margin-top: 12px;
	border-bottom: 1px dotted black;
	padding:0px;
}
h3 {
	
	font-size: 10px;
	font-weight : bold;
}


ul {
	padding-bottom: 2px;
	margin-top: 4px;
	margin-bottom: 4px;
}


li {
	padding-bottom: 2px;
	list-style-type: circle;
}

.content {
	color: #000000;
	border: solid 1px silver;
	padding: 6px;
	padding-top: 4px;
	padding-left: 8px;
	width: 540px;
	margin-top: 20px;
	padding-bottom: 42px;
	margin-bottom: 20px;
	margin-right: 8px;
	margin-left: 20px;
	font-size: 12px;
		max-height: 450px;
	overflow: auto;
	scrollbar-3dlight-color: white;
	scrollbar-arrow-color: #9A0000;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-face-color: #f3f3f3;
	scrollbar-highlight-color: #f3f3f3;
	scrollbar-shadow-color: #f3f3f3;
	scrollbar-track-color: #ffffff;
	

	
}




/* links */
a:link			{
	text-decoration: none;
	color : #001C44;
}
a:visited		{
	text-decoration: none;
	color : #001C44;
}
a:hover		{
	text-decoration: underline;
	color : #001C44;
}
a:active 		{
	text-decoration: none;
	color : #001C44;
}




.footer		{
	/* text-decoration doesn´t work as class in gecko, so you have to specify this in the footer.html file */
	text-align: left;
	font-size: 10px;
	color: #1D5538;
	font-weight : normal;
	background:	url(_img/footer.jpg);
	background-repeat: no-repeat;
	height:108px;
	vertical-align:bottom;

}

	
.linkFooter		{
	/* text-decoration doesn´t work as class in gecko, so you have to specify this in the footer.html file */
	
	margin-top: 18px;
	font-size: 10px;
	color: silver;
	font-weight : normal;
	
}

a.linkFooter:link, a.linkFooter:hover, a.linkFooter:active, a.linkFooter:visited
{

	font-size: 10px;
	color: silver;
	font-weight : normal;
	text-decoration:none;
}


#input, .input
{
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #000000;
font-size: 11px;
border: 1px solid gray;
background-color: #f3f3f3;
}


a:hover.closed, a:hover.open {
	color: ;
	background-color : ;
	display:block; 
}


/* navigation */
.navigation
	{
	text-indent : 6px;
	line-height : 24px;
	margin-top: 50px;
	color: #000000;
	font-size: 10px;
	font-weight:bold;
	color: #000000;
	width: 140px;

}


a.level_0 {
	display: block;
	line-height : 24px;
	padding-top: 6px;
	padding-bottom: 6px;
	color:#000000;
	font-size: 14px;
	border-bottom: 1px solid black;
	/* 	background-color: #FBFCC3; */

}



a.level_0active {
	display: block;
	line-height : 24px;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #ffffff;
	background-color: #001C44; 
	font-size: 14px;
	
}

a.level_0active:link, a.level_0active:visited{
	display: block;
	line-height : 24px;
	color: #ffffff;
	background-color: #001C44; 
	font-size: 14px;
}

a.level_0active:hover{
	display: block;
	line-height : 24px;
	color: #001C44;
	background-color: gray; 
	font-size: 14px;
	text-decoration: none;
}

a.level_0:hover{
	display: block;
	line-height : 24px;
	color: #001C44;
	background-color: gray; 
	font-size: 14px;
	text-decoration: none;
}
