html, body{
	width:100%;
	height:100%;
}
body{
	margin:0px;
	background:#ffe7c8 url(../images/layout/bg_shadow.png) no-repeat center top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}

/*Layout*/
div#wrapper{
	width:990px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	background:#fff;
}

img{
	border:none;
}

a:link{
	color:#000;
	text-decoration:none;
}
a:visited{
	color:#000;
	text-decoration:none;
}
a:hover{
	color:#666;
	text-decoration:none;
}
a:active{
	color:#000;
	text-decoration:none;
}

hr{
	border:none;
	border-top:1px dotted #eddcae;
	margin-top:0px;
	margin-bottom:-1px;
}


/*Searchline*/
div#searchline{
	height:23px;
	background:#e56800;
}
div#searchline form{
	float:right;
	padding-top:3px;
	margin-right:20px;
}
div#searchline input.text{
	height:10px;
	width:120px;
	padding-top:2px;
	padding-bottom:4px;
	padding-left:10px;
	font-size:10px;
	float:left;
	border:none;
	background:url(../images/layout/bg_search.png) repeat-x;
}
div#searchline input.submit{
	float:left;
	height:20px;
	border:none;
	background:url(../images/layout/but_search.png) no-repeat;
}
div#searchline span{
	float:right;
	margin-right:20px;
	font-size:10px;
	padding-top:4px;
}

/*Header*/
div#header{
	height:405px;
	width:990px;
}
div#header div#headerimg{
	width:697px;
	height:405px;
	overflow:hidden;
	float:left;
}
div#header div#right{
	width:237px;
	float:left;
	margin-left:30px;
	padding-top:30px;
}
div#header div#right div#headernews{
	margin-top:32px;
	width:237px;
	overflow:hidden;
	padding-top:5px;
	padding-bottom:5px;
	font-size:10px;
	border:1px solid #930000;
}
div#header div#right div#headernews .titel{
	background:#930000;
	padding:5px 250px 5px 10px;
	font-size:12px;
	color:#fff;
	font-family: 'HelveticaNeueExtended', sans-serif;
	font-size:11pt;
}
div#header div#right div#headernews .titel .blink{
	background:#930000;
}

div#header div#right div#headernews div{
	font-weight:bolder;
}
div#header div#right div#headernews div.layout_simple{
	padding-left:5px;
}

div#header div#right div#headernews a{
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:30px;
	margin-left:-5px;
	display:block;
	background:url(../images/layout/but_arrow_red.png) no-repeat center right;
	cursor:pointer;
	border-bottom:1px dotted #eddcae;
	font-weight:normal;
	font-size:13px;
	font-weight:bolder;
}
div#header div#right div#headernews a:hover{
	background:#f3efe6 url(../images/layout/but_arrow_red.png) no-repeat center right;
	color:#000;
}
div#header div#right div#headernews a span{
	font-weight:normal;
	font-size:11px;
}

div#header div#right div#headernews  div.last a{
	border: none;
	margin-bottom:-2px;
}

/*Menü*/
div#menu{
	height:61px;
	background:url(../images/layout/bg_menu.png) repeat-x;
	font-weight:300;
	font-size:12px;
	position:relative;
}
div#menu div#mcconsult{
	position:absolute;
	left:30px;
	top:-40px;
}

div#menu ul.level_1{
	list-style:none;
	margin-top:0px;
	position:absolute;
	top:13px;
	right:4px;
	z-index:1000;
}
div#menu ul.level_1 li{
	display:inline;
	float:left;
	padding-top:10px;
	padding-bottom:10px;
	border-right:solid 1px #cc4400;
	position:relative;
}
div#menu ul.level_1 li.last{
	border:none;
}
div#menu ul.level_1 li a, div#menu ul.level_1 li span{
	font-weight:bold;
	padding:23px 12px 24px 12px;
}
div#menu ul.level_1 li a:hover, div#menu ul.level_1 li span{
	background:#ff7700;
	color:#fff;
}
div#menu ul.level_1 li span{
	cursor:pointer;
}

div#menu ul.level_1 li:hover > a{
	background:#ff7700;
	color:#fff;
}
div#menu ul.level_1 li:hover > ul.level_2{
	visibility:visible;
}

/*Subemü*/

div#menu ul.level_1 li ul.level_2{
	position:absolute;
	left:0px;
	top:48px;
	background:#ff7700;
	visibility:hidden;
}

div#menu ul.level_1 li ul.level_2 li{
	display:block;
	float:none;
	border:none;
	margin-left:-40px;
}
div#menu ul.level_1 li ul.level_2{
	left:0px;
	left:auto;
}
div#menu ul.level_1 li ul.level_2 li{
	text-align:left;
	overflow:hidden;
	width:200px;
	display:block;
	margin-top:0px;
	margin-bottom:0px;	
	padding-top:0px;
	padding-bottom:0px;
}
div#menu ul.level_1 li ul.level_2 li a{
	padding-top:10px;
	padding-bottom:10px;
	background:#ff7700;
	padding-left:10px;
	padding-right:200pt;
	float:left;
	font-weight:normal;
}
div#menu ul.level_1 li.last ul.level_2{
	right:0px;
	left:auto;
}
div#menu ul.level_1 li.last ul.level_2 li{
	text-align:right;
	overflow:hidden;
	width:200px;
	display:block;
	margin-top:0px;
	margin-bottom:0px;	
	padding-top:0px;
	padding-bottom:0px;
}
div#menu ul.level_1 li.last ul.level_2 li a, div#menu ul.level_1 li ul.level_2 li span.active{
	padding-top:10px;
	padding-bottom:10px;
	background:#ff7700;
	padding-left:200px;
	padding-right:15px;
	float:right;
	font-weight:normal;
}
div#menu ul.level_1 li ul.level_2 li a:hover, div#menu ul.level_1 li ul.level_2 li span.active{
	background:#dd6a00;
}


/*Inhalt*/
div#inhalt_wrapp{
	border-right:4px #d25710 solid;
	border-left:4px #d25710 solid;
	min-height:220px;
	padding:25px 15px 25px 15px;
}
div#inhalt_wrapp div#box_oben{
	width:910px;
	min-height:174px;
	border:1px solid #f0e0b7;
	padding:20px 15px 0px 25px;
	background:#ffe7c8 url(../images/layout/uhr.jpg) no-repeat center right;
}

div#inhalt_wrapp div#box_oben #text{
	width:400px;
	padding-right:40px;
	margin-bottom:0px;
	border-right:1px dotted #eddcae;
	float:left;
}
div#inhalt_wrapp div#box_oben .titel, h1, h2, h3, h4, h5, h6{
	font-family: 'HelveticaNeueExtended', sans-serif;
	font-size:11pt;
	display:block;
	margin-bottom:10px;
	color:#000;
	font-weight:normal;
}

div#inhalt_wrapp div#box_oben div#infobox{
	display:inline-block;
	width:190px;
	float:left;
	margin-left:15px;
	margin-top:10px;
	padding-right:20px;
	position:relative;
	filter:alpha(opacity=80); 
	-moz-opacity: 0.8; 
	opacity: 0.8;
	overflow:visible;
}
div#inhalt_wrapp div#box_oben div#infobox:hover{
	z-index:1000;
	filter:alpha(opacity=100); 
	-moz-opacity: 1; 
	opacity: 1;
}
div#inhalt_wrapp div#box_oben div#infobox img{
	position:relative;
	z-index:200;
	float:left;
	width:211px;
	height:auto;
}
div#inhalt_wrapp div#box_oben div#infobox img:hover{
	width:250px;
	margin-left:-18px;
	margin-top:-15px;
	z-index:1000;
}
div#inhalt_wrapp div#box_oben div#infobox .titel{
	background:#fa7500;
	overflow:hidden;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
	margin-left:-10px;
	width:200px;
}


/*Newsletterbereich*/
div#inhalt_wrapp div#box_unten{
	width:910px;
	border:1px solid #f0e0b7;
	padding:15px 15px 10px 25px;
	background:#ffe7c8;
	margin-top:15px;
	position:relative;
}

div#inhalt_wrapp div#box_unten .titel{
	background:#fa7500;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:10px;
	margin-right:30px;
	font-family: 'HelveticaNeueExtended', sans-serif;
	color:#000;
	font-size:11pt;
	float:left;
}
div#inhalt_wrapp div#box_unten .block{
	display:inline;
	float:left;
}
div#inhalt_wrapp div#box_unten .ce_text{
	display:block;
	width:200px;
	margin-right:50px;
}
div#inhalt_wrapp div#box_unten .mod_subscribe{
	width:500px;
}
div#inhalt_wrapp div#box_unten .mod_subscribe input{
	float:left;
	display:inline;
	margin:0px;
}
div#inhalt_wrapp div#box_unten .mod_subscribe .aktionauswahl{
	display:inline;
	float:left;
	width:100px;
	margin-right:0px;
	margin-left:20px;
	margin-top:-6px;
}
div#inhalt_wrapp div#box_unten .mod_subscribe .aktionauswahl input{
	margin-bottom:1px;	
	margin-top:2px;
	float:none;
}
div#inhalt_wrapp div#box_unten .mod_subscribe .submit{
	background:url(../images/layout/but_arrow_orange.png) no-repeat;
	border:none;
	margin-top:3px;
}

.mod_unsubscribe{
	visibility:hidden;
	display:none;
	position:absolute;
}

/*Footer*/
div#footer{
	background:#d25710;
	height:41px;
	color:#fff;
	text-align:right;
	padding-top:15px;
	padding-right:20px;
}

/*mains*/
p{
	margin-top:0px;
}
.clear{
	float:none;
	clear:both;
}
.invisible{
	visibility:hidden;
	display:none;
}

/*TYPOlight Elements*/
/*Suche*/
div#inhalt_wrapp div#box_oben div.mod_search{
	margin-top:15px;
}
div#inhalt_wrapp div#box_oben div.mod_search input.submit{
	border:1px solid #f0e0b7;
	background:fff;
	display:inline;
	margin-left:-5px;
	padding-top:2px;
	padding-bottom:1px;
}
div#inhalt_wrapp div#box_oben div.mod_search a{
	padding-right:40px;
	background:url(../images/layout/but_arrow_red.png) no-repeat center right;
	border-bottom:1px solid #000;
}

/*Headernews*/
div#headernews div.layout_simple{
	margin-bottom:5px;
}
div#headernews div.last{
	margin-bottom:0px;
}


/*Socialmedia*/
.socialmedia{
	width:52px;
	position:fixed;
	right:-20px;
	top:80px;	
	z-index:10000;
}
.socialmedia a{
	display:inline-block;
	margin-bottom:10px;
	position:relative;
}
.socialmedia a:hover{
	left:-3px;
}
.socialmedia img{
	border:none;	
}


.facebook{
	position:absolute;
	top:15px;
	right:25px;	
	width:200px;
	height:20px;
	text-align:right;
}

