
*{margin:0; padding:0;}

/* FÜR DIE GESAMTE SEITE */
body{
font:76% Verdana,Tahoma,Arial,sans-serif;
line-height:1.4em;
text-align:left;
background: #ffffff;
}

/* DEFINITION DER DIV-CONTAINER */
#container {
background: #ffffff;
width:1024px;
margin-top: 0px;
margin-left:auto;
margin-right:auto;
}

#header {
background-image:url('../bilder/eyetofly-kopf.jpg');
padding: 0px;
margin: 0px;
width: 1024px;
height: 143px;
}

#navi {
float:left;
padding: 4px;
line-height: 20px;
width: 200px;
background: none;
margin-bottom: 20px;
}

#content {
float: left;
padding: 4px;
width:808px;
background: none;
}

div#navi ul  {
list-style-type: none;
margin-left: 10px;
}

div#navi ul  ul {
margin-left: 20px;
}



div p
{  
width: 657px;   
    /* blocksatz in den spalten */
    text-align: justify;
    
    -webkit-column-count: 3;  
    -webkit-column-gap: 20px;  
    -webkit-column-rule-color: silver;
    -webkit-column-rule-style: solid;
    -webkit-column-rule-width: 3px;
 
    -moz-column-count: 3;  
    -moz-column-gap: 20px;
    -moz-column-rule-color: silver;
    -moz-column-rule-style: solid;
    -moz-column-rule-width: 3px;
 
    column-count: 3;  
    column-gap: 20px;
    column-rule-color: silver;
    column-rule-style: solid;
    column-rule-width: 3px;
}



/* ÜBERSCHRIFTEN */
h1 { font-size:1.3em; margin-top:0px; margin-bottom:10px; }
h2 { font-size:1.2em; margin-top:0px; }
h3 { font-size:1em; margin-top:0px; }
h4 { font-size:1em; margin-top:0px; }
h2,h3,h4,h5,h6 { margin-top:15px; margin-bottom:5px; }


/* LINKS */
a{
color:#0094DE; /* Original-Blau: #BAD6E7 - Aus Henriks PDF: #0094DE */
font-weight:900;
text-decoration:none;
background-color:inherit;
outline: none;
}
