/* CSS Document */

/* undohtml ------------------------------------------------------------------ */

:link,:visited { text-decoration:none }
ul,ol,dl { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,dl,dd,dt,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }

/* undohtml ------------------------------------------------------------------ */


body{
	background: #555 url(../img/bg_bert.jpg) center center no-repeat;
	color: #fff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

html, body, table, tr, td{
	height: 96%;
	width: 100%;
	vertical-align: center;
}

#vertical_center{
	top: 50%;
	position: absolute;
	margin-top: -200px;
}

#container{
	height: 400px;
	border-top: 2px dashed #fff;
	border-bottom: 2px dashed #fff;
	text-align: center;
	line-height: 20px;
	padding: 10px 0;
	z-index: 2;
	position: relative;
	margin-top: 25px;
}

#content_container{
	width: 990px;
	margin: auto;
	text-align: left;
}

#menu_container{
	position: absolute;
	top: -25px;
	left: 0;
	text-align: left;
	width: 100%;
}

#menu{
	width: 990px;
	color: #000;
	cursor: default;
	margin: auto;
	position: relative;
}

#menu a{
	color: #000;
	text-decoration: none;
	margin: 0 5px;
	line-height: 20px;
	padding-bottom: 4px;
}

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

#menu a.active{
	background: url(../img/dotted.gif) left 16px repeat-x;
}


#menu #language{
	text-align: right;
	right: 0;
	position: absolute;
}

#scrollcontainer{
	float: left;
	background: url(../img/bg_content.png);
	_background: url(../img/bg_content.gif);
	filter:alpha(opacity=90);
}

#content{
	padding: 10px 10px 10px 10px;
	width: 450px;
	height: 380px;
	overflow: hidden;
}

#slideshow{
 	height: 400px;
	width: 515px;
	float: right;
	display: inline;
	overflow: hidden;
	background: url(../img/bg_content.gif);
	text-align: center;
}

#bgimg{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
}


/* elelemens ------------------------------------------------------------------ */

p{
	margin-bottom: 20px;
	clear: both;
}

p.quote{
	font-style: italic;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
}
dl{
	clear: both;
	width: 460px;
	overflow: hidden;
}

dt{
	width: 50px;
	float: left;
	margin: 0 20px 0 0;
	font-weight: bold;
	clear: left;
}

dd{ 
	float: left;
	width: 350px;
	clear: left;
	margin: 0 0 10px 0;	
}

.italic{
	font-style: italic;
}

ul a{
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}


#myGallery
{
width: 515px !important;
_width: 510px !important;
height: 400px !important;
}

 .imageElement h3, .imageElement p{
	display: none;
}




			a.jScrollArrowUp {
				background: url(../img/basic_arrow_up.gif) no-repeat 0 0;
			}
			a.jScrollArrowUp:hover {
				background-position: 0 -15px;
			}
			a.jScrollArrowDown {
				background: url(../img/basic_arrow_down.gif) no-repeat 0 0;
			}
			a.jScrollArrowDown:hover {
				background-position: 0 -15px;
			}
			a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
				background-position: 0 -30px;
			}

#preload{
	position: absolute;
	left: -1000px;
	visibility: false;
}
