html {
	margin-bottom: 1px; 
	height: 100%
}

body {
	font-family: verdana, arial, serif;
	font-size: 11px;
	margin-bottom: 20px;
	text-align: center;
}

a {
	color: #5D6AAD;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #666666;
}

#container {
	background-color: #ffffff;
	color: #000000;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 750px;
}

#header {
	background: url(Titelleiste.jpg) no-repeat;
	height: 140px;
	text-align: right;
	color: white;
	padding-right: 15px;
}



#header a {
	background-color: transparent;
	color: #FFFFFF;
	text-decoration:none;
}

#header a:hover {
	background-color: transparent;
	color: #FFFFFF;
}

#sidebar {
	width: 100px;
	font-size:11px;
	padding-left: 15px;
	padding-top: 58px;
	line-height: 20px;
}


#sidebar a {
	color: #666666;
	text-decoration: none;
	overflow:hidden
}

#sidebar a:hover {
	text-decoration: underline;
	color: #5D6AAD;
}

#content {
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 0px;
	line-height:15px;
	text-align:justify;
	width: 575px;
}

#footer {
	background-color: #ffffff;
	clear: right;
	color: #000000;
	font-size: 0.7em;
	margin: 0 auto;
	padding-bottom: 4px;	
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 20px;
	text-align: right;
	width: 720px;
}

#footer a {
	border-bottom: 1px dotted #666666;
}

#footer a:hover {
	text-decoration: none;	
}