@charset "UTF-8";


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::   C S S   Allgemein  :::::::: */

html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;

}


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	background-image: url(../images/berge.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

p{
	margin: 0px;
	padding: 0px;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::   K L A S S E N  A L L G E M E I N  ::::: */






/*::::::::::::::::::::::::::::::::::::::::::::::::::   E B E N E N  :::::::::::::::::::::::::: */
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#content{
	background-image: url(../images/bgRep.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
	/*padding-top: 15px;*/
	text-align: center;
	
	
	min-height: 100%;
	height: auto !important;
	height: 100%;


}





#distance { 
	width:10px;
	height:50%;
	background-color:#FFFFFF;
	margin-bottom:-315px; /* half of container's height */
	float:left;
}



#contentTop{
	
	margin: 0px 100px 100px 150px;
	
	padding-top: 100px;
	
	
}


#flashMovie{
	/* vertikal einmitten */
	/*
	position:absolute;
	
	margin:-350px 0px 0px -490px;
	top: 50%;
	left: 50%;
	*/
	
	padding-top: 15px;
	margin: auto;
	
	height:630px;
	width:980px;
	 
	 /*background-color: #f5f5f5;
	 border: 1px dotted #000000;*/
 }
 
 
*html #flashMovie{
	margin-top:-30px;
}
