@charset "utf-8";
/* www.betten-dettweiler.de */

/* Body */

* {
margin: 0;
padding: 0;
}

body {
background: #FCFBF9 url(../images/layout/background.jpg) repeat-x;
font: 0.9em Arial, Helvetica, sans-serif;
color: #191919;
line-height: 1.5em;
}

p {
margin: 0 0 15px 0;
}

.first-letter {
font: 2.2em Georgia, "Times New Roman", Times, serif;
}

/* Headline */

h1 {
text-indent: -5000px;
font-size: 0.1em;
}

h2 {
font: 2.0em Georgia, "Times New Roman", Times, serif;
font-weight: normal;
color: #575757;
margin: 0 0 10px 25px;
padding-top: 5px;
}

h3 {
font: 1.6em Georgia, "Times New Roman", Times, serif;
font-weight: normal;
color: #00b0a0;
margin: 0 0 0 25px;
}

h4 {
font: 1.6em Georgia, "Times New Roman", Times, serif;
font-weight: normal;
color: #c1c1c1;
margin: 0 0 25px 50px;
}

h5 {
font: 1.6em Georgia, "Times New Roman", Times, serif;
color: #00b0a0;
font-weight: normal;
margin-bottom: 15px;
}

h6 {
font: 1.2em Georgia, "Times New Roman", Times, serif;
color: #575757;
font-weight: bold;
margin-bottom: 15px;
}

/* Class */

a {
color: #00b0a0;
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.png) 0 5px no-repeat;
padding-left: 20px;
}

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

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

/* Container */

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

/* Header */

#header {
background: url(../images/layout/header.jpg) no-repeat;
width: 840px;
height: 501px;
}

	#logo {
	width: 236px;
	height: 96px;
	margin-left: 20px;
	}
	
	#subnavi {
	width: 350px;
	height: 25px;
	margin: 9px 0 0 520px;
	}
	
		#subnavi ul {
		list-style-type: none;
		}
		
		#subnavi li {
		float: left;
		}
		
		#subnavi a {
		display: block;
		overflow: hidden;
		float: left;
		color: #454545;
		padding: 0 20px 0 0;
		text-decoration: none;
		}
		
			#subnavi a:hover,
			#subnavi a.active {
			text-decoration: underline;
			}
	
	#headerbild {
	width: 798px;
	height: 279px;
	margin: 12px 0 0 21px;
	}
	
	#navi {
	width: 780px;
	height: 50px;
	margin-left: 35px;
	}
	
		#navi ul {
		list-style-type: none;
		}
		
		#navi li {
		float: left;
		}
		
		#navi a {
		display: block;
		overflow: hidden;
		float: left;
		color: #fff;
		padding: 20px 10px 0 10px;
		text-decoration: none;
		}
		
			#navi a:hover,
			#navi a.active {
			background: url(../images/layout/navi.jpg) top center no-repeat;
			}

/* Content */

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

	#inhalt {
	width: 570px;
	margin: 20px 0 0 25px;
	float: left;
	}
	
	#line {
	background: url(../images/layout/line.jpg) no-repeat;
	width: 594px;
	height: 1px;
	margin-left: 20px;
	float: left;
	}
	
	#spalten {
	width: 590px;
	margin-left: 25px;
	float: left;
	}	
	
		#spalte01 {
		width: 180px;
		float: left;
		margin-right: 11px;
		}
		
		#spalte02 {
		width: 180px;
		float: left;
		margin-right: 11px;
		}
		
		#spalte03 {
		width: 180px;
		float: left;
		margin-right: 11px;
		}
		
	#infobox {
	background-color: #f2f2f2;
	border: 1px solid #bfbfbc;
	width: 175px;
	float: left;
	margin: -70px 0 0 27px;
	color: #575757;
	text-align: right;
	font-size: 0.9em;
	padding: 10px;
	}
	
		.trenner {
		background: url(../images/layout/trenner.gif) no-repeat;
		width: 179px;
		height: 1px;
		}
		
		.tel {
		color: #868585;
		padding-right: 40px;
		}
		.fax {
		color: #868585;
		padding-right: 32px;
		}
		
		.mo {
		color: #868585;
		padding-right: 23px;
		}
		
		.sa {
		color: #868585;
		padding-right: 40px;
		}
		
		.thumbs {
		border: 1px solid #005b8f;
		padding: 2px;
		margin: 0 10px 10px 0;
		float: left;
		}
		
/* Footer */

#footer {
background: url(../images/layout/footer.jpg) no-repeat;
width: 840px;
height: 24px;
}

	.seitenanfang {
	width: 200px;
	padding: 0 0 0 700px;
	font-size: 0.9em;
	top: 5px;
	}
	
	#footer a,
	#footer a:hover {
	color: #fff;
	text-decoration: none;
	}
	
/* Routenplaner */
	
#berechnen input {
border: none;
border:1px solid #BFBFBC;
background:#F2F2F2;
color: #191919;
margin: 3px;
}

#berechnen input.hidden {
border: none;
}

input#submitRoute {
width:152px;
padding:1px;
background:#005C8F;
color:#fff;
font-size:0.9em;
cursor:pointer;
border:none;
margin: 10px 0 20px 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;
}

#player {
height:288px;
width:512px;
background:#efefef;
}

#getAdobeFlash {
margin:0 auto;
width:112px;
padding-top:130px;
}