@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600italic,600,400italic);
html {
	font-family: 'Open Sans', sans-serif;
}

h1 { color:#006699; }
hr { background:#006699 url(../images/divider_zaue.gif) no-repeat center top;}
#submenu ul {background:url(../images/list_divider_zaue.gif) no-repeat left bottom;}
#submenu li {background:url(../images/list_divider_zaue.gif) no-repeat 0px 0px;}
ul { list-style-image: url(../images/list_square_zaue.gif); }
#main_menu .submenu a {background:url(../images/list_square_zaue.gif) no-repeat 10px 6px;}
#submenu li a {background:url(../images/list_square_zaue.gif) no-repeat 5px 10px;}
#header {background: url(../images/header_zaue_de.png) no-repeat top left;}
* html #header {background: url(../images/header_zaue_de.gif) no-repeat top left;}

#main_menu li p a.aktiv { /*background:url(../images/menu_top_bg_aktiv_zaue.png) no-repeat top left;*/ }
#main_menu li:hover p a span span, #main_menu li p a span span {
	font-family: 'Open Sans', sans-serif;
	font-size:17px;
	font-weight:600;
	text-align:center;
}
* html #main_menu li p a.aktiv { background:url(../images/menu_top_bg_aktiv.gif) no-repeat top left; }

#start_zaue {
	width:100%;
	min-height:400px;
}
#content_bg_st {
	position:relative;
	background-color:#fff;
	border-radius:20px;
	border:1px solid #0099cc;
	overflow:hidden;
	float:right;
	margin-top:20px;
	margin-right:8px;
	box-shadow:2px 2px 4px rgba(0,0,0,0.4);
	width:448px;
	transition:all 0.5s;
}
#content_bg_st .icon {
	position:absolute;
	display:block;
	top:15px;
	right:10px;
	background:url(../images/arrow.png) left top no-repeat;
	width:20px;
	height:10px;
	transform: rotate(0deg);
	transition:all 0.5s;
}
#content_bg_st.active .icon {
	transform: rotate(180deg);
}
#content_bg_st h2 {
	color:#fff;
	margin:0;
	padding:10px 20px;
	background: rgb(0,104,155); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(0,104,155,1) 0%, rgba(0,153,204,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,104,155,1)), color-stop(100%,rgba(0,153,204,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,104,155,1) 0%,rgba(0,153,204,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,104,155,1) 0%,rgba(0,153,204,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,104,155,1) 0%,rgba(0,153,204,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,104,155,1) 0%,rgba(0,153,204,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00689b', endColorstr='#0099cc',GradientType=0 ); /* IE6-9 */
}
#content_bg_st h3 {
	font-size:14px;
	font-weight:600;
}
#content_bg_st h3 a {
	text-decoration:none;
}
#content_bg_st .news {
	padding:10px 20px;
}
#content_bg_st hr { margin:15px 20px; }
#info_box_2 .box {
	margin-left:3px;
}
#info_box_2 .box:first-child {
	margin-left:0;
}
#info_box_2 .box h3, #info_box .box h3 {
	display:block;
	position:absolute;
	padding:0 10px;
	top:0;
	left:0;
	line-height:36px;
	font-size:13px;
	font-weight:600;
	color:#fff;
}
#info_box_2 .box div {
	position:relative;
}
#std_navi ul li {
	background:url(../images/std_navi_bg_zaue.png) no-repeat left top;
}

#std_navi ul li a:hover, #std_navi ul li a.aktiv  { 
	background:url(../images/std_navi_bg_zaue.png) no-repeat left -40px ;
}
#std_navi ul li a {
	font-weight:600;
}
.box .aktuelles {
	background:url(../images/aktuelles_box_zaue.png) no-repeat top left;
	padding: 38px 10px 22px 8px !important;
	height: 123px;
    width: 206px;
}

* html .box .aktuelles {
	background:url(../images/aktuelles_box_zaue.gif) no-repeat top left;
}

.box .buchen {
	background:url(../images/buchen_box_zaue.png) no-repeat top left;

}

* html .box .buchen {
	background:url(../images/buchen_box_zaue.gif) no-repeat top left;
}

.box .wetter {
	background:url(../images/wetter_box_zaue.png) no-repeat top left;
}
.box .wetter .wetterWrapper {
	width: 181px;
	height: 123px;
	padding:0;
	overflow:hidden;
	text-align:center;
}
* html .box .wetter {
	background:url(../images/wetter_box_zaue.gif) no-repeat top left;
}

.box .reisegebiet {
	background:url(../images/reisegebiet_box_zaue.png) no-repeat top left;
}
* html .box .reisegebiet {
	background:url(../images/reisegebiet_box_zaue.gif) no-repeat top left;
}

.kontaktinput label { color:#006699; }

#kalender .event {
	background-color:#006699;
}
#kalender .events {
	background-color:#a4e4ff;
}

iframe #hpwheader {
	display:none;
}