html,body { 
	height:100%
}
#main {
	height:100%;
	min-height:100%;
}
html>body #main{
	height:auto; 
	min-height:100%;
}/* not ie6- */


html, body, body * {
	font-family: Verdana, Arial, sans-serif;	
}

body {
	background-color: #ffffff;
	background-image: url(../pic/verl_body.jpg);
	background-repeat: repeat-x;
	font-size: 75%; /*91*/
	font-weight: 500;
	font-style: normal;
	line-height: 140%;
	text-align: center;
	margin: 0px;
}

#main {
	text-align: left;
	background-color: white;
	margin: 0 auto;
	width: 800px;
} 


#left {	
	background-color: #ffffff;
	background-image: url(../pic/farben_hg.png);
	background-repeat: repeat-y;
	margin-bottom: 0px;
}	

#page{
	margin-bottom: 0px;
}

#menue {
	padding-top: 12px;
	font-size: 1.5em;
	font-weight: bold;
	width: 800px;
	height: 28px;
	float: left;
	background-color: #205018;
}

#menue li {
	list-style-type: none;
	display: inline;
}

ul#navigation {
	padding-left: 120px;
	margin: 0px;
}

#navigation a {
	font-family: Georgia;
	color: #bbb;
	background-color: #205018;
	padding: 5px 10px 5px 10px;
}

#navigation a:hover {
	font-family: Georgia;
	color: #555;
	background-color: #fff;
	padding: 5px 10px 5px 10px;
}

#navigation li.menuItemAct a {
	color: #555;
	background-color: #ffffff;
}

#content {
	padding-top: 50px;
	margin-left: 120px;
	width: 600px;
	margin-bottom: -12px;
}

#kopf {
	
}

.dozent {
	margin-top: -12px;
	line-height:18px;
	font-weight: bold;
}

.beschreib {
	margin-top: -8px;
}

.beschreib p strong {
	color: #367533;
}

.clearer {
	clear: both;
	font-size: 0;
}
#unten {	
	height: 40px;
	width: 800px;
	float: left;
	background-color: #205018;
	margin-top: 0px;
	bottom: 0px;
}
#untentext {
	width: 800px;
	letter-spacing: 0.12em;
	font-size: 75%;
	text-align: center;	
	list-style-type: none;
}

ul#subnav:before {
	content:url(../pic/pix.gif)
}

ul#subnav li {
	padding-left: 10px;
	padding-right: 10px;
	display: inline;
}
	
a:link, a:visited {
	color: #888;
	text-decoration: none;
}

a:hover, a:active {
	color: #555;
	text-decoration: none;
}


h1 {
	font-family: Georgia;
	font-size: 200%;
	font-weight: bold;
	color: #517451;
	letter-spacing: -0.07em;
}

h2 {
	font-family: Georgia;
	font-size: 1.5em;
	font-weight: normal;
	color: #555;
}

h3 {
	font-family: Verdana;
	font-size: 1em;
	font-weight: normal;
	color: #466;
}

h4 {
	font-family: Verdana;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	background-color: #70A27B;
	padding: 2px;
}

