/* Grunddefinitionen */

html {
	height: 100%;
}

* {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12pt;
	color: #666666;
}
		
body {
	height: 100%;
	background: url(../images/bg.png) repeat-y;
	background-color: #ffffff;
	background-position: 50% 0%;
}

#container{
	background: url(../images/content_bg.png) repeat-y;
	width: 990px;
	min-height: 100%;
	margin: 0 auto;
	padding: 10px;
	overflow: hidden;
}

#wrapper{
	width: 950px;
	margin: 0 auto;
}

#oben{
	width: 100%;
	color: #990000;
	font-size: 14pt;
	font-weight: bold;
	text-align: right;
	text-vertical-align: bottom;
	background: url(../images/banner.png) no-repeat;
	height: 100px;
}

#topmenu{
	width: 100%;
	padding: 10px 0;
	border: 1px solid #7e7e7e;
	background: #ffffff;
	
}

	#topmenu ul{
		list-style-type: none;
	}

	#topmenu li{
		display: inline;
		padding: 10px;
		border-right: 1px solid #7e7e7e;
	}

	#topmenu li#current a{
		text-decoration: underline;
	}

#mitte{
	width: 100%;
	margin: 0pt;
	padding-top: 0px;
	float: left;
	background: #ffffff;	
}

#footer{
	width: 100%;
	margin: 0px;
	float: left;
	background: #ffffcc;
}

#linkesmenu{
	width: 20%;
	min-height: 500px;
	background: #fafbf0;
	margin: 0px;
	padding: 10px;
	float: left;
}

#linkesmenu ul{
	list-style-type: none;
}

#linkesmenu li{
	padding-left: 10px;
}

#linkesmenu li#current a{
	text-decoration: underline;
}

#content{
	width: 60%;
	margin: 0px;
	padding: 10px;
	float: left;
	background: #ffffff;
}

#rechtesmenu{
	width: 20%;
	height: 500px;
	background: #fafbf0;
	margin: 0px;
	float: right;
}

.componentheading{
	color: #7e7e7e;
	font-size: 14pt;
	font-weight: bold;	
}

.contentheading{
	font-size: 12pt;
	font-weight: bold;
}

img{
	border-width: 0px;
}

a:link {
	color: #7e7e7e; text-decoration: none;	
}

a:visited {
	color: #7e7e7e; text-decoration: none;	
}

a:active {
	color: #7e7e7e; text-decoration: underline;	
}

a:hover {
	color: #7e7e7e; text-decoration: underline ;	
}
