/* CSS Abstands Reset*/

* { margin:0px;}

/* Allgemein */

body {
font-family:Arial;
font-size:0.8em;
background:#444;
color:#666;}

a {
color:#90B329;
text-decoration:none;
cursor:pointer;
outline:none;}


#gesamt {
padding:10px;
background:#fff;
margin:50px auto;
width:750px;}

ul li span {
color:#666;}

.eintrag {
padding:10px;}

h1, h2 {
font-family:Georgia;
font-weight:normal;
margin-bottom:10px;}

h1 {
border-bottom:1px dotted #ddd;}

h2 {
background:#f0f0f0;
padding:4px;
font-size:12px;
letter-spacing:2px;
text-transform:uppercase;} 

/* Tooltip Container */

.ttcontainer {
background:#90B329;
-moz-border-radius:3px;
color:#fff;
padding:6px;}

/* Werdet Gruen (AddClass) */
 
.gruen { color: #90B329;}