@charset "utf-8";

body {
	background-color: #ffff;
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

#body_all {
	margin: 0 auto;
	margin-top: 20px;
	width: 950px;
	min-height: 570px;
}

* html #body_all {
	height: 540px;
}

#header {
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	height: 200px;
	width: 950px;
}

#content_all {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: left top;	
	min-height: 410px;
	width: 950px;
	text-align: left;
	position: relative;
}

*html #content_all {
	height: 410px;
}

#content_box {
	
}

* html #content_box {

}

#menu {
        width: 180px; 
	padding: 25px 0px 120px 0px;
	float: left;
}

* html #menu {

}

#content {
	width: 510px;
	padding: 20px 10px 30px 30px;
	float: left;
}

* html #content {
	width: 480px;
}

#content_right_box {
	position: absolute;
	top: 0px;
	right: 140px;
	/*background-color: #333;*/
	height: 350px;
	width: 80px;
	padding: 0px;
	float: left;
	z-index: 99;
}

*html #content_right_box {
	right: 80px;
}

#content_right {
	height: 240px;
	padding: 70px 0px 0px 20px;
}

* html #content_right {
	height: 240px;
	padding: 70px 0px 0px 0px;
}


#footer {
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 70px;
	width: 950px;
	text-align: left;
}

*html #footer {

}	

#kontakt {
	position: relative;
	top: -50px;
	height: 70px;
	width: 880px;
	background-image: url(../images/meedchen_neu.gif);
	background-repeat: no-repeat;
	background-position: right top;
	/*background-color: #666;*/
}

*html #kontakt {
	
}

#kontakt img {
	position: relative;
	left: 760px;
}

*html #kontakt img {
	
}


#meta {
	height: 30px;
	width: 250px;
	padding: 5px 0px 0px 290px;
	float: left;
}

.clear {
	clear: both;
}
