/* ---------------------- */
/* generelle Festlegungen */
/* ---------------------- */
* {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
}
body {
	font-size: 16px;
	font-family: 'EB Garamond', serif;
	line-height:18px;
	text-align: left;
	background-image: url(../pic/verlauf.jpg);
	background-repeat: repeat-x;
/*	background-color: #f2f2f4; */
	background-color: #f9f9fb;
	color: #000066;
}
a:link, a:visited {
	color:#000066;
}
a:hover, a:active {
	color:#CC0033;
}
input, textarea {
	margin:0 0 8px 0;
	padding:2px;
}
td {
	vertical-align:top;
}
.start {
	list-style-image:url(../pic/quadrat.gif);
	margin-left:16px;
	margin-bottom:32px;
}

.aktiv {
	color:#CC0033 !important;
	text-decoration:none;
}
/* -------------------------- */
/* Classes und Floatauflösung */
/* -------------------------- */
#clear { 
	clear: both; 
	height: 0px;
	font-size:0px;
	line-height:0px;
	overflow: hidden; 
}

/* ------------------------------ */
/* Aufbau und Formatierung Layout */
/* ------------------------------ */

/* ---------- */
/* Hauptlayer */
/* ---------- */
#center {
	margin:0 auto;
	width:990px;
}

/* ----------- */
/* Kopfbereich */
/* ----------- */
#head {
	width: 990px;
	height: 117px;
	text-align:center;
	background-color:#020266;
	overflow:hidden;
}

/* --------------- */
/* Hauptnavigation */
/* --------------- */

#navigation {
	float:left;
	width: 240px;
	margin-top: 46px;
	margin-left: 20px;
	padding-bottom:29px;
	font-size:15px;
	font-weight:bold;
}
#navigation ul {
	list-style-type: none;
}
#navigation li {
	padding-bottom: 32px;
}
#navigation ul ul {
	padding-top: 7px;
}
#navigation ul ul li {
	padding-bottom: 7px;
	font-weight:normal;
}

/* --------------- */
/* Unternavigation */
/* --------------- */

#nav {
	float:right;
	width: 700px;
	height:95px;
	margin-top: 46px;
	margin-right: 20px;
}
#nav img {
	float:right;
}
#nav h2 {
	font-size:17px;
	font-weight:bold;
	margin-bottom:8px;
}
#nav ul {
	list-style-type:none;
}
#nav li {
	float:left;
}

/* -------------- */
/* Inhaltsbereich */
/* -------------- */

#textbereich {
	float:right;
	width: 700px;
	margin-right: 20px;
}
.solo{
	margin-top: 93px;
}
#textbereich .rechts {
	float:right;
	margin-left:15px;
}
#textbereich img {
	margin-right:10px;
}

#textbereich h1 {
	font-size:18px;
	text-decoration:none;
}
#textbereich p {
	padding-top: 17px;
	text-align:justify;
}
#textbereich ul {
	list-style-image:url(../pic/quadrat.gif);
	margin-left:16px;
}
#textbereich li {
	text-align:justify;
}

/* -------------------- */
/* Copy Unternavigation */
/* -------------------- */

#navcopy {
	float:right;
	width: 700px;
	margin-top: 34px;
	margin-right: 20px;
}
#navcopy ul {
	list-style-type:none;
}
#navcopy li {
	float:left;
}

/* ---------- */
/* GoogleMaps */
/* ---------- */

#maphuelle {
	width:459px;
	height:350px;
	margin-top:20px;
	border:1px solid #000066;
}
#map_canvas {
	width:457px;
	height:348px;
}
#map_canvas img {
	padding:0;
	border:0;
}