/* CSS Document */
* {
	font-family: "Lucida Grande", "Verdana", "Tahoma", "Helvetica", "Arial", sans-serif;
	font-size: 10pt;
	line-height: 20px;
	color: rgb(0, 0, 180);
	cursor: default;
}

.text, .text * {
	font-family: "Lucida Grande", "Verdana", "Tahoma", "Helvetica", "Arial", sans-serif;
	font-size: 10pt;
	line-height: 20px;
	color: rgb(0, 0, 180) !important;
}

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;
}

#main {
	width: 820px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
}

#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: 9pt;
	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;
	font-size: 9pt;
}

#leftcol {
	width: 150px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 100px;
	float: left;
	background-color: rgb(234, 242, 252);
	font-size: 11pt;
}

#leftcol .title {
	height: 20px;
	margin-left: 10px;
	font-size: 9pt;
	text-align: left;
	border-bottom: 1px solid rgb(200, 200, 200);
}

#leftcol .title a {
	font-size: 9pt;
	text-align: left;
}

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

#content .title {
	height: 20px;
	margin-bottom: -10px;
	font-size: 10pt;
	font-weight: normal;
	text-align: left;
	color: rgb(150, 150, 150);
}

#content ul {
	margin-left: 14px;
}

.article {
	text-align: justify;
	margin-bottom: 40px;
}

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

.article p.intro {
	font-size: 11pt;
	font-weight: bold;
}

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

.article div.autor {
	clear: right;
	text-align: right;
	font-size: 10pt;
}

.article img.left {
	clear: both;
	float: left;
	padding-right: 10px;
}

.article img.right {
	clear: both;
	float: right;
	padding-left: 10px;
	padding-right: 0px;
}

.article div.clear {
	
}

.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 h3 {
	font-family: Georgia, Trebuchet MS, Times New Roman;
	padding-bottom: 3px;
	font-size: 13pt;
	margin-top: 15px;
	margin-bottom: 5px;
}

#menu ul {
	margin-left: 10px;
	margin-bottom: 20px;
	padding: 0;
}

#menu ul li {
	list-style: none;
}

#menu ul li.border {
	border-bottom: 1px solid rgb(200, 200, 200);
}

#menu ul li a {
	display: block !important;
	display: visible; /* IE */
	font-size: 10pt;
	font-weight: normal;
}

#menu ul li:hover {
	margin-left: -10px;
	padding-left: 10px;
	/*
  background-color: rgb(255, 255, 230);
  */ /*
  background-color: rgb(222,222,255);
  */
	background-color: rgb(184, 214, 252);
}

#menu .termin_datum {
	display: block;
	font-size: 8pt;
	cursor: pointer;
}

#menu .termin_name {
	display: block;
	font-size: 9pt;
	cursor: pointer;
}

.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);
}

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

.quicklinks ul li, .quicklinks ul li * {
	list-style: none;
	line-height: 15px;
	font-size: 9pt;
}

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

table {
	width: 100%;
	border-collapse: collapse;
	empty-cells: show;
}

table th {
	font-size: 9pt;
	text-align: left;
	line-height: 20px;
}

table td {
	vertical-align: top;
	text-align: left;
}

table tr {
	height: 20px;
	line-height: 20px;
}

table tr.hover:hover {
	background-color: rgb(184, 214, 252);
}

table tr.even {
	background-color: rgb(255, 255, 255);
}

table tr.odd {
	background-color: rgb(234, 242, 252);
}

table.rowsplit tr {
	border-bottom: 1px dashed #BBF;
}

table.colsplit td, table.colsplit th {
	border-left: 1px dashed #BBF;
	border-right:1px dashed #BBF;
}

table.event>tr>td:first-child {
	width: 120px !important;
	font-size: 9pt;
}

table.event ul, table.event ol {
	margin: 0;
	padding: 0;
}
table.event ol {
	padding-left: 20px;
}


.sponsor {
	min-height: 40px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	text-align: center;
}

.sponsor * {
	cursor: pointer;
}

.sponsor .text {
	font-size: 11pt;
}

.sponsor_clear {
	clear: both;
}

#template_info {
	visibility: visible;
}

.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: 10pt;
	line-height: 12px;
}

#bilderblock {
	width: 620px !important;
	width: 608px; /* IE */
	text-align: left;
}

#bilderblock .bild {
	margin-top: 2px;
	margin-right: 2px;
	float: left;
	width: 148px;
	height: 98px;
	overflow: hidden;
	text-align: center;
	border: 2px solid rgb(255,255,255);
}

#bilderblock .bild:hover {
	border: 2px solid rgb(116, 177, 252);
}

.bilderblock_clear {
	clear: both;
}

.meldung_schritt,.meldung_schritt ul {
	display: inline;
}

.meldung_schritt ol li {
	display: inline;
}






.formular tr td, .formular tr td * {
	font-size: 10pt;
}

.formular tr td:first-child {
	font-size: 9pt;
}

.formular td {
	vertical-align: top;
}

.buttons {
	margin-top: 20px;
}

.formular input[type=text] {
	width: 200px;
	cursor: text;
}

.formular textarea {
	width: 200px;
	cursor: text;
}

.error {
	color: rgb(240, 0, 0);
}











.w100 {
	width: 100px !important;
}
.w200 {
	width: 200px !important;
}
