/* CSS Document */

html, body {position:relative;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	font-family:arial;
	font-size:12px;
	color:#1B4632;
	background:url(../gfx/back.jpg)
}

#start {
	position:relative;
	height:100%;
	width:100%;
	background:url(../gfx/back.jpg);
	}
		
#zentral {
	postion:relative;
	width:840px;
	height:100%;
	}
*html #zentral{min-height:100%}	

.cont_left{
	position:relative;
	float:left;
	width:150px;
	height:100%;
}


.cont_mid {
	position:relative;
	float:left;
	width:440px;
	height:100% ;
	
	background:url(../gfx/back_str.jpg) ;
	background-repeat:repeat-y;
	}

.cont_mid_head {
	height:300px;
	}
.cont_mid_main {
	padding:20px;
	position:relative;

	background:url(../gfx/back_str.jpg) ;
	background-repeat:repeat-y;}

.cont_right {
	position:relative;
	float:right;
	width:250;
	height:100%;
}
.fl_end{clear:both
	text-align:right;
	color:#fff}

/********* layouts *********/

.cont_mid_main 	a:link, a:visited {
	color:#3C85CA;
}
.cont_mid_main a:hover {color:#17402e}

h1 {
	color:#a1d9d9;
	font-size:18px;
}



	
/*****************   pics ************/

.cont_mid_logo {
	position:absolute;
	height:150px;
	width:230px;
	top:100px;
	left:170px;
	background:url(../gfx/logo.jpg);
	}
.pic1 {
	position:absolute;
	left:-154px;
	top:20px;
	width:140px;
	height:140px;
	background:url(../gfx/pic1.jpg);
}



.pic2 {
	position:absolute;
	left:-154px;
	top:180px;
	width:140px;
	height:140px;
	background:url(../gfx/pic2.jpg);
}
.pic3 {
	position:absolute;
	left:455px;
	top:20px;
	width:140px;
	height:140px;
	background:url(../gfx/pic3.jpg);
}
.pic4 {
	position:absolute;
	left:455px;
	top:180px;
	width:140px;
	height:140px;
	background:url(../gfx/pic4.jpg);
}

.pic5 {
	position:absolute;
	left:455px;
	top:340px;
	width:140px;
	height:140px;
	background:url(../gfx/pic5.jpg);
}

.pic6 {
	position:absolute;
	left:455px;
	top:500px;
	width:140px;
	height:140px;
	background:url(../gfx/pic6.jpg);
}
.navi {
	position:absolute;
	left:-150px;
	top:340px;
	width:150px;

}
.flash {
	position:absolute;
	top:10px;
	left:380px;
	width:60px;
	height:25px;
	z-index:567;
}
.cont_mid_main img {
	border:none;
}
	
	

