*{
	padding: 0;
	margin: 0;
	border: 0;
}
html {
	min-height:101%;
	margin-bottom:-1px;
}

body {	
	color:black;
	background-color: #F5ECE7;
	font-family: arial, helvetica, verdana, sans-serif;		
	text-align: center;
	font-size: small;
}

* html body{
	font-size: xx-small;
	f\ont-size: x-small;	
}

p, h1, h2, h3, table, ul{
	padding-left: 15px;
	color: #FFCC00;
}
h1{
	font-size: 130%;
	letter-spacing: 0.1em;
	margin-top: 3%;
	margin-bottom: 10px; 
}
h2{
	font-size: 105%;
	margin-top: 10px;
	margin-bottom: 1px;
}
h3{	
	font-size: 100%;
	font-weight: bold;
}
p{
	margin-bottom: 3px;
}
img{
	padding-left: 0;
	
}

#wrapper{
	width: 95%;
	background: #AF1632;
}

#main-body {
	float:left;
	width: 84%;	
}

#contentrahmen{
	float: right;
	width: 82%;
	/*height: 608px;*/
	background: #AF1632;
	padding-top: 70px;
	text-align: left;
	padding-bottom: 10px;	
}
#content{
	border-left: 1px solid #FFCC00;
	border-right: 1px solid #FFCC00;
	min-height: 608px;
}
*html #content{
	height: 608px;
}
#content p{
	text-align: left;
}
#content a, td{
	color: #FFCC00;
}
#content td{
	font-size: 80%;
	padding-left: 30px;
}
#sidebar{
	float: left;
	width: 18%;	
	height: 608px;	
	background-image: url(bilder/image_links.jpg)			
}
#sidebar-2{
	float: right;
	width: 16%;
	height: 400px;	
	background-image: url(bilder/image_rechts.jpg);
	background-repeat: no-repeat;
	padding-top: 120px;
			
}
#footer{
	clear: both;
	background: #FFCC00;
	height: 20px;
	padding-left: 18%;
	padding-top: 4px;
	font-size: 80%;
	text-align: left;
}
#menue_re_rot h1{
	font-size: 102%;
	text-align: left;
	color: #AD1732;
	background-color: #FFCC00;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#menue_re_rot ul{
	text-align: left;
}
#menue_re_rot li{
	padding-bottom: 10px;
	list-style-type: disc;
	margin-left: 20px;
	margin-right: 4px;	
	color: #FFCC00;
}
/*Styles der Klassen */
.bild_unten{
	padding-left: 4%;
}
.bild_rechts{
	float: right;
	padding-bottom: 10px;
	padding-right: 10px;
	margin-top: 20px;
}
.text_links{
	float: left;
	width: 60%;	
}
.text_re_ob{
	clear: both;
	visibility: hidden;
}
.clearfloat{
	clear: both;
}
/*==================
Die untere Navigation
====================*/
#navcontainerwaage{
	background-color: #FFCC00;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;	
}
#navcontainerwaage ul li{
	display: inline;
	list-style-type: none; 
	padding-left: 4px;
	padding-right: 4px;
	color: #AE1732;
	border-right: 1px solid #AD1732;
}
#navcontainerwaage a{
	text-decoration: none;
	color: #AE1732;
}
#select{
	font-weight: bolder;
}
#selectwaage{
	font-weight: bolder;
	letter-spacing: 1px;
}
#versteckt{
	color: red;
	display: none;
}