@charset "utf-8";

html {
	margin: 0px;
	padding: 0px;
	border: 0px;
	overflow: scroll;
}

body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Cambria, Georgia, "Palatino Linotype", "Arno Pro Light Display", Garamond, serif;
	font-size: 100,01%;
	overflow: visible;
	text-align: center;
	background-color: #dcedef;
	background-image: url(../img/hintergrund/Schriftzug.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

h1,h2,h3,h4,h5,h6,p,ul,ol {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

a {
	text-decoration: none;
	border: none;
}

/* -- Beginn der Boxen -- */
#distance {
	margin: 4em 0 2em 0;
}

#container {
	width: 50em;
	margin: 0 auto;
}

#header {
	height: 200px;
	width: 100%;
	background-image: url(../img/hintergrund/hintergrund_header_800x200.jpg);
	background-repeat: no-repeat;
}

/* Beginn der Navigation */
#navigation {
	height: 50px;
	width: 100%;
	background-image: url(../img/hintergrund/Rahmen_Navigation.jpg);
	background-repeat: no-repeat;
}

#navigation ul {
	list-style-type: none;
	text-align: center;
	padding-top: 15px;
	z-index: 2;
}

#navigation li {
	display: inline;
	text-align: center;
	margin: 0 5px;
}

#navigation li a {
	padding: 3px 10px;
	color: #71454b;
	text-decoration: none;
}

#navigation li a:hover {
	border-bottom: 2px solid #71454b;
}

#navigation li a#current {
	color: #71454b;
	font-weight: bold;
	border-bottom: 2px solid #71454b;
}
/* Ende der Navigation */

#mainContent {
	background-image: url(../img/hintergrund/Hintergrund_Content.jpg);
	background-repeat: repeat;
}

#mainContent p {
	margin: 0 40px 0 40px;
	padding: 10px 0 10px 0;
	text-align: justify;
	line-height: 140%;
	color: #789;
}

#mainContent p strong {
	color: #4c4c4c;
}

#mainContent h1,h2,h3,h4 {margin: 0 40px 0 40px; font-family: 'Segoe UI', Calibri, Candara, Helvetica, Arial, sans-serif; text-align: left;}
#mainContent h1 {padding-top: 15px; border-bottom: 1px dotted #71454b; color: #71454b; font-size: 1.6em; letter-spacing: 2px;}
#mainContent h2 {padding-top: 10px; border-bottom: 1px dotted #71454b; font-size: 1.2em; color: #71454b;}
#mainContent acronym {border-bottom: 1px dotted #71454b;	color: #71454b;}

#mainContent a {
	color: #71454b;
}

#mainContent a:hover {
	border-bottom: 2px solid #71454b;
}

#mainContent a:visited {
	color: #4c4c4c;
}

#table {
	margin: 0 40px 0 40px;
}

#table caption {
	font-weight: bold;
	padding: 5px 0 5px 0;
}

.hinweis {
	width: 720px;
	margin: 0 40px 0 40px;
	background-color: #99cc00;
	border: 1px dooted #4c4c4c;
}

.hinweis h1 {
	padding: 0 !important;
	border: none !important;
	color: #000 !important;
}

.hinweis p {
	padding: 0 0 8px 0 !important;
	line-height: normal !important;
	font-weight: bold;
	color: #000 !important;
}

.tableDetails {
	width: 100%;
	background-color: #E9E9E9;
	margin: 10px 0 10px 0;
	font-family: Calibri, Candara, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: center;
}

.tableColumns {
	width: 25%;
}

#map {
	width: 720px;
	height: 600px;
	margin: 0 40px 0 40px;
	border: 1px solid #4c4c4c;
}

#footer {
	height: 50px;
	background-image: url(../img/hintergrund/Hintergrund_Footer.jpg);
	background-repeat: no-repeat;
} 

#footer p {
	padding-top: 8px;
	font-family: Calibri, Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	color: #B9B9B9;
}

#footer a {
	color: #71454b;
}

#footer a:hover {
	border-bottom: 1px solid #71454b;
}

#footer a:visited {
	color: #4c4c4c;
	border-bottom: 1px solid #4c4c4c;
}