/* MILKBOX */

#mbOverlay {
	position: absolute;
	left: 0;
	width:100%;
	background-color: #000; /* set the Milkbox overlay color // opacity: see the js options */
	z-index:1000;
	cursor: pointer;
}

#mbCenter {
	/* for default width and height, see the js options */
	position: absolute;
	z-index:1001;
	overflow:hidden;
	left: 50%;
	top:10%;/* overwritten in the js options to properly position the milkbox when activated in a scrolled window */
	background-color: #fff;/* set the Milkbox background color */
	border: 5px solid #fff;/* set the Milkbox border */
	margin:0; padding:5px;/* set the Milkbox padding */
}

.mbLoading{ background: #fff url(/layout/loading.gif) no-repeat center; }/* IMAGE: loading gif */

#mbCanvas{ margin:0; padding:0; height:0; border:none; font-size:0; overflow:hidden; }

.mbClear{ clear:both; height:0; margin:0; padding:0; font-size:0; overflow:hidden; }


/* *** BOTTOM *** */

#mbBottom { 
	/* set text options */
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	padding-top:8px;
	margin:0;
}

/* navigation */
/* be careful if you change buttons dimensions */

#mbNavigation{
	float:right;
	width:27px;
	padding-top:3px;
	border-left:1px solid #9c9c9c;/* set nav border */
}


#mbCount{ 
	width:55px; 
	overflow:hidden;
	padding-top:1px;
	float:right;
	text-align:right;
	font-size:9px; /* count font size */
}

#mbCloseLink, #mbPrevLink, #mbNextLink, #mbPlayPause{
	outline:none;
	display:block;
	float:right;
	height:19px;
	cursor: pointer;
}


#mbPrevLink, #mbNextLink{ width:15px; }
#mbPrevLink{ background: transparent url(/layout/mbprev.gif) no-repeat; }/* IMAGE: prev */
#mbNextLink{ background: transparent url(/layout/mbnext.gif) no-repeat; }/* IMAGE: next */

#mbPlayPause{ width:13px; }
#mbPlayPause{ background: transparent url(/layout/play-pause.gif) no-repeat; }/* IMAGE: prev */


/* NOTE: doesn't work in ie6, so, just see the js options :) */
a#mbPrevLink:hover,a#mbNextLink:hover,a#mbCloseLink:hover,a#mbPlayPause:hover { background-position: 0 -22px; }

#mbCloseLink {
	width:17px;
	background: transparent url(/layout/close.gif) no-repeat;/* IMAGE: close */
}

/* description */

#mbDescription{
	margin-right:27px;
	padding:0px 10px 0 0;
	font-weight: normal;
	text-align:justify;
}



a:link  { color:#E87300; font: verdana, arial; text-decoration: none}
a:visited  { color:#E87300; font: verdana, arial; text-decoration: none}
a:active  { color:#E87300; font: verdana, arial; text-decoration: none}
a:hover { color:#8b8b8b; text-decoration: none}

.navi a:link  { color:#000000; font-family: verdana, arial; font-size: 11px}
.navi a:visited  { color:#000000; font-family: verdana, arial; font-size: 11px}
.navi a:active  { color:#000000; font-family: verdana, arial; font-size: 11px}
.navi a:hover { color:#8b8b8b; font-family: verdana, arial; font-size: 11px}

.navisite a:link  { color:#000000; font-family: verdana, arial; font-size: 11px}
.navisite a:visited  { color:#000000; font-family: verdana, arial; font-size: 11px}
.navisite a:active  { color:#000000; font-family: verdana, arial; font-size: 11px}
.navisite a:hover { color:#000000; font-family: verdana, arial; font-size: 11px; background-color: #f27e0c}


.wnavi a:link  { color:#ffffff; font-family: verdana, arial; font-size: 11px}
.wnavi a:visited  { color:#ffffff; font-family: verdana, arial; font-size: 11px}
.wnavi a:active  { color:#ffffff; font-family: verdana, arial; font-size: 11px}
.wnavi a:hover { color:#e1e1e1; font-family: verdana, arial; font-size: 11px}

.wwnavi a:link  { color:#ffffff; font-family: verdana, arial; font-size: 11px}
.wwnavi a:visited  { color:#ffffff; font-family: verdana, arial; font-size: 11px}
.wwnavi a:active  { color:#ffffff; font-family: verdana, arial; font-size: 11px}
.wwnavi a:hover { color:#000000; font-family: verdana, arial; font-size: 11px}

.inavi a:link  { color:#000000; font-family: verdana, arial; font-size: 10px}
.inavi a:visited  { color:#000000; font-family: verdana, arial; font-size: 10px}
.inavi a:active  { color:#000000; font-family: verdana, arial; font-size: 10px}
.inavi a:hover { color:#E87300; font-family: verdana, arial; font-size: 10px}
.rundflug{
	border: 1px solid #cccccc;
	text-align:left;
	
}

.typo,.typobold,.question,.answer,li {font-family: verdana, arial; font-size: 11px; line-height: 18px}
.typobold{font-weight:bold;}
.question{padding-bottom:5px;padding-top:5px;font-weight:bold;}
.answer{padding-left:10px;padding-bottom:5px;padding-top:5px;font-style:italic;}
.mini {font-family: verdana, arial; font-size: 10px; line-height: 16px}
.inavi {font-family: verdana, arial; font-size: 10px; line-height: 16px}
.headblack {font-family: verdana, arial; color:#000000; font-size: 11px; line-height: 18px; font-weight: bold}
.headwhite {font-family: verdana, arial; color:#ffffff; font-size: 11px; line-height: 18px; font-weight: bold}
.frei {height: 100px; width: 100px; border-top: 10px #00B504 solid; border-right: 1px #00B504 solid; border-bottom: 1px #F27E0C solid; border-left: 1px #00B504 solid}
.unfrei {height: 100px; width: 100px; border-top: 10px #FF0A0A solid; border-right: 1px #FF0A0A solid; border-bottom: 1px #F27E0C solid; border-left: 1px #FF0A0A solid}
.warten {height: 100px; width: 100px; border-top: 10px #FFC700 solid; border-right: 1px #FFC700 solid; border-bottom: 1px #F27E0C solid; border-left: 1px #FFC700 solid}
.formmini {width: 108px; font-family: Verdana; font-size: 10px; color: #333333; border-top: 0px; background-color: #e1e1e1;  padding-right: 5px; padding-left: 5px;  border-right: 0px; border-bottom: 0px; border-left: 0px; background-image: url(../layout/formback.gif)}
.formmaxi {width: 200px; font-family: Verdana; font-size: 10px; color: #333333; border-top: 0px; background-color: #E0DFE3;  padding-right: 5px; padding-left: 5px;  border-right: 0px; border-bottom: 0px; border-left: 0px}
.form {font-family: Verdana; font-size: 10px; color: #333333; border-top: 0px; background-color: #e1e1e1;  padding-right: 5px; padding-left: 5px;  border-right: 0px; border-bottom: 0px; border-left: 0px}
.formmaxifehler {width: 200px; font-family: Verdana; font-size: 10px; color: #333333; background-color: #e1e1e1;  padding-right: 5px; padding-left: 5px;  border-top: 1px red solid; border-right: 1px red solid; border-bottom: 1px red solid; border-left: 1px red solid}
.formfehler {font-family: Verdana; font-size: 10px; color: #333333; background-color: #e1e1e1;  padding-right: 5px; padding-left: 5px;  border-top: 1px red solid; border-right: 1px red solid; border-bottom: 1px red solid; border-left: 1px red solid}
.formbrowse {width: 435px; font-family: Verdana; font-size: 10px; color: #333333; border-top: 0px; background-color: #e1e1e1;  padding-right: 5px; padding-left: 5px;  border-right: 0px; border-bottom: 0px; border-left: 0px}
.select {font-family: Verdana; font-size: 10px; color: #333333; background-color: #e1e1e1;  padding-right: 5px; padding-left: 5px;  border-top: 0px solid; border-right: 0px solid; border-bottom: 0px solid; border-left: 0px solid}
.selectfehler {font-family: Verdana; font-size: 10px; color: #333333; border-top: 0px; background-color: red;  padding-right: 5px; padding-left: 5px; }
.formsuch {width: 108px; font-family: Verdana; font-size: 10px; color: #333333; border-top: 0px; background-color: #E0DFE3;  padding-right: 5px; padding-left: 5px;  border-right: 0px; border-bottom: 0px; border-left: 0px}
.formlog {width: 108px; font-family: Verdana; font-size: 10px; color: #333333; border-top: 0px; background-color: #E0DFE3;  padding-right: 5px; padding-left: 5px;  border-right: 0px; border-bottom: 0px; border-left: 0px}


{
scrollbar-DarkShadow-Color:#b9b9b9;
scrollbar-Face-Color:#b9b9b9;
scrollbar-Shadow-Color:#e1e1e1;
scrollbar-Highlight-Color:#e1e1e1;
scrollbar-Track-Color:#e1e1e1;
scrollbar-3dLight-Color:#b9b9b9;
scrollbar-Arrow-Color:#000000;
}

BODY {
scrollbar-DarkShadow-Color:#b9b9b9;
scrollbar-Face-Color:#b9b9b9;
scrollbar-Shadow-Color:#e1e1e1;
scrollbar-Highlight-Color:#e1e1e1;
scrollbar-Track-Color:#e1e1e1;
scrollbar-3dLight-Color:#b9b9b9;
scrollbar-Arrow-Color:#000000;
text-align:center;background-color:#F7EEDB
}


#infoblock {
  visibility :hidden;
  
}

h1{
color:#595a5d;font-family:arial, sans serif; font-size:14px;font-weight:bold;
margin-left:120px;line-heigt:1px;margin-top:7px;
}
.menu_off, .menu_on{
cursor:pointer;
cursor:hand;
	width:140px;
	height:17px;
	background-image:url(/layout/but_off.png);
	font-family:arial;
	color:#fff;
	font-size:11px;
	margin-bottom:7px;
}
.menu_on{
background-image:url(/layout/but_on.png);
}
#topbar{
background-color:#ead3a5;
height:27px;
width:100%
}
#cnt{
border-left:1px solid #fff;
border-right:1px solid #fff;
position:relative;
top:-27px;
width:762px;
background-color:#fff;
margin-left:auto;
margin-right:auto;
text-align:left;
min-height:500px;;
}
#menu{
position:absolute;z-index:200;top:30px;left:-10px;
}
#sky{
background-image:url(/layout/sky_new.jpg);width:762px;height:90px;text-align:center;
}
#logo{
margin-left:120px;
}
#logo img{
margin-top:10px;
}
#titlebar{
background-color:#dfe2e8;width:762px;height:27px;overflow:hidden;line-heigt:1px;
text-align:center;
}
#cont{
margin-left:120px;overflow:auto;
}
.menutext{
height:17px;padding-top:2px;margin-left:15px;margin-top:2px;
}
#content_main{
width:590px;
margin:0 auto;
margin-top:20px;
margin-bottom:10px;


}
.pctbox, .charterbox{
background-color:#eee;width:540px;margin-bottom:20px;
min-height:184px;
}
.pctbox_imgdiv, .charterbox_imgdiv{
width:191px;height:184px;float:left;
}
.pctbox_txtdiv, .charterbox_txtdiv{
margin-left:206px;
margin-top:10px;
text-align:left;
font-style:italic;
padding:5px;
}
.charterbox{
min-height:120px;margin-bottom:0
}
.charterbox_imgdiv{
width:200px;height:120px;
}
.charterbox_txtdiv{
margin-left:210px;margin-top:0
}
.infobox{
	border: 1px solid #cccccc;
	text-align:left;
	margin-bottom:20px;
	width:540px;
	
}
.infobox_head{
padding:5px;background:#f4f5f6;font-weight:bold;
}
.infobox_txt, .infobox_form{
padding:5px;
}
.infobox_infolink{
text-align:center;cursor:pointer;cursor:hand;padding:5px;background:#f4f5f6;font-weight:bold;
}
.pctbox2{
width:540px;

}
.pctbox2pic, .pctbox2piclast{
width:150px;background-color:#DFE2E8;float:left;
margin-bottom:20px;
}
.pctbox2pic{
margin-right:45px;
}
.block{
width:540px;
text-align:left;
margin-bottom:20px;
}
.grey{
background-color:#eee;
}
