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



body{
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	background-image:url(../pics/head_xbg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	color:#797979;
	min-height:100%;
}

body#noimage {
	background-image:none;
}

a{
	text-decoration:none;
	color:#3C8523;
}

a:hover{
	color:#3e9864;
}


#rechts a {
	text-decoration:underline;
}

h1{
	font-size:20px;
	font-weight:normal;
	background-image:url(../pics/arrow.jpg);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:20px;
	color:#323232;
}

h2{
	font-size:14px;
	font-weight:bold;
	color:#323232;
	margin-bottom:5px;
}


.container{
	width:960px;
	margin:0 auto;
}

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

#head{
	background-image:url(../pics/head.jpg);
	width:912px;
	height:141px;
	padding-top:54px;
	padding-left:48px;
}

#logo{
	width:170px;
	height:88px;
}

#head_icon{
	width:115px;
	height:45px;
	background-image:url(../pics/head_icon.jpg);
	background-repeat:no-repeat;
	padding-left:845px;
}

#newsblock{
	margin-top:50px;
	line-height:20px;
	position:relative;
}

#news_pic{
	position:absolute;
	top:-15px;
	left:90px;
	background-image:url(../pics/phone.jpg);
	width:34px;
	height:33px;
}

.icon{
	float:right;
	margin-right:40px;
	margin-top:10px;
}

#left{
	padding:0 20px;
	width:230px;
	float:left;
}

#rechts{
	float:left;
	width:590px;
	padding-left:64px;
	line-height:20px;
	margin-bottom:170px;
	margin-top:15px;
}

#footer {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	line-height:23px;
	color:#FFF;
	font-size:11px;
}

#footer a{
	color:#FFF;
}


#aLeft {
	width:380px;
	float:left;
}

#aRight {
	width:195px;
	float:right;
}


.clear {
	clear:both;
}

#fckeditor {
	padding:10px;
	background-image:none;
} 