/* ===========================================================
Stylesheet für www.berndsweinwelt.de 
Autor: Bernd Schmidt
Copyright: Bernd Schmidt - www.kunst-webdesign.de
============================================================*/

/* ==================================
1. Kalibrierung und allgemeine Styles
=================================== */

* { padding: 0; margin: 0; }
h2, h3, h4, p, ul, ol { margin-bottom: 1em; }
ul ul { margin-bottom: 0; }
li { margin-left: 1em; }

/* Allgemeine Selektoren */

body {
   color: #660000; /* Schriftfarbe */
   background-color: #ffffff; /* Hintergrundfarbe */
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: small; /* Schriftgröße */ 
}

h1 { font-size: 180%; } 
h2 { font-size: 150%; }
h3 { font-size: 120%; }
h4 { font-size: 100%; }
h1, h2 { text-align: center; }

/* Hyperlinks allgemein */

a { text-decoration: none; outline: none; border-bottom: 1px solid #660000; }

a:link { color: #660000; } 
a:visited { color: #ff0000; }

a:hover, a:focus { 
   color: #ff0000; 
}

/* Allgemein 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;
   }

.clearing { clear: both; }

/* =============================
2. Styles für die Layoutbereiche
============================= */

#wrapper { 
   color: #990000; 
   background-color: white; 
   width: 760px; /* Breite des Inhaltsbereiches */
   margin: 10px auto;
}

#kopfbereich {
   color: #FFFFCC; 
   background: #660000 url(grafiken/hintergrund.jpg) repeat-y top left;
   text-align: center;
   padding: 10px 20px 10px 20px;
}
#kopfbereich p {
   font-weight: bold;
   padding: 5px 0 5px 0;
   margin-bottom: 0; /* statt 1em */
   }

#navigation { 
   float: left; 
   width: 120px; 
   padding-top: 20px; 
   } 
.menutitle{
font-weight:bold;
text-align:center;
margin:2px;
}
.menucontainer {
color:#ffffcc;
border:1px solid #660000;
background-color:#660000;
width:110px;
margin:0 0 10px 2px;
}
a.menu:link, a.menu:visited
{
 color:#990000;
 background-color:#ffffcc;
 text-decoration:none;
}
a.menu:active, a.menu:hover
{
 color:#ffffcc;
 background-color:#990000;
}
a.menu {
 display:block;
 padding:2px;
 border-top:1px solid #660000;
 background-color:#660000;
 text-align:left;
 font-weight:bold;
 text-decoration:none;
 }

#text { 
   padding: 20px 10px 20px 10px;
   margin-left: 130px;
   }

#sitemap {
   clear: both;
   padding: 5px 20px 0 20px;
   border-top: 1px solid #660000;
   margin-top: 10px;
   font-size: 80%;
   letter-spacing: 1px;
   line-height: 1.5em;
}

#partnerlinks {
   clear: both;
   padding: 5px 20px 0 20px;
   border-top: 1px solid #660000;
   margin-top: 10px;
   font-size: 70%;
   letter-spacing: 1px;
   line-height: 1.5em;
}

#fuss {
   clear: both;
   padding: 5px 20px 5px 20px;
   border-top: 1px solid #660000;
   margin-top: 10px;
   text-align: center;
   font-size: 80%;
   font-weight: bold;
   letter-spacing: 2px;
   line-height: 1.5em;
}

/* =================
Ende des Stylesheets
================= */







