html {
	margin-bottom: 1px; 
	height: 100%
}

body {
	font-family: verdana, arial, serif;
	font-size: 12px;
	margin-bottom: 20px;
	text-align: center;
}

a {
	background-color: #ffffff;
	color: #666666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	background-color: #ffffff;
	color: #000000;
	margin: 0 auto;
	text-align: left;
	width: 725px;
}

#header {
	background: url(Titelleiste.jpg) no-repeat;
	height: 140px;
	width:720px;
	text-align: right;
	color: white;
	padding-right: 8px;
}



#header a {
	background-color: transparent;
	color: #FFFFFF;
	text-decoration:none;
}

#header a:hover {
	background-color: transparent;
	color: #FFFFFF;
}

#sidebar {
	float: left;	
	margin-top: 10px;
	width: 130px;
}

#sidebar a {
	background-color: #ffffff;
	border-bottom: 1px dotted #666666;
	border-right: 1px dotted #666666;
	color: #666666;
	display: block;
	font-size: 11px;
	font-weight: 600;
	padding: 2px 8px;
	text-decoration: none;
	overflow:hidden
}

#sidebar a:hover {
	background-color: #666666;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	color: white;
}

#content {
	font-size: 11px;
	margin-top:3px;
	line-height:17px;
	text-align:justify;
	width: 575px;
}

