* html, images, div {
	margin:0;
	padding:0;
	border:0;
	outline:none;
}


body {
	background:#ffffff url(../images/bg.gif) 0 0 repeat-x;
}


#wrapper {
	background:url(../images/wrapper.gif) 0 0 repeat-y;
	width:770px;
	height:auto;
	position:absolute;
	top:0;
	left:50%;
	margin:0 0 0 -380px;
}


#top {
	width:770px;
	height:130px;
	background:url(../images/top.jpg) 0 0 no-repeat;
	position:relative;
}

#logo {
	width:246px;
	height:130px;
	background:url(../images/logo.gif) 0 0 no-repeat;
	position:absolute;
	top:0;
	left:25px;
}


#navi {
	height:27px;
	background:url(../images/navi.gif) 0 0 no-repeat;
	padding:25px 0 0 5px;
}

#main {
	width:770px;
	background:url(../images/main.gif) 0 0 no-repeat;
	min-height:358px;
	height:expression(this.scrollHeight > 358 ? "auto":"358px");
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	line-height:18px;
}


#left {
	width:460px;
	height:auto;
	float:left;
	padding:20px 0 40px 15px;
}

#left2 {
	width:700px;
	height:auto;
	float:left;
	padding:20px 40px 40px 15px;
}

#right {
	width:300px;
	height:358px;
	position:absolute;
	top:-358px;
	right:-13px;
	background:url(../images/bild.jpg) 0 0 no-repeat;
}

#bottom {
	width:770px;
	height:83px;
	background:url(../images/footer.gif) 0 0 no-repeat;
	position:relative;
	float:none;
	clear:both;
}

#footer {
	width:770px;
	height:auto;
	background:#fff;
}

#footer a { 
font-family:Verdana;
font-size:10px;
color:#1c79af;
text-decoration:none;
padding:0 10px;
}

#footer a:hover { 
font-family:Verdana;
font-size:10px;
color:#ff9900;
text-decoration:none;
padding:0 10px;
}


/*------------------------------------------------xxxXXXxxxx------------------------------------------------*/


h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#1c79af;
	line-height:24px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#599fcb;
	line-height:20px;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#599fcb;
	line-height:20px;
}

.liste {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ff9900;
	line-height:20px;
	font-weight:bold;
	list-style-image:url(../images/list.gif);
	margin-left:20px;
}


p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	line-height:18px;
}


#banner_holder {
	width:120px;
	height:600px;
	position:absolute;
	left: 785px;
	top: -50px;
}

