/* Styles fuer 2-Spalter Klassik */

* {/* set all to 0 */
margin: 0;
padding: 0;
}

body#all {
font-family: Arial, Helvetica, sans-serif;
text-align: center;
padding: 15px 0;
background-color: #98CAE5; 
color: #000;
}

/* Text und Links allgemein */
p, li {
font-size: 95%;
}
#content a {
height: 1%; /* damit der IE den ganzen Link aktiviert */
background-color: transparent; 
color: #E58D9C;
text-decoration: underline;
}
#content a:hover {
background-color: transparent; 
color: #E58D9C;
}

/* Container mit ihren Inhalten */
#wrapper {/* umschlieszt alles */
text-align: left;
width: 780px;
margin: 0 auto;
background-color: #fff; 
}

/* Header */
#header {
background-image: url(../img/pilotheader.jpg);
background-repeat:no-repeat;
color: #333;
height:120px;
}

#header h1 {
color: #fff;
padding: 65px 0 0 40px;
font-size: 35px;
}



#navigation { 
float: left;
width: 150px;
background-color: #E58D9C; 
color: #F6F2A8;
padding:30px 0 20px 12px;
}

#navigation ul {
	padding:0;
	margin:0;
	list-style-type:none;
	}


#navigation li {
	padding:0px 9px 0px 8px; 
	}
#navigation li ul li {
	font-size:0.85em;
	}


/* top level links */
#navigation a, #navigation a:visited {
	text-decoration:none;
	color:#F6F2A8;
	line-height:20px;
	}
	
/* top level hover */
#navigation a:hover {
	text-decoration:underline; /* necessary for ie6 */
	color:#F6F2A8;
	}

/* Content */
#content {/* mit linkem Rahmen in der Breite und BG-Color von menue2 */
padding: 20px 65px 40px 36px;
background-color: #fff; 
color: #000;
border-left: 170px solid #E58D9C;
min-height:320px;
font-size: 0.9em;
}

#content p {font-size: 1.0em; padding: 0 0 20px 0;
}

#content h1 {padding:0 0 15px 0;
font-size: 1.4em;
color:#E58D9C;
}
#content h2 {padding:0 0 10px 0;
font-size: 0.9em;
color:#E58D9C;

}
#content ul {padding: 0 0 0 14px;
}



/* Footer */
#footer {
clear: both;
height: 30px;
background-color: #BECD67; 
color: #fff;
}

#footer p {
font-size:0.7em;
padding:8px 5px 5px 20px;
}

#footer a {
color: #fff;
}

fieldset {
margin:0px;
padding:0px;
border:0;
}

label { float: left; display:block; width: 100px; font-size: 14px;}
input, textarea, select { border: 1px solid #666666;margin:1px;font-size: 14px;}
input:focus, textarea:focus, select:focus { background: #fffbb8; }
#message {color: #E58D9C; font-weight:bold; padding:10px; margin:0 0 20px 0; border:1px solid #DFDFDF;}


