
/* Datei mit zentralen styles fuer alle Seiten in www.wohnen-bzu */

body { font-family:Arial,Helvetica,sans-serif; }

/* Titelleiste obendrueber: */

#logo { position:absolute; top:0px; left:0px; width:190px; height:85 px; padding:10px; }

#titlebar { position:absolute; top:0px; left:200px; height:85px; padding:10px; }

/* Navigationsspalte, Block links unterhalb Titelleiste: */

#navi { position:absolute; top:100px; width:120px; }

.navi-item
{ text-align:center; height:40px; 
background-image: url(nur_pinsel_100.gif); background-repeat:no-repeat; }
/* Link normalerweise 2-zeilig vor Hingergrundbildchen */

.navi-oneline { padding-top:10px; }
/* damit 1-zeiliger Link mitten ueber dem Hintergrundbildchen liegt */

a:hover { color:#900; }

/* Inhalt, Block rechts von Navigation: */

#inhalt { position:absolute; top:100px;left:170px; min-width:400px; max-width:700px; }  
