@charset "UTF-8";
/* CSS Document */

* {  margin: 0;
	padding: 0;
}
	
html, body {
	height: 99%;
	text-align: center;
}
	
* html #container {
    height: 100%;
}
	
#container {
	min-height: 99%;
	width: 768px;
	text-align: left;
	background-image: url(../image/Linie.gif);
	background-repeat: repeat-y;
	background-position: 70%;
	border-right-width: 1px;
	border-left-style: solid;
	border-left-color: #d8d4cb;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: #d8d4cb;
	border-right-width: 1px;
	margin-top: 8px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-top: 8px;
	padding-bottom: 0px;
} 
	
    #sidebar {
	float: right;
	width: 30%;
}
	
    #inhalt_sidebar {
	clear: right;
	margin-top: 0px;
	margin-left: 16px;
	margin-right: 8px;
	margin-bottom: 0px;
	padding: 0px;
}

#maincontent {
	width: 70%;
}  
    #inhalt_maincontent {
	margin-top: 16px;
	margin-left: 16px;
	margin-right: 16px;
	margin-bottom: 0px;
	padding: 0px;
}

#unten {
	position: fixed;
	background-color: #d8d4cb;
	width: 768px;
	height: 18px;
	bottom: 0px;
	font-size: 60%;
	text-indent: 16px;
	margin-top: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 8px;
}



.clearfloat {
	clear:both;
}
	

