/* ===========================================================
Stylesheet für www.aquarelle-malen.de
Autor: Bernd Schmidt
Copyright: Bernd Schmidt - www.seo-webdesign-schmidt.de
============================================================*/

/* ==================================
1. Kalibrierung und allgemeine Styles
=================================== */
* { padding: 0; margin: 0; }
h1, h2, h3, p, ul, ol { margin-bottom: 1em; }
dl, address { margin-left: 10px; }
p { margin-left: 5px; }
ul, ol { margin-bottom: 0; margin-left: 10px;}
li { margin-left: 15px; }

/* Allgemeine Selektoren */

body {
   color: #36376d; /* Schriftfarbe */
   background-color: #f2f3f8; /* Hintergrundfarbe */
   background-image: url(grafiken/hintergrund.jpg); background-repeat:repeat; background-position:center;
   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%;
   background-image: url(grafiken/h2.jpg); background-repeat:no-repeat; background-position:left;
   padding-left: 60px;
   height: 45px;
}

h3 {
   font-size: 120%;
   padding-top: 20px;
   height: 30px;
}


/* Hyperlinks allgemein */

a { text-decoration: none; outline: none; border-bottom: 1px solid #36376d; }
a:link { color: #36376d; }
a:visited { color: #5f6c99; }
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;
   }

.galeriebild {
   align: center;
   background-color: #fff;
   width: 550px;
   padding: 15px;
   padding-top: 15px;
   border: 1px solid black;
   margin: 10px 10px 20px 23px;
   }

.iframe {
   align: center;
   width: 600px;
   }

.google { text-align: center; }


/* =============================
2. Styles für die Layoutbereiche
============================== */

#wrapper {
   background-color: #f2f3f8;
   width: 960px;
   margin: 10px auto;
   padding: 5px;
}

#kopfbereich {
   background-color: #f2f3f8;
   background-image: url(grafiken/header.jpg);
   background-position:no-repeat;
   height: 295px;
}
#kopfbereich h1 {
   text-indent:-9999px;
}

#kopfbereich p {
   font-weight: bold;
   margin-bottom: 0;
   padding: 5px 0 5px 0;
   text-indent:-9999px;
}

#navigation {
   float: right;
   width: 180px;
}
.menutitle{
font-weight:bold;
text-align:center;
margin:2px;
}
.menucontainer {
   color: #f2f3f8;
   border: 1px solid #36376d;
   background-color: #36376d;
   width: 170px;
   margin: 0 0 5px 2px;
}
a.menu:link, a.menu:visited {
   color: #707bb9;
   background-color: #f2f3f8;
   text-decoration: none;
}
a.menu:active, a.menu:hover {
   color: #f2f3f8;
   background-color: #707ebf;
}
a.menu {
   display: block;
   padding: 2px;
   border-top: 1px solid #36376d;
   background-color: #36376d;
   text-align: left;
   font-weight: bold;
   text-decoration: none;
}

#werbung {
   float: left;
   width: 140px;
}

#text {
   width: 620px;
   margin-left: 140px;
}

div.galerie {
   align: center;
   overflow: hidden;
   background-color: #fff;
   width: 550px;
   padding: 15px;
   border: 1px solid black;
   margin: 10px 10px 3px 23px;
   }

div.galerie img{
   float: left;
   margin-right: 15px;
   }

div.galerie h3{
   text-decoration: underline;
   }


#sitemap {
   clear: both;
   padding-top: 2px;
   border-top: 1px solid #f2f3f8;
   font-size: 70%;
   letter-spacing: 1px;
   text-align: center;
}

#partner {
   clear: both;
   padding-top: 5px;
   border-top: 1px solid #f2f3f8;
   font-size: 70%;
   letter-spacing: 1px;
   text-align: center;
}

#fuss {
   clear: both;
   border-top: 1px solid #f2f3f8;
   color: #323f50;
   text-align: center;
   font-size: 80%;
   font-weight: bold;
   letter-spacing: 1px;
   line-height: 32em;
   background-image: url(grafiken/footer.jpg);
   background-repeat: no-repeat;
   height: 196px;
   background-position: bottom;
}


/* =================
Ende des Stylesheets
================= */
