
/* set all to 0 */
h1, h2, p, ul, li {
margin: 0;
padding: 0;
}

.bold, ul.home {
font-weight: bold;
}

/* navi */

#header #menue {
font-size: 110%;
}

#header #menue .on {
padding: 0 25px;
color: #fcd74f;
}


#header #menue a {
text-decoration: none;
padding: 0 25px;
}


#header #menue a:link, #header #menue a:visited {
color: #d7d3ca;
}

#header #menue a:hover, #header #menue a:active {
color: #fcd74f;
}

h2 {
margin: 40px 0 20px 0;
color: #3b587a;
font-size: 130%;
}

h2.anf{
margin: 20px 0 0 0;
color: #3b587a;
font-size: 120%;
}

p, li, p input.feld, p textarea, p input.senden, #contentanf  {
font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
font-size: 90%;
}


#content p, #contentanf p {
line-height: 140%;
padding: 10px 0;
}

#content a {
text-decoration: underline;
color: #3b587a;
}

ul {
margin-left: 40px;
margin-top: 0;
padding: 0;
list-style-type: square;
}

li {
margin-top: 10px;
margin-bottom: 5px;
}


p label.form, p input.feld, p textarea, p input.senden {
color: #3b587a;
}


#footer {
font-size: 75%;
color: #fff;
}


/* others */


.invis, hr {
display: none;
}

img {
border: none;
}

