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

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


#rahmen
{
text-align: center;
margin-top: 10px;
border: 1px solid #054A03;
width: 800px;
background-image:url(images/bg.jpg);
background-repeat:repeat-x;
}



.box
{
padding: 5px;
margin-top: 10px;
border: 1px solid #ffffff;
width: 200px;
background-color:#f3f3f3;
}

table, tr, td
{
padding:0px;
margin: 0px;
font-size: 11px;
}


/* define headlines explicitly because the differences of default-headlines are too big between the main-browsers */
h1 {
	color: #397137;
	font-size: 14px;
	font-weight : bold;
	margin-bottom: 18px;
	margin-top: 8px;
	border-bottom: 0px dotted silver;
}
h2 {
	color: #FD9501;
	font-size: 14px;
	font-weight : bold;
	margin-bottom: 12px;
	margin-top: 18px;
	border-bottom: 1px dotted #f3f3f3;
	padding:0px;
}


.content {

	color: #000000;
	border-left: solid 1px #CCCCCC;
	background-color:#ffffff;
	padding:0px;
	width: 644px;
	margin-top: 40px;
	border: 1px solid #054A03;
	margin-bottom: 20px;
	margin-right: 8px;
	margin-left: 20px;
	font-size: 12px;
}

.contentInner {

	padding: 8px;
}

.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 #CC0033;
padding:4px;
text-decoration:none;
font-weight: bold;
}

a.doSel:hover
{
margin-top: 6px;
border: 1px solid #CC0033;
padding:4px;
font-weight: bold;
color: #666666;
}


/* 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 */
	background-color: #387137;
	vertical-align:middle;
	padding: 8px;
}

a.footer
{

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


.bgz1
	{
	background-color: #eeeeee;
	border-bottom: solid 1px silver;
	}

.bgz2
	{
	background-color: #E2ECF6;
	padding: 2px;
	border-bottom: 1px solid silver;
	}
	
#input, .input
{
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #1D5538;
font-size: 12px;
border: 1px solid gray;
background-color: #ffffff;
}


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


/* navigation */
.navigation
	{
	margin: 15px;
	background-color: #ffffff;
	font-size: 12px;
	font-weight:bold;
}


a.level_0 {
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-right: 12px;
	color:#000000;
	border-bottom: 1px solid #397137;
	border-right: 1px solid #397137;
	background-color: #ffffff;
	width: 100px;
	text-align:center;
}



a.level_0active {
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-right: 12px;
	color:#000000;
	border-bottom: 1px solid #397137;
	border-right: 1px solid #397137;
	background-color: #77CF32;
	width: 100px;
	text-align:center;
}

