


body {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #AD266B;
	letter-spacing: 2px;
}

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


#rahmen
{
text-align:justify;
margin-top: 10px;
}

table
{
 
}

.adBox
{
margin: 8px;
color: #f3f3f3;
padding-bottom: 12px;
border-bottom: 1px solid #AD266B;
}

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



/* define headlines explicitly because the differences of default-headlines are too big between the main-browsers */
h1 {
	color: #589FB5;
	font-size: 18px;
	font-weight : normal;
	margin-bottom: 18px;
	margin-top: 8px;
	padding:0px;
	

}
h2 {
	color: #589FB5;
	font-size: 12px;
	font-weight : bold;
	margin-bottom: 2px;
	margin-top: 12px;
	border-bottom: 1px dotted silver;
	padding:0px;
}
h3 {
	
	font-size: 11px;
	font-weight : bold;
	margin-bottom: 4px;
	margin-top: 14px;
}


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


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

.content {
	color: #C483A4;
	padding: 6px;
	padding-top: 4px;
	padding-left: 8px;
	width: 500px;
	margin-top: 20px;
	padding-bottom: 42px;
	margin-bottom: 20px;
	margin-right: 8px;
	margin-left: 20px;
	text-align: justify;
}

.formText
{
	
	color: #CCCCCC;
}

.doSel
{
margin-top: 6px;
border: 1px solid #ffffff;
padding:4px;
}

a.doSel:link, a.doSel:active, a.doSel:visited
{
margin-top: 6px;
border: 1px solid #f3f3f3;
padding:4px;
text-decoration:none;
font-weight: normal;
color: #589FB5;
}


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




.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;
	font-weight : normal;
	padding: 4px;
	padding-right:6px;
	background: #ffffff;
	padding-left: 170px;
	padding-top: 14px;
	padding-bottom: 14px;
	border-top: 1px dotted #8AC5A6;
}

	
.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
{
font-family:Arial, Helvetica, sans-serif;
font-color: #589FB5;
font-size: 12px;
border: 0px;
background-color: #f3f3f3;
}

.btnSubmit
{
	font-family:Arial, Helvetica, sans-serif;
	border: 0px;
	background-color: #FFFFFF;
	color: #000000;
	font-weight:bold;
	letter-spacing: 6px;
}

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


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

}


a.level_0 {
	display: block;
	line-height : 24px;
	padding-top: 6px;
	padding-bottom: 6px;
	color:#f3f3f3;
	border-bottom: 1px solid #589FB5;
}


a.level_0:hover {
	
	color:#AD266B;
	text-decoration: none;
	
}

a.level_0active {
	display: block;
	line-height : 24px;
	padding-top: 6px;
	padding-bottom: 6px;
	color:#f3f3f3;
	border-bottom: 1px solid #589FB5;
	background-color: #AD266B;
}

a.level_0active:link, a.level_0active:visited{
	display: block;
	line-height : 24px;
	
}
