html, body {
margin: 0;
padding: 0;
}

body {
color:#555;
font-family: Trebuchet MS,Verdana,sans-serif;
font-size: 75%;
}

#logo .invis {
color:#FF3F00;
font-weight: bold;
font-size: 130%;
letter-spacing: 0.2em;
}


/* ++++allgemein */
img {
display: none;
}

a {
color: #990000;
}


/* +++++++++linke box+++++++++++++ */

.fett {
font-weight: bold;
}

h1, h2 {
color: #000;
}


h1 {
font-size: 120%;
}


h2 {
font-size: 110%;
}

* html #menue {
display: none;
}

* html .stupidie {
display: block;
}


/* +++++++++inhalt+++++++++++ */

#content {
color: #555;
}

#breadcrump {
font-weight: bold;
}

#breadcrump a {
font-weight: normal;
}


#content p, li {
line-height: 150%;
}

#content p#oben a  {
text-indent: 0;
}

p label.form {
float: left;
width: 11em;
} 

p input.feld, p textarea  {
width: 21em;
font: 1em Trebuchet MS,Verdana,sans-serif;
}