/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
/* styles.css fuer moodra.de */
/* Version: 2008-03-14 michaelschwarz.net */
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */




/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
/* globale basics: */

* {
margin:0;padding:0;
font-family:Helvetica, Arial, sans-serif;
}

body {
background:#7B6A49 url(img/bg_body.gif) no-repeat;
font-size:12px;line-height:160%;
color:#fff;
}


/* Seitenbilder */
#pageFoto {
position:absolute;left:0;top:0;
width:300px;height:320px;overflow:hidden;
}




img {display:block;border:0;}
.floatRight {float:right;}
.clearBoth{clear:both;}
acronym {border-bottom:1px dotted;}


/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
/* Navi: */

ul#navMain {
list-style-type:none;
display:block;width:500px;
position:absolute;left:307px;top:120px;background:#7B6A49;
}
ul#navMain li {
display:block;float:left;margin-right:20px;
}

ul#navMain li a, ul#navMain li a:link, ul#navMain li a:visited {
text-transform:uppercase;text-decoration:none;
color:#fff;font-weight:bold;background:#7B6A49
}
ul#navMain li a:focus, ul#navMain li a:hover, ul#navMain li a:active,
ul#navMain li a.aktiv {
text-transform:uppercase;text-decoration:underline;
color:#fff;font-weight:bold;
}





/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
/* content bereich: */

#content {
width:500px;
position:absolute;left:307px;top:180px;background:#7B6A49;
}

#content h1 {
font-size:14px;text-transform:uppercase;
margin:0 0 15px 0;
}
#content h2 {
font-size:12px;
margin:15px 0 5px 0;
}
#content p {
margin:0 0 10px 0;
}
#content ul {
font-size:12px;
margin:0 0 10px 25px;
list-style-type:square;
}
#content li {

}


#content a, #content a:link, #content a:visited {
color:#fff;text-decoration:underline;
}
#content a:focus, #content a:hover, #content a:active {
color:#000;text-decoration:underline;
}