@charset 'utf-8';
@import url(reset.css);

body {
	font-size: 12px;
	font-family: "Trebuchet MS", Geneva, Georgia, "Times New Roman", Times, serif;
	color: #969595;
	background: #000 url(../images/back.gif) repeat-x;
}

#wrapper {
	width: 940px;
	margin: 0 auto;
}

#header {
	height: 135px;
	position: relative;
}

#header .logo {
	width: 230px;
	height: 66px;
	margin-top: 40px;
	margin-left: 10px;
	margin-bottom: 29px;
}

/***  Verlinkungen Begin ***/

a {
	text-decoration: none;
}

a:link {
	text-decoration: none;
	color: #f03800;
}

a:visited {
	text-decoration: none;
	color: #f03800;
}

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

a:active {
	text-decoration: none;
	color: #f03800;
}

/***  Verlinkungen End ***/


/***  Schriften Begin ***/

h1, h2, h3, h4, h5, p {
	margin:0px;
	padding:0px;
}

p {
	line-height: 16px;
}

h1 {
	font-size: 18px;
	color: #FFF;
	margin-bottom: 8px;
}

h2 {
	font-size: 16px;
	color: #FFF;
	margin-bottom: 8px;
}

h3 {
	font-size: 16px;
	color: #f03800;
	margin-bottom: 8px;
}

/***  Schriften End ***/

/***  Navigation Begin ***/

.navi {
	height: 42px;
	overflow: hidden;
	list-style-type: none;
	width: 940px;
}

.navi ul {
	list-style: none;
}

.navi li {
	width: auto;
	float: left;
}

.navi a {
	display: block;
	font-size: 14px;
	text-decoration: none;
	color: #969595;
	padding-top: 11px;
	padding-right: 10px;
	padding-bottom: 11px;
	padding-left: 10px;
}

.navi a:hover, .navi a.selected {
	color: #f03800;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 11px;
	border-top: 1px solid #f03800;
	border-bottom: 1px solid #f03800;
}

.navi .impressum a {
	margin-top: -5px;
	margin-left: 10px;
	margin-right: 10px;
}

.navi .impressum a:hover {
	color: #224700;
	background-image: url();

}

.navi .abstand {
	width: 10px;
	margin-left: 150px;
}

/***  Navigation End ***/


/*** Content Begin ***/

#content {
	width: 940px;
	height: 490px;
}

#content .bildbereich {
	width: 790px;
	height: 490px;
	margin-left: 50px;
	float: left;
}

#content .karte {
	width: 590px;
	height: 490px;
	margin-left: 10px;
	float: left;
}

#content .adresse {
	width: 190px;
	height: 490px;
	margin-left: 50px;
	float: left;
}

#content .col {
	width: 300px;
	height: 450px;
	margin-top: 40px;
	margin-left: 15px;
	margin-right: 50px;
	float: left;
}

/*** Content End ***/

/*** Footer Begin ***/

#footer {
	width: 915px;
	height: 30px;
	margin-top: 15px;
	text-align: right;
	color: #3b3b3b;
	font-size: 11px;
}

#footer a, #footer a:link {
	color: #3b3b3b;
}


/*** Footer End ***/
