@charset "utf-8";
/* CSS Document */
body
{
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}

.content
{
	margin:0 auto;
	width: 900px;
	min-height:1000px;
	}

.head
{
	width:748px;
	height:200px;
	margin-left:139px;
	margin-bottom:2px;
	border-top:1px solid #CCC;
	}

.left
{
	width:130px;
	height:230px;
	float:left;
	margin-right:2px;
	padding-left:10px;
	}

.left ul
{
	margin-top:0px;
	}

.left li 
{
	list-style-type:none;
	margin-bottom:2px;
	margin-left:-37px;
	}

a
{
	color:#fff;
	text-decoration:none;
	}

a:hover
{
	color:#fff000;
	}

a:visited
{
	border:0px;
	}
	
.left li a
{
	display:block;
	padding:2px;
	color:#fff000;
	border:0px;
	text-decoration:none;
	}
	
.left li a:visited
{
	text-decoration:none;
	color:#fff000;
	display:block;
	border:0px;
	}
	
.left li a:hover
{
	text-decoration:none;
	color:#ffffff;
	display:block;
	border:0px;
	}
	
.center
{
	width:747px;
	height: auto!important; /* for good browsers */ 
	height: 430px; /* for IE5+ */ 
	min-height: 430px; /* for good browsers */
	background-image:url(../img/center_bckgr2.png);
	float:left;
	}

.over
{
	position:absolute;
	z-index:300;
	width:900px;
	}


.boat
{
	position:absolute;
	z-index:100;
	margin-left:-40px;
	margin-top:60px;
	}

img
{
	border:0px;
}

.flag
{
	float:right;
	margin-top:-16px;
	padding-left:2px;
	}

.footer
{
	background-image:url(../img/foot2.png);
	background-repeat:no-repeat;
	width:900px;
	height:30px;
	float:left;
	text-align:right;
	padding-bottom:20px;
	margin-left:142px;
	}
	
.text
{
	margin-left:50px;
	margin-top:20px;
	margin-right:10px;
	margin-bottom:-12px;
	padding-left:20px;
	}

.in_text
{
	margin-left:40px;
	margin-right:40px;
	margin-top:20px;
	}

.bild
{
	width:120px;
	height:180px;
	border: 1px solid #ccc;
	float:left;
	margin-right:10px;
	}
	
.bild_spon
{
	width:150px;
	min-height:100px;
	border: 0px;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	}

.spon_text
{
	margin-bottom:40px;
	min-height:100px;
	height:auto;
	}

.member
{
	height:200px;
	}

h2
{
	margin-bottom:5px;
	color:#fff000;
	}

h3
{
	color:#fff000;
	}

td ul
{
	margin-left:100px;
	}

#map_eu
{
	margin-left:-50px;
	margin-bottom:20px;
	}

#map_klein
{
	margin-top:30px;
	margin-bottom:30px;
	margin-right:30px;
	float:left;
	}

.tooltip {
  position: absolute;
  z-index:2000;
  border:1px solid #ccc;
  border-radius:5px;
  background-color:#ccc;
  padding:5px;
  display:none;
}




