

* {
	margin: 0;
	padding: 0;
}


body {
	background-color: #FFF;
	background-image: url(../images/background.jpg);
	background-repeat:repeat-x;
	font-size: 0.8em;
	font-family: Arial, Sans-Serif;
	color: #000;
}


#intro {
    position: relative;
}


#intro_text {
	width: 230px;
	height: 600px;
	background-color: #999;
	background-color: hsla(0, 0%, 5%, 0.7);
	position: absolute;
	top: 10;
	left: 10;
	text-align: center;
	color: #FFF;
}


p.titel {
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 30px; 
}

p.subtitel {
	font-size: 1.2em;
	margin-top: 10px;
}

p.anschrift {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 320px;
}

p.oeffnungszeiten {
	font-size: 1.0em;
	margin-top: 20px;
}

p.absatz {
	margin-bottom: 10px;
	line-height: 20px;
}

p.termin_vorbei {
	color: #888;
	margin-bottom: 10px;
	line-height: 20px;
}

p.right {
	text-align: right;
	margin-right: 30px;
}


hr {
	margin: 20px 10px;
}


#head {
	width: 800px;
	padding-top: 15px;
	padding-bottom: 10px;
	text-align: center;
	position: relative;
}


#head p {
	margin-top: 5px;
}


#anker {
	position: absolute;
	top: 31px;
	left: 20px;
}


#aktuell {
	position: absolute;
	top: 15px;
	right: 20px;
}


/* zentriertes Layout */
#main {
	width: 62.5em;
	margin: 30px auto;
	/*padding-top: 10px;*/
	background-color: #FFF;
}


#content1 {
	margin-top: 10px;
	padding: 20px 100px;
}

#content {
	margin-top: 10px;
	padding: 20px;
}


#content_left {
	margin-top: 30px;
	float: left;
}


#content_right {
	margin-top: 10px;
	margin-left: 200px;
}



#start_left {
	width: 370px;
	margin-top: 10px;
	min-height: 380px;
	float: left;
	background-image: url(../images/bg_startseite.jpg);
	background-repeat: no-repeat;
}


#start_right {
	text-align: center;
	margin-top: 10px;
	margin-left: 380px;
}


#angebot_left {
	width: 370px;
	margin-top: 20px;
	/*min-height: 380px;*/
	float: left;
	padding: 5px;
	background-image: url(../images/bg_angebot.jpg);
	background-repeat: no-repeat;
}


#angebot_right {
	text-align: center;
	margin-top: 20px;
	margin-left: 380px;
}


#historie_left {
	width: 370px;
	margin-top: 50px;
	/*min-height: 380px;*/
	float: left;
	padding: 5px;
	background-image: url(../images/bg_historie.jpg);
	background-repeat: no-repeat;
}


#historie_right {
	text-align: center;
	margin-top: 20px;
	margin-left: 380px;
}


#impressum_left {
	width: 370px;
	margin-top: 20px;
	float: left;
	/*background-image: url(../images/background_wasserfleck2.png);
	background-repeat: no-repeat;*/
}


#impressum_right {
	text-align: center;
	margin-top: 20px;
	margin-left: 380px;
}



.titel1 {
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
}

.titel2 {
	text-align: center;
	font-size: 1.2em;
	margin: 5px 0px 5px 0px;
}


.fotos img {
	margin: 10px 25px;
	border: 1px solid #333;
}

.fotos a:active, a:focus {
	outline: none;
}


.underline {
	text-decoration: underline;
}


.ext_links a {
	color: #69C;
	text-decoration: none;
}

.ext_links a:hover {
	color: #369;
	text-decoration: underline;
}


p.impressum {
	font-size: 1.0em;
	margin-top: 20px;
}


p.impressum a {
	text-decoration: none;
    color: white;
}

p.impressum a:hover {
	color: #F90;
}



/* ----- Menü, Navigation ----- */

.menu br { clear:left }

.menu {
    width: 100%;
    margin-top: 20px;
    background-color: #074b66;
}

.menu ul {
    margin: 0;
    padding: 0;
    margin-left: 150px;
    float: left;
}

.menu ul li {
    display: inline;
}

.menu ul li a {
    float: left;
    text-decoration: none;
    color: white; 
    padding: 5px 11px;
    background-color: #074b66;
}
 
.menu ul li a:visited {
    color: white;
}
 
.menu ul li a:hover {
    background-color: #406980;
}

.menu ul li .current {
    color: #ffe171;
    background-color: #406980;
}


