@charset "utf-8";
/* CSS Document */

html, body 
{ 
height: 100%; 
min-height: 100%; 
}  

body {font-family:Arial, Helvetica, sans-serif; font-size:13px; line-height:18px; background-color: #FFF}

a:active {outline:none;}

:focus { -moz-outline-style:none;}

/* Der Kern von Clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE-Patches für Clearfix */
.clearfix { display: inline-block; }
/* Vor IE5/Mac verstecken mit dem Commented Backslash Hack \*/
* html .clearfix { height: 1px; }
.clearfix { display: block; }
/* Ende des Versteckspiels für den IE5/Mac */ 

#wrapper {width:789px; background:url(../images/layout_page_bg2.png) top left repeat-y; margin:10px auto 0 auto;}
#header {width:789px; height:121px; background: url(../images/layout_header_bg.png) top left repeat-x;}

#logo { width:197px; float:left;}
#lang {width:150px; float:right; margin-right:20px; text-align:right; margin-top:15px;}
#lang img { margin-left:5px;}
#navi {width:789px; height:73px; background: url(../images/layout_navi_bg.png) top left no-repeat;}

#navi b { color:#FF0; font-weight:bold;}
#content {width:789px; height:422px; color:#FFF; background: url(../images/layout_page_bg2.png) top left no-repeat;
}
#content a { color:#9CF; text-decoration:none;}
#content a:hover { color:#FF0;}

#content_left { width:200px; float:left; text-align:center; background:url(../images/layout_teiler_vertx.png) top right no-repeat; margin-top:30px;
min-height:300px; /*ff*/
height: auto !important; /*ie7 */
height: 300px; /*ie6 */


}
#content_left img {}
#content_right { width:550px; float:right; margin-right:20px; margin-top:30px;}

#content_right strong { color:#9CF}



#bottom {width:789px; height:17px; background: url(../images/layout_page_end_bg.png) top left no-repeat; margin-top:15px}
#footer {width:789px; height:17px; margin:0 auto 20px auto; text-align:center; color:#69F;}
#footer a {color:#69F; text-decoration:none;}
#footer a:hover {color:#006; text-decoration:none;}
#footer .link {margin-left:10px; margin-right:10px;}


.price { width:70px; display:block; float:right; margin:5px 10px 10px 5px; padding:3px 3px; border:#FC0 1px solid; text-align:center; }



.courses { width:166px; display:block; margin:0px 0px 10px 10px; padding:3px 3px; border:#FC0 0px solid; text-align:left; }

.yellow { color: #FF0;}
.blue { color: #9CF;}

.imglink {border:#9CF 2px solid; cursor: pointer}
.imglink:hover {border:#FF0 2px solid; cursor: pointer}

.link1 {color: #FF0; text-decoration:none;}
.link1:hover {color: #FFF; text-decoration:none;}

#demotip {
	display:none;
	background:transparent url(../images/black_arrow.png);
	font-size:12px;
	height:70px;
	width:175px;
	padding:20px 10px 30px 15px;
	color:#fff;
	_background-color:#fff;
}

.tooltip {
	display:none;
	background:transparent url(../images/black_arrow.png);
	font-size:12px;
	height:70px;
	width:175px;
	padding:20px 10px 30px 15px;
	color:#fff;
	_background-color:#fff;
}


#overlay {
	background-image:url(../images/dawn.png);
	color:#efefef;
	height:300px;
}

/* container for external content. uses vertical scrollbar, if needed */
div.wrap {
	height:350px;
	overflow:hidden;
}


/* the overlayed element */
div.overlay {
	
	/* growing background image */
	background-image:url(../images/dawn.png);
	
	/* dimensions after the growing animation finishes  */
	width:400px;
	height:400px;		
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:40px;
}

/* default close button positioned on upper right corner */
div.overlay div.close {
	background-image:url(../images/close.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

#content_right button { margin-bottom:10px; margin-right:10px; width:170px; height: 60px; color:#FF0; cursor: pointer; background:url(../images/bottle2.png) left center no-repeat; padding-left:40px; text-align:left; border:none;}
#content_right button:hover  { color:#FFF; background:url(../images/bottle2o.png) left center no-repeat;}

.sitesTitle { height:20px; width:100%; font-size:18px; color:#FF0;}
.sitesdepth { height:20px; margin-top:10px; width:100%; color: #FFF; font-weight:bold}
.sitesTxt {width:380px; margin-top:10px; height:130px; overflow:auto;}
.sitesImg {width:100%; margin-top:20px}
.sitesImg img { margin-right:16px; border:#9CF 2px solid;}



.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #aaa;
}
.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}


.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling*/
	background-color:#333; 
	
	width:auto;	
	min-height:200px;
	border:2px solid #9CF;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(../images/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}



/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion {
	
	width: 400px;
	border:0px solid #333;	
	
}

/* accordion header */
#accordion h2 {
	
	margin:0;
	padding:5px 5px;
	font-size:14px;
	font-weight:normal;
	border:0px solid #fff;
	border-bottom:1px solid #ddd;
	cursor:pointer;		
}

/* currently active header */
#accordion h2.current {
	cursor:default; color:#FF0
	 
}

/* accordion pane */
#accordion div.pane {
	border:0px solid #fff;
	border-width:0 0px;
	display:none;
	height:auto;
	padding:15px;
	color:#fff;
	font-size:12px;
}

/* a title inside pane */
#accordion div.pane h3 {
	font-weight:normal;
	margin:0 0 -5px 0;
	font-size:16px;
	color:#999;
}


div.error { display: none; }
input {	border: 1px solid black; }
input.checkbox { border: none }
form.frm input:focus { border: 1px solid #9CF; }
input.error { border: 1px solid #F30; }

form.frm label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic;
}
