html * {
	font-size: 100.01%;
}

html, body.default {
	height: 100%;
}

body {
	padding: 0;
	margin: 0;
	font-size: 75%;
	font-family: Arial, sans-serif;
	color: #000000;
}

body.default {
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
	background-attachment: fixed;
}

body.empty {
	padding: 1em;
}

A IMG {
	border: 0;
}

P {
	padding: 0 0 1em 0;
	margin: 0;
}

.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	padding: 0;
	margin: 0;
}

.clear_left {
	clear: left;
	height: 0;
	line-height: 0;
	font-size: 0;
	padding: 0;
	margin: 0;
}

.hidden {
  	position:absolute;
  	left:-1000px;
  	top:-1000px;
  	width:0;
  	height:0;
  	overflow:hidden;
  	display:inline;
}

/****************************** FORUM ******************************/

.forum_message_date {
	float: right;
}

.forum_message_even {
   background-color: #F6F6F6;
}

.forum_message {
   border: 1px solid #DEE0E3;
   padding: 1em;
}

.forum_topic {
   border: 1px solid #D7D513;
   padding: 1em;
   background-color: #FFFEC9;
}

/****************************** SEARCH_RESULT ******************************/

.search_result {
	padding: 1em;
	margin: 0 0 0.5em 0;
}

.search_result_odd {
	background-color: #E4E4E4;
}

.search_result_even {
	background-color: #F4F4F4;
}

.search_result_link {
	padding: 0.75em 0 0 0;
	text-align: right;
}

.search_result_link A, .search_result_link A:link, .search_result_link A:visited, .search_result_link A:active, .search_result_link A:hover {
	font-weight: bold;
	text-decoration: none;
}

.search_result_paging {
	text-align: right;
	padding: 0.75em 0 0.75em 0;
}

/****************************** BOX_ATHLETE_CLUB ******************************/

#box_athlete_club {
	padding: 0 0.75em 0 0.75em;	
}

#box_athlete_club_headline {
	padding: 0 0 0.75em 0;
	background-image: url(../img/dotted_h.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}

#box_athlete_club_username {
	padding: 0.75em 0 0.5em 0;
}

#box_athlete_club_alter {
	padding: 0 0 0.5em 0;
}

#box_athlete_club_logout {
	text-align: right;
}

/****************************** FORM ******************************/

FIELDSET {
	margin: 0;
	padding: 0;
	border: 0;
}

FORM {
	padding: 0;
	margin: 0;
}

TEXTAREA {
	font-size: 1em;
	font-family: Arial, sans-serif;
	border: 1px solid #B0B0B0;
}

.form_textarea {
	width: 24em;
}

INPUT.text {
	height: 1.5em;
	padding: 0 0.25em 0 0.25em;
	margin: 0;
	border: 1px solid #B0B0B0;
	line-height: 1.5em;
}

.form_error {
	color: #D51B40;
	font-weight: bold;
	padding: 0 0 1em 0;
}

.form_label_left_two {
   width: 9em;
   text-align: left;
   float: left;
   margin-right: 0.5em;
   padding-top: 0.2em;
}

.form_element_spacer {
   padding-bottom: 0.5em;
}

.form_txt {
   width: 24em;
}

.form_txt_day {
   width: 2.5em;
}

.form_txt_month {
   width: 2.5em;
}

.form_txt_year {
   width: 4em;
}

.form_txt_two_first {
   width: 11.75em;
   margin-right: 0.5em;
}

.form_select {
   width: 24em;
}

.form_txt_phone_area_code {
   width: 2.5em;
}

.form_txt_phone {
   width: 12em;
}

.form_txt_other_sport {
   width: 18.5em;
}

.form_clear {
   clear: both;
}

.textarea_terms {
  width: 34em;
}

.form_submit {
   width: 34em;
   padding-top: 1em;
   padding-left: 0em;
   text-align: right;
}

.form_button {
   border: none;
   background-color: #003f85;
   font-weight: bold;
   color: #FFFFFF;
   padding: 0.2em 0.5em 0.2em 0.5em;
}

.form_label_left {
   width: 12em;
   text-align: left;
   float: left;
   margin-right: 0.5em;
   padding-top: 0.2em;
}

.form_submit_two {
   width: 25em;
   padding-top: 1em;
   padding-left: 0em;
   text-align: right;
}

.form_submit_three {
   width: 34.5em;
   padding-top: 1em;
   padding-left: 0em;
   text-align: right;
}

/****************************** CONTACTS ******************************/

.contacts_entry {
	background-image: url(../img/contacts_bg_off.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: #D5D5D5;
	border-left: 1px solid #DFDFDF;
	border-bottom: 1px solid #A0A0A0;
	border-right: 1px solid #DFDFDF;
}

.contacts_entry_on {
	background-image: url(../img/contacts_bg_on.gif);
	background-color: #FFFFFF;
}

DIV.contacts_entry_link, A.contacts_entry_link, A.contacts_entry_link:link, A.contacts_entry_link:visited, A.contacts_entry_link:active, A.contacts_entry_link:hover {
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding: 0.2em 2em 0.2em 2em;
	background-image: url(../img/contacts_arrow.gif);
	background-position: 0.6em 0.4em;
	background-repeat: no-repeat;
}

DIV.contacts_entry_link {
	color: #003F85;
}

A.contacts_entry_link_on, A.contacts_entry_link_on:link, A.contacts_entry_link_on:visited, A.contacts_entry_link_on:active, A.contacts_entry_link_on:hover {	
	background-image: url(../img/contacts_arrow_down.gif);
}

.contacts_entry_link_organisation {
	font-weight: normal;
}

.contacts_entry_detail {
	padding: 0.5em 0 0.5em 0;
	color: #003F85;
}

.contacts_entry_detail_col1 {
	float: left;
	overflow: hidden;
	width: 10em;
	padding: 0 1em 0 2em;
}

.contacts_entry_detail_col2 {
	float: left;
	overflow: hidden;
	width: 13em;
	padding: 0 1em 0 0;
}

.contacts_entry_detail_col2_inner {
	font-size: 0.9em;
}

.contacts_entry_detail_col3 {
	float: left;
	overflow: hidden;
	width: 14em;
}

.contacts_entry_detail_col3_inner {
	font-size: 0.9em;
}

.tbl_contacts {
	font-size: 0.9em;
}

.tbl_contacts th, td {
	vertical-align: top;
	vertical-align: text-top;
}

/****************************** TOOLTIP ******************************/

.tooltip { 
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 3; 
	display: none;
}

/****************************** CALENDAR ******************************/

.calendar_no_results {
	font-weight: bold;
	padding: 1em;
}

.calendar_result_detail {
	padding: 0.5em 1em 0.5em 2em;
}

/****************************** CALENDAR_BOX_TOOLTIP ******************************/

.calendar_box_tooltip_content {
	background-color: #DEE3E9;
	width: 20em;
	border: 1px solid #282F69;
	padding: 1.5em;
	text-align: left;
	clear: both;
	line-height: 1.4em;
}

.calendar_box_tooltip_content H1 {
	padding: 0;
	margin: 0;
}

.calendar_box_tooltip_content DIV {
	padding: 0;
	margin: 0;
	color: #000000;
	font-weight: normal;
}

/****************************** CALENDAR_BOX ******************************/

#calendar_box_headline {
	padding: 1em 0.75em 0 0.75em;
}

#calendar_box {
	margin: 0 0 0 0.75em;
	padding: 1.5em 0 0.5em 0;
	width: 15.5em;
	text-align: center;
}

#calendar_box_weekdays {
}

.calendar_box_weekday {
	float: left;
	width: 2.1em;
	line-height: 2.1em;
	font-weight: bold;
	text-align: center;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#calendar_box_days {
}


DIV.calendar_box_day {
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	width: 2.1em;
	float: left;
	line-height: 2.1em;
	font-weight: normal;
	text-align: center;
	background-color: #DFE4E8;
}

A.calendar_box_day, A.calendar_box_day:link, A.calendar_box_day:visited, A.calendar_box_day:active, A.calendar_box_day:hover {
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	width: 2.1em;
	float: left;
	display: block;
	line-height: 2.1em;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	background-color: #C6CBCF;
}

DIV.calendar_box_day_now {
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	width: 2.1em;
	float: left;
	line-height: 2.1em;
	font-weight: normal;
	text-align: center;
	background-color: #D51B40;
	color: #FFFFFF;
	
}

A.calendar_box_day_now, A.calendar_box_day_now:link, A.calendar_box_day_now:visited, A.calendar_box_day_now:active, A.calendar_box_day_now:hover {
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	width: 2.1em;
	float: left;
	display: block;
	line-height: 2.1em;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	background-color: #D51B40;
	color: #FFFFFF;
}

.calendar_box_day_empty {
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	width: 2.1em;
	line-height: 2.1em;
	float: left;
}

.calendar_box_navi {
	padding: 0 0 0.3em 0;
}

.calendar_box_navi_previous {
	width: 1em;
	float: left;
}

.calendar_box_navi_previous IMG, .calendar_box_navi_next IMG {
	width: 1em;
	height: 1em;
}

.calendar_box_navi_next {
	width: 1em;
	float: left;
}

.calendar_box_navi_date {
	width: 13em;
	float: left;
	font-weight: bold;
	color: #003f85;
	text-align: center;
}

/****************************** SITEMAP ******************************/

#sitemap {
}

#sitemap UL {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#sitemap LI {
	padding: 0;
	margin: 0;
	/* IE6 White-Space BUG */
	display: inline;
}

#sitemap LI A, #sitemap LI A:link, #sitemap LI A:visited, #sitemap LI A:active, #sitemap LI A:hover {
	background-color: #282F69;
	background-image: url(../img/header_bg.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0.3em 1em 0.3em 1em;
	font-size: 1em;
	margin: 0 0 0.4em 0;
	display: block;
	text-decoration: none;
}

#sitemap LI LI A, #sitemap LI LI A:link, #sitemap LI LI A:visited, #sitemap LI LI A:active, #sitemap LI LI A:hover {
	background-image: none;
	font-weight: bold;
	color: #003f85;
	padding: 0.3em 1em 0.3em 1em;
	font-size: 1em;
	display: block;
	text-decoration: none;
	background-color: #FFFFFF;
}

#sitemap LI LI LI A, #sitemap LI LI LI A:link, #sitemap LI LI LI A:visited, #sitemap LI LI LI A:active, #sitemap LI LI LI A:hover {
	font-weight: normal;
	color: #000000;
	padding: 0.3em 1em 0.3em 3em;
}

#sitemap LI LI LI LI A, #sitemap LI LI LI LI A:link, #sitemap LI LI LI LI A:visited, #sitemap LI LI LI LI A:active, #sitemap LI LI LI LI A:hover {
	font-weight: normal;
	color: #000000;
	padding: 0.3em 1em 0.3em 5em;
}

/****************************** LINKS ******************************/

A, A:link, A:visited, A:active {
	color: #003f85;
	-moz-outline-width: 0;
}

A:hover {
	color: #c40028;
}

A.button, A.button:link, A.button:visited, A.button:active, A.button:hover {
   background-color: #003f85;
   font-weight: bold;
   color: #FFFFFF;
   padding: 0.2em 0.5em 0.2em 0.5em;
   text-decoration: none;
}

A.next, A.next:link, A.next:visited, A.next:active {
	color: #003f85;
	padding: 5px 26px 10px 0;
	font-weight: bold;
	background-image: url(../img/link_next.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: none;
	display: block;
	float: right;
}

A.previous, A.previous:link, A.previous:visited, A.previous:active {
	color: #003f85;
	padding: 5px 0 10px 26px;
	font-weight: bold;
	background-image: url(../img/link_previous.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
	display: block;
	float: left;
}

A.arrow, SPAN.arrow A {
	background-image: url(../img/list_arrow.gif);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	padding: 0 0 0 16px;
}

A.pdf, SPAN.pdf A {
	background-image: url(../img/list_pdf.gif);
	background-repeat: no-repeat;
	background-position: 2px 0px;
	padding: 0 0 0 16px;
}

A.word, SPAN.word A {
	background-image: url(../img/list_word.gif);
	background-repeat: no-repeat;
	background-position: 2px 0px;
	padding: 0 0 0 20px;
}

/****************************** TABLE ******************************/

.table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}
			
.table TH {
	text-align: left;
	font-weight: bold;
	vertical-align: top;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	padding: 0.2em;
}
			
.table TD {
	vertical-align: top;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 0.2em;
}

/****************************** NEWS_ARCHIVE ******************************/

.news_archive {
	padding: 0 0 1em 0;
}

.news_archive_date {
	float: left;
	width: 10em;
}

.news_archive_title {
	float: left;
	width: 32em;
}

.news_archive_title A {
	text-decoration: none;
}

.news_archive_navi {
	padding: 0 0 1em 0;
}

/****************************** NEWS_DETAIL ******************************/

.news_detail_date {
	text-align: right;
	font-size: 0.9em;
	padding: 0 0 0.4em 0;
}

.news_detail_link_previous {
	width: 33%;
	float: left;
}

.news_detail_link_archive {
	width: 33%;
	float: left;
	text-align: center;
}

.news_detail_link_archive A, .news_detail_link_archive A:link, .news_detail_link_archive A:visited, .news_detail_link_archive A:active, .news_detail_link_archive A:hover {
	font-weight: bold;
	text-decoration: none;
	padding: 5px 0 0 0;
	display: block;
}

.news_detail_link_next {
	width: 33%;
	float: left;
}



/****************************** NEWS_HOME ******************************/

#news_home {
	position: relative;
	top: 0;
	left: 0;
	min-height: 31em;
	background-image: url(../img/dotted_v.gif);
	background-repeat: repeat-y;
	background-position: 21.5em 0;
}

* html #news_home {
	height: 31em;
}

#news_home_links {
	margin: 0 0 0 21.5em;
	padding: 0 0 0 0.5em;
	width: 20em;
}

.news_home_detail {
	position: absolute;
	top: 0;
	left: 0;
	width: 20em;
}

.news_home_links_headline {
	background-color: #282F69;
	background-image: url(../img/header_bg.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0.3em 1em 0.3em 1em;
	font-size: 1em;
	margin: 0 0 0 1em;
}

A.news_home_links_link, A.news_home_links_link:link, A.news_home_links_link:visited, A.news_home_links_link:active, A.news_home_links_link:hover {
	display: block;
	padding: 1em 1em 1em 2em;
	text-decoration: none;
	color: #000000;
	
}

A.news_home_links_link_on, A.news_home_links_link_on:link, A.news_home_links_link_on:visited, A.news_home_links_link_on:active, A.news_home_links_link_on:hover {
	background-image: url(../img/news_home_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0.3em center;
	/*font-weight: bold;*/
	color: #003f85;
}

.news_home_links_delimiter {
	margin: 0 0 0 1em;
}

.news_home_links_delimiter DIV {
	font-size: 0;
	line-height: 0;
	height: 1px;
	background-image: url(../img/dotted_h.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}

.news_home_detail_image {
	padding: 0 0 1.5em 0;
}

.news_home_detail_image IMG {
	width: 20em;
	height: 13em;
}

.news_home_detail_title {
	font-size: 1.3em;
	font-weight: bold;
	padding: 0 0 0.5em 0;
	color: #003f85;
}

.news_home_detail_date {
	font-size: 0.9em;
	padding: 0 0 0.3em 0;
}

.news_home_detail_teaser {
	padding: 0 0 1.5em 0;
}

.news_home_detail_link {
}

.news_home_archive {
	padding: 1em 1em 1em 2em;
}

.news_home_alt_read_more {
	padding: 0.5em 0 2em 0;
	text-align: right;
}


/****************************** HEADLINES ******************************/

H1 {
	font-size: 1.4em;
	padding: 0 0 0.5em 0;
	margin: 0;
	font-weight: bold;
	color: #003f85;
}

H2 {
	font-size: 1.2em;
	padding: 0 0 0.3em 0;
	margin: 0;
	font-weight: bold;
	color: #003f85;
}

H3 {
	font-size: 1em;
	padding: 0 0 0.1em 0;
	margin: 0;
	font-weight: bold;
	color: #003f85;
}

.headline {
	background-color: #282F69;
	background-image: url(../img/header_bg.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0.3em 1em 0.3em 1em;
	font-size: 1em;
	margin: 0 0 0.4em 0;
}

/****************************** LIST ******************************/

ul {
	padding-top: 0em;
   	padding-bottom: 1em;
   	margin-top: 0em;
  	margin-bottom: 0em;
}

ul.list_link {
   	list-style-image: url(../img/list_arrow.gif);
}

ul.list_pdf {
   	list-style-image: url(../img/list_pdf.gif);
}

ul.list_word {
   	list-style-image: url(../img/list_word.gif);
}

li.link {
   	list-style-image: url(../img/list_arrow.gif);
}

li.pdf {
   	list-style-image: url(../img/list_pdf.gif);
}

li.word {
   	list-style-image: url(../img/list_word.gif);
}

li.normal {
   	list-style-image: none;
}

/****************************** LAYOUT ******************************/

#page {
	width: 83em;
	margin: 0 auto;
	text-align: left;
	min-height: 100%;
	background-color: #FFFFFF;
}

* html #page {
	height: 100%;
}

#header {
	width: 83em;
	height: 12.5em;
}

#header_navi {
	background-image: url(../img/bg_header_navi.gif);
	background-repeat: repeat-x;
	background-position: top left;
	height: 2.5em;
	border-bottom: 1px solid #979797;
	margin: 0 0 1.5em 0;
	background-color: #D0D0D0;
	position: relative;
	top: 0;
	left: 0;
}

#left_col {
	width: 15em;
	margin: 0 0 0 0;
	/*background-color: green;*/
	float: left;
	/* 'double margin' bug ie6*/
	display: inline;
	overflow: hidden;
}

#cols {
	padding: 0 0 1.5em 1.5em;
}

#center_col {
	width: 45em;
	margin: 0 0 0 1.5em;
	float: left;
	overflow: hidden;
}

#content {
	width: 45em;
	overflow: hidden;
}

#content_inner {
	/*overflow: hidden;*/
	padding: 1em 0 0 0;
	margin: 0 0 0 1.5em;
	width: 42em;
}

#content_inner_large {
	/*overflow: hidden;*/
	padding: 1em 0 0 0;
	margin: 0 0 0 0;
	width: 45em;
}


#right_col {
	float: left;
	width: 17em;
	margin: 0 0 0 1.5em;
	display: inline;
	overflow: hidden;
}

/****************************** HEADER NAVI ******************************/

#header_navi_headline {
	position: absolute;
	top: 0.8em;
	left: 1.5em;
	width: 18.25em;
	height: 1em;
}

#header_navi_headline_2 {
	position: absolute;
	top: 0.8em;
	left: 1.5em;
	width: 23.5em;
	height: 1em;
}

#header_navi_contrast_label {
	position: absolute;
	top: 0.75em;
	left: 49em;
}

#header_navi_contrast_label SPAN {
	font-size: 0.9em;
}

#header_navi_contrast_high {
	position: absolute;
	top: 0.5em;
	left: 55em;
	padding: 0 1.2em 0 0;
	background-image: url(../img/header_navi_pipe.png);
	background-repeat: no-repeat;
	background-position: right center;
	behavior: url(iepngfix.htc);
}

#header_navi_contrast_high IMG {
	width: 2em;
	height: 1.75em;
}

#header_navi_contrast_low {
	position: absolute;
	top: 0.5em;
	left: 59.5em;
}

#header_navi_contrast_low IMG {
	width: 2em;
	height: 1.75em;
}

#header_navi_fontsizer_label {
	position: absolute;
	top: 0.75em;
	left: 65.5em;
}

#header_navi_fontsizer_label SPAN {
	font-size: 0.9em;
}

#header_navi_fontsizer_smaller {
	position: absolute;
	top: 0.5em;
	left: 70.5em;
	padding: 0 1em 0 0;
	background-image: url(../img/header_navi_pipe.png);
	background-repeat: no-repeat;
	background-position: right center;
	behavior: url(iepngfix.htc);
}

#header_navi_fontsizer_smaller IMG {
	width: 2em;
	height: 1.75em;
}

#header_navi_fontsizer_standard {
	position: absolute;
	top: 0.5em;
	left: 74.5em;
	padding: 0 1em 0 0;
	background-image: url(../img/header_navi_pipe.png);
	background-repeat: no-repeat;
	background-position: right center;
	behavior: url(iepngfix.htc);
}

#header_navi_fontsizer_standard IMG {
	width: 2em;
	height: 1.75em;
}

#header_navi_fontsizer_larger {
	position: absolute;
	top: 0.5em;
	left: 78.5em;
	padding: 0 1em 0 0;
}

#header_navi_fontsizer_larger IMG {
	width: 2em;
	height: 1.75em;
}

#header_navi_rss_label {
	position: absolute;
	top: 0.75em;
	left: 40em;
	behavior: url(iepngfix.htc);
}

#header_navi_rss_label SPAN {
	font-size: 0.9em;
}

#header_navi_rss_icon {
	position: absolute;
	top: 0.5em;
	left: 43em;
	behavior: url(iepngfix.htc);
}

/****************************** NAVI ******************************/

#navi {
}

#navi UL {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#navi LI {
	padding: 0;
	margin: 0;
	/* IE6 White-Space BUG */
	display: inline;
}

/****************************** NAVI LEVEL 1 ******************************/

#navi LI A, #navi LI A:link, #navi LI A:visited, #navi LI A:active, #navi LI A:hover {
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 0.75em 0 0.75em 0;
	display: block;
	background-image: url(../img/dotted_h.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

#navi LI DIV.first A, #navi LI DIV.first A:link, #navi LI DIV.first A:visited, #navi LI DIV.first A:active, #navi LI DIV.first A:hover {
	margin: 0;
	padding: 0 0 0.75em 0;
	/* IE BUG - wenn background image auf none gesetzt wird, dann wird teilweise der linke und rechte border nicht angezeigt */
	background-image: url(../img/blank.gif);
}

#navi LI DIV.last A, #navi LI DIV.last A:link, #navi LI DIV.last A:visited, #navi LI DIV.last A:active, #navi LI DIV.last A:hover {
	margin: 0;
	padding: 0.75em 0 0.75em 0;
}
 
#navi LI DIV {
	padding: 0;
	margin: 0 0.75em 0 0.75em;
}

#navi LI DIV.open {
	background-image: url(../img/dotted_h.gif);
	background-repeat: repeat-x;
	background-position: bottom left; 
}

#navi LI UL {
	padding: 0.5em 0 0.5em 0;
	background-repeat: repeat-x;
	background-position: top left;
}

/****************************** NAVI LEVEL 2 ******************************/

#navi LI LI DIV {
	padding: 0;
	margin: 0;
}

#navi LI LI A, #navi LI LI A:link, #navi LI LI A:visited, #navi LI LI A:active, #navi LI LI A:hover {
	font-weight: normal;
	margin: 0;
	padding: 0.25em 0.75em 0.25em 0.75em;
	/* IE BUG - wenn background image auf none gesetzt wird, dann wird teilweise der linke und rechte border nicht angezeigt */
	background-image: url(../img/blank.gif);
}

#navi LI LI DIV.on A, #navi LI LI DIV.on A:link, #navi LI LI DIV.on A:visited, #navi LI LI DIV.on A:active, #navi LI LI DIV.on A:hover {
	background-color: #D9DADF;
}

/****************************** NAVI LEVEL 3 ******************************/

#navi LI LI LI A, #navi LI LI LI A:link, #navi LI LI LI A:visited, #navi LI LI LI A:active, #navi LI LI LI A:hover {
	font-size: 0.9em;
	padding: 0.2em 1em 0.2em 2.25em;
	margin: 0;
}

#navi LI LI LI DIV.on A, #navi LI LI LI DIV.on A:link, #navi LI LI LI DIV.on A:visited, #navi LI LI LI DIV.on A:active, #navi LI LI LI DIV.on A:hover {
	background-color: #D9DADF;
	background-image: url(../img/arrow_navi.gif);
	background-repeat: no-repeat;
	background-position: 1em 0.5em;
	font-weight: bold;
}

/****************************** BOX ******************************/

.box {
	padding: 0 0 1em 0;
	overflow: hidden;
}

.box_body {
	background-image: url(../img/dotted_v.gif);
	background-repeat: repeat-y;
	background-position: top left;
	padding: 0 0 0 1px;
}

.box_body_inner {
	background-image: url(../img/dotted_v.gif);
	background-repeat: repeat-y;
	background-position: top right;
	padding: 0 1px 0 0;
}

.box_header {
	padding: 0 0 0 10px;
	background-image: url(../img/corner_top_left.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 10px;
}

.box_header DIV {
	padding: 0 10px 0 0;
	background-image: url(../img/corner_top_right.gif);
	background-repeat: no-repeat;
	background-position: top right;
	height: 10px;
	margin: 0;
	font-size: 0;
	line-height: 0;
}

.box_header DIV DIV {
	padding: 0;
	background-image: url(../img/dotted_h.gif);
	background-repeat: repeat-x;
	background-position: top left;
	height: 10px;
}

.box_footer {
	padding: 0 0 0 10px;
	background-image: url(../img/corner_bottom_left.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 10px;
}

.box_footer DIV {
	padding: 0 10px 0 0;
	background-image: url(../img/corner_bottom_right.gif);
	background-repeat: no-repeat;
	background-position: top right;
	height: 10px;
	margin: 0;
	font-size: 0;
	line-height: 0;
}

.box_footer DIV DIV {
	padding: 0;
	background-image: url(../img/dotted_h.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	height: 10px;
}

/****************************** PARTNERS ******************************/

#partners {
	margin: 2.25em 0.75em 0 0.75em;
	padding: 0.5em 0 0 0;
	background-image: url(../img/dotted_h.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

#partners H5 {
	padding: 0;
	margin: 0;
	color: #003f85;
	text-transform: uppercase;
	font-size: 0.9em;
}

#partners DIV {
	padding: 0.25em 0 0.25em 0;
	text-align: center;
}

#partners IMG {
	width: 10em;
	height: 4em;
}

/****************************** PATRONS ******************************/

#patrons {
	margin: 1em 0.75em 0 0.75em;
	padding: 0.5em 0 0 0;
	background-image: url(../img/dotted_h.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

#patrons H5 {
	padding: 0;
	margin: 0;
	color: #003f85;
	text-transform: uppercase;
	font-size: 0.9em;
}

#patrons DIV {
	text-align: center;
}

#patrons IMG {
	width: 10em;
	height: 3em;
}

/****************************** COUNTDOWNS ******************************/

#countdowns {
}

.countdown {
	width: 14em;
	padding: 0.25em 0 0.25em 0;
}

.countdown_image {
	float: left;
	width: 6em;
	text-align: center;
	overflow: hidden;
}

.countdown_image IMG {
	width: 5em;
	height: 5em;
}

.countdown_text {
	color: #003f85;
	width: 8.5em;
	float: left;
	padding: 0.5em 0 0 0;
	font-size: 0.9em;
}

.countdown_text_line1 {
	padding: 0 0 0.25em 0;
}

.countdown_days {
	font-size: 1.4em;
	font-weight: bold;
}

.banner {
	overflow: hidden;
	text-align: center;
}


/****************************** SEARCH ******************************/

#search_box {
	width: 15.5em;
	margin: 0 0 0 0.75em;
	padding: 0 0 1em 0;
	background-image: url(../img/dotted_h.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}

#search_box_input {
	width: 11em;
	float: left;
}

#search_box_submit {
	width: 3.33em;
	height: 1.66em;
	float: right;
}

/****************************** IMAGE_LEFT ******************************/

.image_left
{
   float: left;
   padding-top: 1em;
   padding-right: 1em;
   padding-bottom: 1em;
   padding-left: 0em;
}

.image_left .image_left_image
{
}

.image_left .image_left_comment
{
   padding: 0.2em 0.5em 0em 0.5em;
}


/****************************** IMAGE_RIGHT ******************************/

.image_right
{
   float: right;
   padding-top: 1em;
   padding-right: 0em;
   padding-bottom: 1em;
   padding-left: 1em;
}

.image_right .image_right_image
{
}

.image_right .image_right_comment
{
   padding: 0.2em 0.5em 0em 0.5em;
}


/****************************** BANNER BUTTON ******************************/

#banner_buttons {
}

.banner_button {
	margin: 0 0 0 0.75em;
	padding: 1px 0 0 0;
	background-image: url(../img/dotted_h.gif);
	background-repeat: repeat-x;	
	width: 15.5em;
}

.banner_button IMG {
	width: 15.5em;
	height: 5.5em;
}

.banner_button2 {
	margin: 0 0 0 0.75em;
	padding: 1px 0 0 0;
	background-image: url(../img/dotted_h.gif);
	background-repeat: repeat-x;	
	width: 15.5em;
}

.banner_button2 IMG {
	width: 15.5em;
	height: 6.25em;
}

/****************************** FOOTER ******************************/

#footer {
	width: 45em;
	padding: 3em 0 1em 0;
	background-image: url(../img/dotted_h.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}

#footer_left {
	float: left;
}

#footer_right {
	float: right;
}

#footer_links {
	color: #444444;
}


#footer_links DIV {
	float: left;
	margin: 0 0 0 0.5em;
	padding: 0 0 0 0.5em;
	background-image: url(../img/footer_links_pipe.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#footer_links DIV.first {
	padding: 0;
	margin: 0;
	background-image: none;
}

#footer_links A, #footer_links A:link, #footer_links A:visited, #footer_links A:active {
	text-transform: uppercase;
	color: #444444;
	text-decoration: none;
	font-size: 0.9em;
}

#footer_links A:hover {
	color: #c40028;
}

#footer_time {
	padding: 0.5em 0 0 0;
	text-align: right;
	font-size: 0.9em;
	color: #444444;
}

#footer_icons DIV {
	float: left;
	padding: 0 0 0 1em;
	margin: 0 0 0 1em; 
	background-image: url(../img/footer_icons_pipe.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#footer_icons IMG {
	width: 2.5em;
	height: 2em;
}

/****************************** HOME LINKS ******************************/

.home_links {
	padding: 0 0 1.5em 0;
}

.home_links_link {
	float: left;
	padding: 0 10px 10px 0;
}
