html, body {
margin: 0;
padding: 0;
}

body {
color: #000;
font-family: Trebuchet MS,Verdana,sans-serif;
font-size: 90%;
}

a {
color: #FC521C;
}

img {
display: none;
}

h1 {
font-size: 140%;
}

#header #navi ul, #header #subnavi ul {
display: inline;
list-style: none;
}

#header #navi li, #header #subnavi li {
float: left;
}


h2 {
font-size: 110%;
}

#content p {
line-height: 150%;
}

#content p span {
font-weight: bold;
}

#content p a {
color: #FC521C;
}

#content ul {
list-style-type: square;
margin-left: 1em;
}


/* kontaktformular */

#content label {
float: left;
width: 8em;
} 

#content input {
margin-bottom: 0.8em;
width: 17.5em;
height: 1.3em;
}

#content textarea { 
width: 17.5em;
} 

#content input.senden { 
margin-top: 0.8em;
color: #000;
width: 6em;
height: 2em;
} 

/* kontaktbox */

#box ul {
display: inline;
list-style: none;
}

#box ul li {
color: #181818;
}


