
/* *** GLOBALS *** */
html, body{
	font-family: arial;
	font-size: 12px;
	color: #fff;
	
	background-color: #111111;
	
	padding: 0px;
	margin: 0px;
}

html,body {
	height: 100%;
}	

td, th{
	font-family: arial;
	font-size: 12px;
	color: #fff;
}

body{
	/*background-color: none;*/
	background-image: url(/bin//bin/pic/mainBG.jpg);
	background-repeat: no-repeat;
	background-position: 0px 130px;
}

h1, h2, h3, .headlineH2{
	padding: 0px;
	margin: 0px;
	text-align: left;
	
	font-weight: normal;
	color: #ff9999;
}

h1{
	font-size: 16px;
}

h2, .headlineH2{
	font-size: 14px;
}

h3{
	font-size: 12px;
}

 .headlineH2{
	display: block;
	padding-left: 10px;
	padding-top: 10px;
 }
 
div{
}

hr{
	border: none;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #333333;
	text-align: center;
	margin: 0px;
	padding: 0px;
	margin: 0 auto;
	
	width: 90%;
}

hr.red{
	border-top: 1px solid #330000;
	border-bottom: 1px solid #663333;
	margin: 0px;
	margin-left: 10px;
}

img{
	border: none;
}

a:link, a:visited{
	color: #ff6666;
	text-decoration: none;
}

a:hover{
	color: #cc0000;
	text-decoration: underline;
}

a.freeTrial{
	display: block;
	width: 250px;
	padding: 8px 0px;
	text-align: center;
	background-image: url(/bin/pic/freeTrial.jpg);
	background-repeat: no-repeat;
	color: #fff;
	font-weight: bold;
}
a.freeTrial:hover{
	text-decoration: none;
}

input, textarea, select{
	font-family: arial;
	color: #fff;
	font-size: 12px;
	border: 1px solid #cc0000;
	background-color: #110000;
}


div.clear{
	font-size: 0px;
	padding: 0px;
	margin: 0px;
	width: 0px;
	height: 0px;
	clear: both;
}

.resultBox{
/*	margin-left: 12px;
	height: 0px;
	overflow: hidden;*/
	border-left: 5px solid #666666;
	margin-left: 20px;
}

#iewarning{
	border-bottom:1px solid #ffffff;
	background: #eeeeee;
	color: #660000;
	padding: 5px 10px;
	margin: 0px;
}

#iewarning img{
	vertical-align: middle;
}

/* *** HEADER *** */

#superHeader{
	
	width: 100%;
	/*height: 200px;*/
	/*border: 1px solid green;*/
	text-align: center;
	
	/*background-color: none;*/
	/*background-image: url(/bin/pic/superHead.jpg);*/
	background-repeat: repeat-x;
}

#superHeader img{
	/*margin-left: 100px;*/
}

#IECenter{
	text-align: center;
	/*height: 100%;*/
}


#mainContainer{
	margin: 0 auto;
	margin-top: 0px;
	
	text-align: justify;
	
	width: 937px;
	/*height: 100%;*/
	
	color: #eee;
}

/* *** LEFT SIDE *** */

#leftContainer{
	float: right;
	width: 192px;
	height: 100%;
	overflow: visible;
}


#cityNav{
	font-size: 10px;
	padding: 0px;
}

#naviContainer{
	width: 937px;
	height: 60px;
	margin: 0 auto;
	padding-left:1px;
	
	/*border-left: 1px solid #eeeeee;
	border-top: 1px solid #eeeeee;
	
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;*/
	
	text-align: center;
	background: url(/bin/pic/navBgHov.jpg) no-repeat left top;
}
#naviContainer a.navi{
	color: #ffffff;
	display: block;
	float: left;
	width: 180px;
	text-align: center;
	padding-top: 13px;
	padding-bottom: 12px;
	font-size: 14px;
	background: url(/bin/pic/navBg.jpg) left top repeat-x  #000;
}
#naviContainer a.active{
	display: block;
	float: left;
	padding-top: 13px;
	padding-bottom: 12px;
	width: 182px;
	font-size: 14px;

	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}
#naviContainer a.navi:hover{
	text-decoration: none;
}
.subNav{
	width: 180px;
	background: url(/bin/pic/70.png);
	position: absolute;
	margin: 0px;
	margin-top: 40px;
	overflow: hidden;
	border-left: 2px solid #330000;
}

.subNav a{
	display: block;
	text-align: left;
	width: 100%;
	padding: 5px;
	color: #fff;
}

.subNav a:hover{
	text-decoration: none;
	background: #eee;
	color: #333;
}

#subnavContainer{
	width: 100%;
	text-align: left;
}
/*#subnavContainer a{
	display: block;
	float: left;
	padding: 2px 7px;
	color: #000;
}*/
.nav{
	width: 120px;
	margin-bottom: 10px;
	float: left;
}

.nav a:hover{
	overflow: visible;
	text-decoration: none;
}

.nav a, .nav a:visited{
	display: block;
	padding: 12px 0px;

	text-align: center;
	color: #cccccc;
	
	/*background-image: url(/bin/pic/navButton.gif);
	background-repeat: no-repeat;*/
	
}

.nav a:hover{
	/*background-image: url(/bin/pic/navButtonHov.gif);
	color: #cccccc;*/
}

.nav a.aktiv{
	/*background-image: url(/bin/pic/navButtonAct.gif);*/
}
h2.stdo{
	text-align: center;
	margin: 4px;
	font-weight: bold;
	color: #ccc;
	font-size: 24px;
	#font-variant: small-caps;
}
#stdoNaviContainer{
	width: 90%;
	margin: 0px auto;
	text-align: center;
	background-image: url(/bin/pic/navButton.gif);
	background-repeat: repeat-x;
	border-right: 1px solid #333333;
	border-left: 1px solid #999999;
}

.stdoNav{
	width: 95px;
	margin-bottom: 0px;
	float: left;
}
.stdoNav a:hover{
	overflow: visible;
	text-decoration: none;
}
.stdoNav a, .stdoNav a:visited{
	display: block;
	padding: 12px 0px;

	text-align: center;
	color: #cccccc;
	
	
}
.stdoNav a:hover{
	color: #cccccc;
}
.stdoNav a.aktiv{
}

div.subNav{
	width: 95%;
	margin-left: 6px;
	/*background-color: black;*/
}

div.subNav .subNavTop, div.subNav .subNavBottom{
	width: 100%;
	height: 10px;
	/*background-color: yellow*/;
}

div.subNav .subNavContent{
	width: 100%;
	/*background-color: none;*/
	background-image: url(/bin/pic/subNavBodyBG.gif);
	background-repeat: repeat-y;
	
}

div.subNav .subNavBottom{
	width: 100%;
	/*background-color: none;*/
	background-image: url(/bin/pic/subNavBodyBottom.gif);
	background-repeat: no-repeat;
	
}

div.subNav .subNavContent a{
	display: block;
	width: 100%;
	padding: 5px;

	text-align: left;
	color: #cccccc;
}

div.subNav .subNavContent a:hover{
	text-align: left;
	text-decoration: none;
	color: #dddddd;
}

#newsletterContainer{
	float: left;
	width: 192px;
	height: 100px;
	padding: 10px;
	
	
	text-align: left;
	/*background-color: none;*/
	background-image: url(/bin/pic/newsletterBG.gif);
	background-repeat: no-repeat;

}

#newsletterContainer hr{
	width: 85%;
	margin: 0px;
	padding: 0px;
}

#newsletterContainer img{
	vertical-align: middle;
}

#newsletterContainer input{
	vertical-align: top;
}

#newsletterContainer input, .soSearch{
	width: 130px;
	height: 15px;
	font-size: 10px;
	margin-top: 5px;
	padding: 0px;
	color: #eeeeee;
	border: 1px solid #000;
	
	/*background-color: none;*/
	background-image: url(/bin/pic/inputBG.jpg);
	background-repeat: repeat-x;
}

#newsletterContainer .arrowInput, .arrowInput{
	width: 17px;
	height: 15px;
	vertical-align: middle;
}

#calendar{
	width: 178px;
	border: 1px solid #aa0000;
	margin: 8px;
	background-color: #330000;
}
#calendar td, #calendarDetail td{
	padding: 0px;
	margin: 0px;
	width: 14.28%;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #990000;
}
#calendar td.day, #calendarDetail td.day{
	border: none;
	height: 20px;
	color: #996666;
}
#calendar th,  #calendarDetail th{
	text-align: center;
	font-weight: normal;
	font-size: 10px;
	background-color: #660000;
	background-image: url(/bin/pic/thRaster.gif);
}

#calendar td.action a, #calendarDetail td.action a{
	display: block;
	width: 100%;
	height: 100%;
	font-weight: bold;
	color: #fff;
	font-size: 10px;
}
#calendarDetail td.action a{
	color: #fff;
	font-size: 12px;
}
#calendarDetail td.action, #calendar td.action{
	background-color: #666;
}
#calendarDetail td.action:hover, #calendar td.action:hover{
	background-color: #990000;
}
#calendar td.action{
	background: #ff0000;
}

#calendar td.action a:hover, #calendarDetail td.action a:hover{
	text-decoration: none;
}
#calendar td.out, #calendarDetail td.out{
	border: 1px solid #660000;
	background:url(pic/tdDisabled.gif);
}

#calendarDetail{
	width: 98%;
	border: 1px solid #aa0000;
	margin: 8px;
	background-color: #330000;
}
 #calendarDetail td{
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	height: 80px;
	padding: 5px;
}
#calendarDetail td.action{
	background: url(/bin/pic/flexBoxContent.gif);
	overflow: hidden;
}
#calendarDetail td.action:hover{
	background: #990000;
}
 #calendarDetail th{
	font-size: 14px;
 }

a.noHi{
	color: #fff;
	text-decoration: none;
}

div.tooltip{
	position: absolute;
	border: 1px solid #990000;
	background: url(/bin/pic/70.png);
	padding: 5px;
	margin: 5px;
	font-size: 10px;
	z-index: 100;
	width: 310px;
	text-align: left;
	display: none;
}

/* *** MAIN  CONTENT *** */

#banner{
	position: relative;
	bottom: 0px;
}

#mainContentContainer{
	float: left;
	width: 745px;
	height: 100%;
	/*margin: 0 auto;*/


}

/* ##### FLEX BOX ##### */
.flexBox{
	width: 300px;
}

.flexBox div{
	background-position: left top;
}

.flexBoxCorner{
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
	background-position: left top;
}

.leftTop, .leftBottom{
	float: left;
}
.rightTop, .rightBottom{
	float: right;
}
.flexBoxTop, .flexBoxBottom{
	float: left;
	height: 15px;
	width: 100%;
}

.flexBoxContent{
	clear: both;
	
	min-height:190px;
	height:auto !important;  /* für moderne Browser */
	height:190px;  /*für den IE */
	
	
	border-left: 1px solid #424242;
	border-right: 1px solid #424242;
}
div.flexBoxContent p, div.flexBoxContent h2, div.flexBoxContent h1{
	padding: 5px 10px;
	margin: 0px;
}
div.flexBoxContent h1, div.flexBoxContent h2, div.flexBoxContent h3{
	#text-decoration: underline;
	
}

div.flexBoxContent h2, div.flexBoxContent h3{
	margin: 0px;
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left: 10px;
}

div.flexBoxContent li{
	margin-top: 0px;
	margin-bottom: 0px;
	
	padding-top: 0px;
	padding-bottom: 0px;
}

div.flexBoxContent ul{
	width: 90%;
}


.leftTop{background: url(/bin/pic/flexBoxCornerLeftTop.gif);}
.flexBoxTop{background: url(/bin/pic/flexBoxTop.gif);}
.rightTop{background: url(/bin/pic/flexBoxCornerRightTop.gif);}

.flexBoxContent{background: url(/bin/pic/flexBoxContent.gif) #000000;background-repeat: repeat-x;}

.leftBottom{background: url(/bin/pic/flexBoxCornerLeftBottom.gif);}
.flexBoxBottom{background: url(/bin/pic/flexBoxBottom.gif);}
.rightBottom{background: url(/bin/pic/flexBoxCornerRightBottom.gif);}

#threeStep{
	width: 350px;
	height: 230px;
	margin: 0 auto;
	background: url(/bin/pic/3StepBg.jpg) no-repeat left top;
	
	text-align: left;
	padding-top: 10px;
	overflow: auto;
}

#threeStep h2{
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
}

#threeStep input.input{
	width: 170px;
	padding: 5px;
}
#threeStep input.button{
	border: none;
}

#threeStep p.step{
	padding-left: 40px;
	margin-left: 40px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#threeStep p.stepOne{
	background: url(/bin/pic/stepOne.png) no-repeat left top;
}
#threeStep p.stepTwo{
	background: url(/bin/pic/stepTwo.png) no-repeat left top;
}
#threeStep p.stepThree{
	background: url(/bin/pic/stepThree.png) no-repeat left top;
}

div.box{
	width: 371px;
	/*margin: 0px 10px 0px 10px;*/
	/*margin-bottom: 20px;*/
	
	/*background-image: url(/bin/pic/boxBG.jpg);
	background-repeat: no-repeat;*/
}

div.boxContent h1{
	padding: 10px;
}

div.boxTop{
	width:100%;
	height: 10px;
	margin: 0px;
	padding: 0px;
	
	font-size: 0px;
	
	/*background-color: none;*/
	background-image: url(/bin/pic/boxTop.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
div.boxContent{
	width:100%;
	
	min-height:190px;
	height:auto !important;  /* für moderne Browser */
	height:190px;  /*für den IE */
	
	
	background-color: #000000;
	background-image: url(/bin/pic/boxContent.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
div.boxContent p, div.boxContent h2{
	padding: 5px 10px;
	margin: 0px;
}

div.boxBottom{
	width:100%;
	height: 10px;
	margin: 0px;
	padding: 0px;

	font-size: 0px;
	
	/*background-color: none;*/
	background-image: url(/bin/pic/boxBottom.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

/*div.boxA{
	float: left;
}

div.boxB{
	float: right;
}*/

.blockBox{
	float: left;
	/*margin-bottom: 20px;*/
	width: 748px;
	/*padding: 10px;*/
}
.blockBoxTop{
	width:100%;
	height: 10px;
	margin: 0px;
	padding: 0px;

	font-size: 0px;
	
	/*background-color: none;*/
	background-image: url(/bin/pic/blockBoxTop.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
.blockBoxContent{
	width:100%;
	
	min-height:45px;
	height:auto !important;  /* für moderne Browser */
	height:45px;  /*für den IE */
	padding-bottom: 20px;
	
	line-height: 140%;
	
	background-color: #000000;
	background-image: url(/bin/pic/blockBoxContent.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
.blockBoxContent p, .blockBoxContent h2, .blockBoxContent h1{
	padding: 5px 10px;
	margin: 0px;
}
.blockBoxBottom{
	width:100%;
	height: 10px;
	margin: 0px;
	padding: 0px;

	font-size: 0px;
	
	/*background-color: none;*/
	background-image: url(/bin/pic/blockBoxBottom.gif);
	background-repeat: no-repeat;
	background-position: top left;
}




.slimBox{
	/*margin-bottom: 20px;*/
	width:192px;
	/*padding: 10px;*/
}
.slimBoxTop{
	width:100%;
	height: 10px;
	margin: 0px;
	padding: 0px;

	font-size: 0px;
	
	/*background-color: none;*/
	background-image: url(/bin/pic/slimBoxTop.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
.slimBoxContent{
	width:100%;
	
	min-height:200px;
	height:auto !important;  /* für moderne Browser */
	height:200px;  /*für den IE */
	/*padding-bottom: 20px;*/
	
	font-size: 10px;
	
	line-height: 100%;
	
	background-color: #000000;
	background-image: url(/bin/pic/slimBoxContent.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
.slimBoxContent p, .slimBoxContent h2, .slimBoxContent h1{
	padding: 5px 10px;
	margin: 0px;
	text-align: left;
	font-size: 10px;
}
.slimBoxBottom{
	width:100%;
	height: 11px;
	margin: 0px;
	padding: 0px;

	font-size: 0px;
	
	/*background-color: none;*/
	background-image: url(/bin/pic/slimBoxBottom.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

a.galeryNav, a.galeryNavAct{
	display: block;
	float: left;
	width: 20px;
	text-align: center;
	padding: 2px 0px ;
	border: 1px solid #ff0000;
	color: #fff;
	background: #660000;
	margin-bottom: 10px;
}
a.galeryNav:hover{
	background: #cc0000;
	text-decoration: none;
}
a.galeryNavAct{
	background: #ff0000;
	text-decoration: none;
}

.dbContent{
	padding: 10px;
}

.dbContent h1, .dbContent h2{
	padding-left: 0px;
	padding-right: 0px;
	
	margin-left: 0px;
	margin-right: 0px;
}

img.profile{
	width: 60px;
	height: 80px;
	float: left;
	padding: 4px;
	padding-left: 0px;
}

#map_canvas{
	margin: 10px;
	margin-bottom: 6px;
}

#shop h2, #shop p, #shop hr{
	float: none;
	display: block;
	clear: both;
}
#shop hr{
	padding-top: 10px;
}

form#shop input, form#shop textarea{
	/*width: 200px;*/
	border: 1px solid #990000;
	color: #ffffff;
	background-color: #0e0e0e;
}

#contact input, #contact select{
	width: 200px;
	color: #fff;
	padding: 2px;
}

#contact textarea{
	width: 415px;
	height: 200px;
	color: #fff;
	padding: 5px;
}

#newsletterDetail input{
	width: 200px;
	padding: 4px;
	margin: 4px;
}
#newsletterDetail input.radio, #contact input.radio{
	width: 10px;
	height: 10px;
	padding: 0px;
	margin: 4px;
	border: none;
	background: transparent;
}
#newsletterDetail input.button{
	width: 150px;
	padding: 4px;
	background-color: #660000;
}
#newsletterDetail input.button:hover{
	background-color: #990000;
}

#newsletterDetail .arrowInput, .arrowInput{
	width: 17px;
	height: 15px;
	vertical-align: middle;
	padding: 0px;
}



a.catItem{
	display: block;
	float: left;
	width: 148px;
	padding: 24px 0px;
	text-align: center;
	color: #ffffff;
	
}

a.catItem img{
	vertical-align: middle;
}

a.catItem:hover{
	/*background-color: #111111;*/
	text-decoration: none;
}

p.error{
	padding: 4px;
	text-align: center;
	border: 1px solid red;
	background-color: #990000;
	color: #ff0000;
	font-weight: bold;
}
span.error{
	color: #ffff00;
	font-weight: bold;
	/*background-color: #ffff00;
	*/
	text-align: left;
	padding: 0px 4px;
}

div.left{
	float: left;
	width: 48%;
	text-align: justify;
}

div.right{
	float: right;
	width: 48%;
	text-align: justify;
}
#NewsTeaserBox{
	height: 270px;
}
.newsBox{
	height: 270px !important;
}
.newsLoop{
	height: 30px;
	overflow: hidden;
	font-size: 12px;
	margin: 5px 0px;
	opacity: .3;
}
.newsTeaser{
	font-size: 10px;
	margin: 5px 0px;
}
.newsTeaser, .newsTeaser a, .newsLoop a{
	color: #ffffff;
	text-align: left;
}

.newsTeaser, .newsTeaser a:hover, .newsLoop a:hover{
	text-decoration: none;
}


.newsTeaser img{
	margin: 0px;
	padding: 0px;
}


/* *** FOOTER *** */

#footerContainer{

	clear: both;
	width: 100%;
	margin-top: 50px;
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: center;
	
	
	/*background-image: url(/bin/pic/superHead.jpg);
	background-repeat: repeat-x;*/
	background: url(/bin/pic/footBg.jpg) repeat-x #fff;
}

#footerContainer img{
	vertical-align: middle;
}

