* {
margin:0;
padding:0; }

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 70.01%;
line-height: 1.4em;
text-align: center;
background:  url("/billigflug/images/body_bg.png"); }

/* Allgemeine Anweisungen */

p {
margin: 15px 20px;
font-size: 1em; 
line-height: 1.3em; }

.clear {
clear: both; }

.left {
float: left; }

.right {
float: right; }

.none {
display: none; }

ul,li {
text-align: left;
margin: 5px 20px;
list-style-type: disc;
position: relative; }


/* Überschriften */

h1,h2,h3,h4,h5,h6 {
margin: 20px;
color: #ff7404; }

h1 {
font-size: 1.6em; }

h2 {
font-size: 1.4em; }

h3 {
font-size: 1.2em; }

/* Definitionslisten */

dl {
margin: 20px;
text-align: left; }


/* Rahmen */

#rahmen {
width: 760px;
margin: 0 auto;
padding: 0;
text-align: left;
height: 100%; }


/* Header */

#header {
float: left;
width: 760px;
height: 120px;
text-align: right;
background: url(/flug/images/) no-repeat;
background-color: #d0e1eb; 
border-bottom: 1px solid #999; }



/* Navigation */

#navigation {
float: left;
width: 760px;
position: relative;
border-bottom: 1px solid #999;
border-top: 1px solid #999;
background-color: #fff;
padding-top: 6px; }

#navigation ul {
position: relative; }

#navigation ul li {
display: inline;
padding: 0;
margin-left: 4px;
width: 80px;
float: left; }

#navigation a {
float: left;
display: block;
width: 70px;
padding: 5px;
color: #333;
text-decoration: underline;
background:  url("/billigflug/images/navi.png"); }

#navigation a:hover {
float: left;
display: block;
width: 70px;
padding: 5px;
color: #333;
text-decoration: none;
background:  url("/billigflug/images/navi-hover.png"); }

#navigation .active {
background:  url("/billigflug/images/navi-hover.png");
text-decoration: none; }


/* Inhalt */

#inhalt {
width: 554px;
float: left;
min-height: 800px;
height:auto !important;  /* für moderne Browser */
height: 800px;  /*für den IE */
border-right: 1px solid #999;
background-color: #fff; }

#inhalt h2 {
font-size: 1.2em; }


/* Sidebar */

#sidebar {
float: left;
min-height: 800px;
height:auto !important;  /* für moderne Browser */
height: 800px;  /*für den IE */
width: 205px;
background-color: #d0e1eb; }


/* Footer */

#footer {
float: left;
width: 760px;
position: relative;
margin: 0 -3px 0 0;
border-top: 1px solid #999;
background-color: #d0e1eb; }

/* Infobox */

p.box {
border-top: 1px dotted #3e9ade;
border-bottom: 1px dotted #3e9ade;
padding: 10px;
background-color: #b4e2ff; }


/* Linkanweisungen */

a:link {
color: #464499; }

a:hover, a:active, a:focus {
color: #ce131a;
text-decoration: none; }

a:visited {
color: #464499; }


/* Bilder floaten */

.bild {
margin: 70px 10px 10px 20px;
position:relative;
background:#fff;
border:1px solid #999; }


/*Trennlinie */

hr {
margin: 0 20px 0 20px;
border: none 0;
border-top: 1px dotted #999;
height: 1px; }


/*Sidebar Inhalt */

#sideinhalt p {
margin: 0;
padding: 10px 0 20px 25px; }

#sideinhalt .bottom {
border-bottom: 1px solid #999; }


/*Sidebar Überschriften */

.top {
padding: 6px;
margin: 0;
text-align: center;
background:  url("/billigflug/images/sidebar_top.png"); }

