/*
@font-face {
	font-family: 'Helvetica';
	src: url('img/fonts/Helvetica2.eot');
	src: local('Helvetica'),
		 url('img/fonts/HelveticaNeueLTStd-Lt.otf') format('truetype');
}

@font-face {
	font-family: 'Helvetica';
	src: url('img/fonts/Helvetica2bold.eot');
	src: local('Helvetica'),
		 url('img/fonts/HelveticaNeueLTStd-Md.otf') format('truetype');
	font-weight: bold;
}

@font-face {
	font-family: 'Helvetica';
	src: url('img/fonts/Helvetica45.eot');
	src: local('Helvetica'),
		 url('img/fonts/Helvetica45.ttf') format('truetype');
}

@font-face {
	font-family: 'Helvetica';
	src: url('img/fonts/Helvetica65.eot');
	src: local('Helvetica'),
		 url('img/fonts/Helvetica65.ttf') format('truetype');
	font-weight: bold;
}
*/

HTML {
	height: 101%;
}

HTML, DIV, TD, P, A, STRONG, EM, H1, H2, H3 {
	font-family: "Helvetica", "Arial", sans-serif;
}

A {
	font-weight: bold;
	color: black;
	text-decoration: none;
}

A:hover {
	color: #ff9910;
}

A.download {
	background-image: url('img/dzine/linkpfeil.png');
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 11px;
}

A.download:hover {
	background-image: url('img/dzine/linkpfeil2.png');
}

A.sidebar {
	text-decoration: none;
	color: #444444;
	font-size: 11px;
}

DIV#mussler-main1 {
	text-align: center;
}

DIV#mussler-main2 {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 980px;				/* WIDTH! */
	padding-top: 20px;
}

DIV#hob-left {
	float: left;
	width: 243px;
}

DIV#hob-right {
	float: right;
	width: 496px;
}

DIV.hob-side-element {
	padding: 25px 0px;
	font-size: 12px;
	z-index: 100;
}

DIV.hob-dame {
	float: left;
}

DIV.hob-dame A {
	display: block;
	border: 2px solid white;
}

DIV.hob-dame A:hover {
	border: 2px solid #ff00ff;
}

DIV.hob-dame-inaktiv A:hover {
	border: 2px solid #ffffff;
}

DIV#mussler-main2hob {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 765px;				/* WIDTH! */
}

DIV#mussler-links {
	float: left;
	width: 200px;
}

DIV#mussler-rechts {
	margin-left: 20px;
	float: left;
}

DIV#mussler-rechts-inner {
	width: 760px;				/* WIDTH! */
}

DIV#mussler-main-header {
	height: 205px;
	position: relative;
}

DIV.dotted-line {
	height: 2px;
	background-image: url('img/dzine/dotted-h-line.png');
	background-repeat: repeat-x;
}

DIV#mussler-main-navi {
	height: 205px;
	vertical-align: middle;
}

DIV#mussler-main-navi A {
	line-height: 25px;
	font-size: 14px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

DIV#mussler-main-navi A:hover, DIV#mussler-main-navi A.active {
	color: #ff9910;
}

DIV#sei-schoen-zu-dir {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

DIV#mussler-footer {
	margin-top: 40px;
}

DIV.footer-logo {
	float: left;
}

DIV#footer-navi {
	float: right;
	line-height: 45px;
	font-size: 10px;
}

DIV#footer-navi A {
	line-height: 45px;
	font-size: 10px;
	font-weight: normal;
	color: black;
	text-decoration: none;
}

DIV#footer-navi A:hover, DIV#footer-navi A.active {
	color: #ff9910;
}

H1 {
	color: #ff9910;
	font-size: 27px;
	font-weight: normal;
}

H2 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
}

DIV.c5content {
	color: #666666;
	font-size: 11px;
	/*line-height: 140%;*/
}

DIV#presse-navi {
	margin-bottom: 7px;
}

DIV#presse-navi A {
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

DIV#presse-navi A:hover, DIV#presse-navi A.active {
	color: #ff9910;
}

/* for editmode */
DIV.c5contentAddElement * TD {
	font-size: 12px;
}

DIV#marken_main, A.lite {
	color: #949494;
	font-weight: normal;
	font-size: 17px;
}

A.lite:hover {
	color: #ff9910;
}

#markenTooltip {
	zoom: 1;
	width: 180px;
	position: absolute;
	background: #ffffff;
	padding: 4px;
	color: #000000;
	display: none;
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	font-size: 12px;
	font-weight: bold;
	z-index: 9999;
}

#markenTooltipShadow3 {
	position: absolute;
	width: 202px;
	height: 14px;
	background-image: url('img/dzine/markeShadow3b.png');
	background-repeat: no-repeat;
	z-index: 9999;
}

#markenTooltipShadow2 {
	position: absolute;
	width: 12px;
	background-image: url('img/dzine/markeShadow2.png');
	background-repeat: repeat-y;
	z-index: 9999;
}

#markenTooltipShadow1 {
	position: absolute;
	width: 12px;
	height: 20px;
	background-image: url('img/dzine/markeShadow1.png');
	background-repeat: no-repeat;
	z-index: 9999;
}


DIV#musslerFlash-logo {
	width: 249px;
	height: 257px;
	position: absolute;
	top: 10px;
	left: 10px;
}

DIV#musslerFlash-seischoen {
	width: 395px;
	height: 136px;
	position: absolute;
	top: 10px;
	left: 10px;
}

DIV#mussler-frage {
	width: 760px;
}

DIV#musslerFlash-hob-logo {
	width: 533px;
	height: 462px;
	position: absolute;
	top: 10px;
	left: 10px;
	border: 2px solid red;
}

DIV#musslerFlash-navischmetterlinge {
	width: 300px;
	height: 840px;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;
	display: none;
}

DIV.popupInnerFixedHeight {
	height: 432px;
	overflow: auto;
}

DIV.popupInnerFixedHeight2 {
	height: 432px;
	overflow: auto;
}

DIV#hob-startflash, DIV#hob-damen {
	height: 462px;
}

DIV#hob-damen {
	display: none;
}

DIV#hob-navi {
	z-index: 9;
}



DIV.formrow {
	margin: 10px 0px;
	width: 345px;
}

DIV.formlabel {
	width: 125px;
	float: left;
	padding-top: 4px;
}

DIV.forminput {
	width: 220px;
	float: left;
}

DIV.forminput INPUT {
	border: 1px solid #d0d0d0;
	width: 220px;
	padding: 3px;
}



A.mp3link {
	padding-left: 18px;
	background: url('img/dzine/link-mp3.png') no-repeat;
	line-height: 18px;
	height: 18px;
	display: block;
}

A.pdflink {
	padding-left: 19px;
	background: url('img/dzine/link-pdf.png') no-repeat;
	line-height: 18px;
	height: 18px;
	display: block;
}





/* -------------------- MODALS */

DIV.popupContainer1 {
	width: 790px;
	height: 500px;
	background-image: url('img/dzine/dotted-v-line.png');
	background-repeat: repeat-y;
	background-position: center;
}

DIV.popupContainer2 {
	width: 735px;
	height: 460px;
	background-image: url('img/dzine/dotted-v-line.png');
	background-repeat: repeat-y;
	background-position: center;
}

.popupForeBackLink {
	background-color: #cccccc;
	position: absolute;
	padding: 3px 25px;
	bottom: 28px;
}

.popupForeBackLink A {
	color: white;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

/* -------------------- MODALS DONE */






/* -------------------- FORM @ EDITMODE */

.c5form_head {
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	background: #d9daff;
	padding: 2px;
}

.c5form_title, .c5form_input {
	background: #d9dadb;
	padding: 2px;
}
.c5form_head, .c5form_title, .c5form_input {
	border-bottom: 1px solid white;
}

DIV#c5_halfmodal_dialog * .c5form_head, DIV#c5_halfmodal_dialog * .c5form_title, DIV#c5_halfmodal_dialog * .c5form_input {
	border-bottom: 1px solid #d9d9fa;
}

DIV#c5_halfmodal_dialog * .c5form_title, DIV#c5_halfmodal_dialog * .c5form_input {
	background: #c9cacb;
	padding: 2px;
}

/* -------------------- FORM @ EDITMODE DONE */




/* -------------------- CLEARFIX */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* -------------------- CLEARFIX DONE */

