/* ===========================================================
Stylesheet für www.bonsai-als-hobby.de 
Autor: Bernd Schmidt
Copyright: Bernd Schmidt - www.kunst-webdesign.de
============================================================*/

/* ==================================
1. Kalibrierung und allgemeine Styles
=================================== */
* { padding: 0; margin: 0; }
h2, p, ul, ol { margin-bottom: 1em; }
p, dl, address { margin-left: 10px; }
ul, ol { margin-bottom: 1px; }
ul, ol { margin-left: 10px; }
li { margin-left: 15px; }
dt{ margin-bottom: 1px; }
dt{ margin-top: 2px; }

/* Allgemeine Selektoren */

body { 
   color: #000099; /* Schriftfarbe */
   background-color: #ffcc66; /* Hintergrundfarbe */
   background-image: url(logos/hintergrund.gif);
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: small; /* Schriftgröße */
}

h1, h2 { font-family: Tahoma;}
h1 { 
   font-size: 250%;
   padding-top: 25px;
}

h2 { 
   font-size: 150%;
   border-bottom: 2px solid #000099;
   border-left: 5px solid #000099;
   padding-left: 5px;
}

/* Hyperlinks allgemein */

a { text-decoration: none; outline; none; border-bottom: 1px solid #cc6600; }
a:link { color: #cc6600; }
a:visited { color: #FF3300; }
a:hover, a:focus { color: #FF3300;}

/* Allgemeine Klassen und IDs */

.clearing { clear: both; }

.bildlinks {
   float:left;
   margin: 4px 5px 2px 0;
   
   }

.bildrechts {
   float:right;
   margin: 4px 0 2px 5px;
   }

.skiplink { 
   position: absolute;
   left: -3000px;
   top: -2000px;
   width: 0px;
   heigth: 0px;
   overflow: hidden;
   display: inline;
 }

/* =============================
2. Styles für die Layoutbereiche 
============================== */

#wrapper { 
   background-color: #ffffff;
   width: 790px;
   margin: 10px auto;
   padding: 5px;
}

#kopfbereich { 
   background-color: #ffffff;
   background-image: url(logos/header.jpg);
   background-repeat: no-repeat;
   text-align: center;
   height: 125px;
   padding-left: 40px;
}

#kopfbereich p { 
   font-weight: bold;
   margin-bottom: 0;
   padding: 5px 0 5px 0;
}

#navigation { 
   float: right;
   width: 145px;
}
.menutitle{
font-weight:bold;
text-align:center;
margin:2px;
}
.menucontainer { 
   color: #ffffff;
   border: 1px solid #000099;
   background-color: #000099;
   width: 140px;
   margin: 0 0 5px 2px;
}
a.menu:link, a.menu:visited { 
   color: #000099;
   background-color: #ffcc66;
   text-decoration: none;
}
a.menu:active, a.menu:hover { 
   color: #ffcc66;
   background-color: #0000ff;
}
a.menu { 
   display: block;
   padding: 2px;
   border-top: 1px solid #000099;
   background-color: #0000ff;
   text-align: left;
   font-weight: bold;
   text-decoration: none;
}


#text { 
   width: 625px;
}

#fuss { 
   clear: both;
   border-top: 1px solid #000099;
   text-align: center;
   font-size: 80%;
   font-weight: bold;
   letter-spacing: 1px;
   line-height: 4em;
   background-image: url(logos/footer.jpg);
   background-repeat: no-repeat;
   background-position: bottom;
}


/* =================
Ende des Stylesheets
================= */






