@charset "utf-8";
/* www.wellness-oase-baumann.de */

/* Body */

* {
margin: 0;
padding: 0;
}

body {
background: #fffbf5 url(../images/layout/background.jpg) repeat-x;
font: 0.8em "Trebuchet MS" Arial, Helvetica, sans-serif;
color: #494949;
line-height: 1.5em;
}

p {
margin: 0 0 15px 0;
}

/* Headline */

h1 {
text-indent: -5000px;
}

h2 {
color: #ec370e;
font-size: 1.6em;
font-weight: normal;
margin: 25px 0 20px 25px;
background-color: #fffbf5;
}

h3 {
color: #ec370e;
font-size: 1.6em;
font-weight: normal;
margin: 25px 0 0 25px;
background-color: #fffbf5;
}

h4 {
color: #494949;
font-size: 1.0em;
margin-left: 60px;
font-weight: normal;
margin-bottom: 20px;
}

h5 {
font-size: 1.0em;
margin-bottom: 10px;
}

h6 {
color: #ec370e;
font-size: 1.6em;
font-weight: normal;
margin: 25px 0 20px 25px;
background-color: #fffbf5;
}


	.block {
	width: 25px;
	height: 5px;
	background-color: #ec370e;
	float: left;
	margin-top: 13px;
	margin-right: 10px;
	}

/* Class */

a {
color: #ec370e;
text-decoration: none;
outline: none;
}

a:hover {
text-decoration: underline;
}

ul.liste {
list-style-type: none;
margin-bottom: 15px;
}
					
ul.liste li {
background: url(../images/layout/liste.jpg) 0 7px no-repeat;
padding-left: 20px;
}

.clear {
float: none;
clear: both;
}

.red {
color: #ec370e;
}

/* Container */

#container {
background: url(../images/layout/container.jpg) repeat-y;
width: 918px;
margin: 0 auto;
}

/* Header */

#header {
background: url(../images/layout/header.jpg) no-repeat;
width: 918px;
height: 297px;
margin: 0 auto;
}

	.gaestebuch {
	background: url(../images/layout/navi/gaestebuch_link.jpg) 0 0 no-repeat;
	width: 187px;
	height: 50px;
	display: block;
	outline: none;
	margin: 0 0 0 700px;
	float: left;
	text-decoration: none;
	}
			
	.gaestebuch:hover {
	background: url(../images/layout/navi/gaestebuch_hover.jpg) 0 0 no-repeat;
	}
	
/* Navi */

#navi {
width: 520px;
height: 43px;
padding: 200px 0 0 372px;
}

#navi ul {
list-style: none;
}

#navi ul li {
float: left;
}

#navi ul li a {
display: block;
text-indent: -5000px;
outline: none;
overflow: hidden;
width: 130px;
height: 43px;
float: left;
}

	#navi a.startseite {
	background: url(../images/layout/navi/startseite.jpg) no-repeat;
	}
	
		#navi a.startseite:hover, #navi a.startseiteActive {
		background: url(../images/layout/navi/startseite.jpg) 0 -43px no-repeat;
		}


	#navi a.oase {
	background: url(../images/layout/navi/oase.jpg) no-repeat;
	}
	
		#navi a.oase:hover, #navi a.oaseActive {
		background: url(../images/layout/navi/oase.jpg) 0 -43px no-repeat;
		}


	#navi a.manikuere {
	background: url(../images/layout/navi/manikuere.jpg) no-repeat;
	}
	
		#navi a.manikuere:hover, #navi a.manikuereActive {
		background: url(../images/layout/navi/manikuere.jpg) 0 -43px no-repeat;
		}


	#navi a.fusspflege {
	background: url(../images/layout/navi/fusspflege.jpg) no-repeat;
	}
	
		#navi a.fusspflege:hover, #navi a.fusspflegeActive {
		background: url(../images/layout/navi/fusspflege.jpg) 0 -43px no-repeat;
		}

/* Subnavi */

#subnavi ul {
list-style: none;
padding-left: 50px;
padding-top: 5px;
}

#subnavi ul li {
float: left;
}

#subnavi a {
color: #727171;
font-size: 0.9em;
text-decoration: none;
display: block;
padding: 0 10px;
}

#subnavi a:hover, #subnavi a.active {
text-decoration: underline;
}

/* Content */

#content {
background: url(../images/layout/content.jpg) no-repeat;
width: 918px;
}

#content:after {
clear: both;
content: '.';
display: block;
height: 0;
visibility: hidden;
}

	#headline {
	width: 100%;
	}

	#inhalt {
	width: 540px;
	float: left;
	margin: 0 20px 0 60px;
	}
	
		hr {
		height: 1px;
		border: 0;
		color: #fffbf5;
		background: #fffbf5;
		margin: 20px auto;
		border-top: 1px solid #dedbd5;
		width: 100% !important;
		}
		
		.hr_box {
		margin-left: 20px;
		}
		
		.thumbs {
		background-color: #fae8cf;
		padding: 3px;
		border: 1px solid #c2a377;
		margin: 0 15px 15px 0;
		float: left;
		}
		
		.anfahrt {
		background-color: #fae8cf;
		padding: 3px;
		border: 1px solid #c2a377;
		margin: 0 15px 15px 0;
		}
		
		.baumann {
		background-color: #fae8cf;
		padding: 3px;
		border: 1px solid #c2a377;
		margin: 0 15px 5px 0;
		float: left;
		}


	#kontaktbox {
	width: 240px;
	float: left;
	margin-top: -64px;
	}
	
	#newsletterbox {
	width: 270px;
	float: left;
	}
	
		.grey_box {
		color: #555;
		margin-left: 60px;
		}
		
		.grey02 {
		color: #908f8f;
		}
		
		.newsletter_box {
		margin-left: 60px;
		margin-top: -20px;
		}
		
/* Footer */

#footer {
background: url(../images/layout/footer.jpg) no-repeat;
width: 918px;
height: 227px;
padding-top: 30px;
margin: 0 auto;
}

	#spalte_left {
	width: 240px;
	float: left;
	margin-left: 60px;
	}
	
	#spalte_right {
	width: 240px;
	float: left;
	margin-left: 20px;
	}

/* Routenplaner */
	
#berechnen input {
border: none;
border:1px solid #cb2600;
background:#fffbf5;
color: #494949;
margin: 3px;
}

#berechnen input.hidden {
border: none;
}

input#submitRoute {
width:152px;
padding:1px;
background:#fffbf5;
color:#cb2600;
font-size:0.9em;
cursor:pointer;
border:none;
margin: 10px 0 0 5px;
}

#berechnen input, #link2map24 label {
display: block;
float: left;
width: 150px;
}
	
#link2map24 label {							
text-align: left;		
width: 60px;						
}

fieldset {						
border: none;
padding: 0;
}

#ziel {
padding: 0 0 0 58px;
}

input.wech  {
display: none!important;
}
	
#berechnen br {
clear: both;
}
