/* das-bausachverstaendigenbuero.de, Version 1, September 2006 */

/* Ganz allgemein */

body, img, h1, h2, h3, h4, h5, p, li, a, ul, input, textarea, div {
border: 0;
margin: 0;
padding: 0;
}

/* Die Hauptboxen */

body {
border: 0;
margin: 10px 0 0 0;
padding: 0;
background-color: #ffb407;
}

div#wrapper {
position: relative;
margin: 10px auto;
padding: 20px 0 0 0;
border: 0;
width: 800px;
}

div#flashcontent {
margin: 0px;
border: 1px solid #D19306;
padding: 10px 0 -2px 0;
background: #fff;
}

body#index div#flashcontent {
padding: 0;
border: 0px solid #D19306;
background: #fff;
height:600px;
}

/* Die Schriftinformationen */

body	{
color: #000;
font-family: Verdana, Helvetica, sans-serif;
font-size: 80%;
text-align: center;
/* text-align sorgt daf&uuml;r, dass der IE5/Win den Inhalt in die Mitte setzt */
}

h1, h2, h3, h4, h5, p, ul, li, a  {
text-align: left;
font-weight: normal;
font-family: Verdana, Helvetica, sans-serif;
background: transparent;
text-decoration: none;
}

h1, h2, h3 {
font-weight: bold;
color: #850000;
}

h1 {
padding: 0px 20px 0.5em 20px;
font-size: 1.4em;
line-height: 1.6em;
}

h2 {
padding: 0px 20px 0.5em 20px;
font-size: 1.3em;
line-height: 1.6em;
}

h3 {
padding: 0px 20px 0em 20px;
font-size: 1.3em;
line-height: 1.6em;
}

p, ul {
margin: 0 0 1em 0;
border: 0;
padding: 0px 20px 1em 20px;
font-size: 1em;
line-height: 1.4em;
text-align: left;
}

p#fusszeile {
margin: 5px 0 0 0;
padding: 0px 0px 1em 0px;
text-align: right;
}

ul {
padding: 0px 20px 1em 35px;
}

ul li {
list-style-type: square;
}

a  {
text-decoration: underline;
color: #000;
}

a:hover {
text-decoration: none;
}



