/**
 * Project: 
 * File: main.css
 *
 * Copyright (c) 2010 basiscode.de - Dirk Hesse
 * @author Dirk Hesse
 *
 */



/* Allgemeine Angaben  */
body { background: white url(../images/bg_body.gif) repeat top left;  color: #333;  font-family:  "Arial", Verdana, sans-serif;  font-size: 100%; text-align: center; height: 100%; margin: 0; padding: 0;}

.clearer    {clear: both;}
.left       {clear: both;}
.right      {clear: both;}
.border     {border: 1px solid red;}
strong      {font-weight: bold;}
em          {font-style: italic;}

/* Links */
a:link, a:visited {text-decoration: none; color: #000;}
a:hover, a:active {color: #c31924;}

.ehvh a:link, a:visited {text-decoration: none; color: #c31924;}
.ehvh a:hover, a:active {text-decoration: underline;}



/* Überschriften + Texte */
#main h1    {font-size: 2.2em; font-weight:bold; line-height: 1.25em;}
#main h2    {font-size: 1.3em; font-weight:bold;}
#main p     {font-size: 1.7em; font-family: Georgia, "Times New Roman", serif; color: #777; margin-top: 60px; line-height: 1.5em;}
/* Bereiche */
#main   {margin: 0px auto;  width: 880px; text-align: center; padding-top: 80px;}

#socialbookmarks{text-align: center; margin-top: 30px;}
#socialbookmarks img{margin: 10px;}

div.stimmungsbild  {width: 252px; height: 539px; float: left; }

footer  {position: absolute; bottom: 0px;  width:100%; padding: 30px 0px 5px 0px; text-align: center; font-family: Georgia, "Times New Roman", serif;color: #ccc; font-size: 10px;
background: transparent url(../images/bg_body.gif) repeat top left;}



