html, body{
  height:100%;
  min-height:100%;
}

body{
	margin:0;
	padding:0;
	background-color:#e7e8e8;
	background-image:url(../pics/kachel-top.jpg);
	background-repeat:repeat-x;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#474747;
}

img{
	border:none;
}

.clear{
	clear:both;
}

.right{
	float:right;
}

.left{
	float:left;
}


h1{
	font-size:12px;
	color:#003772;
}

a{color:#003772;text-decoration:none;}
a:hover{text-decoration:underline;}

#container{
	width:100%;
	min-height:100%;
	background-image:url(../pics/kachel-bottom.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

#out{
	min-height:100%;
	width:960px;
	margin:0 auto;
	position:relative;
}

#head{
	width:960px;
	height:123px;
	padding-top:13px;
	margin-bottom:37px;
	background-image:url(../pics/head_foto.jpg);
	background-repeat:no-repeat;
}

#logo{
	width:237px;
	height:71px;
}

#navi{
	width:920px;
	height:25px;
	margin:0 auto;
	margin-top:14px;
	padding-top:12px;
	padding-left:25px;
	background-image:url(../pics/navi_bg.png);
	background-repeat:no-repeat;
}


#navi .pipe{
	margin-top:3px;
}

#telefon{
	height:29px;
	line-height:29px;
	margin:-32px 60px 0 0;
	float:right;
	color:#FFFFFF;
}

#main{
	width:945px;
	margin:0 auto;
}

#left{
	width:226px;
	min-height:585px;
		
	margin-top:0;
	padding-top:0;
	background-image:url(../pics/kachel-left.jpg);
	background-repeat:repeat-y;
	float:left;
	
	border-bottom:1px solid #d0d0d0;
/*	min-height:584px;*/
}

#left h1.start{
	background-image:url(../pics/bg_headline_left.jpg);
	background-repeat:no-repeat;
	width:169px;
	height:35px;
	margin-top:0;
	padding:19px 0 0 57px;
	text-transform:uppercase;
}

#left h1.news{
	background-image:url(../pics/bg_headline_news_left.jpg);
	background-repeat:no-repeat;
	width:169px;
	height:35px;
	padding:19px 0 0 57px;
	text-transform:uppercase;
}

#left .newsbox{
	width:175px;
	height:90px;
	margin:0 auto;
}

#left .hLine{
	margin:12px 0;
}

#content{
	width:702px;
	float:right;
	padding:0;
	margin:0;
}

#topObj{
	width:226px;
	height:246px;
	/*
	margin-left:10px;	
	background-image:url(../pics/box_topobj.jpg);
	background-repeat:no-repeat;
	*/
	float:right;
}

#topObj h1{
	padding:11px 0 0 57px;
	text-transform:uppercase;
}

#topObj img{
	width:222px;
	height:116px;
	margin:5px 0 0 1px;
	border:1px solid #ababab;
}

#topObj h3{
	font-size:12px;
	margin:5px 0 0 20px;
}

#topObj p{
	font-size:12px;
	margin:0 0 0 20px;
}

#topObj a{
	margin:10px 0 0 20px;
	padding-left:10px;
	background-image:url(../pics/arrow_more_left.gif);
	background-repeat:no-repeat;
	background-position:1px 5px;
}

#content_text {
	margin-top:15px;
}

.content_box{
	width:224px;
	height:324px;
	background-image:url(../pics/content_box.jpg);
	background-repeat:no-repeat;
	float:left;
	
	margin-right:15px;
}

.content_box.last{
	margin-right:0px;
}

.content_box p{
	margin:0;
}

.content_box h2{
	font-size:13px;
	color:#ffffff;
	padding-left:15px;
	margin:17px 0 auto;
}

.content_box_mask {
	width:222px;
	height:116px;
	margin:4px 0 15px 0px;
	border:1px solid #ababab;
	overflow:hidden;
}

.content_box_mask img{
	width:222px;
}

.content_box .text{
	width:184px;
	height:130px;
	margin:0 auto;
	overflow:hidden;
}

.content_box a{
	display:block;
	/*margin:-11px 0 0 20px;*/
	padding-left:10px;
	background-image:url(../pics/arrow_more_left.gif);
	background-repeat:no-repeat;
	background-position:1px 6px;
}

.content_box.mid{
	margin-left:15px;
	margin-right:15px;
}

.content_text_top {
	height:28px;
	background-image:url(../pics/content_top.jpg);
	background-repeat:no-repeat;
	background-position:left;
	
	padding-left:20px;
	padding-top:10px;
	color:#FFFFFF;
}

.content_text_center {
	background-image:url(../pics/content_bg.jpg);
	background-repeat:repeat-y;
	background-position:left;
	
	width:664px;
	min-height:465px;
	padding:5px 20px 10px 20px;
}

.content_text_footer {
	height:14px;
	background-image:url(../pics/content_footer.jpg);
	background-repeat:no-repeat;
	background-position:left;
}

#footer{
	width:945px;
	height:67px;
	margin:0 auto;
	padding-top:10px;
	font-size:11px;
}

#footer a{color:#474747; text-decoration:none;}
#footer a:hover{color:#003772; text-decoration:underline;}

#small {
	font-size:9px;
	color:#878787;
}

#small a{
	text-decoration:none;
	color:#878787;
}