
/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #567;
}
a:hover {
	color: #28E;
}
body {
	background: #ddd url(img_css/bg_body.jpg) repeat-x;
	color: #222;
	font: normal 62.5% "Verdana, Arial, Helvetica",sans-serif;
	margin: 0;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
	padding-left: 27px;
	padding-right: 27px;
}
h1 {
    position:relative;
	font-size: 1.8em;
	padding-bottom: 2em;
	padding-top: 1em;
	padding-left: 27px;
}
h2 {
    position:relative;
	font-size: 1.2em;
	padding-bottom: 1.2em;
	padding-left: 27px;
}
h3 {
    position:relative;
	font-size: 1.2em;
	padding-left: 27px;
}

.content li {
	list-style: url(img_css/li.gif);
	line-height: 1.5em;
	margin-left: 18px;
	font-weight:bold;
}
cite {
	background: url(img_css/quote.gif) no-repeat;
	color: #456;
	display: block;
	font: normal 1.4em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}

/* misc */
.clearer {
	clear: both;
}

/* Struktur */
.container {
	margin: 20px auto;
	width: 780px;
	border: 20px solid #fff;
	background-color: #fff;
}
.header {
	background: url(img_css/bg_header.jpg) no-repeat;
	padding: 0;
	height: 175px;
}
.navigation {
	background: url(img_css/bg_navi.jpg) no-repeat;
	border: 0;
	padding: 0;
	margin: 0;
	height: 75px;
}
.content {
    margin-top: 18px;
	border: 1px solid #ccc;
	padding: 0;
}
.footer {
	clear: both;
	background-color: #ddd;
	height: 30px;
    margin-top: 18px;
    padding-top: 13px;
	color: #666;
	font-size: 1.1em;
	text-align: center;
    border: 1px solid #ccc;
}

/* navigation */

.menu {
	padding: 10px 24px 0 24px;
}
/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
}

/* Untermenu Position */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:0px;
top:47px;
}

/* Links */
.menu li a, .menu li :visited {
display:block;
font: normal 0.9em Verdana,sans-serif;
width:120px;
height: 32px;
padding:15px 0 0 0;
color:#fff;
background: url(img_css/bg_navmainlink.jpg) repeat-x;
text-decoration:none;
text-align:center;
}
.menu li ul li a, .menu li ul li :visited {
display:block;
font: normal 0.9em Verdana,sans-serif;
width:134px;
height: 20px;
padding:7px;
color:#333;
background:#fff;
text-decoration:none;
text-align:left;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}

.menu li :hover{
color:#fff;
background:#666 url(img_css/bg_navmainlinkhover.jpg) repeat-x;;
}
.menu li ul li :hover{
color:#000;
background:#fff;
border-left: 1px solid #DD1A3C;
border-right: 1px solid #DD1A3C;
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:149px;
height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}
.outerlimits {
width: 6px;
height: 47px;
background: #fff;
}

/*kastenrechts z.B. flugschule*/

.kastenrechtsbreite {
  position:relative;
  float: right; 
  width: 380px;
}
.kastenrechts {
  position:relative;
  background-color:#FFFFFF;
  padding: 5px;
  border: 1px solid #ccc;
  margin-left: 27px;
  margin-right: 27px; 
  margin-bottom: 10px; 
}
.kastenrechts li {
	list-style: url(img_css/li.gif);
	line-height: 1.5em;
	margin-left: 0;
	font-weight: normal;
}
.kastenrechts h3 {
    position:relative;
	font-size: 1.2em;
	padding: 0;
	margin-left: 10px;
	margin-bottom: 1em;
	margin-top: 1em;	
}

/*sonstige klassen*/

.bildrechts {
  float: right; 
  border: 6px solid #fff; 
  margin-left: 27px;
  margin-right: 27px; 
  margin-bottom: 10px; 
}
.bildlinks {
  padding: 0;
  margin-left: 27px;
  margin-bottom: 10px; 
}
.videomitte {
  text-align: center;
  padding-bottom: 18px;
}
.anfahrt {
  padding-bottom: 18px;
}
/* Startseite */
.startbox {
	background: #080808 url("img_css/bg_startbox.jpg") repeat-x top;
	margin: 0 27px;
}
.startboxunten{
	background: #080808 url("img_css/bg_startbox_unten.jpg") repeat-x bottom;
	height: 37px;
	margin: 0 27px;
}
.startbox li {
	list-style: url(img_css/li_startbox.gif);
	line-height: 1.5em;
	margin-left: 17px;
	margin-bottom: 1em;
	font-weight:bold;
}
.startslideshow {
  padding: 0;
  margin-left: 20px;
}
.news {
  float: right;
  width: 350px;
}
.news a, .news :visited {
	color: #fff;
	text-decoration:none;
}
.news a:hover {
	color: #28E;
	text-decoration:none;
}
.newsheadline {
color:#E31D38;
margin-bottom: 1.5em;
font: bold 2em Verdana,sans-serif;
font-style:oblique;
text-decoration:none;
}

/* Aktion */
.aktionbild {
  position:relative;
  float: right; 
  margin-left: 27px;
  margin-right: 27px; 
  margin-bottom: 10px; 
}
.aktion {
  position:relative;
  margin-bottom: 30px;
	background: #fff url(img_css/bg_aktionen.jpg) repeat-x bottom;
  border-bottom: 1px solid #ccc;
}
.aktionheadline {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 10px 27px;
  margin-bottom: 10px;
  font-size:14px;
  font-weight: bold;
  color:#fff;
  background: url(img_css/bg_news.jpg) repeat-x;
}
.aktionheadlinks {
  float: left;   
  position:relative;
}
.aktionheadrechts {
  float: right;  
  position:relative;
}
/* Kontaktformular */
	.bg_kontakt {
  		background-color:#FFFFFF;
	}
	.formularbreite {
 		position:relative;
  		float: left; 
  		width: 380px;
	}
	.formular {
        position:relative;
		margin-left: 27px;
	}

	form fieldset {
        border: none;
    }
    form label {
        float: left;
    	font-size: 1.2em;
        display: block;
        width: 80px;
    }
    form input, form textarea {
        float: left;
        display: block;
        width: 240px;
        border: 1px solid #000000;
		padding: 6px;
    }
    form label, form input, form textarea {
        margin-bottom: 5px;
    }
    form textarea {
        height: 120px;
    }
    form br {
        clear: left;
    }
    form .button {
        width: 254px;
		border: 1px solid #000000;
    }
    div.error {
        color: #FF6600;
        margin: 0px 0px 10px 50px;
    }
    div.error ul {
        list-style-type: none;
    }
    input.error {
        border: 1px solid #FF6600;
    } 
input#name:focus,
input#email:focus, 
textarea:focus {
	background-color: #FFC59D;
	color: black;
}
/* Tabellen */
#kopartner table tr td {
	font: normal 62.5% "Verdana, Arial, Helvetica",sans-serif;
	color: #333;
	font-size: 12px;
	padding: 10px;
	border-top: 1px solid #CCC;
	margin: 0;
}
/* Videoclips */
.auswahl {
	font-size: 1.2em;
	text-align: right;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 10px 0;
}

.videoheadline {
float: left;
}

