* {
    font-size: 100.01%;
    margin: 0;
    padding: 0;
    border:0;
    -webkit-text-size-adjust:none;
}
ul {
    /*list-style: none outside none;*/
}
table {
    border-collapse: separate;
    border-spacing: 0;
    margin: 0;
    padding: 0;
}
fieldset {
    border: 0 none;
}
legend {
    display: none;
}
:focus {
    outline: medium none;
}
.semantic {
    display: none;
}
.positioning {
    clear: both;
}
a span {
    display: none;
}

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

a:hover {
	color:#e2003b;
	text-decoration:none;
	}	

body {
	font-family: Arial,Helvetica,sans-serif;
    font-size: 12.8px;
    color:#fff;
    background:url(/images/header_bg.jpg) repeat-x center 15px #00419c;
}

#container {
	width:920px;
	margin:0 auto;
	padding:15px 20px;
	/*
	-webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1);
	*/
}

/* CONTENT TYPES */

p {
	margin:5px 0 15px 0;
}

h1.text {
	font-size:2.4em;
	border-bottom:1px solid #fff;
	font-weight:normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align:center;
	padding:20px 0;
	background: url(/images/header_logo.png) no-repeat center 15px;
}

h1 a {
	width:920px;
	height:102px;
	display:block;
	background: url(/images/header_logo.jpg) no-repeat center;
}

h1 span{
	display:none;
}

h2 {
	font-size:16px;
	padding:10px 0 5px 0;
}

h2.impressum {
	border-bottom:solid 1px #fff;
	margin:20px 0 10px 0;
}

.standortinfo {
	width:33.3%;
	border-top:solid 1px #3368aa;
	border-bottom:solid 1px #3368aa;
	float:left;
	text-align:center;
}

.standort {
	display:block;
	margin:5px 0 0 0;
	color:#09c2ff;
}

.hotline {
	margin:15px 0 0 0;
	text-align:center;
	font-size:18px;
}

.fusszeile {
	color:#99b3d5;
	text-align:center;
	font-size:11px;
}

.fusszeile a {
	color:#99b3d5;
}

/* MAPS */
#google_map {
	 width:910px;
	 height:350px;
	 margin:20px 0;
	 color:#000;
	 background:#3368aa;
	 padding:5px;
	 font-size:12px;
}

#map_picture {
	 /*width:910px;
	 height:350px;
	 background:red;
	 position:absolute;*/
}

.column_right ul {
	margin: inherit;
	padding: 3px;
	}
	
.column_right li {
	margin: 0 0 0 15px;
	padding: inherit;
	}	





