/* Dachatelier Internet, www.dachatelier.de  */

/*  Farben  */

/*  Gruen - Grundton (Pantone 368M): #86ac25  */
/*  Gruen - 90% (Pantone 368M): #92b33b  */






/* _______________  Stile für Body und Universalselektor _______________  */


* {
padding: 0;
margin: 0;
}


body {
background-color: #ffffff;
color: #4e4e4e;
font-size: 73%;
font-family: Georgia, Serif;
line-height: 200%;
}



/* _______________  Stile fuer Zentrierungsrahmen _______________  */


#grossesuniversum {
margin-left: 0px;
/* border: 1px solid #302010;    NUR ZUM TEST */
}






/* _______________  Stile fuer Kopfbereich _______________  */


#kopfsalat {
padding: 0 0 140px 0;
/* border: 1px solid;    NUR ZUM TEST */

}







/* _______________  Stile fuer Inhaltsbereich _______________  */


/* Bereich Inhalt komplett */

#inhaltundso {
width: 825px;
position: relative;
margin: 0 0 0 95px;
/* border: 1px solid;    NUR ZUM TEST */
}



/* Inhaltsspalte links */

#dielinke {
float: left;
width: 390px;
/* height: 500px;    NUR ZUM TEST */
/* border: 1px solid;    NUR ZUM TEST */
}


/* Inhaltsspalte rechts */

#dierechte {
float: right;
width: 390px;
/* height: 300px%;    NUR ZUM TEST */
/* border: 1px solid;    NUR ZUM TEST */
}






/* _______________  Links allgemein _______________  */


a {
background-color: transparent;
color: #92b33b;
text-decoration: none; 
}

a:link {
background-color: transparent;
color: #92b33b;
text-decoration: none;
}

a:hover {
background-color: transparent;
color: #ca8ab5;
text-decoration: underline;
}







/* _______________  Ueberschriften _______________  */



h1 {
width: 100%;
color: #78b54a;
background-color: transparent;
font-family: Georgia, Serif;
font-size: 2em;
font-weight: bold;
padding: 0em 0em 0.3em 0em;
margin: 1.4em 0em 0.8em 0em;
border-bottom: 1px solid;
}

h2 {
color: #4d4d4d;
font-family: Georgia, Serif;
font-size: 1.3em;
line-height: 120%;
font-weight: bold;
margin: 0em 0em 0.5em 0em;
background-color: transparent;
}

h2.gruen {
color: #78b54a;
font-family: Georgia, Serif;
font-size: 1.2em;
line-height: 130%;
font-weight: bold;
margin: 0em 0em 0.5em 0em;
background-color: transparent;
}


h3 {
color: #4e4e4e;
font-size: 1.1em;
font-family: Georgia, Serif;
font-weight: normal;
font-style: italic;
margin: -0.4em 0em 0.5em 0em;
background-color: transparent;
text-decoration: none;
}




/* _______________  Listen _______________  */



ul {
list-style-type: none;
margin: 0em 0em 2em 0em;
}


ul.listegruenfett  {
color: #78b54a;
font-size: 1em;
font-weight: bold;
line-height: 2.5em;
list-style-type: none;
margin: -0.2em 0em 1.5em 16.6em;
}


.listegruenfettausnahme  {
color: #4e4e4e;
font-size: 1.2em;
line-height: 150%;
font-weight: normal;
font-style: italic;
margin: 0.8em 0em 0.5em 0em;
background-color: transparent;
text-decoration: none;
}


ul.listegruen  {
color: #78b54a;
}


/* _______________  Bilder _______________  */



img {
float: left;
padding: 0.5em 0em 0em 0em;
}

.bildabstandrechts  {
margin: 0em 1.1em 0em 0em;
}























