/******************************************************/
/******************************************************/
/*                   STANDARD                         */
/******************************************************/
caption,th{text-align:left;}
.inv, .fhinv{display:none;}
.left{float:left;}
.right{float:right;}
.clear{clear:both;}
.nofloat{float:none;}
.noborder {
	padding:0;
	margin:0;
	border:0;
}

/******************************************************/
/*                   HEADER / FOOTER                  */
/******************************************************/

#wrapper, #footer{
	position:relative;
	width:880px;
	margin:0 auto;
	overflow:hidden;
}

#content{
	float:right;
	background-color:#fff;
	padding:60px 9px 9px 9px;
}

#logo{
	position:absolute;
	top:10px;
	left:0;
}
#logo a{
	width:200px;
	height:55px;
	display:block;
	overflow:hidden;
}
#address{display:none;}
#topmenu { width: 300px; float: right; }
p#schriftgroesse { position: absolute; right: 9px; top:5px; }
p#schriftgroesse a img { border: none; }


#headerInfo {
position:absolute;
top: 5px;
left: 220px;
font-size: 11px;
}

/******************************************************/
/*                   SIDEBAR                          */
/******************************************************/
#sidebar{
	float:left;
	margin:85px 0 0 0;
	width:212px;
	overflow:hidden;
}
#sidebar h3{
	margin-bottom:8px;
	font-size:12px;
}

a.holidaycheck {
	background:url(/nav/holidaycheckbutton.gif) left top no-repeat;
	display:block;
	height:36px;
	margin:15px 0 0 15px;
	outline:medium none;
	text-indent:-1200px;
	width:140px;
}
a.holidaycheck:hover{background-position:left bottom;}
a.facebook{margin:15px;display:block; margin-top: 10px;}

div#webcam_sidebar {
	background:#426190;
	margin:6px;
	padding:10px;
	width:177px;
	color: #f2f2f2;
}
div#webcam_sidebar h5 { font-size: 14px; }
div#webcam_sidebar p { margin: 10px 0 5px 0; } 
div#webcam_sidebar a { color: #fff; text-decoration: underline; }
div#webcam_sidebar a img { text-decoration: none; border: none; }

/******************************************************/
/*                   TOPIMAGE                         */
/******************************************************/

#loading {
	position: absolute;
	top: 49.5%; 
	left: 49.5%;
	z-index: 3;
	width: 24px; 
	height: 24px;
	text-indent: -999em;
	background-image: url(images/progress.gif);
}
#supersized{
	width: 100%;
	height: 100%;
	position:fixed;
	left: 0;
}

#supersized img{ -ms-interpolation-mode: bicubic; }
#supersized img, #supersized a {
	height:100%;
	width:100%;
	position:absolute;
	z-index: -1;
}

#supersized .prevslide, #supersized .prevslide img{
	z-index: 1;
}
#supersized .activeslide, #supersized .activeslide img{
	z-index: 2;
}

/******************************************************/
/*                   QUICKANFRAGE                     */
/******************************************************/
#quanfrage{
	width:180px;
	height:155px;
	margin:6px;
	margin-top: 25px;
	padding:10px;
	background:url(/nav/quanfrage.png) 0 0 no-repeat;
	color:#ffcf7b;
}
#quanfrage h4 {font-size:14px; font-weight: bold; text-shadow: 1px 1px 1px #426190;}
#quanfrage p{margin:12px 0; color: #fff; margin-bottom: 6px;}
#quanfrage label { color: #fff; }
#quanfrage span{
	display:block;
	margin:8px 0;
}
#quanfrage label{
	float:left;
	width:85px;
	padding-top:3px;
}
#quanfrage input{
	width:85px;
	padding:2px;
	background-color:#fff;
}
#quanfrage input.button{
	width:175px;
	background:#889cb9;
	color:#ffcf7b;
}

.ce_error {
    font-weight: bold;
    color: black;
    font-size: 120%;
    position: relative;
    top: -100px;
    border: 5px solid red;
    background: white;
    z-index: 1000;
    padding: 10px;
}

.text_folgt {
    height: 150px;
    margin-bottom: 20px;
}


/******************************************************/
/*                   BUTTONS                          */
/******************************************************/
input.button, a.button{
	background-color:#426190;
	color:#fff;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
}
a.button{
	text-decoration:none;
	padding:2px 0;
	display:table;
}
#content input.button, #content a.button{width:250px;}
input.button:hover, a.button:hover{color:#ffcf7b;}

#wrapperfade{
	position:fixed;
	top:5px;
	right:5px;
	background:url(/nav/backgroundview.png) 0 0 no-repeat;
	width:24px;
	height:24px;
	color:#fff;
	cursor:pointer;
}
table input.check { width: 50px; }
/******************************************************/
/*                    FILE TYPES                      */
/******************************************************/
.pdf, .external, .doc, .xls, .zip, .jpg, .back{
	padding:2px 0 2px 22px;
	margin:5px 0;
	background:url(/nav/icons/filetypes/pdf.gif) left center no-repeat;
}
.doc{background-image:url(/nav/icons/filetypes/doc.gif);}
.xls{background-image:url(/nav/icons/filetypes/xls.gif);}
.zip{background-image:url(/nav/icons/filetypes/zip.gif);}
.jpg{background-image:url(/nav/icons/filetypes/jpg.gif);}

/******************************************************/
/*                    LINK CLASSES                    */
/******************************************************/

.external{background-image:url(/nav/icons/external.gif);}
.back{background-image:url(/nav/icons/back.gif);}


/******************************************************/
/*                   ERRORS                           */
/******************************************************/
#error ul, #content #error ul{
	border:1px solid #9d1c33;
	background:#fff;
	font-weight:bold;
}
#error li{display:block;}

/******************************************************/
/*                   SCROLL                           */
/******************************************************/
#content p.scroll{
	margin-bottom:8px;
	display:block;
	height:22px;
	font-size:11px;
	clear:both;
}
.scroll a{
	display:block;
	float:left;
	margin-right:1px;
	padding:2px 10px;
	border:1px dotted #8DA0BC;
	color:#426190;
	font-weight:bold;
	text-decoration:none;
}
.scroll a.current{
	border-color:#fff;
	outline:none;
	color:#333;
}
.scroll a:hover{border-color:#efefef;}

#content p.divider { border-bottom: 2px dotted #A7B4C8; padding-bottom: 10px; margin-bottom: 15px; }

/******************************************************/
/*                   FORMULAR                         */
/******************************************************/
input, textarea, select{
	border:1px solid #b7b7b7;
	padding:2px;
}
textarea{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
input, textarea{width:300px;}
input.plz, input.wert{width:53px;}
input.ort{width:230px;}
input.radio{
	border:none;
	width:40px;
}
#content form input.button{width:304px;}
.errorfield{background-color:#af0000;}
span.req{
	font-weight:bold;
	color:#af0000;
	font-size:14px;
}

/******************************************************/
/*                   FOOTER                           */
/******************************************************/

#footer{
	clear:right;
	display:block;
	font-size:11px;
	float:right;
	width:650px;
	padding:9px 9px 0 9px;
	border-bottom:15px solid #426190;
	background-color:#fff;
}
#footer span.left{
	line-height:16px;
}
#cmslink{
	cursor:text;
	color:#000;
	text-decoration:none;
}
#ncm{
	float:right;
	padding:12px 0 0 19px;
	width:97px;
	font-size:10px;
	text-decoration:none;
	background:url(/nav/ncmlogo.gif) 0 0 no-repeat;
	color:#aeaeae;
	font-family:Arial, Helvetica, sans-serif;
	margin:10px 0 0 7px;
}
#ncm:hover, a#ncm:focus{
	background-position:0 -48px;
	color:#000000;
	outline:none;
}
#ncm b{display:none;}

.checkbox{
	width:20px;
}
.hc_widget_categorysuns th{
	background-color:#ffffff !important;
	color:#143764 !important;
	border:none !important;
	padding: 0px !important;
	
}
.hc_widget_categorysuns td{	border:none !important;}
