/***********************************************/
/* HTML tag styles                             */
/***********************************************/
html,body {
	height:100%;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	font-size:100.1%;
	text-align:center;
	height:100%;
	background-color:#000000;
	background-image:url(/layout/back_verlauf.jpg);
	background-repeat:repeat-x;
	background-position:left top;

}
a, blockquote, caption, dd, dfn, div, dl, dt, form, h1, h2, h3, h4, h5, img, label, legend, li, ol, p, samp, table, tbody, td, tfoot, th, thead, tr, ul {font-size:100.1%; font-family: Arial, Helvetica, sans-serif; border:0; line-height:1.4}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color:#FFFFFF;
	text-decoration: underline;
}

a:hover{
	color:#FFFFFF;
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial, Helvetica, sans-serif;
 color: #FFFFFF;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial, Helvetica, sans-serif;
 color: #FFFFFF;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 90% Arial, Helvetica, sans-serif;
 color: #FFFFF;
 margin: 0px 0px 5px 0px;
 padding: 0px;
}

h4{
 font: 100% Arial, Helvetica, sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Verdana, Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

.container {
	width: 972px;
	clear: both;
	margin: 0 auto 0 auto;
	height:100%; 
	background-color:#000000;	
}

html>body .container {
	width: 972px;
	clear: both;
	margin: 0 auto 0 auto;
	height:100%; 
	background-color:#000000;
}

#header {
position:relative;	
}

#intro {
position:relative;	
top:20px;
}

#content {
	background-color:#2b2b2b;
	text-align:left;
}

.tour-left {
	clear:both;
	width:550px;
	float:left;
}
.tour-right {
	float:left;
	width:422px;
	height:491px;
	overflow:auto;
	background-image:url(/layout/tour_globe.gif);
	background-repeat:no-repeat;
	background-position:right top;
	font-size:0.9em;
	background-color:#2b2b2b;	
}

.tour-headline {
	padding:10px 15px 0px 26px;
}
.tour-text {
	padding:10px 15px 0px 30px;	
	clear:both;
	color:#c2c2c2;
font-size:0.9em;

}

.tour-text h2 {
 font: bold 90% Arial, Helvetica, sans-serif;
 color: #C2C2C2;
 margin: 0px 0px 5px 0px;
 padding: 0px;

}
.tour-text h1 {
	margin-bottom:10px;
}


.content_body {
	clear:both;
	border-right:3px #FFFFFF solid;
	border-left:3px #FFFFFF solid;	
	background-color:#FFFFFF;
	height:600px;		
}
html>body .content_body {
	clear:both;
	border-right:3px #FFFFFF solid;
	border-left:3px #FFFFFF solid;	
	background-color:#FFFFFF;
	min-height:600px;		
	height:auto;
}

.content_left {
	width:200px;
	float:left;
	margin:10px 0px 0px 0px;
	padding:0px 30px 0px 30px;
	color:#c2c2c2;
	font-size:0.85em;
	line-height:1.4;
	border-right:1px #858585 solid;	
}
.content_main {
	float:left;
	text-align:left;
	width:625px;
}
.content_right {

	text-align:left;
	padding:10px 30px 0px 30px;
	margin:0px 0px 0px 30px;
	color:#c2c2c2;
	font-size:0.85em;
	line-height:1.4;
}
.content-text {
	padding:10px 15px 0px 30px;
	clear:both;
	color:#c2c2c2;
font-size:0.85em;
line-height:1.4;
}

/************** nav_meta *****************/

#nav_meta{
	position:absolute;
	font-size:0.7em;
	color: #b0b0b0;
	padding:0px 10px 0px 0px;
	text-align:right;
	right:2px;
	top: 2px;
}

#nav_meta a:link, #nav_meta a:visited{
	color: #b0b0b0;
	margin:0px 5px 0px 5px;
	text-decoration: none;
}

#nav_meta a:hover{
	text-decoration: underline;
}

/************** nav_tage *****************/

.nav_tage {
	font-size:0.95em;
line-height:1.7;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#777777;
	padding:0px 0px 0px 0px;	
	margin:0px 0px 0px 0px;


}

html>body .nav_tage {
	font-size:0.95em;
	font-weight:bold;
line-height:1.7;
	color:#FFFFFF;
	background-color:#777777;
	padding:0px 0px 0px 0px;	
	margin:0px 0px 0px 0px;
}

.nav_tage_left {
	text-align:left;
	float:left;
	width:50px;
	padding-left:10px;
}
.nav_tage_left a:link, .nav_tage_left a:visited{
	color:#FFFFFF;
	text-decoration:none;
	display:block;
/*	float:left;*/
	padding:0em 10px 0.25em 20px;
	background-image:url(/layout/pfeil_links_grau.gif);
	background-repeat:no-repeat;
	background-position:left 3px;
}


.nav_tage_right {
/*
	text-align:right;
	float:right;
*/
	width:50px;
	margin-right:10px;
}
.nav_tage_right a:link, .nav_tage_right a:visited{
	color:#FFFFFF;
	text-decoration:none;
	display:block;
/*	float:right;*/
	padding:0em 20px 0.25em 10px;
	background-image:url(/layout/pfeil_rechts_grau.gif);
	background-repeat:no-repeat;
	background-position:right 3px;
}

.nav_tage_middle {
/*	border-left:1px #b2b2b2 solid;*/
	text-align:center;
}

.nav_tage_middle ul{
	margin:0;
	padding:0;
/*	text-align:center;*/

}

.nav_tage_middle li{
	list-style-type:none;
	display:inline;
	border-right:1px #b2b2b2 solid;
/*	border-left:1px #b2b2b2 solid;	 */
/*	border-right:1px #b2b2b2 solid;*/
/*	padding:0.1em 7px 0.1em 7px;*/
}
.nav_tage_middle li:first-child{
	border-left:1px #b2b2b2 solid;
}

.nav_tage_middle a:link, .nav_tage_middle a:visited{
	color:#FFFFFF;
	text-decoration:none;
	padding:0.1em 8px 0.1em 8px;
/*	padding:0.25em 8px 0.25em 8px;*/
}
.nav_tage_middle a:hover{
	color:#FFFFFF;
	text-decoration:none;
	background-color:#5b5b5b;
	padding:0.1em 8px 0.3em 8px;
}

/*
.nav_tage_middle a:hover{
	color:#FFFFFF;
	text-decoration:none;
	background-color:#5b5b5b;
	display:block;
	float:left;
	padding:0.1em 7px 0.2em 7px;
}
*/
a#nav_tage_middle_current {
	color:#FFFFFF;
	text-decoration:none;
	background-color:#5b5b5b;
	border-top:1px #b13e4b solid;
	border-bottom:1px #b13e4b solid;		
	padding:0em 8px 0.2em 8px;	
}
.content_landingpage {
	font-size:13px;
	color:#FFFFFF;
	padding:10px 20px 10px 20px;
	background-color:#414141;
}
.content_landingpage h3 {
	 font: bold 114% Arial, Helvetica, sans-serif;
	 color: #FFFFFF;
	 margin: 0px;
	 padding: 0px;
}
.content_landingpage2 {
	font-size:13px;
	color:#FFFFFF;
	padding:10px 20px 10px 20px;
	border-bottom:#414141 4px solid;	

}
.content_landingpage2 td {
	font-size:13px;

}
.content_landingpage2 h2 {
	 font: bold 114% Arial, Helvetica, sans-serif;
	 color: #FFFFFF;
	 margin: 0px;
    padding: 0px;
}
.content_landingpage2 table {


}

.content_landingpage3 {
	font-size:13px;
	color:#FFFFFF;
	padding:10px 20px 10px 20px;
}
.content_landingpage3 td {
	font-size:13px;

}
.content_landingpage3 h2 {
	 font: bold 114% Arial, Helvetica, sans-serif;
	 color: #FFFFFF;
	 margin: 0px;
         padding: 0px;
}
.presse_download {
	float:left;
}
.presse_download ul {
    line-height: 0.5em;
    list-style: none;
    margin: 0;
    padding: 0 0 0 0px; /* LTR */
    white-space: nowrap;
}
.presse_download li {
	/* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    list-style-type: none !important;
	/*    border-bottom: 1px solid #000;*/
    float: left; /* LTR */
	margin: 0;
	padding: 2px 20px 2px 0px;
}

.tour-uebersicht-static {
	background-image:url(/layout/fulda-challenge-uebersicht.jpg);
	background-repeat:no-repeat;
	height:480px;
	padding:0px 0px 0px 30px;
}
.tour-uebersicht-static-box {
	width:159px;
	float:left;
	margin:60px 35px 5px 35px;
}
.tour-uebersicht-static-box img{
	border:1px #d0d2ba solid;
}
.tour-uebersicht-static-box p{
	font-size:1.2em;
	text-align:center;
	line-height:1.1em;
	padding:0;
	margin:5px 0px 0px 0px;
}
.tour-uebersicht-static-box a{
	text-decoration:none;
	line-height:1.1em;
}
.clear-div {
	clear:both;
}
.nav_back {
	text-align:right;
	padding:10px 10px 0px 0px;
}


/************** Jetzt bewerben *****************/

.linkbewerben {
        float:left; 
	padding:10px 0px 0px 10px;
	font-size:1.1em;
        font-weight:normal;
        text-decoration: none;
	color: #FFFFFF;
}

.linkbewerben a {
	color: #E2001A;
	font-weight:bold;	
	text-decoration: none;
}

.linkbewerben a:hover{
	text-decoration: underline;
}


