/* ===========================================================
Stylesheet für www.kaktus-kakteen-sukkulenten.de 
Autor: Bernd Schmidt
Copyright: Bernd Schmidt - www.seo-webdesign-schmidt.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: 0; }
li { margin-left: 15px; }

/* Allgemeine Selektoren */

body { 
   color: #006600; /* Schriftfarbe */
   background-color: #003300; /* Hintergrundfarbe */
   background-image: url(grafiken/hintergrund.gif);
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: small; /* Schriftgröße */
}

h1, h2 { font-family: Tahoma;}
h1 { 
   font-size: 200%;
   padding-top: 25px;
}

h2 { 
   font-size: 150%;
   border-bottom: 2px solid #009900;
   border-left: 5px solid #009900;
   padding-left: 5px;
}

/* Hyperlinks allgemein */

a { text-decoration: none; outline: none; border-bottom: 1px solid #006600; }
a:link { color: #006600; }
a:visited { color: #FF3300; }
a:hover, a:focus { color: #FF3300;}

/* Allgemeine Klassen und IDs */

.clearing { clear: both; }

.skiplink { 
   position: absolute; 
   left: -3000px; 
   top: -2000px; 
   width: 0px; 
   height: 0px; 
   overflow: hidden; 
   display: inline; 
}

.bildlinks {
   float:left;
   margin: 4px 5px 2px 0;
   }

.bildrechts {
   float:right;
   margin: 4px 0 2px 5px;
   }

.google { text-align: center; }

/* =============================
2. Styles für die Layoutbereiche 
============================== */

#wrapper { 
   background-color: #ffffff;
   width: 790px;
   margin: 10px auto;
   padding: 5px;
}

#kopfbereich { 
   background-color: #ffffff;
   background-image: url(grafiken/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: 130px;
}
.menutitle{
font-weight:bold;
text-align:center;
margin:2px;
}
.menucontainer { 
   color: #ffffff;
   border: 1px solid #006600;
   background-color: #006600;
   width: 120px;
   margin: 0 0 5px 2px;
}
a.menu:link, a.menu:visited { 
   color: #003300;
   background-color: #CCFFCC;
   text-decoration: none;
}
a.menu:active, a.menu:hover { 
   color: #CCFFCC;
   background-color: #339933;
}
a.menu { 
   display: block;
   padding: 2px;
   border-top: 1px solid #006600;
   background-color: #660000;
   text-align: left;
   font-weight: bold;
   text-decoration: none;
}


#text { 
   width: 640px;
}

#sitemap { 
   clear: both;
   padding-top: 2px;
   border-top: 1px solid #009900;
   font-size: 70%;
   letter-spacing: 1px;
}

#partner { 
   clear: both;
   padding-top: 5px;
   border-top: 1px solid #009900;
   font-size: 70%;
   letter-spacing: 1px;
}

#fuss { 
   clear: both;
   border-top: 1px solid #009900;
   text-align: center;
   font-size: 80%;
   font-weight: bold;
   letter-spacing: 1px;
   line-height: 4em;
   background-image: url(grafiken/footer.jpg);
   background-repeat: no-repeat;
   background-position: bottom;
}


/* =================
Ende des Stylesheets
================= */






