body {
/* Schriftart, Schriftgrösse, Hintergrundfarbe */
font-family: Verdana, Helvetica, sans-serif;
font-size: 90%;
line-height: 170%;
color: blue;
background-color: #E6F2FF;
}

#navi { /* Navigationsspalte */
background-color: #004B94;
color: black;
text-align: center;
margin: 0px;
width: 200x;
position: absolute;
top: 0px; left: 0px;
}

#maino { /* Hauptseite oben */

color: blue;
text-align: center;
margin: 0px;
position: absolute;
top: 0px;
left: 200px;
width: 760px;
}

#mainul { /* Hauptseite */
background-image: url(bild/kreuz.hintergrund.jpg);
backgraund-attachment: fixed;
color: blue;
margin: 0px;
position: absolute;
top: 160px;
left: 200px;
width:760px;
height: 585px;
}


A:link, A:visited, A:active { 
text-decoration: underline;
color: blue;
font-weight: bold;
}

A:hover { text-decoration: underline;
color: purple;
}


.linkboxnavi { /* Rahmen für buttons  */
font-family: Arial, Helvetica, sans-serif;
font-size: 12pt;
border-style: solid;
border-width: 1px;
border-color: #ff0000;
width: 120px;
padding: 1px;
background-color: #E6F2FF;
}

