*{font-size:100.01%}
html, body{
	height:100%;
	min-width:1003px;
}
body{
	background:#dbf0fa url(../images/bg-body.gif) repeat-x;
	font:0.75em/1.45em Arial, Helvetica, sans-serif;
	color:#515151;
	margin:0;
}
img{border:none;}
a{
	color:#0da3e1;
	text-decoration:none;
}
a:hover{text-decoration:underline;}
input, textarea, select{
	font:bold 14px Arial, Helvetica, sans-serif;
	vertical-align:middle;
}
form, fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
#wrapper{
	height:100%;
	display:table;
	width:100%;
}
.w1{
	display:table-row;
	background:url(../images/bg-wrapper.png) repeat-y 50% 0;
	width:100%;
}
.w2{
	width:1003px;
	margin:0 auto;
	background:url(../images/bg-body1.gif) repeat-x;
	overflow:hidden;
}
#header{
	position:relative;
	z-index:1001;
	padding:20px 17px 0 52px;
	height:1%;
}
.header-area{
	height:1%;
	overflow:hidden;
	margin:0 0 19px;
}
#header .logo{
	float:left;
	background:url(../images/logo.gif) no-repeat;
	width:250px;
	height:51px;
	text-indent:-9999px;
	overflow:hidden;
}
#header .logo a{
	display:block;
	height:100%;
}
#header .search-form{
	float:right;
	width:395px;
	padding:3px 0 0;
}
#header .search-form .text{
	float:left;
	background:url(../images/bg-input.gif) no-repeat;
	height:29px;
	padding:8px 9px 8px 9px;
	width:292px;
	margin:0 2px 0 0;
	border: 0;
}
#header .search-form .text input{
	float:left;
	background:none;
	border:none;
	color:#8f8f8f;
	padding:8px 5px 5px 5px;
	width:282px;
}
#header .search-form .submit{
	float:left;
	margin:6px 0 0;
	clear: none;
}
#nav, #nav ul, #nav ul ul{
	margin:0;
	padding:0;
	list-style:none;
}
#nav{
	height:1%;
	text-transform:uppercase;
	font-size:14px;
	line-height:18px;
	margin:0 0 0 -18px;
	position:relative;
	z-index:1001;
}
#nav:after{
	content:"";
	clear:both;
	display:block;
}
#nav li{
	float:left;
	position:relative;
}


#nav a{
	color:#003f51;
	float:left;
	padding:0 0 0 11px;
	position:relative;
	text-decoration: none;
	font-weight: normal;		
}

a.active {
	font-weight: bold !important;
}


#nav a em{
	font-style:normal;
	padding:15px 4px 15px 13px;
	float:left;
}
#nav a span{
	float:left;
	width:10px;
	height:52px;
}
#nav ul li,
#nav ul a{
	float:none;
	margin:0;
}
#nav ul li{
	vertical-align:top;
	height:1%;
	border-top:1px dotted #009ee0;
}
#nav li:hover a em,
#nav li.hover a em,
#nav li a.active em{
	background:url(../images/bg-nav-hover.png) no-repeat;
	cursor:pointer;
	text-decoration:none;
}
#nav li:hover a span,
#nav li.hover a span,
#nav li a.active span{
	background:url(../images/bg-nav-hover-span.png) no-repeat;
}
#nav li.hover,
#nav li:hover{position:relative;}
#nav li.hover ul,
#nav li:hover ul{display: block;}
#nav li.hover ul ul,
#nav li:hover ul ul{display: none;}
#nav li.hover ul li.hover ul,
#nav li:hover ul li:hover ul{display: block;}
#nav ul{
	width:148px;
	position:absolute;
	left:12px;
	top:42px;
	z-index:100;
	display:none;
	background:#fff;
	border:solid #4bbbe9;
	border-width:0 ;
	text-transform:none;
	padding:8px;
}
#nav a:hover{
	cursor:pointer;
	color:#e5312c;
	text-decoration:none;
}
#nav ul li.hover ul a,
#nav ul li:hover ul a{background:none;}
#nav ul li:hover ul a:hover,
#nav ul li.hover li.hover ul a,
#nav ul li:hover li:hover ul a {background:none;}
#nav ul a{
	display:block;
	padding:6px 8px 7px;
}
#nav ul a:hover{
	color:#fff;
	background:#0da3e1 !important;
}
#nav ul ul{
	left:145px;
	top:0;	
}
#nav ul:after{
	content:"";
	clear:both;
	display:block;
}
#nav li:hover ul a,
#nav li.hover ul a{
	height:1%;
	padding-left:15px;
	background:none;
	font-size:12px;
}
#header .online-shop,
#header .newsletter{
	position:relative;
	cursor:pointer;
	width:155px;
	height:57px;
	float:right;
	z-index:100;
	margin:6px -11px 0 28px;
	display:inline;
	z-index:1005;
}
#header .newsletter{width:148px;}
#header .online-shop a,
#header .newsletter a{
	text-indent:-9999px;
	overflow:hidden;
	float:right;
	background:url(../images/bg-online-shop.png) no-repeat;
	width:155px;
	height:57px;
	cursor:pointer;
	z-index: 20200;
}
#header .newsletter a{
	background:url(../images/bg-news-letter.png) no-repeat;
	width:148px;
	height:57px;
}
#main{
	width:100%;
}
#main:after{
	content:"";
	clear:both;
	display:block;
}
#main .intro-wrapper{
	width:100%;
}
#main .intro-wrapper:after{
	content:"";
	clear:both;
	display:block;
}
#main .intro-holder{
	margin:-43px 0 -34px 36px;
	float:left;
	display:inline;
	position:relative;
}
#main .intro{
	width:930px;
	height:268px;
	padding:28px 25px 26px 13px;
	background:url(../images/bg-img-holder.png) no-repeat;
}
#main .intro img{
	display:block;
}
#main .container{
	width:991px;
	overflow:hidden;
	padding:0 12px 0 0;
}

#infoSlides {
	z-index: 100;
	
}

#main .specials-box{
	position:absolute;
	right:33px;
	top:33px;
	width:206px;
	height:238px !important;
	border:1px solid #0da3e1;
	background:url(../images/bg-special-box.gif) no-repeat;
	text-align:center;
	font-size:14px;
	line-height:18px;
	padding:10px 0 0;
	z-index: 1000;	
}
#main .specials-box .heading{
	text-transform:uppercase;
	color:#e5322d;
	font-size:16px;
	letter-spacing:12px;
	margin:0 0 13px;
}
#main .specials-box img{
	margin:0 auto -2px;
	display:block;
}
#main .specials-box strong{
	display:block;
	margin:0 0 7px;
}
#main .specials-box a{
	color:#009ee0;
}
#main .specials-box .more{
	background:url(../images/bg-link.png) no-repeat;
	width:199px;
	height:36px;
	margin:0 auto;
	font-size:10px;
	text-transform:uppercase;
	font-weight: bold;
	text-decoration: none;		
	padding:11px 0 0;
}
#main .specials-box .more a{
	position:relative;
	font-weight: bold;
	text-decoration: none;
	color:#fff;
}
#content{
	float:left;
	width:773px;
	display:table;
}
.content-t{
	background: url(../images/bg-content-t.png) no-repeat;
	height:113px;
	overflow:hidden;
}
.content-c{
	background: url(../images/bg-content-c.png) repeat-y;
	width:773px;
	min-height:486px;
}
* html .content-c{height:486px;}
.content-c:after{
	content:"";
	clear:both;
	display:block;
}
.content-c1{
	float:left;
	position:relative;
	margin:-67px 0 0;
	padding:0 25px 80px 69px;
	width:674px;
}
#content h1{
	text-transform:uppercase;
	font:bold 18px/22px Arial, Helvetica, sans-serif;
	color:#00577c;
	margin:0 0 34px 34px;
	letter-spacing:3px;
}
#content .title{
	letter-spacing:2px;
	display:block;
	font-size:13px;
	color:#009ee0;
	text-transform:uppercase;
	margin:0 0 9px;
}
#content .boxes-wrapper{
	width:679px;
	overflow:hidden;
	margin:0 0 17px;
}
#content .boxes{
	width:800px;
	overflow:hidden;
}

#content .boxes a {
text-decoration: none;	
}

#content .block{
	float:left;
	width:133px;
	font-size:0.9em;
	line-height:1.2em;
	margin:0 13px 0 0;
	padding:2px 15px 2px 2px;
	border:1px solid #009ee0;
	cursor:pointer;
	color:#00577c;
	overflow:hidden;
	display: block;
	min-height: 195px;
}
#content .block:hover,
#content .hover-box{
	border:1px solid #f00 !important;
	text-decoration: none;
	background-color: #E5E5E5;
}
#content .img-box{
	width:158px;
	margin:0 -15px 7px -10px;
	position:relative;
	height:98px !important;
}
#content h2{
	margin:0 0 1.15em;
	text-transform:uppercase;
	font-size:1.15em;
	line-height:1.15em;
}
#content .block p{
	margin:0 0 6px;
}
#content .block img{
	display:block;
	margin:0 auto;
}
#content .main-info{
	padding:0 40px 0 1px;
	font-size: 1.16em;
	line-height: 1.6em;
}
#content p{margin:0 0 18px;}
#content p a{
	color:#515151;
}
#sidebar{
	float:right;
	width:184px;
	color:#009ee0;
	padding:22px 13px 129px;
}
#sidebar .img-frame{
	background:url(../images/bg-img-frame.png) no-repeat;
	padding:8px;
	margin:0 -15px 5px;
}
#sidebar .img-frame img{
	display:block;
}
#sidebar h3{
	margin:0;
	font-size:1em;
}
#sidebar address{
	margin:0 0 18px;
	font-style:normal;
}
#sidebar address span{
	display:block;
}
#sidebar dl{
	margin:0;
	height:1%;
	overflow:hidden;
}
#sidebar dl dt{
	float:left;
	margin:0 2px 0 0;
}
#sidebar dl dd{
	margin:0;
}
#sidebar .email{
	margin:0 0 11px;
	height:1%;
	overflow:hidden;
}
#sidebar .email a{
	color:#009ee0;
}
#sidebar .hotline{
	color:#e5322d;
	text-transform:uppercase;
	display:block;
}
#footer{
	width:100%;
	display:table-footer-group;
	background:url(../images/bg-footer.gif) repeat-x;
	font-size:0.9em;
}
#footer:after{
	content:"";
	clear:both;
	display:block;
}
.footer-holder{
	width:100%;
	display:table-row;
}
.footer-frame{
	display:table-cell;
}
.footer-area{
	width:678px;
	margin:0 auto;
	position:relative;
	background:url(../images/bg-footer-holder.gif) no-repeat 0 0;
	padding:8px 235px 0 0;
	height:185px;
}
#footer ul{
	margin:0;
	padding:0;
	list-style:none;
	text-align:right;
	position:relative;
}
#footer ul li{
	display:inline;
	background:url(../images/bullet.gif) no-repeat 0 5px;
	padding:0 4px 0 9px;
}
#footer ul li:first-child{
	background:none;
}
#footer ul a{
	text-decoration:none;
	color: #009EE0;
}
#footer ul a:hover{text-decoration:underline;}
#footer img{
	position:absolute;
	right:-39px;
	top:-148px;
}

/* CONTENT */

hr {
	line-height:0px; 
	font-size:0; 
	border:0px; 
	border-bottom:1px dashed #009EE0; 
	margin: 0.75em 0 0.75em 0;
	display: block;
	clear: both;
}


.bild_links {
float: left;
margin: 5px 20px 0px 0px;
}

.bild_rechts {
float: right;
margin: 5px 0px 0px 20px;
}

/* FORM */

	.formular {
	font-size: 1em;
	line-height: 1.5em;
	}
	
	.form_mandatory {
	font-weight: bold;
	color: #f00;
	margin-bottom: 1.5em;
	}
	
	label.labelform {
	float: left;
	width: 9em; 
	margin: 0 0.3em 1.5em 0;
	clear: left;
	font-weight: normal;
	line-height: 2.3em;
	border-bottom: 1px solid #ccc;
	}
	
	
	label.labelform2 {
		font-size: 0.83em !important;
		float: left;
		width: 10.9em; 
		margin: 0em 0.3em 1.5em 0;
		clear: both;
		font-weight: normal;
		line-height: 1.2em;
		border-bottom: 0px solid #ccc;
	}
	
	.text {
	display: block;
	margin: 0em 0 1.5em 0;
	padding: 0.35em;
	border: 2px solid #009EE0; 
	}
	
	.textarea {
	display: block;
	margin: 0em 0 1.5em 0;
	padding: 0.35em;
	border: 2px solid #009EE0; 
	}
	
	.select {
	display: block;
	margin: 0em 0 1.5em 0;
	}
	
	.radio {
	border: 0px;
	margin: 0em 0 1.5em 0;
	line-height: 1.7em;
	}
	
	.radio label {
	text-align: right;
	width: 10em;
	margin-top: 2px;
	}
	
	.checkbox {
	font-size: 11px;
	border: 0px;
	margin-bottom: 5px;
	margin-left: 10.5em;
	line-height: 1.7em;
	}
	
	.checkbox input {
	margin-top: 1px;
	}
	
	.submit {
	display: block;
	clear: both;
	margin: 1em 0 0 0em;
	}
	
	.info_mandatory {
	clear: both;
	margin-top: 20px;
	font-size: 10px;
	}
	
/* GALERIE */

.table_galerie {
	width: auto;
	}
	
	.table_galerie td {
	text-align: center;
	vertical-align: top;
	padding: 10px;
	}
	
	a.showpicture:link, a.showpicture:active, a.showpicture:visited {
	border: 2px solid #009EE0; 
	background-image:none;
	padding:0px;
	display: table-cell;
	width: auto;
	}
	
	a.showpicture:hover {
	border: 2px solid #f00;
	}
	
	a.showpicture img {
		border: 5px solid #fff;
	}
	
	a.galerie:link, a.galerie:active{
	text-decoration: none;
	display: block;
	width: 468px;
	border: 1px solid #d8d8d8;
	border-left-width: 5px;
	border-left-color: #d8d8d8;
	padding: 8px;
	color: #336633;
	margin: 5px 0px 5px 0px;
	font-weight: bold;
	}
	
	a.galerie:visited {
	text-decoration: none;
	display: block;
	width: 468px;
	border: 1px solid #d8d8d8;
	border-left-width: 5px;
	border-left-color: #9900ff;
	padding: 8px;
	color: #336633;
	margin: 5px 0px 5px 0px;
	font-weight: bold;
	}
	
	a.galerie:hover {
	background-color: #f1f1f1;
	border: 1px solid #d8d8d8;
	border-left-width: 5px;
	border-left-color: #336633;
	color: #336633;
	}
	
/* SITEMAP */

	.sitemap {
	font-size: 11px;
	line-height: 20px;
	}
	
	.sitemap h2 {
	font-size: 11px;
	margin: 0px;
	}
	
	.sitemap ul {
	list-style-type: square;
	margin-left: 25px;
	}
	
	.sitemap li {
	margin-left: 0px;
	color: #0055CA;
	}
	
	.sitemap a:link, .sitemap a:active {
	color: #0055CA;
	text-decoration: none;
	background-image: none;
	}
	
	.sitemap a:visited {
	color: #003399;
	background-image: none;
	list-style-image: url("../images/visited.gif");
	text-decoration: none;
	}
	
	.sitemap a:hover {
	color: #ca0000;
	text-decoration: underline;
	}
	

/* DOWNLOADS */
	div#content fieldset legend {
	color: #0055CA;
	font-weight: bold;
	font-size: 14px;
	}
	
	div#content fieldset  {
	margin-top: 15px;
	border: 1px solid #0055CA;
	padding: 0px 8px 8px 8px;
	font-size: 10px;
	}
	
	div#content fieldset table {
	font-size: 11px;
	background-color:#f1f1f1;
	border: 1px solid #dfdfdf;
	width: 100%;
	margin-top: 3px;
	}
	
	div#content fieldset td {
	padding: 5px;
	}
	
	td.dwl_ico {
	text-align: center; 
	width: 18px; 
	height: 18px;
	}
	
	td.dwl_head {
	font-weight: bold;
	border-right: 1px solid #dfdfdf;
	height: 18px; 
	width: auto;
	font-size: 1.3em;
	}
	
	td.dwl_desc {
	font-style:italic; 
	border-right: 1px solid #dfdfdf; 
	width: 372px;
	}
	
	td.dwl_save {
	font-size: 9px; 
	text-align: center; 
	width: 55px;
	}


#breadcrumb {
	font-size: 0.9em;
	margin: 0 0 1.5em 0;
}

div#content ol {
list-style-type: decimal;
margin-left: 19px;
}

div#content ol li {
list-style-type: decimal;
margin: 0 0 1em 0;
}
