


body {
	color:#5C743D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
}

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


#rahmen
{
text-align: center;
margin-top: 10px;
border: 1px solid #B89232;
width: 890px;
}

table
{
 background-color:#ffffff;
}

.tdContact
{
background-color: #D5EDB3;
color:#5C743D;
}

td {
	/* no inheritance of the font-size (and family, size in NS4) from body, so repeat it here */
	color: #5C743D;
	/* ns4 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* ns4 */
	font-size: 12px;
	text-align: left;
	vertical-align:top;
	
}



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

}
h2 {
	color: #5C743D;
	font-size: 14px;
	font-weight : bold;
	margin-bottom: 3px;
	margin-top: 8px;
	border-bottom: 0px 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: #5C743D;
	border-left: solid 0px #AEA629;
	background-color:#ffffff;
	padding: 6px;
	padding-top: 4px;
	padding-left: 8px;
	width: 600px;
	margin-top: 20px;
	padding-bottom: 42px;
	margin-bottom: 20px;
	margin-right: 8px;
	margin-left: 10px;
	
}

.box
{
margin: 8px;
border: 1px solid white;
padding: 6px;
}

.doSel
{
margin-top: 6px;
border: 1px solid #D5EDB3;
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: underline;
	color : #5C743D;
}
a:visited		{
	text-decoration: none;
	color : #5C743D;
}
a:hover		{
	text-decoration: underline;
	color : #5C743D;
}
a:active 		{
	text-decoration: underline;
	color : #5C743D;
}




.footer		{
	/* text-decoration doesn´t work as class in gecko, so you have to specify this in the footer.html file */
	font-size: 11px;
	color: #5C743D;
	font-weight : normal;
	padding: 4px;
	padding-right:0px;
	background: #D5EDB3;
	padding-left: 170px;
	padding-top: 14px;
	padding-bottom: 14px;
}

	
.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;
}


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

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

/* positioning the navigation items in all 4 levels (#0-#3, any level below #3 will be set on level #3) */
.nav0			{
	font-size:13px;
	margin-left:0px;	
	padding-top:10px; /* distance between als level #0 headlines */ 
}
.nav1			{
	font-size:12px;
	margin-left:8px;
}
.nav2			{
	font-size:11px;
	margin-left:16px;
}
.nav3			{
	font-size:10px;
	margin-left:24px;
}

/*  colors etc. of the 3 navigation modes 
text-decoration doesn´t work as class in gecko, so you have to specify this in the navigation.html file */
.open			{
	color : ;
}
.closed	{
	color : ;
	
}
.active		{
	color : #000000;
	
}




a.level_0:link, a.level_0:visited, a.level_0:active {

	text-indent : 12px;
	line-height : 36px;
	border-top : 0px solid #ffffff;
	padding-top: 6px;
	padding-bottom: 6px;
	display:block;
	text-decoration: none;
	font-size: 14px;
}

a.level_0:hover
{
	text-indent : 12px;
	color: #000000;
	line-height : 36px;
	background-color: #C4CB6A;
	display: block;
	text-decoration: none;
	font-size: 14px;
}


a.level_0active {
	text-indent : 12px;
	color: #000000;
	line-height : 36px;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #DF8938;
	display: block;
	text-decoration: none;
	font-size: 14px;
}

.level_0active a:link, .level_0active a:visited{
	text-indent : 12px;
	color: #000000;
	line-height : 36px;
	background-color: #DF8938;
	display: block;
	text-decoration: none;
	font-size: 14px;
}