@charset 'utf-8';
@import url(reset.css);
/* Screen-Stylesheet by Thomas Lempa
www.thomaslempa.de
Start: 06.03.2010
Letzte Aenderung: 06.03.2010
*/

/* ----------------------------------------------------- COLORS
 light gray: #eeeeee
 dark grey: #3f3f3f
 
*/

/* ----------------------------------------------------- GENERIC */
body {
 font: 0.88em/120% Geneva, Tahoma, Verdana, sans-serif;
 color: #3f3f3f;
 text-shadow: 1px 1px 1px #fff;
 background: #eee url(_img/bg.gif) repeat-y 0 0;
}
a {
 color: #3f3f3f;

}
a:link {
 color: #3f3f3f;
 -webkit-transition: all 500ms linear;
}
a:visited {
 color: #3f3f3f;
}
a:hover {
 color: #76c043;
 text-decoration:none;
}
a:active {
 color: #3f3f3f;
}
#logo {
 width: 351px;
 height: 76px;
 margin: 26px 0 0 105px;
}
#logo a {
 text-indent: -9999px;
 display: block;
 border: none;
 width: 100%;
 height: 100%;
 background: transparent url(_img/logo.png) no-repeat 0 0;
}
#content {
 margin-left: 181px;
 padding: 11px;
}
p, .block {
 margin-bottom: 11px;
}