





html{
	background: #e8f2fe;
}

body {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 13px;
	background: none;
	color:#000;
	padding: 25px 0 25px;
}

b {font-weight:normal;}

a{
	text-decoration: none;
	color:#000;
}
 
a:visited{
	color:inherit;
}
 
a:hover, a:focus{
	text-decoration:none;
}
 
a:active{
	color:inherit;
}

img{
border: 0;
}

.clear{
	margin: 0px;
	padding: 0px;
	clear: both;
}

.align_left{
	float: left;
	margin-right: 5px;
}

p{
	margin:5px 0 10px 0;
}

#wrapper{
	width: 962px;
	padding: 7px;
	margin: 0 auto;	
	background: #FFF;	
}

#top{
}

#nav{
	background: #e6e6e6 url(../../assets/images/bg_navi.jpg) repeat-x top;
	height: 32px;
	overflow: hidden;
	border: 1px solid #9f9f9f;
	padding: 0px;
	margin-bottom: 7px;
}


#nav ul{
	list-style: none;	
	display: block;
	height: 32px;
	margin: 0 auto;
	padding: 0px 0 0px;
	overflow: hidden;	
}


#nav ul li {
	display: block;
	float: left;
	margin: 0 0px;
}

#nav ul li a {
	color: #000;
	padding: 9px 10px 0;
	text-decoration: none;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;	
	text-decoration: none;
	display: block;
	height: 23px;
	float: left;
	white-space: nowrap;
	
}

#nav ul li a:hover{
	background: #d4d4d4 url(../../assets/images/bg_navi_sel.jpg) repeat-x top;
}

#nav ul li.sel a {
	background: #d4d4d4 url(../../assets/images/bg_navi_sel.jpg) repeat-x top;
	color: #000;
}

#middle{
}

#content{
	width: 720px;
	float: left;
	margin-right: 8px;
	margin-bottom: 7px;
}

#teaser{
	border: 1px solid #063f7f;
	height: 275px;
	background: #fff no-repeat top left;	
}

#teaser div.slogan{
	font-weight: bold;
	font-size: 36px;
	color: #FFF;
	padding: 0 14px;
	text-align: right;
	margin-top: 80px;
	text-shadow:  0px 0px 2px #063f7f,0px 0px 2px #063f7f,0px 0px 2px #063f7f,0px 0px 2px #063f7f,0px 0px 1px #063f7f,0px 0px 1px #063f7f;
	
}

#logo{
	height: 81px;
	width: 352px;
	border-bottom: 1px solid #063f7f;
	border-right: 1px solid #063f7f;
	display: block;
	font-size: 35px;
	color: #e53a00;
	background-color: #FFF;
	font-weight: bold;
	text-decoration: none;
	padding: 7px 0 0 14px;
	font-family: Tahoma, Helvetica, sans-serif;
}

#logo span{
	display: block;
	color: #186dcd;
	font-size: 28px;
	padding-top: 7px;
	font-weight: normal;
}
#menu {
	margin-top:-100px !important;
	position:absolute !important;
}
#content .text{
	margin: 0;
	background: #f8fbfe url(../../assets/images/bg_text.jpg) repeat-x top;
	border: 1px solid #063f7f;
	padding: 30px 35px 5px;
	font-size: 14px;
	line-height: 26px;
}

#content .text h1{
	font-weight: bold;
	font-size: 26px;
	padding: 0;
	margin: 0px 0px 30px;
	
}

#content .review{
	background: url(../../assets/images/bg_review.jpg) no-repeat top left;
	height: 52px;
	color: #FFF;
	text-align: center;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	padding: 21px 7px 0;
}

#content .review span{
	display: block;
	color: #FFF;
	font-size: 12px;
	padding: 4px 0 0;
	font-style: normal;
	text-align: right;
}

#content .cta_download{
	background: url(../../assets/images/bg_download.jpg) no-repeat top left;
	height: 65px;
	color: #FFF;
	text-align: left;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	padding: 10px 7px 0 100px;
	display: block;
	text-decoration: none;
	margin: 0px;
}

#content .cta_download span{
	display: block;
	padding-top: 10px;
	font-size: 19px;
}

#sidebar{
	width: 234px;
	float: left;
	padding-bottom: 0px;
}

#sidebar .empfehlung{
	padding: 0px;
	margin-bottom: 7px;
	border: 1px solid #063f7f;
	background: #fff url(../../assets/images/bg_empfehlungen.jpg) repeat-y right;	
}

#sidebar .empfehlung h2{
	background: #fba530 url(../../assets/images/bg_empfehlungen_h2.jpg) repeat-x bottom;
	font-size: 18px;
	color: #FFF;
	height:30px;
	padding: 10px 0 0;
	text-align: center;
	font-weight: bold;
}

#sidebar .empfehlung ul{
	display: block;
	padding: 10px 0;
	margin: 0px;
	list-style: none;
}

#sidebar .empfehlung ul li{
	display: block;
	padding: 5px 0;
	margin: 0;
	text-align: center;
}

#sidebar .empfehlung ul li a{
	color: #063f7f;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

#sidebar .empfehlung ul li a img{
	border: 2px solid #063f7f;
}


#sidebar .weiterlesen{
	padding: 0px;
	margin-bottom: 7px;
	border: 1px solid #989898;
	background: #f9f9f9 url(../../assets/images/bg_weiterlesen.jpg) repeat-y right;	
}

#sidebar .weiterlesen h2{
	background: #ebebeb url(../../assets/images/bg_weiterlesen_h2.jpg) repeat-x bottom;
	font-size: 18px;
	color: #000;
	height:30px;
	padding: 10px 0 0;
	text-align: center;
	font-weight: bold;
}

#sidebar .weiterlesen ul{
	display: block;
	padding: 10px 0;
	margin: 0px;
	list-style: none;
}

#sidebar .weiterlesen ul li{
	display: block;
	padding: 0;
	margin: 0;
}

#sidebar .weiterlesen ul li a{
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 8px 7px 8px 12px;
	margin: 0px;
	height: 16px;
}

#sidebar .weiterlesen ul li a:hover{
	background: url(../../assets/images/bg_weiterlesen_hover.jpg) repeat-y right;	
}

#cta_newsletter{
	display: block;
	background: #b72010 url(../../assets/images/bg_newsletter.jpg) no-repeat top;
	border: 1px solid #751009;
	width: 222px;
	height: 85px;
	text-decoration: none;
	color: #FFF;
	font-size: 18px;
	line-height: 22px;
	padding: 3px 0 0 10px;
	margin: 0 0 7px;
}

#cta_newsletter span.head{
	font-size: 24px;
	font-weight: bold;
	line-height: 35px;
}

#cta_newsletter span{
	font-weight: bold;
}

.adblock{
	width: 468px;
	height: 60px;
	float: left;
}

#bottom{
	width: 962px;
	padding: 7px;
	margin: 0 auto;	
	color: #063f7f;
	font-weight: bold;
	font-size: 12px;
}

#bottom ul{
	list-style: none;	
	display: block;
	margin: 0 auto;
	padding: 10px 0 0px;
	overflow: hidden;	
}


#bottom ul li {
	display: block;
	float: left;
	margin: 0 21px 0 0;
}

#bottom ul li a {
	color: #063f7f;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	display: block;
}

