@charset "utf-8";

* {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
	text-decoration:none;
}

a {
	text-decoration:none;
	}
	
li {
	list-style:none;
	list-style-type:none;
	list-style:inside;
	list-style-position:outside;
}

.highslide-html {
    background-color: #3d1e09;
	background-image:url(../img_global/bg_3.jpg);
	background-repeat:repeat-x;
}
.highslide-html-content {
	position: absolute;
    display: none;
	margin-left:auto;
	margin-right:auto;
}
/*
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;   
}
*/
.control {
	float: right;
    display: block;
    /*position: relative;*/
	margin-right:10px;
	margin-top:3px;
	}

.zurueck {
	color:#825d42;
	font-size:9px;
	text-align: right; 
	padding: 5px 0; 
	margin-right:5px;
	border-top: 1px solid #100901;
	}

/* hover-effekt	bei text links 
.control:hover {
	color: #492a0d !important;
}

.zurueck:hover {
	color: #000000 !important;
}
*/ 

.highslide-move {
	border-bottom: 1px solid #3a1e08;
	}
.highslide-move {
    cursor: move;
}

.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

	#mainContainer{
		width:760px;
		margin:0 auto;
		text-align:left;	
		background-color:#FFF;
		border:1px solid #E2EBED;
		margin-top:10px;
	}
	body{
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		width:100%;
		height:100%;
		margin:0px;
		padding:0px;
		text-align:center;
		background-color:#317082;		
	}
	.contentContainer{
		padding-left:10px;
		padding-right:10px;
		padding-bottom:10px;
	}
	.contentContainer p,.contentContainer h1{
		margin-top:0px;
	}
	
	/* END CSS FOR THIS DEMO */
	
	/* CSS FOR SLIDESHOW SCRIPT */
	.imageSlideshowHolder,.imageSlideshowHolder_left{
		margin:5px;	/* "Air" */
		float:right; /* Floating gallery at the right side of other web page content */		
		width:151px;	/* Image width */
		height:100px;	/* Image height */
		
		position:relative;	/* Don't remove this line */
	}
	.leftFloatingDiv{
		float:left;
		width:160px;
		height:110px;
	}
	/* Don't change these values */
	.imageSlideshowHolder img{
		position:absolute;
		left:0px;
		top:0px;
	}
.zoomingText{
    font-family: Trebuchet MS, Lucida Sans Unicode, Arial
    color: #B89300;
}
.skipIntro a{
    color:#341b07;
    font-size:18px;
    text-decoration:none;
}