body
{margin: 0; padding: 0; font: 80% arial, hevetica, sans-serif; text-align: center; color: #333; background-color: #E3E3CF; }

/*allgemeine Link deko*/
a:link { color: #7e8284; }
a:visited { color: #600; }
a:hover, a:active {color: #fff; background-color: #7e8284;}

/*schriftgrößten*/
h1{color: #5B5E0E; font: 90% georgia, times, "times new roman", serif; font-weight: bold; margin-top: 0;}
h2{color: #B52C07;font: 110% georgia, times, "times new roman", serif;font-weight: bold;margin: 0 0 2px 0;}
h2 a { text-decoration: none; }
h3{color: #B52C07;font: 120% georgia, times, "times new roman", serif;font-weight: bold;margin: 0 0 2px 0;}
h3 a { text-decoration: none; }
h4{color: #5B5E0E; background-color: #F7E672;font-weight: bold; font: 130% georgia, times, "times new roman", serif; margin: 0 2px 2px 2px;}
h5 {color: #5B5E0E; background-color: #F7E672;font-weight: bold; font: 125% georgia, times, "times new roman", serif; margin: 0 2px 2px 2px;}

/*style*/
#container
{margin: 0em auto; width: 95%; text-align: left; background-color: #FCFCFC; border: 1px none #fff; border: 1px solid #676767;
margin-top: 10px;}

/*kopp zeile*/
#header
{height: 140px; width: 100%;
background-image: url(Bilder/boli-net.com-29.08_01.gif); 
background-repeat: no-repeat; background-position: 0 0; background-color:#fffdd4; border-bottom: 0px solid #fff; position: relative; }

/*normale Navigation*/
#mainnav{padding: 3px 0; margin-bottom: 25px; background-image: url(Bilder/boli-net.com-29.08_02.gif)}
#mainnav ul{margin: 6px 0 0 10px; padding: 0; list-style-type: none; border-left: 1px solid #E0E5E7;}
#mainnav li{ display: inline; padding: 0 8px; border-right: 1px solid #E0E5E7; }
#mainnav li a{text-decoration: none; color: #272900;}
#mainnav li a:hover{ text-decoration: none; color: #fff; background-color: #7e8284; }

/*conntentbereich*/
#contents { margin: 0 100px 60px 75px; }
#contents p { line-height: 165%; }

/*fusszeile*/
#footer
{height: 15px; width: 100%; clear: both; color: #999999; text-align: right; font-size: 90%; background-image: url(Bilder/boli-net.com-29.08_06.gif); }

/*klassen*/
.blogentry { border-bottom: 1px solid #C5C877; border-top: 1px solid #C5C877; }
.imagefloat { float: right; }

/*image popup*/
a.screen, a.screen:visited {
color:#c00; 
position:relative; 
z-index:1;}
a.screen b {
position:absolute;
visibility:hidden; /* hide the image */
width:200px; /* give it a width */
height:0; /* no height to solve an Opera bug that 
             makes it selectable when hidden */
left:0; /* position:the image */
top:-150px;}
a.screen:hover {
text-decoration:none; 
border:0; /* needed for this to work in IE */ 
z-index:1000;}
a.screen:hover b {
visibility:visible; /* make the image visible */
height:150px; /* now give it a height */
cursor:pointer; /* for IE */
z-index:500; }
a.screen:hover b img {
border:0; /* remove the link border */}

/*tooltip*/
a.tooltip {color:#c00;}
a.tooltip b {display:none;}
a.tooltip:hover {border:0; position:relative; z-index:500; text-decoration:none;}
a.tooltip:hover b {display:block; position:absolute; top:20px; left:-25px; padding:5px; font-weight:normal; color:#000; border:1px solid #888; background:#ffc; width:150px;}
a.tooltip:hover b em {position:absolute; left:20px; top:-6px; width:11px; height:6px; background:#fff url(tooltip.gif) 0 0; display:block; font-size:1px;}

