body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	height:100%
	}
	
html {
	height: 100%;
	overflow: hidden;
	background-color:#FFFFFF;
}

h1 {
	text-shadow:#0000FF;
	font-size:24px;
	text-transform:uppercase;
	}
	
h2 {
	font-size: 16px;
	color: #000066;
	}
	

	

/*
---------------------------------------------------------------------------------------------
	Navigation
---------------------------------------------------------------------------------------------
*/
#topnav a {
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	}
	
#topnav a:hover {
	color:#999999;
	}

#topnav  {
	background-image: url(/images/layout/borderbot.png);
	background-repeat: repeat-x;
	height:100px;
	}

#botnav  {
	background-image: url(/images/layout/bordertop.png);
	background-repeat: repeat-x;
	float: bottom;
	border: 0px solid #000000;
	width: 100%;
	}

#botnav a {
	font-size:14px;
	color:#FFFFFF;
	text-align: left;
	vertical-align: top;
	text-decoration: none;
	}
	
#botnav a:hover {
	color:#999999;
	}
	
# adlinks {
	width: 14%	;
	}

#adlinks a { /* nicht löschen, die stehen für die Links unten links */
	font-size: 10px;
	color: #333333;
	}

#adlinks a:hover {
	font-size: 10px;
	color: #666666;
	}
/*
---------------------------------------------------------------------------------------------
	INHALT
---------------------------------------------------------------------------------------------
*/

#inhalt {
	position: relative;
	overflow:auto;
	font-size: 14px;
	color: #333333;
	width: auto;
	height: 60%;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 16%;
	width:84%;
	/*clear: both;*/
	
}

#inhalt a {
	color: #000099;
	text-decoration: none;
	font-style: normal;
	text-transform: none;
}


#inhalt a:hover {
	color: #666666;
	text-decoration: none;
}





/*
---------------------------------------------------------------------------------------------
	CLASSES
---------------------------------------------------------------------------------------------
*/

.legend {
	font-size:10px;
	color:#666666;
	}
