@charset "utf-8";
@import "menu.css";
/* @import "form.css"; */
@import "additional.css";
@import "reservierung.css";
@import "kontakt.css";
@import "slideshow.css";
@import "bkrfqg.css";
/* CSS Document */
* {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	font: normal normal normal 12px/15px Arial, Helvetica, sans-serif;
}
#wrapper {
	width: 980px;
	position: relative;
	margin: 0 auto;
	padding: 0 10px;
}
#blue_line {
	height: 7px;
	width: 30%;
	position: absolute;
	top: 76px;
	left: 70%;
	background: #002b70;
	overflow: hidden;
}
#header {
	width: 980px;
	height: 90px;
}
#content {
	padding: 50px 0 0 0;
	width: 980px;
	height: 400px;
}
#footer {	
	padding: 21px 0;
	width: 980px;
}
#logo {
	position: absolute;
	top: 6px;
	right: 50px;
}
#logo span {
	position: absolute;
	top: 20px;
	right: 150px;
	width: 250px;
	font-size: 12px;
	font-weight: normal;
	color: #002b70;
}
#footer img {
	float: left;
	margin: 0 auto;
}
#footer #historie {
	margin: 0 160px 0 0;
}


/* CONTENT FORMATTING */
#content .left {
	width: 450px;
	height: 390px;
	float: left;
	margin: 0 80px 0 0;
	overflow: hidden;
}
#content .right {
	width: 435px;
	height: 400px;
	float: left;
}
.clearer {
	clear: both;
}

/* Typographie */
#content h1 {
	font-size: 15px;
	color: #0f8e2e;
	margin-bottom: 11px;
	font-weight: bold;
}
#content h2 {
	color: #002b71;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 5px;
}
#content h3 {
	color: #002b71;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 5px;
}
#content p {
	margin: 0 0 12px 0;
}
#content strong {
	color: #002b71;
}
#content em {
	font-style: italic;
	color: #0F8E2E;
}
#content abbr {
	border-bottom: 1px dotted #888;
}
#content .green {
	color: #0f8e2e !important;
}
#content a {
	color: #0f8e2e;
	text-decoration: none;
	border-bottom:1px solid #0F8E2E;
}
#content a:hover {
	color: #060;
	border-bottom: 1px dashed #888;
}
#content ul {
	list-style-image: url(../_img/list.jpg);
	margin: 0 0 12px 25px;
}
#content ul li {
	margin: 5px 0 0 0;
}
#content ol {
	margin: 0 0 12px 19px;
	list-style-type: decimal;
}
#content ol li {
	margin: 5px 0 0 0;
}
#content dl {
	margin: 0 0 12px 0;
}
#content dl dt {
	font-weight: bold;
	color: #002b71;
}
#content dl dd {
	margin: 0 0 5px 10px;
}
#content .caption {
	color: #002b71;
	font-size: 10px;
	margin: 0 0 20px 0;
}
#content address {
	font-style: normal;
	margin: 0 0 10px 0;
}
#content .scroller {
	height: 93%;
	width: 100%;
	padding: 0 5px 0 0;
	overflow: scroll;
	overflow-x: hidden;
}


/* Styles nur für Home */
#content.home {
	background: url(../_img/background_content_home.jpg) no-repeat left 17px !important;
	padding: 67px 0 0 0 !important;
	height: 383px !important;
}
#content.home h1 {
	position: relative;
	width: 433px;
	height: 42px;
	margin: 200px 0 15px 105px !important;
}
#content.home h1 span {
	background: url(../_img/die_ferienfahrschule.jpg) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
#content.home p {
	color: #fff;
	width: 450px;
	margin: 0 0 15px 105px;
	font-size: 110%;
	line-height: 1.3em;
}
#content.home a {
	color: #0f8e2e;
	text-decoration: none;
	border-bottom:0;
}
#content.home strong {
	color: #fff;
	font-weight: bold;
}
#content.home #home_reservieren {
	position: absolute;
	top: 390px;
	right: 100px;
}
#content.home #home_reservieren:hover {
	border: 0;
}
/* Scroller Box */
#scroller_container {
	width: 450px;
	overflow: hidden;
	margin: 0 0 0 105px;
	padding: 15px 0;
	padding-top: 25px;
	overflow: hidden;
}
/* CSS Hack Safari */
#dummy {;# }


/* Spezielle Elemente */
#a16_menu {
	list-style-type: none;
}
#a16_menu .mtr {
	background: url(../_img/krr-ab16.jpg) no-repeat 130px top;
	padding:30px 20px 15px 0;
	display: block;
	margin:-23px 0 0 -25px;
}
#a16_menu .pkw {
	background: url(../_img/pkw-ab16.jpg) no-repeat 130px top;
	padding:30px 20px 15px 0;
	display: block;
	margin:-25px 0 0 -25px;
}
#a16_menu li a {
	text-decoration: none;
	color:#0F8E2E;
	font-weight:bold;
}
#content .fab16_back {
	margin: 20px 0 0 350px;
	color: #0f8e2e;
	text-decoration: none;
}
#content .fab16_1, #content .fab16_2, #content .fab16_3 {
	margin: 0 0 150px 0;
}
#tooltip {
  position: absolute;
  z-index: 3000;
  width: 250px;
  border: 1px solid #002b71;
  background-color: #fff;
  padding: 15px;
  font-size: 12px;
  font-family: verdana;
  display: none;
}
#tooltip h3, #tooltip p {
  margin: 0;
}
#tooltip h3 {
  font-size: 14px;
  margin-bottom: 10px;
}
#admeta span {
	color: #002b71;
}

/* PDF */
.pdf {
	position: relative;
}

.pdf a {
	position: absolute;
	top: 20px;
	right: 40px;
	width: 100px;
	display: block;
	padding: 10px 0 0 40px;
	background-image: url(../_img/pdf_download.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	letter-spacing: 1px;
}

.pdf a:hover {
	border-bottom: 0 !important;
}

.kursliste li{
	float:left;
	margin:5px 35px 0 0 !important;
}

.clear{
	clear:both;
}



/* Specials */

#content.zertifikat p {
	margin-bottom: 20px;
}

#reservieren2{
	background-image:url(../_img/reservieren2.jpg);
	background-repeat:no-repeat;
	padding-top:40px;
}
