/* ===========================================================
Theme Name: Aquarell
Description: The Aquarell theme based on <a href="http://www.aquarelle-malen.de">Aquarelle malen</a> from Bernd Schmidt
Version: 1.0
Author: Bernd Schmidt
Author URI: http://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; margin-bottom: 10px;}
li { margin-left: 15px; } 
form { float: left; margin-bottom: 10px; }

/* Allgemeine Selektoren */

body {
   text-align: center;
   color: #36376d; /* Schriftfarbe */
   background-color: #f2f3f8; /* Hintergrundfarbe */
   background-image: url(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(h2.jpg); background-repeat:no-repeat; background-position:left;
   padding-left: 60px;
   padding-top: 20px;
   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: 0 5px 5px px;
   }

.werbung{
   text-align: center;
   }


.bildrechts {
   float: right;
   margin: 0 5px 5px 5px;
   }

.galeriebild {
   align: center;
   background-color: #fff;
   width: 550px;
   padding: 15px;
   padding-top: 15px;
   border: 1px solid black;
   margin: 10px 10px 20px 23px;
   }


/* =============================
2. Styles f�r die Layoutbereiche
============================== */

#wrapper {
   background-color: #f2f3f8;
   width: 960px;
   margin: 10px auto;
   padding: 5px;
   text-align: left;
}

#kopfbereich {
   background-color: #f2f3f8;
   background-image: url(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: auto;
   margin-left: 140px;
   margin-right: 190px;
}


.navigation-2 {
   font-weight: bold;
}

.alignright {
   padding-left: 540px;
}


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;
   }


#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
        width: 100%;
	padding: 2px;	

	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
        width: 580px;
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
        background-color: #ffffff;
        border: 1px solid #36376d;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
   width: 620px;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

#fusslink {
   clear: both;
   color: #323f50;
   background-color: #f2f3f8;
   margin: 10px;
   padding: 5px;
   border-top: 1px solid #36376d;
}

#recent {
   float: left;
   margin: 0 10px 0 0;
}

#tagwolke {
   width: auto;
   margin: 5px 0 0 5px;
}

#feed {
   clear: both;
   color: #323f50;
   font-weight: bold;
   letter-spacing: 1px;
   margin-left: 140px;
   text-align: left;
}

h3 {
   font-size: 120%;
   padding-top: 20px;
   height: 10px;
}

#fuss {
   clear: both;
   display:inline
   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(footer.jpg);
   background-repeat: no-repeat;
   height: 196px;
   background-position: bottom;
}

/* =================
Ende des Stylesheets
================= */
