* {margin:0; padding: 0; border: 0;}

html, body {
	background-image:url(../images/bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #761317;
	overflow-x: hidden;
}

body { font-size:100.1%; }

#wrapper {
	min-height: 100%; /* Mindesthöhe in modernen Browsern */
	height: auto !important; /* !important-Regel für moderne Browser */
	height: 100%; /* Mindesthöhe in IE (<7) */
	position: absolute;
	width: 1000px;
	left: 50%;
	margin-left: -500px;
	overflow: hidden;
	}


a:link, a:visited {color: #761317;}
a:hover {color:#000000;}

/*UNSICHTBAR*/
.unsichtbar , #header1 h2 {display: inline;
	height: 0px;
	left: -3000px;
	position: absolute;
	top: -2000px;
	width: 0px;
	z-index: 200;
	}

.spacer {clear: both;}


h1 {
	font-size: 16px;
	margin-bottom: 20px;
	}

#header {
	margin: 20px 0 0 0;
	height: 200px;
	width: 1000px;
	
	}
	
#header1 { /*Logo*/
	float: left;
	width: 396px;
	background: url(../images/myrundflug-logo.jpg) top left no-repeat;
	height: 200px;
	}

#header1 p {
	margin: 120px 0 0 0;
	font-size: 12px;
	color: #000;}

#header2 {
	float: left;
	margin: 0 0 0 30px;
	}

#header2top {
	width: 505px;
	height: 11px;
	background: url(../images/slideshow-top.gif) no-repeat;
	}

#slideshow {
	width: 505px;
	height: 223px;
	background: url(../images/slideshow-bg.gif) 0px -1px repeat-x;
	}

*html #slideshow {margin: -11px 0 0 -11px; width: 516px;}

#film {
	float: left;
	width: 485px; 
	height: 170px;
	margin: 0 0 0 10px;
	background-color:#666666;
	}



#middle {}

#contentframe {
	width: 390px;
	float: left;
	}

#inhalttop {
	width: 390px;
	background: url(../images/content-top.gif) no-repeat;
	height: 13px;}

#inhalt {
	background: url(../images/content-bg.gif) top left repeat-x; 
	overflow-x: hidden;	
	padding: 0 20px 50px 20px;
	font-size: 12px;	
	}
*html #inhalt {margin-top: -10px;}

#inhalt li {margin-left: 2em;}

#navigation {
	float: left;
	margin: 0 0 0 10px; padding: 0;
	height: 300px;
	width: 200px;
	/*border: #006600 solid 1px;*/
	}

#navigation ul {
	margin: 0; padding: 0; 
	float:right; 
	width: 200px;}

#navigation li {
	position: relative;
	margin: 0; padding: 0;
	list-style: none;
	display: block ;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	}

#navigation li:hover {background: url(../images/arrow-right.gif) right top no-repeat;}

#navigation a:link, #navigation a:visited {
	font-size: 16px;
	display: block;
	height: 25px;
	line-height: 25px;
	color: #00739F;
	text-decoration: none;
	}
#navigation a:hover {
	color: #993300;
	background: url(../images/arrow-left.gif) left top no-repeat;
	}
	
#rightframe {
	float: left;
	margin: 0 0 0 30px;
}

.box {
	float: none;
	width: 300px; 
	height: 98px;
	border: #b5b5b5 1px solid;
	background: url(../images/plane-bg.gif) right bottom no-repeat;
	background-color: #e9f1f3;
	font-size: 12px;
	overflow: hidden;
	}
.box p {padding: 5px 10px 5px 10px;}
.box h2 {font-size: 15px; font-weight: bold; text-align:center; margin-top: 5px;}

#footer {
	font-size: 10px;
	text-align: center;
	margin-bottom: 30px;
	}

#inhalt textarea { width:150px;}