/* -----------------------------------------------------------------------------------------
   -----------------------------------------------------------------------------------------
   Chris Weinmann - Grafikbuero GEBHARD|UHL, Freiburg 
   http://www.gebharduhl.de

   Copyright (c) 2008 GEBHARD|UHL 
   -----------------------------------------------------------------------------------------
   ---------------------------------------------------------------------------------------*/

/*----------------General Rules-------------*/
* {
	margin: 0;
	padding: 0;
}
html {
	height:100%;
}
body {
	background: #cfdef1 url(../images/bg.jpg) center top repeat-y;
	color:#000000;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size:12px;
	height:100%;
}
a {
	color:#79b51c;
	text-decoration: underline;
}
a:hover {
	color:#79b51c;
	text-decoration: none;
}
.alt {
	display: none;
}
img {
	border: 0;
}
/*----------------General Rules-------------*/
/*----------------General Layout-------------*/
#wrapper {
	position: relative;
	width:900px;
	margin: 0 auto;
	color:#000000;
	text-align: left;
	min-height: 100%;
	background: #fff url(../images/wrapperBG.gif) top left repeat-y;
	padding-bottom:30px;
}
/*----------------Header-------------*/
#header h1 {
	padding:0;
	margin:0;
}
#header h1 a{
	display:block;
	width:172px;
	height:150px;
	position: absolute;
	top:0;
	left:360px;
}
#flashContent {
	display:block;
	width:900px;
	height:249px;
	background: #fff url(../images/flashContent.jpg) top left no-repeat;
}
/*----------------Header-------------*/

/*----------------mainNav-------------------*/
#mainNav {
	border-top: 3px solid #fff;
	margin: 0px;
	display:block;
	height:38px;
	width:899px;
	background: #666 url(../images/mainNavBG.jpg) top left repeat-x
}

#mainNav ul {
	list-style-type: none;
}
#mainNav ul li {
	list-style-type: none;
	display: inline;
	float:left;
}
#mainNav .mainNav li a {
	display:block;
	text-indent:-9999px;
	height:38px;
}
#mainNav .mainNav li a.home1_de {
	display:block;
	width:72px;
	background: url(../images/mainNav_de_home.gif) top left no-repeat;
}
#mainNav .mainNav li a.home1_de:hover, #mainNav .mainNav .active a.home1_de {
	background: url(../images/mainNav_de_home.gif) 0 -38px no-repeat;
}
#mainNav .mainNav li a.rennen_de {
	display:block;
	width:98px;
	background: url(../images/mainNav_de_rennen.gif) top left no-repeat;
}
#mainNav .mainNav li a.rennen_de:hover, #mainNav .mainNav .active a.rennen_de {
	background: url(../images/mainNav_de_rennen.gif) 0 -38px no-repeat;
}
#mainNav .mainNav li a.training_de {
	display:block;
	width:105px;
	background: url(../images/mainNav_de_training.gif) top left no-repeat;
}
#mainNav .mainNav li a.training_de:hover, #mainNav .mainNav .active a.training_de {
	background: url(../images/mainNav_de_training.gif) 0 -38px no-repeat;
}
#mainNav .mainNav li a.specials_de {
	display:block;
	width:105px;
	background: url(../images/mainNav_de_specials.gif) top left no-repeat;
}
#mainNav .mainNav li a.specials_de:hover, #mainNav .mainNav .active a.specials_de {
	background: url(../images/mainNav_de_specials.gif) 0 -38px no-repeat;
}
#mainNav .mainNav li a.orga_de {
	display:block;
	width:204px;
	background: url(../images/mainNav_de_orga.gif) top left no-repeat;
}
#mainNav .mainNav li a.orga_de:hover, #mainNav .mainNav .active a.orga_de {
	background: url(../images/mainNav_de_orga.gif) 0 -38px no-repeat;
}
#mainNav .mainNav li a.aktuelles_de {
	display:block;
	width:118px;
	background: url(../images/mainNav_de_aktuelles.gif) top left no-repeat;
}
#mainNav .mainNav li a.aktuelles_de:hover, #mainNav .mainNav .active a.aktuelles_de {
	background: url(../images/mainNav_de_aktuelles.gif) 0 -38px no-repeat;
}
#mainNav .mainNav li a.bilder_de {
	display:block;
	width:86px;
	background: url(../images/mainNav_de_bilder.gif) top left no-repeat;
}
#mainNav .mainNav li a.bilder_de:hover, #mainNav .mainNav .active a.bilder_de {
	background: url(../images/mainNav_de_bilder.gif) 0 -38px no-repeat;
}
#mainNav .mainNav li a.laeufer_de {
	display:block;
	width:146px;
	background: url(../images/mainNav_de_laeufer.gif) top left no-repeat;
}
#mainNav .mainNav li a.laeufer_de:hover, #mainNav .mainNav .active a.laeufer_de {
	background: url(../images/mainNav_de_laeufer.gif) 0 -38px no-repeat;
}
#mainNav .mainNav li a.presse_de {
	display:block;
	width:89px;
	background: url(../images/mainNav_de_presse.gif) top left no-repeat;
}
#mainNav .mainNav li a.presse_de:hover, #mainNav .mainNav .active a.presse_de {
	background: url(../images/mainNav_de_presse.gif) 0 -38px no-repeat;
}
#mainNav .mainNav li a.shop_de {
	display:block;
	width:89px;
	background: url(../images/mainNav_de_shop.gif) top left no-repeat;
}
#mainNav .mainNav li a.shop_de:hover, #mainNav .mainNav .active a.shop_de {
	background: url(../images/mainNav_de_shop.gif) 0 -38px no-repeat;
}


/*english*/
#mainNav .mainNav li a.home1_en {
	display:block;
	width:72px;
	background: url(../images/mainNav_de_home.gif) top left no-repeat;
}
#mainNav .mainNav li a.home1_en:hover, #mainNav .mainNav .active a.home1_en {
	background: url(../images/mainNav_de_home.gif) 0 -38px no-repeat;
}
#mainNav .mainNav li a.rennen_en {
	display:block;
	width:80px;
	background: url(../images/mainNav_en_rennen.gif) top left no-repeat;
}
#mainNav .mainNav li a.rennen_en:hover, #mainNav .mainNav .active a.rennen_en {
	background: url(../images/mainNav_en_rennen.gif) 0 -38px no-repeat;
}
#mainNav .mainNav li a.training_en {
	display:block;
	width:105px;
	background: url(../images/mainNav_de_training.gif) top left no-repeat;
}
#mainNav .mainNav li a.training_en:hover, #mainNav .mainNav .active a.training_en {
	background: url(../images/mainNav_de_training.gif) 0 -38px no-repeat;
}
#mainNav .mainNav li a.specials_en {
	display:block;
	width:105px;
	background: url(../images/mainNav_de_specials.gif) top left no-repeat;
}
#mainNav .mainNav li a.specials_en:hover, #mainNav .mainNav .active a.specials_en {
	background: url(../images/mainNav_de_specials.gif) 0 -38px no-repeat;
}
#mainNav .mainNav li a.orga_en {
	display:block;
	width:175px;
	background: url(../images/mainNav_en_orga.gif) top left no-repeat;
}
#mainNav .mainNav li a.orga_en:hover, #mainNav .mainNav .active a.orga_en {
	background: url(../images/mainNav_en_orga.gif) 0 -38px no-repeat;
}
#mainNav .mainNav li a.aktuelles_en {
	display:block;
	width:77px;
	background: url(../images/mainNav_en_aktuelles.gif) top left no-repeat;
}
#mainNav .mainNav li a.aktuelles_en:hover, #mainNav .mainNav .active a.aktuelles_en {
	background: url(../images/mainNav_en_aktuelles.gif) 0 -38px no-repeat;
}
#mainNav .mainNav li a.bilder_en {
	display:block;
	width:108px;
	background: url(../images/mainNav_en_bilder.gif) top left no-repeat;
}
#mainNav .mainNav li a.bilder_en:hover, #mainNav .mainNav .active a.bilder_en {
	background: url(../images/mainNav_en_bilder.gif) 0 -38px no-repeat;
}
#mainNav .mainNav li a.laeufer_en {
	display:block;
	width:146px;
	background: url(../images/mainNav_de_laeufer.gif) top left no-repeat;
}
#mainNav .mainNav li a.laeufer_en:hover, #mainNav .mainNav .active a.laeufer_en {
	background: url(../images/mainNav_de_laeufer.gif) 0 -38px no-repeat;
}
#mainNav .mainNav li a.presse_en {
	display:block;
	width:89px;
	background: url(../images/mainNav_en_presse.gif) top left no-repeat;
}
#mainNav .mainNav li a.presse_en:hover, #mainNav .mainNav .active a.presse_en {
	background: url(../images/mainNav_en_presse.gif) 0 -38px no-repeat;
}
#mainNav .mainNav li a.shop_en {
	display:block;
	width:89px;
	background: url(../images/mainNav_en_shop.gif) top left no-repeat;
}
#mainNav .mainNav li a.shop_en:hover, #mainNav .mainNav .active a.shop_en {
	background: url(../images/mainNav_en_shop.gif) 0 -38px no-repeat;
}

#mainNav ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html #mainNav ul {
	height: 1%;
}
/* End hide from IE-mac */

#languageMenu {
	position:absolute;
	top:10px;
	left:0;
}
#languageMenu .CUR img{
	border:2px dotted #fff;
}
#languageMenu .NO img, #languageMenu .INACT img{
	padding-top:2px;
}


#subNav ul li {
	list-style-type: none;
	border-bottom: 1px solid #666;
}
#subNav ul li a{
	display:block;
	width: 289px;
	height:32px;
	background: url(../images/subNav_BG.jpg) top left no-repeat;
	text-decoration: none;
	font-size:18px;
	text-indent:35px;
	color:#000;
	line-height:32px;
}
#subNav ul li a:hover, #subNav ul li a.active{
	background: url(../images/subNav_BG.jpg) 0 -32px no-repeat;
	color:#79b51c;
}

/*----------------mainNav-------------------*/
#spalteRechts {
	width:289px;
	float:right;
	margin-right:1px;
}
#spalteRechts:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html #spalteRechts {
	height: 1%;
}
/* End hide from IE-mac */
/*----------------content Layout-------------------*/
#mainContent {
	width:575px;
	float:left;
}
#id_home0 #mainContent {
	width:600px;
}
#mainContentContainer {
	padding-top:32px;
	margin-bottom:30px;
	padding-left:32px;
}
#runDates {
	color:#fff;
	position:relative;
	top:-500px;
	left:440px;
	width:200px;
}
#runDates h2{
	padding:0 !important;
}
/*----------------rte Classes-------------------*/
#mainContent p {
	line-height:20px;
	margin-top:0px;
	margin-bottom:20px;
}
#mainContent h2, #contentRight h2 {
	padding-bottom:5px;
	color:#79b51c;
	font-weight:bold;
	font-size:16px;
	text-transform: uppercase;
	line-height:24px;
}
#contentRight h2 {
	padding-left:10px;
}
#mainContent h3 {
	margin-bottom:-5px;
	margin-top:12px;
	color:#79b51c;
	font-weight:normal;
	font-size:14px;
	text-transform: uppercase;
	line-height: 20px;
}
#mainContent ul {
	padding:3px 20px 8px 20px;
	line-height:20px;
	list-style:none;
}
#mainContent ul li {
	background: transparent url(../bilder/bullet.gif) 0px 5px no-repeat;
	padding-left:11px;
}
#id_home0 #contentRight h2{
	background-color:#ccc;
}
#contentRight ul.csc-menu-5{
	padding:3px 10px 8px 10px;
	line-height:20px;
	list-style:none;
	background-color:#ccc;
	border-bottom: 1px solid #79b51c;
}
.green {
	color:#79b51c!important;
}
.gray {
	color:#666!important;
}
.justify {
	text-align: justify;
}
hr {
	border: 0px; /* Für Firefox und Opera */
 	border-top: 1px dotted #79b51c;
 	border-bottom: transparent;
}
.align-center {
	text-align: center;
}
/*----------------rte Classes-------------------*/
/*----------------content Layout-------------------*/


/*----------------footer-------------------*/
/*#footer {
	padding:30px 10px 15px 32px;
	height:25px;
	line-height:25px;
	clear:both;
	display: block;
	width:857px;
	border-top:1px solid #666;
	border-right:1px solid #fff;
	position: relative;
	margin: 0 auto;
	background: url(../images/footer_BG.jpg) top center no-repeat;
}*/
#footer {
	padding:30px 10px 15px 32px;
	height:25px;
	line-height:25px;
	clear:both;
	display: block;
	width:857px;
	position: relative;
	margin: 0 auto;
}
#footer p {
	color:#000000;
	font-size:11px;
}
#footer p a{
	color:#000000;
}
#footer p a:hover{
	color:#000000;
}
/*----------------footer-------------------*/
/*----------------news-------------------*/
.news-list-morelink { display: none; }
/*----------------news-------------------*/
/*----------------Kontaktformular-------------------*/
form {
	border:1px solid transparent;
}
.tx-powermail-pi1 fieldset, #tt_address_form {
	border:0;
	padding:15px 0 0 0;
}
.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html, #tt_address_form .fieldwrap_html{
	display:block;
	margin-bottom: 10px;
}
.tx-powermail-pi1 legend{
	display: none;
}
.tx-powermail-pi1 label, #tt_address_form label {
	clear: both;
	display: block;
	float:left;
	width:100px;
}
.tx-powermail-pi1 input, #tt_address_form input {
	width:350px;
	border:1px solid #79b51c;
}
.tx-powermail-pi1 .powermail_radio {
	width:auto;
}
.tx-powermail-pi1 .powermail_mandatory_js {
	color:#ff0000;
	margin-left:100px;
	margin-top:5px;
}
.tx-powermail-pi1 textarea {
	width:350px;
	border:1px solid #79b51c;
	height:100px;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size:12px;
	line-height: 20px;
	padding:3px;
}
.tx-powermail-pi1 .powermail_submit, #tt_address_form .tt_address_submit {
	margin-left:100px;
	background-color: #79b51c;
	color:#ffffff;
}
.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html_radio {
	padding-left:115px;
	display:block;
}
#mainContentContainer .brick .tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html_radio p {
	margin-bottom:10px;
	text-indent:-10px;
}
.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html_radio label {
	width:350px;
	text-indent:10px;
	margin-bottom:10px;
}
.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html_radio input {
	float:left;
	position:relative;
	left:-360px;
}
.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html_check label{
	width:auto;
	padding-left:120px;
}
.tx-powermail-pi1 .powermail_check {
	width:auto;
	display:block;
	margin-left:100px;
	margin-bottom:5px;
}
.tx-powermail-pi1 #uid16 {
	margin-bottom:20px;
}
img.tx-srfreecap-pi2-image {
	margin-left:100px;
	display:block;
	margin-top:10px;
	margin-bottom:10px;
}
.tx-srfreecap-pi2-cant-read {
	margin-left:100px;
}
#wtcalculatingcaptcha {
	margin-left:100px;
	margin-top:10px;
	margin-bottom:10px;
}
div.tx_powermail_pi1_fieldwrap_html_captcha_description {
	margin-left:100px;
}
/*----------------Kontaktformular-------------------*/
/*----------------Gästebuch---------------------*/

div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
clear:none; !important
float:left;
}

.tx-mlmaps-pi1 {
	margin-left:-32px;
}

div .news-latest-container {
	padding-top:10px;
}
div .news-latest-item {
	padding:10px 10px 0 10px;
	background-color: #ccc;
}
div .news-latest-item p{
	line-height:20px;
	color:#000;
}
div .news-latest-morelink {
	padding:2px 10px 5px 10px;
	border-bottom:1px solid #79b51c;
	margin-bottom:10px;
	background-color: #ccc;
}
div .news-list-text {
	width:370px;
	float:left;
	display: block;
}
.newsFile {
	margin-bottom:20px;
}
div .news-list-image {
	float:right;
}
div .newsListFooter1, div .newsListFooter2 {
	clear:both;
	border-bottom: 1px dotted #79b51c;
	margin-bottom: 20px;
}
#mainContent th p, #mainContent td p{
	margin:0 auto;
	vertical-align: middle;
	padding:2px 2px 2px 5px;
}
#contentRight .tx-astcountdown-pi1 {
	padding-left:53px;
	background-color: #ccc;
	padding-top:10px;
	padding-bottom:10px;
}
#rss {
	position: absolute;
	top:12px;
	left:72px;
}
