body {
	background: #ffd76e;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}
a:link {
	color: #000082;
	text-decoration: none;
}
a:hover { color: #E60000; text-decoration: none; }
a:visited { color: #000082 ; text-decoration: none; }

#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	background-color: #FFD76E;
	height: 700px;
}

#header	{
	width: 800px;
	height: 170px;
}
#kopfzeile	 {
	text-align: center;
	height: 20px;
}
/*----- bebbel -----------------*/
#bebbel {
	position: absolute;
	top: 130px;
	width: 795px;
	height: 90px;
	-webkit-transform: rotate(-4deg);
  -moz-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  -o-transform: rotate(-4deg);
  transform: rotate(-4deg);
}
#bebbel_pic	{
	position: absolute;
	right: 0px;
	width: 250px;
	height: 89px;
}
#bebbel_hz	{
	position: absolute;
	width: 210px;
	text-align: center;
	top: 29px;
	left: 545px;
	font-size: 20px;
	font-weight: bolder;
}
#bebbel_text	{
	position: absolute;
	width: 205px;
	top: 47px;
	left: 545px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}
/*----- bebbelend ------*/
#logo 	{
	height: 50px;
	text-align: center;	
}


#mainContent	{
	float: left;
	width: 800px;
	height: 340px;
}
/* menue ----------------------*/
#menue	{
	z-index: 2;
	float: left;
	width: 140px;
	height: 180px;
}
#nav_wer	{
	position: relative;
	top: 0px;
	padding-top: 45px;
}
#nav_was	{
	position: relative;
	top: 0px;
	padding-top: 30px;
}
#nav_wo	{
	position: relative;
	top: 0px;
	padding-top: 30px;
}
/* ----- menue end -----*/

#foto	{
	float: left;
	width: 390px;
}
#textcloud {
	float: left;
	width: 265px;
	padding-top: 35px;
}
#footer {
	width: 800px;
	height: 20px;
	float: left;
	padding-top: 40px;
}
/* soziale medien ------------*/
#socmed	{
	padding-top: 10px;
	float: left;
	height: 50px;
	width: 800px;
}
#facebook	{
	padding-left: 302px;
	float: left;
	width: 100px;
}
#qype	{
	float: left;
	height: 35px;
	width: 230px;
}

