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

html {
	background-image: url(img/fw-air_background.gif);
background-repeat: repeat-x;
background-color: #000000;
margin: 0;
padding: 0;
}


body {
background-image: url(img/freyway-cockpit_aussen.png);
background-position: top center;
background-repeat: no-repeat;
margin: 0;
padding: 0;
overflow-x: hidden;

}

#alles {
width: 950px;
margin-top: 0px;
margin: auto;
position: relative;

}

#cockpit {
position: absolute;
top: 0px;
z-index: 0;
width: 1024px;
height: 335px;
}

#wolken {
width: 100%;
height: 300px;
overflow: hidden;
margin-top: 0px;
padding-top: 0px;
background-color: #ffffff;
z-index: -10;
}

#oben {
width: 100%;
margin-top: 0px;
padding-top: 0px;
background-color: #ffffff;
}



#content {
margin-top: 40px;
}

#bilder {
background-image: url(img/fw-air_background2.gif);
background-position: top right;
background-repeat: repeat;
top: 320px;
left: 655px;
text-align: right;
position: absolute;
width: 300px;
z-index: 1;
}

#bild2 {
position: absolute;
top: 490px;
left: 645px;
z-index: 2;
}

#fuss {
float: left;
margin-top: 20px;
margin-bottom: 10px;
width: 640px;
border-top-style: solid;
border-top-width: 2px;
border-top-color: #fae500;
background-image: url(img/struktur.gif);
background-repeat: repeat-x;
background-position: 0 5px;
}

#sprachwechsel {
width:270px;
margin-top: 6px;
float: right;


}


/*---------------------------------------------------------------------
 Hauptnavigation
 --------------------------------------------------------------------*/

.haupt_nav {
  width: 950px;
  margin: 0;
  height: 40px;
  text-align: left;
  margin: 6px 0 5px 0;
  padding-bottom: 0px;
  clear: both;
  position: absolute;
  top: 0px;
  z-index: 0;
      background: url('img/main.png') no-repeat;
	background-position:843px 0; 



}

.haupt_nav h2{ 
margin: 0px;
padding: 0px;
  font-size: 100%;

  }

.haupt_nav ul {
  overflow: hidden;
  width: 950px;
  background-repeat: no-repeat;

}

.haupt_nav li {
	float:left;
	height: 40px;
}

.haupt_nav li a, .haupt_nav li div {
  text-indent: -8000em;
  text-decoration: none;
  display: block;
  padding:0px;
  margin-top: 0px;
  padding-top: 22px;
  background: url('img/main.png') no-repeat;
   background-repeat: no-repeat;
   height: 18px;
   -moz-outline:0;
   outline:0;

 
}

#hauptnavigation ul {
	display: inline; 
	list-style-type: none;
}

#hauptnavigation li {
	display: inline; 
	list-style-type: none;
}

#nav_leer div { background-position:0 0; height: 18px;}
#nav_home a { background-position:-108px 0; }
#nav_zw a { background-position:-131px 0; }
#nav_gyro a { background-position:-218px 0; }
#nav_galerie a {  background-position:-414px 0; }
#nav_rund a {  background-position:-556px 0; }
#nav_kontakt a { background-position:-737px 0; }


/*---------------------------------------------------------------------
 Cockpit
 --------------------------------------------------------------------*/


#fuss div {
background-color: black;
width: 200px;
padding-top: 2px;
}

#fuss a {
text-decoration: none;
text-transform: uppercase;
color: #6a6a6a;
font-size: 12px;
}

/*---------------------------------------------------------------------
 Allgemeiner Stil
 --------------------------------------------------------------------*/

p, a, h1, h2, h3, h4, h5, ul, ol, li, span, td {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
padding-bottom: 4px;
border-bottom-style: solid;
border-bottom-width: 2px;
border-bottom-color: #fae500;
width: 100%;
}

h3 {
color: #ffffff;
font-size: 18px;
font-weight: normal;
margin-bottom: 5px;
}

p {
	font-size: 15px;
	color: #fae500;
	width: 580px;
	margin-top: 0px;
	padding-top: 0px;
}

a:link, a:active, a:visited {
	color: #a12f44;
	text-decoration: none;
	font-weight: bold;
	border-style: none;

}

a img {
	border-style: none;
}

a.ext:link, a.ext:active, a.ext:visited {
padding-left:		14px;
background-image:	url(img/ext-link.gif);
background-position:	left;
background-repeat:	no-repeat;
}

table.tab {
		border-collapse: collapse;

}
table.tab td {
font-size: 15px;
	color: #fae500;
	border-style: solid;
	border-width: 1px;
	border-color: #fae500;
	padding: 10px;
}

#galerie {
width: 600px;

}

#galerie td {
width: 150px;
padding-bottom: 20px;
}

input, textarea {
	border-style: solid;
	border-width: 1px;
	border-color: #fae500;
	background-color: #000000;
	color: #ffffff;
	width: 250px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 2px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

input.radio {
	border-style: none;
	border-width: 0px;
	width: 15px;
}

#formular {
margin-top: 5px;
}

#formular td {
color: #fae500;
font-size: 13px;
padding-bottom: 2px;
}

.prue {
visibility: hidden;
display: none;
}
