


body {
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #ECD0EA;
}

img
{
border: 0px;
}
p
{
padding: 0 0 0 0;
margin: 0 0 0 0;
}

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

#rahmen
{
text-align: center;
margin-top: 10px;
border: 1px solid #85177C;
width: 722px;
}

.box
{
padding: 5px;
margin-top: 10px;
border: 1px dotted #85167C;
width: 160px;
}

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: 10px;
	/* ns4 */
	background-color: #ffffff;
	
	vertical-align:top;
	
}



/* 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;
	

}
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: dashed 1px #85167C;
	padding: 6px;
	padding-top: 4px;
	padding-left: 8px;
	width: 400px;
	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 : #85167C;
}
a:visited		{
	text-decoration: none;
	color : #85167C;
}
a:hover		{
	text-decoration: underline;
	color : #85167C;
}
a:active 		{
	text-decoration: none;
	color : #85167C;
}




.footer		{
	/* text-decoration doesn´t work as class in gecko, so you have to specify this in the footer.html file */
	text-align: right;
	font-size: 10px;
	color: #1D5538;
	margin-top: 14px;
	font-weight : normal;
	padding: 4px;
	padding-right:6px;
	background: #ffffff;
	padding-left: 170px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: 1px solid #000000;
}

	
.linkFooter		{
	/* text-decoration doesn´t work as class in gecko, so you have to specify this in the footer.html file */
	
	margin-top: 8px;
	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: #1D5538;
font-size: 10px;
border: 1px dotted #A758A0;
background-color: #ECD0EA;
}


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: 100px;

}


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: #A758A0; 
	font-size: 14px;
	
}

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

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

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