/* -----------------ALLGEMEIN----------------- */

@charset "utf-8";
* {
	border: 0;
	margin: 0;
	padding: 0;
}
html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	border: 0;
	padding: 0;
	line-height: 13px;
	background: #FFFFFF url(../img/bg_patter.gif) repeat;
	font: 11px Tahoma, sans-serif;
	color: #000000;
}

.clear {
	clear:both;
}

/* -----------------LINKS----------------- */

a:link {
	color: #3399FF;
	text-decoration: none;
}
a:visited {
	color: #3399FF;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: none;
}

/* -----------------LAYOUT----------------- */

#main {
	position: absolute;
	left: 50%;
	margin: 0 -491px;
	width: 1002px;
}
#top {
	margin-top:20px;
	width: 982px;
	height:121px;
	background:url(../img/header.gif);
}
#menue {
	border-top:#FFFFFF solid 1px;
	margin-left:1px;
	width: 980px;
	height:49px;
	background: url(../img/menue_bg.gif) repeat-x;
}
#puffer {
	width: 980px;
	margin-left:1px;
	height:29px;
	background: url(../img/menue_footer.gif);
}
#content {
	width: 980px;
	margin-left:1px;
}
#left {
	width: 198px;
	height:794px;
	float:right;
	background:url(../img/fosten_bg.gif) no-repeat;
	padding-left:1px;
	padding-right:1px;
}
#middle {
	width: 578px;
	margin-left:1px;
	margin-right:1px;
	height:10px;
	float:right;
}
#rand {
	width:538px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
}
.topper {
	display: block;
	color: #494949;
	text-decoration: none;
	height: 34px;
	background:url(../img/linkbig_bg_norm.gif) no-repeat;
	padding-top: 16px;
	padding-left: 15px;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 14px;
	font-weight: bold;
	margin-left:1px;
	}
.news {
	background:url(../img/topper_midd.gif) repeat-y;
	width:169px;
	padding-right:15px;
	padding-left:15px;
	margin-left:1px;
	}
.part {
	width:169px;
	margin-left:1px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	}
#right {
	width: 200px;
	height:794px;
	float:right;
	background:url(../img/fosten_bg.gif) no-repeat;
}

/* -----------------ICONS----------------- */

#iconendkunde {
	position:absolute;
	margin-left: -10px;
	margin-top: -142px;
	background: transparent url(../img/icon_endkunde.png) no-repeat;
	width:32px;
	height:32px;
}
#iconhaendler {
	position:absolute;
	margin-left: -10px;
	margin-top: -91px;
	background: transparent url(../img/icon_haendler.png) no-repeat;
	width:32px;
	height:32px;
}
#iconreg {
	position:absolute;
	margin-left: -10px;
	margin-top: -41px;
	background: transparent url(../img/icon_reg.png) no-repeat;
	width:32px;
	height:32px;
}
#iconkomm {
	position:absolute;
	margin-left: -11px;
	margin-top: -52px;
	background: transparent url(../img/icon_komm.png) no-repeat;
	width:32px;
	height:32px;
}
#iconnews {
	position:absolute;
	margin-left: 178px;
	margin-top: -40px;
	background: transparent url(../img/icon_news.png) no-repeat;
	width:32px;
	height:32px;
}
#iconpart {
	position:absolute;
	margin-left: 161px;
	margin-top: -52px;
	background: transparent url(../img/icon_part.png) no-repeat;
	width:32px;
	height:32px;
}