/* ===========================================================
Stylesheet für www.seo-webdesign-schmidt.de 
Autor: Bernd Schmidt
Copyright: Bernd Schmidt - www.seo-webdesign-schmidt.de 
============================================================*/

/* ==================================
1. Kalibrierung und allgemeine Styles
=================================== */

/*

* { padding: 0; margin: 0; }
p, ul, ol { margin-bottom: 1em; }

/* Allgemeine Selektoren */

body {
   color: #333333; /* Schriftfarbe */
   background-color: #ffffff; /* Hintergrundfarbe */
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: small; /* Schriftgröße */ 
}

h1 { font-size: 200%; } 
h2 { font-size: 150%; }
h1, h2 { text-align: center; }
h2 { 
   border-bottom: 1px solid #FFCC00; 
   padding: 0 0 5px 0;
}

/* Hyperlinks allgemein */

a { text-decoration: none; outline: none; border-bottom: 1px solid #FF3300; }

a:link { color: #FF3300; } 
a:visited { color: #FF3333; }
a:hover, a:focus { 
   color: #FFCC33; 
}

/* Allgemein 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; 
   height: 0px; 
   overflow: hidden; 
   display: inline; 
}

/* =============================
2. Styles für die Layoutbereiche
============================= */

#wrapper { 
   width: 790px;
   margin: 10px auto;
}

#kopfbereich {
   color: #CC0000;
   text-align: center;
   background: url(grafiken/logo.jpg);
   background-repeat: no-repeat;
   padding: 0px 20px 10px 120px;
   height: 80px;
}

#kopfbereich p {
   font-weight: bold;
   margin-bottom: 0; /* statt 1em */
   }

#navigation { 
   float: left;
   width: 130px;
}

.menucontainer { 
   color: #FF3300;
   border: 1px solid #FFCC00;
   background-color: #FFCC33;
   width: 120px;
   margin: 30px 5px 5px 2px;
}
a.menu:link, a.menu:visited { 
   color: #FF3300;
   background-color: #FFCC33;
   text-decoration: none;
}
a.menu:active, a.menu:hover { 
   color: #FFCC33;
   background-color: #FF3300;
}
a.menu { 
   display: block;
   padding: 2px;
   text-align: left;
   font-weight: bold;
   text-decoration: none;
}


#text {   
   width: 620px;
   margin: 0 0 0 130px;
   padding: 20px 10px 20px 10px;
   }
#text dt {   
   margin: 0 0 5px 0;
   }

#fuss {
   clear: both;
   background: url(grafiken/hintergrund_footer.jpg);
   padding: 1px 20px 5px 20px;
   height: 170px;
   border-top: 1px solid #FFCC00;
   text-align: center;
   font-size: 80%;
   font-weight: bold;
   letter-spacing: 2px;
   line-height: 1.5em;
}


/* =================
Ende des Stylesheets
================= */



