body {
	background:#fff;
	font-family:Arial, sans-serif;
	font-size:62.5%;
	font-style:normal;
	font-weight:normal;
}

.border {
	border:1px solid #000;
}

.blue {color:#0568AE;}
.red {color:#E1061C;}

p {
	color:#000;
	margin:0;
	padding:0;
}

table, tr, td {
	margin:0;
	padding:0;
}

img {
	width:100%;
	height:auto;
}

/* Links */
a {
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	font-weight:bold;
	text-decoration:none;
}

#box a, #content a {
	color:#0568AE;
}

#box a:hover, #content a:hover {
	color:#000;
}

/**
 * durch margin:0 auto wird das Element horizontal zentriert
 */
.container {
	margin:0 auto;
	width:980px;
}

header {
	float:left;
	margin:0;
	width:980px;
	*behavior:url(boxsizing.htc);
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.headerleft {
	float:left;
	width:617px;
}

.kappel {
	float:left;
	height:auto;
	padding:9px 0 0 0;
	text-align:left;
	width:452px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	*behavior:url(boxsizing.htc);
}

.logo {
	float:left;
	height:332px;
	width:363px;
}

header figure {
	float:left;
	margin:10px 0 0 0;
	width:617px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	*behavior:url(boxsizing.htc);
}

header figure .slider {
	float:left;
	height:245px;
	width:590px;
}

#content nav {
	background-color:#0568AE;
	float:left;
	height:50px;
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	*behavior:url(boxsizing.htc);
}

#nav-main {
	float:left;
	font-size:1.4em;
	font-weight:bold;
	list-style:none;
	margin:0 0 0 15px;
	padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	*behavior:url(boxsizing.htc);
}

#nav-main li {
	background-color:#fff;
	float:left;
	height:20px;
	line-height:20px;
	margin:15px 8px 0 0;
	padding:0;
	text-align:center;
	width:100px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	*behavior:url(boxsizing.htc);
}

#nav-main li a {
	color:#000;
}

#nav-main li a:hover {
	color:#0568AE;
}

/**
 * den aktiven Link als eigene Klasse definieren, da besser kontrollierbar
 */
#nav-main li .active {
	color:#0568AE;
}

#content {
	border-left:1px solid #000;
	border-right:1px solid #000;
	float:left;
	padding:0 0 30px 0;
	width:980px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	*behavior:url(boxsizing.htc);
}

#content section {
	float:left;
	width:666px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	*behavior:url(boxsizing.htc);
}

#content section iframe {
	float:left;
	margin:10px 0 0 15px;
	width:640px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	*behavior:url(boxsizing.htc);
}

#content section figure {
	float:left;
	margin:20px 0 0 15px;
	width:666px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	*behavior:url(boxsizing.htc);
}

#content section figure .galerie {
	border:1px solid #CCC;
	box-shadow: 0 7px 10px 0 rgba(0,0,0,0.4);
	float:left;
	margin:0 20px 0 0;
	*behavior:url(boxsizing.htc);
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

#content section figure .galerie img {
	float:left;
	padding:4px 4px 4px 4px;
	width:95px;
	*behavior:url(boxsizing.htc);
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

#content section .text h1 {
	border-bottom:1px dotted #E1061C;
	color:#E1061C;
	font-size:1.8em;
	font-weight:bold;
	margin:20px 10px 15px 15px;
	padding:0 0 2px 0;
	text-transform:uppercase;
}


#content section .text p {
	font-size:1.2em;
	line-height:140%;
	padding:0 10px 0 15px;
}

#content section .text p .p14 {
	font-size:1.6em;
}

#content section .text .entlademoeglichkeiten p {
	color:#E1061C;
	margin:0 0 0 20px;
}

#content section .text .tablefuhrpark table {
	background-color:#0568AE;
	
	color:#fff;
	margin:0 0 0 15px;
	padding:0;
}

#content section .text .tablefuhrpark table td {
	border:1px solid #fff;
	text-align:left;
}

#content section .text .tablefuhrpark table p {
	color:#fff;
	margin:0;
	padding:4px;
}

#content section .text ul {
	color:#E1061C;
	font-size:1.2em;
	font-weight:bold;
	line-height:140%;
	margin:0 0 0 30px;
	padding:0;
}

#content section .chroniktext {
	float:left;
	width:405px;
}

#content section .chroniktext .jahreszahl {
	background-color:#0568AE;
	height:18px;
	margin:0 0 5px 15px;
	text-align:center;
	width:100px;
	*behavior:url(boxsizing.htc);
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

#content section .chroniktext .jahreszahl p {
	color:#fff;
	font-weight:bold;
}

#content section .chronikimage {
	float:left;
}

#content section .chronikimage img {
	border:1px solid #000;
	height:auto;
	margin:0;
	padding:0;
	width:248px;
	*behavior:url(boxsizing.htc);
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

/* Formulare */
form {
	margin: 0;
	padding: 0;
	}
	
input {
	width:250px;
	max-width:250px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background-color:#FFFFFF;
	border:1px solid #ccc;
	}
	
select {
	width:125px;
	max-width:125px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background-color:#FFFFFF;
	border:1px solid #ccc;
	}
	
textarea {
	width:250px;
	max-width:250px;
	height:100px;
	max-height:100px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background-color:#FFFFFF;
	border:1px solid #ccc;
	overflow:auto;
	}
	
.noborder {
	border: 0px;
	}

#content section fieldset {
	border:0px;
	float:left;
	margin:8px 0 0 0;
	padding:0;
	width:666px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	*behavior:url(boxsizing.htc);
}

#content section fieldset label {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	margin:0 0 0 15px;
	padding:2px 0 0 0;
	width:290px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	*behavior:url(boxsizing.htc);
}

#content section fieldset .field {
	float:left;
	width:350px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	*behavior:url(boxsizing.htc);
}


.buttonabsenden {
	background-color:#0568AE;
	border:0px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	height:20px;
	margin-left:152px;
	width:100px;
	max-width:100px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	*behavior:url(boxsizing.htc);
	}
	


/* Box */
#content aside {
	background-color:#f1f1f1;
	border-radius:35px;
	box-shadow: 0 7px 10px 0 rgba(0,0,0,0.4);
	float:left;
	margin:9px 0 20px 0;
	width:295px;
	*behavior:url(boxsizing.htc);
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}


#content aside h1 {
	background-color:#666;
	color:#fff;
	font-size:1.2em;
	margin:35px 0 15px 0;
	padding:5px 0 5px 10px;
}

#content aside p {
	font-size:1.2em;
	line-height:140%;
	margin:0;
	padding:0 0 0 10px;
}

#content aside table {
	margin:15px 0 10px 0;
	padding:0;
}

#content aside .signet {
	border-top:1px dotted #000;
	margin:0 0 35px 0;
	padding:0;
	text-align:center;
}

#content aside .signet img {
	padding:25px 0 0 0;
	width:258px;
}

/* Footer */
footer {
	background:#666;
	border-left:1px solid #000;
	border-right:1px solid #000;
	float:left;
	height:30px;
	margin:0;
	width:980px;
	*behavior:url(boxsizing.htc);
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

footer nav {
	float:left;
	margin:0;
	padding:3px 0 0 15px;
	*behavior:url(boxsizing.htc);
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

#nav-footer {
	float:left;
	list-style:none;
	margin:0;
	padding:8px 0 0 15px;
}


#nav-footer li {
	float:left;
	font-size:1.1em;
	margin:0;
	padding:0;
}

#nav-footer li a {
	color:#fff;
	font-weight:bold;
}

#nav-footer li a:hover {
	color:#fff;
	font-weight:bold;
}

/**
 * den aktiven Link als eigene Klasse definieren, da besser kontrollierbar
 */
#nav-footer li .active {
	color:#fff;
	font-weight:bold;
}

#copyright {
	float:left;
	width:980px;
	text-align:right;
}

#copyright p {
	color:#666;
	font-size:1.2em;
	margin:8px 0 4px 0;
}


