/*------ allgemein ------*/

* {
font-family: "Courier New",monospace;
font-size: 13px;
line-height:20px;
}

body {
background-color:#FFFFFF;
background-image:url(global/header_03a.gif);
background-attachment:fixed;
background-repeat:no-repeat;
}

a {
color: #660000;
}

a:hover {
color: #CC0000;
}


/*------ index ------*/

#inhalt {
position:absolute;left:370px;top:30px;
}

#indexmenu {
text-align:right;
margin-bottom:15px;
}

#indexfeld {
/*clear:float;*/
width:400px;
padding:15px;
margin-bottom:15px;
background-color:#E3E5EC;
}

#indexbild {
display:block;
margin-right:15px;
border:0px;
float:left;
}

/*------ inhaltsseiten ------*/


#auswahl {
position:absolute;left:220px;top:30px;
width:500px;
text-align:right;
}

#content {
position:absolute;left:200px;top:60px;
width:520px;
background-image:url(global/content_bg_03.gif);
background-repeat:no-repeat;
background-color:#E3E5EC;
padding:20px;
}

#datum {
text-align:right;
padding-bottom:10px;
}

/*----- alte seiten -----*/

#auswahl_unten {
width:500px;
text-align:right;
}

#spalte01 {
position:absolute;left:150px;top:140px;
}

#spalte02 {
position:absolute;left:325px;top:140px;
}

#spalte03 {
position:absolute;left:500px;top:140px;
}

#auswahlfeld {
padding:10px;
margin-bottom:25px;
width:150px;
background-color:#E3E5EC;
}