@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	border:0;
}
html[xmlns^="http"] {
	/* verhindert Mozilla-Zucken - Scrollbar/kein Scrollbar */
	overflow-y: scroll;
}
body {
	text-align: center;
	font-family:Arial, Tahoma ,Verdana, sans-serif;
	font-size: 11px;
	background: #EFEFEF;
	color: #333;
	line-height: 150%;
}
#wrapper {
	text-align: left;
	margin: 0 auto;
	width:640px;
	background:#fff url(bg_wrapper.gif) top left repeat-y;
}
#head {
	position:relative;
	width:640px;
	height:80px;
}
#logo {
	position:absolute;
	top:25px;
	left:460px;
}


/* rotator in-page placement */
    div#rotator {
	position:relative;
	width:580px;
	height:250px;
	padding:0 0 0 30px;
	margin-bottom:40px;
}
/* rotator css */
	div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}

    div#rotator ul li.show {
	z-index:500
}



#contentWrap{
	float:left;
	width:565px;
	padding: 0 10px 0 45px;
	}
h1{
	margin-bottom:20px;
	}
p.intro{
	font-size:15px;
	line-height:140%;
	padding-bottom:20px!important;
	}
#columnLeft {
	float:left;
	width:400px;
	}
#columnRight {
	float:right;
	width:130px;
	}
#columnRight h2, #columnLeft h2{
	font-size:11px;
	padding-bottom:5px;
	}

#columnLeft a, #columnRight a  {
	color: #000;
	text-decoration:none;
	border-bottom:#00A1DE 1px solid;
	padding:1px;
}
#columnLeft a:hover, #columnRight a:hover {
	color: #fff;
	text-decoration:none;
	border-bottom:none;
	background:#00A1DE;
}
#columnLeft p, #columnRight p {
	padding:0 0 10px 0;
}
#columnLeft ul{
	margin: 5px 15px 1em 0;
	}
columnLeft li{
	list-style-type:none;
	padding: 0 0 0.3em 12px;
	background:url(bullet.gif) 0 0.6em no-repeat;
	}

#footer{
	clear:both;
	width:585px;
	height:60px;
	padding: 0 0 0 45px;
	font-size:11px;
	line-height:120%;
	background:url(bg_footer.gif) top left no-repeat;
	}