body {
	margin-top:0px;
	margin-left:0px;
	background-color:#CCCCCC;

}

#body {
	height: 752px;
	width: 1024px;
	position: relative;
	background-image: url(../pics/linkskachel.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-color:#FFFFFF;
	
	margin: 0 auto;


}
#body #kopf {
	background-image: url(../pics/kopf.jpg);
	background-repeat: no-repeat;
	height: 218px;
	width: 1024px;
}

#body #kopf #lang{
	left:20px;
	top:130px;
	position:absolute;
}


#body #menue {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 250px;
}
#body #buttons {
	list-style-position:inside;
	list-style-type:none;
	left: -10px;
	position: absolute;
}

.button_off{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	background-color: #FFFFFF;
	width: 172px;
	height: 30px;
	margin-top: 8px;
	padding-left:10px;
	padding-top:10px;
	display:block;
	color:#AA2B36;
	text-decoration:none;
}

.button_off:hover{
	background-image: url(../pics/buttonaktiv.jpg);
	color:#780000;
	display:block;

}
.button_on {
	background-image: url(../pics/buttonaktiv.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	background-color: #FFFFFF;
	width: 172px;
	height: 30px;
	margin-top: 8px;
	padding-left:10px;
	padding-top:10px;
	display:block;
	position:relative;
	color:#AA2B36;
	text-decoration:none;
	display:block;
}

.button_on:hover{
	background-image: url(../pics/buttonaktiv.jpg);
	color:#780000;
	display:block;

}

#body #rechts {
	height: 535px;
	width: 152px;
	float:right;
	background-image: url(../pics/rechtskachel.jpg);
	background-repeat: no-repeat;
	position:relative;
}
#body #rechts #kontakt a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color:#000;
	text-decoration:none;
	position:absolute;
	top:-20px;
	left:20px

}


#body #content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 620px;
	height:480px;
	overflow:auto;
	position: absolute;
	left: 240px;
	top: 260px;
}

#body #content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	width: 242px;
	float:right;
	background-image: url(../pics/hinter_h1.jpg);
	background-repeat: no-repeat;
	height: 32px;
	text-align: center;
	margin-right: 50px;
	margin-bottom: 30px;
}

#body #content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top:40px;
}
