html {overflow-y:scroll; }

html, body {
	height: 100%; !important
	min-width: 980px;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333;
	background-color: #f5f5f5;
}

* html html, *html body { height:auto; }

  .page_margins {
  position:relative !important;
  min-height:100%; /* real browsers */
  height: auto !important;

  }
  * html .page_margins { height:100% !important; }


}


@charset "utf-8";

table.startseite {
	text-align: left;
	vertical-align: text-top;
}

table.startseite tr td {
	text-align: left;
	vertical-align: text-top;
	padding: 5px;
	width: 50%;
}

a img {
  border: none;
}

p {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3 {
		font-family:Arial, Helvetica, sans-serif;
}

h1 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;
}

h2 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #ca464c;
	border-bottom: 1px dotted #ca464c;
	text-transform: uppercase;
}

h3 {
	margin: 0px;
	padding: 0px;
	padding-bottom: 8px;
	margin-bottom: 8px;
	border: 0px;
	border-bottom: 1px solid #FFF;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

hr {
	 border: 0px;
	 border-bottom: 1px solid #336680;
	 border-top: 0px;
	 border-left: 0px;
	 border-right: 0px;
	 margin: 0px;
}

hr#shop {
	 margin-right: 40px;
}

ul {
	margin: 0px;
	margin-left: 0px;
	padding: 0px;
	

}

li {
	position: relative;
	margin: 0px;
	padding: 0px;
	list-style-position: outside;

}

*html #navigation li {
	float:left;	
}

*+ html #navigation li {
	float:left;	
}

select {
	width: 100%;	
}

#clear_left {
	clear: left;
}

#header_logo{
	position: relative;
	background-image: url('img/header_logo.png');
	width: 180px;
	height: 181px;
	margin: 0px;
	cursor: pointer;
}

#header_logo_behind{
	position: relative;
	background-image: url('img/header_logo_behind.png');
	width: 180px;
	height: 181px;
	margin: 20px 0px 20px 0px;
	cursor: pointer;
}

#content{
	position: relative;
	width: 828px;
	min-height: 200px;
	margin-bottom: 10px;
	text-align: justify;
	overflow: hidden;
	 }
	



/* Slider */

/*--Window/Masking Styles--*/
#content .window {
	width: 828px;
	height: 200px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
	outline: none;
	margin: 0px;
	margin-bottom: 30px;
	padding: 0px;
}
#content .window .image_reel {
	position: absolute;
	top: 0; left: 0;
	outline: none;
}

#content .window .image_reel img {float: left; outline: none; border: none;}

/*--Paging Styles--*/
#content .window .paging {
	position: absolute;
	bottom: 10px; right: 0px;
	width: 100px; height:20px;
	z-index: 9; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: auto;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
#content .window .paging a {
	display: inline-block;
	text-decoration: none;
	color: #cb4c50;
	font-size: 10px;
	width: 14px;
	height: 14px;
	margin: 0px;
	padding: 2px;
	outline: none;
}
#content .window .paging a.active {
	font-size: 10px;
	font-weight: bold;
	border-bottom: 1px solid #cb4c50;
}
#content .window .paging a:hover {
	background-color: #cb4c50;
	color: #fff;
	} /* Slider */





#content div.left{
	display: inline-table;
	width: 160px;
	margin-right: 10px;
	text-align: left;
	vertical-align:top;
}

*+ html #content div.left{
	display: inline-table;
	width: 160px;
	margin-right: 10px;
	text-align: left;
	float:left;
}

*html #content div.left{
	display: inline-table;
	width: 160px;
	margin-right: 10px;
	text-align: left;
	float:left;
}

#content div.middle{
	display: inline-table;
	width: 480px;
	vertical-align:top;
	
}



*+ html #content div.middle{
	display: inline-table;
	width: 455px;
	float:left;
	padding-right:10px;
	padding-left:10px;
	
}

*+ html #content div.middle ol li{
	display: inline-table;
	width: 400px;
	float:left;

	
}

* html #content div.middle ol li{
	display: inline-table;
	width: 400px;
	float:left;

	
}


*+ html iframe{
		width: 450px;	
}

* html iframe{
		width: 450px;	
}

* html #content div.middle{
	display: inline-table;
	width: 455px;
	float:left;
	padding-right:10px;
	padding-left:10px;
	
}

#content div.right{
	display: inline-table;
	width: 160px;
	margin-left: 10px;
	text-align: left;
	vertical-align:top;
}

#logo_preview{
	position: relative;
	width: 160px;
	text-align: center;
	margin-bottom: 10px;
}

#logo_preview div{
	position: absolute;
	display: none;
	height: 10px;
	margin-top: -40px;
	border: 5px solid #ca464c;
	overflow: hidden;
	z-index: 100;
}

#logo_preview:hover div{
	display: block;
}

#copyright{
	width: 100%;
	font-family:Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
	font-size: 10px;
	color: #ca464c;

	padding-bottom: 230px;
}

#copyright a{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #ca464c;
	text-decoration: underline;
	
	
}

#wrap {min-height:100%; !important
	height:100%; !important

	margin: auto; /* Div soll zentriert werden */
 	min-height: 100%; /* Mindesthöhe für moderne Browser */
 	height:auto !important; /* Important Regel für moderne Browser */ 
	height:100%; /* Mindesthöhe für den IE */ 
	overflow: hidden !important; /* FF Scroll-leiste */ 
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
	
	
  	/* allocate space for footer ... */
}


#footer{
	width: 100%;
	background-image: url('/img/footer_bg.png');
	text-align: center;
	color: #FFF;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
    position:relative !important;
    height: 230px;
    margin: -230px auto 0;
    border: 0 none;
    padding: 0;


}

*+ html #footer{
	width: 100%;
	background-image: url('/img/footer_bg.png');
	text-align: center;
	color: #FFF;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	position:relative;
    bottom: 0;
    display: inline-table;

}

* html #footer{
	width: 100%;
	background-image: url('/img/footer_bg.png');
	text-align: center;
	color: #FFF;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	position:relative;
    bottom: 0;
    display: inline-table;
	
}

#footer div{
	display: inline-table;
	margin-top: 10px;
	margin-right: -20px; /* Wegen margin-right derbeinhalteten Divs*/
	text-align: center;
	
	
}

* html #footer div{
	zoom: 1;
        *display: inline;
	margin-top: 10px;
	margin-right: -20px; /* Wegen margin-right derbeinhalteten Divs*/
	text-align: center;	
	float:left;
	position:static;
}

*+ html #footer div{
		zoom: 1;
        *display: inline;
	margin-top: 10px;
	margin-right: -20px; /* Wegen margin-right derbeinhalteten Divs*/
	text-align: center;	
	float:left;
	position:static;
}

#footer div div{
	width: 141px;
	height: 200px;
	margin-right: 20px;
	text-align: left;
	float: left;

}

*+ html #footer div div{
	width: 141px;
	height: 200px;
	margin-right: 20px;
	text-align: left;
	float: left;

}



#footer div div a{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}

#footer div div a:hover{
	text-decoration: underline;
}

table#anmeldung{
	width: 100%;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	border-collapse: collapse;
}

table#anmeldung tr td{
	padding: 4px 6px 2px 3px;
	vertical-align: top;
}

#course_preview{
	border-bottom: 1px dotted #ca464c;
	border-left: 1px dotted #ca464c;
	margin-bottom: 5px;
	margin-left: 15px;
	padding-left: 5px;
	padding-top: 5px;
}

form#anmeldung select{
	width: 100%;
	margin-bottom: 5px;
}

*+ html form#anmeldung select{
	width: 365px;
	margin-bottom: 5px;
}

* html form#anmeldung select{
	width: 365px;
	margin-bottom: 5px;
}

form#anmeldung select#course_1{
	display: none;
}

form#anmeldung input{
	width: 100%;
	margin-bottom: 5px;
}

*+ html form#anmeldung input{
	width: 360px;
	margin-bottom: 5px;
}

* html form#anmeldung input{
	width: 360px;
	margin-bottom: 5px;
}

form#anmeldung input#submit{
	width: 100px;
}

form#anmeldung textarea{
	width: 100%;
	margin-bottom: 5px;
}

*+ html form#anmeldung textarea{
	width: 360px;
	margin-bottom: 5px;
}

* html form#anmeldung textarea{
	width: 360px;
	margin-bottom: 5px;
}

#anmeldung_error{
	width: 100%;
	padding: 5px;
	background-color: #ca464c;
	color: #FFF;
}


h3.trigger{
	color: #ca464c;
	font-weight: bold;
	border: none;
	cursor: pointer;
	padding: 0px;
	padding-left: 15px;
	margin: 0px;
	background-image: url('/img/course_arrow.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

div.toggle_container{
	border-bottom: 1px dotted #ca464c;
	border-left: 1px dotted #ca464c;
	margin-bottom: 5px;
	margin-left: 15px;
	padding-left: 5px;
	padding-top: 5px;
}


/* FORM */

table.form_table {
  position: relative;
  padding: 10px 5px 5px 5px;
  border: 1px solid #ca464c;
  margin-top: 10px;
}

table.form_table tr {
}

table.form_table tr td {
  vertical-align: top;
  padding: 2px 5px 5px 5px;
  font-weight: bold;
  font-size: 11px;
}

table.form_table tr td input, table.form_table tr td textarea {
  width: 400px;
  font-size: 11px;
}

table.form_table tr td textarea {
  height: 200px;
}

table.form_table tr td input.submit {
  width: auto;
}

table.form_table tr td.submit {
  font-size: 9px;
  text-align: right;
}

.anfahrtsskizze {
  position: relative;
  width: 480px;
  height: 399px;
  background-image: url('/img/anfahrtsskizze.png');
}



/* NAVIGATION */

#navigation{
	width: 900px;
	height: 65px;
	text-align:center;
}

hr.nav{
	position: absolute;
	width: 100%;
	top: 250px;
	border-color: #ca464c;
	size: 1px;
	
}

*+ html hr.nav{
	position:static;
	border-color: #ca464c;
	size: 1px;
	border: 0px;
	 border-bottom: 1px solid #ca464c;
	 border-top: 0px;
	 border-left: 0px;
	 border-right: 0px;
	 margin: 0px;
	
}

* html hr.nav{
	position:static;
	border-color: #ca464c;
	size: 1px;
	border: 0px;
	 border-bottom: 1px solid #ca464c;
	 border-top: 0px;
	 border-left: 0px;
	 border-right: 0px;
	 margin: 0px;
	
}

#navigation ul{
	list-style: none;
	width: 100%;
	padding: 0px;
	margin: 0px;
	text-align:center;
}

*html #navigation ul{
	margin-left:35px;
}

*+ html #navigation ul{
	margin-left:35px;
}


#navigation ul li{
	display: inline-table;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 5px 15px 5px 15px;
	margin: 0px;
	font-weight: normal;
	text-transform: uppercase;
	color: #ca464c;
	list-style: none;
	cursor: pointer;

	
}

#navigation ul li:hover{
	border-top: 1px dotted #ca464c;
	padding-top: 4px;
}

#navigation ul li.active{
	background-color: #ca464c;
}

* html #navigation ul li.active{
	background-color: #fff;
	text-decoration:underline;
}

#navigation ul li.active>a{
	color: #FFF;
}

* html #navigation ul li.active{
	color: #ca464c;
}


#navigation ul li a{
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #ca464c;
}

#navigation ul li ul{
	position: absolute;
	border: none;
	width: 580px;
	height: 0px;
	overflow: hidden;
	padding: 15px 0px 0px 20px;
	background-image: url('/img/nav_sub_arrow.png');
	background-repeat: no-repeat;
	background-position: 2px 22px;
	
}

*+ html #navigation ul li ul{
	position: absolute;
	border: none;
	width: 450px;;
	height: 0px;
	overflow: hidden;
	padding-top: 30px;
	padding-left:-200px;
	background-image: url('/img/nav_sub_arrow.png');
	background-repeat: no-repeat;
	background-position: 2px 37px;
	margin-left:-70px;
	
}

* html #navigation ul li ul{
	position: absolute;
	border: none;
	width: 450px;;
	height: 0px;
	overflow: hidden;
	padding-top: 30px;
	padding-left:-200px;
	background-image: url('/img/nav_sub_arrow.png');
	background-repeat: no-repeat;
	background-position: 2px 37px;
	margin-left:-70px;
	
}


#navigation ul li ul li{
	margin: 0px;
	padding: 3px 5px 5px 5px;
	font-size: 13px;
		float:left;

	
}

#navigation ul li ul li:hover{
	border-top: 0px;
	border-bottom: 1px dotted #ca464c;
	padding-top: 3px;
}

#navigation ul li ul li a{
	font-size: 12px;
	padding-bottom: 3px;
}

#navigation ul li ul li a:hover{
	border-bottom: 1px dotted #ca464c;
}

a.btnlink {
  display: block;
  padding: 5px;
  color: #fff;
  background-color: #ca464c;
  text-decoration: none;
}

a.btnlink {
  font-weight: 700;
}