html {
	background-color:#e8e9eb;
	background-image: url(../images/bg_site.jpg);
	background-repeat:repeat-x;
}

body {
}

/* Content Elemente
----------------------------------------------------------------------------------------------------------------------------------- */

#body {
	width: 980px;
	margin:auto;
	background-image: url(../images/bg-trans.png);
	background-repeat:repeat-y;
}

#body_contentpage {
	width: 980px;
	margin:auto;
	background-image: url(../images/bg_contentpage-trans.png);
	background-repeat:repeat-y;
}

#site {
	margin:0;
	width:100%;
}

#header {
	height:112px;
	width:980px;
	margin: 0px;
	margin-top: 15px;
	padding:0;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	position:relative;
}

#logo_link {
	display:block;
	position:absolute;
	top:15px;
	left:40px;
	width:195px;
	height:90px;
}

#suche {	
	margin: 0px;
}

#abb {
	height:400px;
	width:880px;
	margin:0px 0 0 50px;
	padding:0px;
	background-color:#ECECEC;
}

#abb_small {
	height:300px;
	width:660px;
	margin:0px;
	padding:0px;
	background-color:#ECECEC;
	position:relative;
	z-index:10;
}

#collumn1 {
	width: 190px;
	margin:10px 40px 0 40px;
	float:left;
	color: #666666;
}

#collumn2 {
	padding:0px 10px 15px 0px;
	float:left;
	color: #666666;
	width: 660px;/*600px;*/
}

#footer {
	width:980px;
	height:35px;
	margin:auto;
	padding: 5px 0 0 4px;
	background-color:#e8e9ea;
}


#footer_col1 {
	margin:0;
	padding:5px 10px 0 0px;
	float:left;
	font-size:10px;
	color:#666;
}

#footer_col1 img{
	margin:0px 0 -2px 0;
}

#footer_abb {
	width:400px;
	right: 0px;
	height:1px;
	margin:auto;
	padding-left: 580px;
	position:relative;
	top: -180px;
}