* {
margin:0;
padding:0;
border:0
}


html,body {
font:.9em Arial, Verdana, Helvetica, sans-serif;
background-image: url("../bilder/hintergrund.gif");
background-repeat: repeat-x;
color: #282828;
text-align:center
}

a {
color: #E09900;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

div#standlist ul {
	margin:20px;
	list-style: square;
	line-height: 18px;
}

.standbild {
	border: 1px solid #31091F;
}

.portrait {
float: right;
width: 180px;
height: 215px;
border: 1px solid #DFDFDF;
background: #DFDFDF;
margin-left: 10px;
}


/* Umhüllt die komplette Seite */

div#banner {
text-align:left;
margin:0 auto;
width:800px;
height:100px;
background-image: url("../bilder/banner2.jpg");
background-repeat: repeat-x;
}

div#wrapper {
text-align:left;
margin:0 auto;
background:#FAFAF5;
width:800px;
border: 1px solid #DFDFDF;
}


/* Der Header */

div#header {
width:100%;
height:50px;
text-align:center;
background-color: #ECC164;
}


/* Die Navigation */

div#menu {
margin-top:11px;
width:170px;
float:left;
}

div#menu ul li {
font-size: 1.0em;
font-weight: 600;
margin:5px 7px 0;
line-height:22px;
list-style:none;
margin-bottom:2px;
text-align:left;
border:1px solid #FFF
}

div#menu ul li a {
display:block;
width:100%;
color: #5F5F5F;
text-decoration:none
}

div#menu ul li a:hover {
color: #E4A723;
}


/* Der Inhalt */

div#content {
position:relative;
margin-left:170px;
padding:10px;
padding-left: 25px;
padding-right: 25px;
background:#FFF;
border-left:1px dotted #CECECE;
}

div#content p {
	margin-top: 15px;
	margin-bottom: 15px;
	}

div#content h1 {
font-size: 1.3em;
color:#E09900;
padding-top: 8px;
}

div#content h2 {
font-size: 1.1em;
color: #33091F;
margin:15px 0;
}

div#content h3 {
font-size: 1.5em;
color:#5F5F5F;
padding-top: 5px;
padding-bottom: 10px;
}

div#karte {
width: 575px;
height: 350px;
margin-bottom: 10px;
background-color: #DFDFDF;
}

.clear-left {
clear:left; /* Wer float sagt, muss auch clear sagen */
font-size:1px; /* Damit das Ganze unsichtbar bleibt */
}

/* Der Footer */

div#footer {
vertical-align: middle;
font-size: 12px;
width:100%;
height: 16px;
background:#DFDFDF;
text-align:center;
color:#5F5F5F;
clear:left
}

