body {
	margin: 0;
	margin-bottom: 5px;
	background-color: #FDF9E9;
}

.header {
	color: #35506e;
    font-weight: bold;
    text-shadow: 0 2px 0 rgba(0,0,0, .2);
    text-align: center;
    margin: 0;
    padding-top: 10px;
}

h1.header {
    font-size: 1.5em;
}

h2.header {
    font-size: 1.1em;
    padding-bottom: 5px;
}

img.owftop {
/*     margin-bottom: -5px; */
}

div.content h2 {
	margin-top: 20px;
	font-size: 15pt;
	border-bottom: 2px solid #849bb4;
}

div.content h3 {
    margin-top: 20px;
    font-size: 14pt;
    font-weight: normal;
    border-bottom: 2px solid #849bb4;
}


a {
	text-decoration: underline;
	color: #849bb4;
	padding:2px;
}

div.content a:active, div.content a:hover {
	text-decoration: none;
    background: #849bb4 url(images/gradient.png) repeat-x 0 -100px !important;
    color: #fff !important;
}

div#oeffnungszeiten {
	margin : 30px;
}

div#oeffnungszeiten h3 {
	margin-left : 20px;
}

div#oeffnungszeiten table {
	margin-left : 20px;	
	border-spacing: 10px;
	margin-left: 20px;
}

.infobox {
	margin : 30px;
	border: 3px double #849bb4;
	padding:3px;
	text-align:center;
	-moz-border-radius:7px;
	border-radius:7px;
}

.infoline {
	font-size: small;
	color: orange;
	border: 1px solid orange;
	-moz-border-radius:4px;
	border-radius:4px;
	background-color:#FFF380;
}

div.main {
	margin-left: 100px;
	background-color: #FFFFFF;
	width: 640px;
	border-left: 1px solid #849bb4;
	border-right: 1px solid #849bb4;
	border-bottom: 1px solid #849bb4;
}

hr {
	color: #849bb4;
}

div.content {
	margin-left: 7px;
	margin-right: 7px;
}

dl dt {
	font-weight: bold;
}

.shadow {
    -moz-box-shadow: 3px 3px 4px #000;
    -webkit-box-shadow: 3px 3px 4px #000;
    box-shadow: 3px 3px 4px #000;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

ul.karteInfo {
	list-style: none;
	margin: 0.1em;
	padding: 0.5em;
}

ul.karteInfo li {
	padding: 0.2em;
}
