.layout_head{
	width:1040px;
	height:120px;
	background-image:url('img/header_v-sec.png');
	background-repeat:no-repeat;
	background-color:#000000;
	position:relative;
	border:1px none yellow;
}

.layout_navi_top{
	width:1040px;
	height:32px;
	/*background-color:#722640;*/
	position:relative;
	background-image:url(img/menuleiste_oben.png);
	background-repeat:repeat-x;
	border:1px none black;
}

.layout_navi_left{
	width:170px;
	min-height:500px;
	float:left;
	/*background-image:url(img/hintergrund_grau_punkte.gif);*/
	background-color:#272727;
	border:1px none red;
}

.layout_main{
	width:1040px;
	min-height:600px;
	float:left;
	/*background-image:url(img/hintergrund_grau_punkte.gif);*/
	background-color:#272727;
		line-height:13px;
	text-align:left;
	position:relative;
	border:1px none red;
}

.layout_foot{
	width:1040px;
	height:40px;
	clear:both;
	
	/*background-color:#CCCCCC;*/
	/*background-image:url(img/fusszeile_2.png);*/
	background-image:url(img/footer2.gif);
	background-repeat:repeat-x;
	background-position:0px -1px;
	text-align:center;
	border:1px none yellow;
}