/*-- GENERELLE DEFINITIONEN --*/
* {
	margin: 0;
	padding: 0;
}

#container {
	background-color: white;
	border: 1px solid #555555;
	text-align: left;
	padding-top: 12px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin: 20px;
}

/*--- Body ---*/

body#main_body {
	text-align: center;
	background-color: #C0C0C1;
	background-image: url(../images/static/background.jpg);
	background-repeat: repeat-x;
}

body#red_body {
	background: #C0C0C1 url(../images/static/background_red.jpg) repeat-x;
	text-align: center;
}

body#blue_body {
	background: #C0C0C1 url(../images/static/background_blue.jpg) repeat-x;
	text-align: center;
}


/*--- Ende Body ---*/

/*-- Ende GENERELLE DEFINITIONEN --*/

/*-- Definition der CSS die für den HEADER verwendet werden --*/

#header	{
	height: 220px;
	margin-bottom: 20px;
}

#blank {
	height: 400px;
	margin-bottom: 20px;
}

#key_visual {
	right: 50px;
	margin-right: 200px;
	height: 220px;
	background-image: url(../images/dynamic/Hintergrund.jpg);
	background-repeat: no-repeat;
	background-position: center;  
}
#sport_visual {
	right: 50px;
	margin-right: 200px;
	height: 220px;
	background-image: url(../images/dynamic/Hintergrund_Sport.jpg);
	background-repeat: no-repeat;
	background-position: center;  
}
#foto_visual {
	right: 50px;
	margin-right: 200px;
	height: 220px;
	background-image: url(../images/dynamic/Hintergrund_Foto.jpg);
	background-repeat: no-repeat;
	background-position: center;  
}
#wir_visual {
	right: 50px;
	margin-right: 200px;
	height: 220px;
	background-image: url(../images/dynamic/Hintergrund_wir.jpg);
	background-repeat: no-repeat;
	background-position: center;  
}

#sport_bike {
	right: 50px;
	margin-right: 200px;
	height: 220px;
	background-image: url(../images/dynamic/Sport_Bike.jpg);
	background-repeat: no-repeat;
	background-position: center;  
}

#sport_ski {
	right: 50px;
	margin-right: 200px;
	height: 220px;
	background-image: url(../images/dynamic/Sport_Ski.jpg);
	background-repeat: no-repeat;
	background-position: center;  
}



#logo {
  position: absolute;
  top: 169px;
  width: 269px;
  height: 68px;
  background-repeat: no-repeat;
}

/*-- Ende der HEADER definition --*/

/*--- MAIN NAVIGATION (Kopfbereicht) ---*/

#main_nav_container {
	top: 36px;
	width:170px;
	height:220px;
	margin-right: 0px;
	background-image: url(../images/dynamic/key_visual5_sm.jpg);
	position: absolute;
	right: 50px;
}

#main_nav_list {
  margin: 0px;
  margin-top:14px;
  margin-bottom: 0px;
  list-style-type: none;
}

#main_nav_list a {
  display: block;
  border-bottom: 1px dashed #BFBFBF;
  padding-left: 45px;
  line-height: 18px; 
  vertical-align: middle;
  background-repeat: no-repeat;
}

a.main_nav_active_item {
	background-image: url(../images/dynamic/buttonset3/main_nav_active_button.gif);
	font-family: 'Trebuchet MS',Verdana,Arial,sans-serif;
	font-style: normal ;
	font-size: 12px;
	font-weight: normal ;
    text-decoration: none;
    color: #000000;
}

a.main_nav_item {
	background-image: url(../images/dynamic/buttonset3/main_nav_link_button.gif);
    color: #000000;
    text-decoration: none;
	font-size: 12px;
	font-family: 'Trebuchet MS',Verdana,Arial,sans-serif;
	font-style: normal ;
	font-weight: normal ;
}

a.main_nav_item:hover {
	background-image: url(../images/dynamic/buttonset3/main_nav_hover_button.gif);
	font-family: 'Trebuchet MS',Verdana,Arial,sans-serif;
	font-style: normal ;
	font-size: 12px;
	font-weight: normal ;
    text-decoration: none;
    color: #000000;
	background-color: #CFCFE7;
}

/*--- ENDE MAIN NAVIGATION (Kopfbereicht) ---*/


/*--- UNTER NAVIGATION (Unten) ---*/

#sub_nav_container {
	top: 245px;
	width:170px;
	margin-right: 0px;
	position: absolute;
	right: 50px;
/*	background-color: #EDF6FB;*/
	background-color: #CFCFE7;


}

#sub_nav_list {
	list-style-type: none;
/*	background-color: #EDF6FB;*/
/*	background-color: #CFCFE7;*/
	padding: 0px;
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#sub_nav_list a {
	display: block;
	padding-left: 45px;
	line-height: 18px;
	vertical-align: middle;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ACACAC;
}

a.sub_nav_active_item {
  background: url(../images/dynamic/buttonset3/main_nav_active_button.gif) no-repeat;
  font-family: 'Trebuchet MS',Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #000000;
  background-position: top right;
}
a.sub_nav_item {
  background: url(../images/dynamic/buttonset3/sub_nav_link_button.gif) no-repeat;
  font-family: 'Trebuchet MS',Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #000000;
  background-position: top right;
}
a.sub_nav_item:hover {
  background: url(../images/dynamic/buttonset3/sub_nav_hover_button.gif) no-repeat;
  font-family: 'Trebuchet MS',Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #000000;
}

/*--- ENDE UNTER NAVIGATION (Unten) ---*/

/*--- INHALT - Wird in den linken Bereich geschrieben ---*/

#content_container {
    font-family: 'Trebuchet MS',Verdana,Arial,sans-serif;
	overflow: hidden;
	margin-top: 0;
	right: 50px;
	margin-right: 10px;
	padding-right: 190px;
}

#content_container p {
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #000000;
}

#content_container h1 {
  font-style: normal;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #0062A0;
}
#content_container h2 {
  font-style: normal;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #0062A0;
}
#content_container h3 {
  font-style: normal;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #0062A0;
}
#content_container h4 {
  font-style: normal;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  color: #0062A0;
}
#content_container h4.test {
  font-family: Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 6px;
  font-weight: bold;
  text-decoration: none;
  color: #0062A0;
}
#content_container a {
	font-style: normal;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #0062A0;
}

#content_container a:visited {
  color: #004777;
}
#content_container a:hover {
  color: #004777;
}
#content_container a:active {
  color: #004777;
}

#content_container ul {
  margin: 20px 0px 20px 40px;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #000000;

}

#content_container ol {
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #000000;
  margin: 20px 0px 20px 40px;
}



/*--- Content Container---*/
#content_container fieldset {
	border-color: #187EC0;
}
/*--- ENDE Content Container ---*/


/*--- Tabellen ---*/

/*--- leere Tabellen ---*/

tr.content_blank{
	font-size: 12px;
}

th.content_blank {
	font-size: 12px;
	padding: 1px 5px 1px 10px;
}

td.content_blank {
	font-size: 12px;
	padding: 1px 5px 1px 10px;
}

/*--- default Tabellen ---*/

table.content {
	font-size: 12px;
	width: 99%;
	margin: 20px auto 20px auto;
	/*border: 0;*/
	border-collapse: collapse;
}

tr.content{
	font-size: 12px;
	background-color: #FCFCFC;
}

th.content {
	font-size: 12px;
	border: 1px solid #777777; 
	padding: 1px 5px 1px 10px;
	background-color: #EDF6FB;
}

td.content {
	font-size: 12px;
	border: 1px dashed #777777; 
	padding: 1px 5px 1px 10px;
}
/*--- ENDE Tabellen ---*/



/*--- Listen ---*/

#content_container  ul{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 00px;
	margin-left: 40px;
}
#content_container ol{
	margin: 0px 0px 00px 40px;
}
/*--- ENDE Listen ---*/

/*--- ENDE INHALT - Wird in den linken Bereich geschrieben ---*/

/*--- FOOTER ---*/

#footer {
margin-top: 30px;
border-top: 1px dashed #D4D4D4;
clear: both; 
}
#footer_text {
	font-family: 'Trebuchet MS',Verdana,Arial,sans-serif;
	font-style: normal ;
	font-weight: normal ;
	text-decoration: none;
	margin-top: 4px;
    text-align: center;
    font-size: 10px; 
}
/*--- ENDE FOOTER ---*/

