/* CSS Document */
html {
	margin: 0;
	padding: 0;
	border: 0;
	height: 101%;
}

body {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center; /* IE hack */
}


a,a * {
	text-decoration: none;
	cursor: pointer;
}

.article h1 {
	font-family: Georgia, Trebuchet MS, Times New Roman;
	font-size: 17pt;
	border-bottom: 1px dashed #BBF;
	padding-bottom: 3px;
	margin-top: 25px;
	margin-bottom: 5px;
}

.article h2 {
	font-family: Georgia, Trebuchet MS, Times New Roman;
	font-size: 15pt;
	padding-bottom: 3px;
	margin-top: 15px;
	margin-bottom: 5px;
}

.article p {
	margin-bottom: 10px;
}

.article a,.article a * {
	color: rgb(255, 50, 50);
}

.quicklinks {
	width: 100px;
	margin-left: 10px;
	padding: 5px;
	float: right;
	border: 1px solid rgb(200, 200, 200);
	font-size: 9pt;
	line-height: 15px;
	background-color: rgb(255, 255, 255);
	color: rgb(0, 0, 180) !important;
}

.quicklinks ul {
	margin: 0px;
	padding: 0px;
	margin-left: 5px;
}

.quicklinks ul li, .quicklinks ul li * {
	list-style: none;
	line-height: 15px;
	font-size: 9pt;
	color: rgb(0, 0, 180) !important;
}

.quicklinks ul li a {
	color: rgb(255, 50, 50);
}



#main {
	width: 820px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
	color: rgb(0, 0, 180);
}

#header {
	height: 65px;
	margin-bottom: 20px;
	background-color: rgb(116, 177, 252);
	border-bottom: 5px solid rgb(184, 214, 252);
}

#header div {
	width: 820px;
	height: 65px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	background-image: url('../../pics/titelu.gif');
	background-repeat: no-repeat;
}

#footer {
	margin: 0;
	padding: 0;
	height: 60px;
	margin-top: 20px;
	clear: both;
	border-top: 5px solid rgb(184, 214, 252);
	background-color: rgb(234, 242, 252);
}

#footer div {
	width: 820px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}

#footer .counter {
	margin: 0;
	padding: 0;
	width: 150px;
	margin-top: 00px;
	float: left;
	font-size: 10px;
	text-align: center;
	color: rgb(150, 150, 150);
}

#footer .links {
	margin: 0;
	padding: 0;
	width: 620px !important; /* 650 - 30padding */
	width: 647px; /* IE hack */
	margin-top: 20px;
	margin-left: 150px;
	text-align: center;
}

#content {
	width: 620px !important; /* 650 - 30padding */
	width: 647px; /* IE hack */
	margin-top: 0px;
	margin-left: 150px;
	padding-left: 10px;
	padding-right: 20px;
}

.strecke_map {
	width: 798px;
	height: 500px;
	border: 1px solid rgb(200, 200, 200);
}

.strecke_km {
	width: 798px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid rgb(200, 200, 200);
}

.googlemaps,.googlemaps * {
	font-size: 10px;
	line-height: 12px;
}
