/*
--------------------------------------------------------------------------------------------------------------------------------

BODY

*/

html, body { 
    width:100%; 
    height:100%; 
    margin: 15px 0 0 0; 
    padding: 0; 
    
    font-family: Verdana;
    _font-family: Helvetica,sans-serif;
    font-size: 14px;

    color: #000000;
    _background-color: #AAAAAA;
    background-color: #C0C0C0;
    
} 
/*
--------------------------------------------------------------------------------------------------------------------------------

HELPER

*/

.clear {
	clear: both;
}

/*
--------------------------------------------------------------------------------------------------------------------------------

GENERAL

*/

h1, h2, h3, h4 {
	margin: 10px 0 10px 0;
	padding: 0;
	font-family: Georgia;
	font-style: italic;
	font-weight: bold;
	color: #999999;
}

a {
	color: #0066FF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	/* color: #0066CC; */
	color: #0033FF;
}


/*
--------------------------------------------------------------------------------------------------------------------------------

WORKSHEET

*/


div#worksheet {
    margin:0 auto; 
	padding: 10px;
	
	width: 960px;
	background-color: #FFFFFF;
	
	border: 1px solid #000000;
}

/*
--------------------------------------------------------------------------------------------------------------------------------

MENUE

*/

div#mainmenue {
	height: 25px;
	line-height: 25px;
	padding-left: 15px;

	_background-image: url("style/graphics/menue_back_01.jpg");
	background-color: #0033FF;
}

div#mainmenue a {
	margin-right: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

div#mainmenue a:hover {
	text-decoration: underline;
}
/*
--------------------------------------------------------------------------------------------------------------------------------

CONTENT

*/


div#content {
}

iframe { 
	margin: 5px 0 5px 0;
}

div#footer {
	text-align: center;
	color: #999999;
}

div.separator {
	margin: 10px 0 10px 0;
	height: 1px;
	border-bottom: 1px dashed #C0C0C0;
}
/*
--------------------------------------------------------------------------------------------------------------------------------

BUSTOUR

*/

#tour_overview .tour_teaser {
	width: 960px;
	height: 130px;
	color: #333333;
	/*
	border-bottom: 1px dashed #DDDDDD;
	*/
	margin-bottom: 20px;
}

#tour_overview .tour_teaser img {
	margin-right: 20px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	float: left;
}

table.bustour-statistik {
	width: 950px;
	font-size: 12px;
	color: #444444;
}

table.bustour-statistik tr.odd {
	background-color: #EEEEEE;
}

table.bustour-statistik td {
	padding: 5px;
	border-top: 1px solid #DDDDDD;
}

/*
--------------------------------------------------------------------------------------------------------------------------------
*/
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px 5px 5px 15px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
	height: 25px;
	background-color: #FFFFFF;
	
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
