/* CSS Document */

/* CSS Document */
/*************************
LAYOUT
**************************/

* /*Set's border, padding and margin to 0 for all values*/
{
    padding: 0;
    margin: 0;
}

body, html {
   color: #111111;
    font-family: "Gill Sans","Arial","sans serif";
    background-color: #f6f4f4;
    text-align: center; /*** Centers the design in old IE versions ***/
    height: 100%;

}

body {
    font-size: 100.01%;
}

.clear { clear: both; }

#mainContainer {
    width: auto;
    margin: 0 auto; /*** Centers the design ***/
    min-height: 100%;
    text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
    font-size: 0.8em;
}

* html #mainContainer {
    height: 100%;  /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}


/************* HEADER */

#header {

    height: 140px;
	overflow: hidden;
	width: 980px;
	margin:0px;
}

#header p#navi_head{display:none;}
#header p#navi_head a{color: #0075bd;text-decoration:none;margin-left:5px;}
#header p#navi_head a:hover{color:#e8b500;}



/************* CONTENT AND COLUMNS */

.outer {
    padding-left: 1.0em;

}
* html .outer {
    padding-right:0px; /* Normally this shouldn't be in this hack, it should be in .outer, but because of IE7 I had to */
}
.inner {
    width: auto; /*** This width is for non-IE browsers. Mozilla makes this necessary. Be sure to check your layout in different browsers if you changes this value. Especially IE7 seems to create a horisontal scroll if this value is set too large ***/
    padding-bottom: 100px;
}
* html .inner {
    width: 100%;
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/
.float-wrap {
    float: left;
    width:auto;
    margin-left: -1.0em; /*** Same length as .outer padding-left but with negative value ***/
}
* html .float-wrap {
    /*** No need for hacking IE on this layout ***/
}
#content {
    float: right;
	width:80%;




}


* html #content {
    position: relative;
	margin-left:1.5em;
    width: 80%;  /*** IE needs this  ***/
}
.contentWrap{
    padding: 0 0px 5px 0px;
}

/************* LEFT COLUMN */

/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left,
div.left is carried over into the proper position.
***/

#left {
    float: left;
    width: 1.0em;
    padding: 0 5px;
    font-size:0.9em;
    overflow: hidden;
	margin-left:-1.0em;
	display:none;


}

* html #left {
    position: relative;
	  /*** IE needs this  ***/
}








/************* RIGHT COLUMN */

#right {
    float: right;
    width: 190px;
    padding: 0;
	margin-right:-80px;
	display:none;

}

* html #right {
    position: relative;  /*** IE needs this  ***/
    margin-right: -200px; /*** IE gets this margin. ***/
}



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

#footer {
    width: 980px;
    height: 100px; /*** The drawback with this solution is that the height of the footer can't be flexible. If you add so much content to the footer that it extends 30px, you will get a vertical scrollbar and the content will overflow the footer if you don't set overflow to hidden ***/
    margin: 0 auto;
    margin-top: -100px; /*** By using a negative margin-top we now moves the footer up the same amount as the footer height to avoid vertical scrolling. Remember, if you use borders and padding on your footer you will have to calculate this in your negative margin-top value also. ***/
	text-align:left;
	line-height:1.5;
	color:#666666;
	font-size:0.9em;

	}

#footer p#nav_footer{color:#e8b500;padding-left:20px; display:none;}

#footer a{color:#0075bd;text-decoration:none;}
#footer .klein{font-size:0.9em;border-top:1px solid #e8b500;color:#e8b500; }




/*************************
INHALTE
**************************/

/* Allgemein */
.clear{clear:both;}
.left{float:left;}
.left1{float:left;width:40%;}
.left2{float:left;width:58%;}
.right{float:right;}
.right2{float:right;width:30%;padding-right:30px;}
.orange{color:#e8b500;}
.gruen{color:#b7c943;}
.trainings{color:#666666; font-style:italic;}
.grey{color:#666666;}
.klein{font-size:0.9em;font-weight:normal;}


#nav_sub{display:none;}
* html #nav_sub {height:35px;}
#content #nav_sub a{color:#0075bd;text-decoration:none;border:0px dotted #fff;}
/*#content #nav_sub a:visited, .weiter a:visited{font-style:italic;}*/
#content #nav_sub a.back{background-image:url("../../img/best-trainings/ico_back.gif");background-repeat:no-repeat;background-position:left;padding-left:15px;}
#content #nav_sub a.back:hover{background-image:url("../../img/best-trainings/ico_back_o.gif");}
#content #nav_sub a:hover, .weiter a:hover{color:#e8b500;text-decoration:none;}
#content #nav_sub a.hier strong{color:#b7c943;font-size:1.2em;margin-left:10px;background-image:url("../../img/best-trainings/ico_sub.gif");background-repeat:no-repeat;background-position:left;padding-left:15px;}
.weiter{margin-right:20px;}
#content p.weiter a{border:0px solid #fff;}
#content a img{text-decoration:none;}
#content a img{border:0px solid #fff;}
#content a.no_border {border:0px dotted #fff;}
#content .statement{color:#666666;font-style:italic;}
#content #logos img{margin-bottom:5px;}
#content .eintrag{margin-bottom:5px;padding:10px 0px;}
#content .eintrag a{border:0px dotted #fff;}
#content .eintrag img{float:left;margin-right:20px;border:2px #e8b500 solid;}
#content table#galerie a {border:0px solid #fff;}
#content table#galerie a img{border:2px solid #e8b500;}
#content table#galerie a:hover img {border: 2px solid #0075bd;}
/*#content table#galerie td{background-color:#e8b500;}*/
#content table#galerie td img {margin:5px;}
#content table#galerie td {text-align:center; color:#666666;}

#content .eintrag a img{border:2px #e8b500 solid;}
#content .eintrag a:hover img{border:2px #0075bd solid;}
#content .eintrag p.zu_eintrag{background-image:url("../../img/best-trainings/hr_short_orange.gif");background-repeat:no-repeat;background-position:right bottom;text-align:right;padding-bottom:5px;}
#content table td strong .orange{font-size:1.2em;}


/*, .weiter a*/

#content p, #content ul{line-height:1.4;margin-right:20px;}

#content h1{color:#b7c943;font-size:1.8em;margin:20px 0px 10px 0px;margin-right:10px;}


#content ul{list-style-image: url("../../img/best-trainings/ico_aufzaehl.gif");}
#content ul li{margin-left:15px;}
* html #content ul li{margin-left:0px;}
#content a {color:#e8b500;text-decoration:none;border-bottom:dotted 1px #e8b500;}
#content a:visited{color:#666666;font-style:italic;}
#content a:hover{color:#0075bd; text-decoration:underline;border-bottom:0px dotted #fff;}
* html #content ul{margin-left:20px;}
#content .zitat{color:#b7c943;font-weight:bold;text-align:center;margin-right:0px;}
#content p.weiter{display:none;}
#content h2{font-size:1.3em;color:#e8b500;}
#content h3 {color:#b7c943;}

#content ul#ul_abstand li{margin-bottom:1.0em;}



/*#content a{color:#e8b500;}
#content a:hover{color:#0075bd;}*/

/**************************
einzelne Seiten
****************************/

/*Startseite*/
/*Formulare*/

#content #kreativletter input{border:1px solid #b7c943;width:80%;}
#content input{padding:2px;}
#content #kreativletter input.okay, #content #kontakt input.okay, #content form#buchung input.okay {background-color:#ffffff;height:1.4em;margin-top:13px;color:#e8b500;font-weight:bold;background-image:url("../../img/best-trainings/ico_okay.gif");background-repeat:no-repeat;background-position:right;text-align:left;width:100px;border:none;}
#content label{font-size:0.9em;color:#666666;}
#content input{margin:2px 0px;}

#content #kontakt input{border:1px solid #b7c943; width:80%;}
#content #kontakt #interesse input, #content #kontakt input#kreativletter {width:10%;border:none;}
#content #kontakt textarea{border:1px solid #b7c943;width:80%;}
#content #kontakt input.okay{width:160px;}

#content ol li{margin-bottom:5px;}
#content ol li strong{color:#e8b500;}

#content form#buchung label{float:left;width:30%;padding-left:10px;}
#content form#buchung input{float:right;width:55%;border:1px solid #b7c943;padding:2px;font-size:0.9em;}
#content form#buchung br {clear:both;}
#content form#buchung fieldset{border:none;}
#content form#buchung legend{font-size:1.4em;color:#e8b500;font-weight:bold;margin:3px;margin-top:5px;}
#content form#buchung label._lang{width:100%;font-size:1.1em;}
#content form#buchung #b_check {color:#666666;margin-top:5px;margin-bottom:5px;}
#content form#buchung #b_check input{float:left;margin-left:10px;color:#666666;width:10%;border:none;}
#content form#buchung #b_check p{float:right;width:75%;text-align:left;}
#content form#buchung #b_check p br {float:none;}
#content form#buchung input.okay{width:180px;font-size:1.2em;float:none;}
#content form#buchung textarea{width:90%;border:1px solid #b7c943;padding:2px;height:60px;}

#content ul ul{list-style-image: url("../../img/best-trainings/ico_aufzaehl2.gif");}
#content ul ul ul {list-style-image:url("../../img/best-trainings/ico_aufzaehl3.gif"); }


