/* -- allgemeine Spezifikationen --  */

* {
	padding: 0;
	margin: 0;
}

body {
	background: white;
	color: #333333;
	font: 0.8em/1.5em Arial, Helvetica, Geneva, sans-serif;
}

p {
	color: #333333;
}

a {
	color : #E46522;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	color : #E46522;
	text-decoration: underline;
	font-weight: bold;
}

a:hover, a:active, a:focus {
	text-decoration: underline;
	color: #017357;
}

img {
	border: 0;
}

.suchfeld {
	width: 136px;
	height: 15px;
	border: 1px solid #067652;

}

/* -- Layout -- */

#container {
	width: 950px;
	margin-top: 0px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	width: 950px;
	height: 160px;
}

#navigation {
	width: 712px;
	height: 68px;
	background: url(grafiken/navigation.jpg) no-repeat;
	padding-left: 238px;
	padding-top: 8px;
}

#inhalt {
	width: 950px;
	background: repeat-y url(grafiken/hintergrund.png);
}

#erste {
	width: 204px;
	float: left;
	background: url(grafiken/linke_spalte.jpg) no-repeat;
	padding-top: 250px;
}

#zweite {
	width: 477px;
	float: left;
	background: white;
	padding-right: 20px;
	padding-left: 33px;
}

#navi_klein {
	width: 488px;
	float: left;
	background: white repeat-x url(grafiken/hinweis_hintergrund2.jpg);
	font-size: 10px;
	color: #E46522;
	border: 1px solid #00827a;
	margin-bottom: 13px;
	padding: 5px 6px 3px 6px;
	height: 31px;
	line-height: 14px;
}

#dritte {
	width: 216px;
	float: right;
}

#footer {
	width: 950px;
	text-align: center;
	background: #017357;
	padding-top: 7px;
	color: white;
	clear: both;
	padding-bottom: 7px;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.9em;
}

.text_adresse {
	color: #017357;
	padding-left: 8px;
	padding-top: 35px;
}

#ticker {
	border: 1px solid #FF9900;
	width: 164px;
	padding: 10px 8px 10px 8px;
	color: #333333;
}


.mitte_text {
	margin-top: 15px;
	padding: 8px;

}

.hinweis {
	width: 138px;
	height: 27px;
	font-weight: bold;
	background: url(grafiken/hinweis_hintergrund.jpg) no-repeat;
	border-bottom: 1px solid #00827a;
	color: #f6a700;
	padding-left: 32px;
	padding-top: 11px;
}

#box {
	width: 190px;
	margin-left: 10px;
}

#suche {
	width: 190px;
	margin-left: 10px;
	margin-top: 10px;
}

.hinweis2 {
	width: 138px;
	height: 27px;
	font-weight: bold;
	background: url(grafiken/hinweis_hintergrund.jpg) no-repeat;
	border-bottom: 1px solid #00827a;
	color: #f6a700;
	padding-left: 32px;
	padding-top: 11px;
}

.text_box {
	font-weight: normal;
	color: #333333;
	padding: 7px 7px 7px 7px;
}

.bild {
	border: #FF9900;
	border-top: 1px solid #ff9900;
	border-left: 1px solid #ff9900;
	border-right: 1px solid #ff9900;
	}

.bild2 {
	float: left;
	margin-right: 10px;
	height: 185px;
}

#partner {
	padding-right: 30px;
	padding-left: 233px;
	clear: both;
}

/* -- Navigation -- */

 #navlist
{
	padding: 0;
	font: normal 13px Arial, Helvetica, Geneva, sans-serif;
	background: white;
	color: #017357;
}

#navlist li
{
	list-style: none;
	margin: 0;
	border-top: 1px solid #017357;
	text-align: left;
	height: 24px;
}

#navlist li a
{
	display: block;
	border-left: solid #f6a700 8px;
	background: white;
	text-decoration: none;
	color: #017357;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 9px;
	font-weight: normal;
}

#navlist li a:link { color: #017357;
	font-weight: normal;
}
#navlist li a:visited { color: #017357;
	font-weight: normal;
}

#navlist li a:hover
{
	border-color: #017357;
	color: #E46522;
	background: white;
	font-weight: normal;
}

#navigation ul {
	list-style-type: none;
}

#navigation ul li {
	display: inline;
	padding-right: 22px;
}

#navigation a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#navigation a:hover {
	color: #fff;
	text-decoration: underline;
}	

/* -- Schriften --  */

h1 {
	color: #017357;
	font-size: 120%;
	line-height: 135%;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: 1px solid #999999;
	width: 100%;
	display: block;
	padding-bottom: 5px;
}


h2 {
	color: #017357;
	font-size: 120%;
	line-height: 135%;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: 1px solid #999999;
	width: 500px;
}

h3 {
	color: #333333;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: 1px #333333 solid;
	text-align: left;
}

h4 {
	color: #017357;
	font-size: 105%;
	line-height: 125%;
	text-align: left;
	font-weight: bold;
	background: url(grafiken/hinweis_hintergrund.jpg) no-repeat;
	border-bottom: 1px solid #00827a;
	padding-left: 32px;
	padding-top: 11px;
	width: 138px;
	height: 27px;
}

h5 {
	color: #017357;
	font-size: 105%;
	line-height: 125%;
	text-align: left;
	font-weight: bold;
	background: url(grafiken/hinweis_hintergrund.jpg) no-repeat;
	border-bottom: 1px solid #00827a;
	padding-top: 11px;
	padding-left: 32px;
	width: 138px;
	height: 27px;
}

.schlagzeile {
	color: #FF6600;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
}

.text {
	color: #333333;
	font-size: 105%;
}

.trennstrich {
	margin: 5px 0 5px 0;
	border-bottom: 1px solid #c5c5c5;
}

#oeffnungszeiten {
	color: #333333;
	padding: 8px;
	border: 1px solid #ff8000;
	background: #e6e6e6;
}

.fehler {
	color: #ff0000;
	font-weight: bold;
	font-size: 13px;
}

.achtung {
	color: #ff0000;
	font-weight: bold;
	font-size: 12px;
}

.servicebar {
	color: #FF6600;
	font-weight: bold;
	font-family: "Lucida Grande";
}

.servicebar_2 {
	color: #FF6600;
	font: bold 12px "Lucida Grande";
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.servicebar a {
	text-decoration: none;
	color: #FF6600;
	font-weight: bold;
	font-family: "Lucida Grande";
}


/* -- Hacks -- */

.clearfix:after {
	content:  ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
/* End hide from IE-mac */

/* -- Bilder -- */

.passbild {
	float: left;
	padding: 0 15px 0 0;
}

.bild-vorschau {
	float: left;
	margin-right: 15px;
	width: 150px;
	height: auto;
}