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

body, html  {
	background: url(../media/home-mail_s-square_01.png) repeat-x;
    margin: 0; 
	padding: 0;
	height: 100%;
	text-align: center;
}
div.center {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	min-height:60px; /* Mindesthöhe in modernen Browsern */
	height:auto !important; /* !important-Regel für moderne Browser */
	height:100%; /* Mindesthöhe in IE (<7) */
	text-align: left;
	overflow: hidden;

/* Half the width of the DIV tag which is 50 pixels */ 
/* Half the height of the DIV tag which is also 50 pixels */
}
		
/* Design */		
#header{
	margin-top: 5px;
	width: 950px;
	height: 47px;
	position: relative;
}
#but_1{
	width: 157px;
	height: 47px;
	position: relative;
	float: left;
}

#but_2{
	float: left;
	width: 150px;
	height: 47px;
	position: relative;
}

#but_3{
	float: left;
	width: 150px;
	height: 47px;
	position: relative;
}

#but_4{
	float: left;
	width: 150px;
	height: 47px;
	position: relative;
}

#but_5{
	float: left;
	width: 150px;
	height: 47px;
	position: relative;
}

#but_6{
	float: left;
	width: 46px;
	height: 47px;
	position: relative;
}

#but_7{
	float: left;
	width: 41px;
	height: 47px;
	position: relative;
}

#but_8{
	float: left;
	width: 67px;
	height: 47px;
	position: relative;
}
#content{
	position: relative;
	width: 950px;
}
#left{
	float: left;
	border-right: solid 1px #999;
	margin-top: 40px;
	padding: 30px 50px 0px 10px;
	position: relative;
	width: 200px;
	height: 600px;
}
#centrum{
	float: left;
	border-right: solid 1px #999;
	margin-top: 40px;
	padding: 30px 50px 0px 50px;
	position: relative;
	width: 290px;
	height: 600px;
}
#centrum2{
	float: left;
	border-right: solid 1px #999;
	margin-top: 40px;
	padding: 30px 50px 0px 50px;
	position: relative;
	width: 550px;
	height: auto;
}
#line{
	height: 2px;
	border-top: solid 1px #999;
	padding-bottom: 5px;
	width: auto;
}
#right{
	text-align: center;
	float: left;
	margin-top: 40px;
	padding: 30px 10px 0px 30px;
	position: relative;
	width: 200px;
	height: 600px;
}








