body {
	background: #000;
	margin: 0;
	padding: 0;
	text-align: center;
	font: 10px verdana, sans-serif;
	color: #aaa;
}

#menue {
	position:absolute;
	text-align: center;
	left:0;
	top:0;
	height: 35px;
	padding: 25px 0 0 0;
	width:100%;
	z-index:4;
  background-image: url(back.png);
}

* html #menue {
 background-color: #000;
 background-image:url();
 filter:Alpha(opacity=73);
}


#menue a {
	 color: #999;
   font-weight: normal;	 
   padding-left: 10px;
   padding-right: 10px;
   text-decoration: none;
}

#menue a:hover {
 	 color: #fff;
   padding-left: 10px;
   padding-right: 10px;
   text-decoration: none;
}


#menue .current {
	 color: #fff;
}

#inhalt {
	padding: 60px 0 0 0;
  width:805px;
 	margin: auto;
}


#links {
	float:left;
	margin-left: 55px;
  width: 300px;
 	text-align: left;
  }
  
#rechts {
	margin-left: 400px;	
  width:350px;
 	text-align: left; 	
  }


.ueberschrift {
font-size: 12px;
font-weight: bold;
color: #fff;
}

.fliesstextfett {
font-size: 10px;
font-weight: bold;
}

form {
	margin: 0;
	padding: 0;
	border: 0;
}


a:link {
	color: #777;
	text-decoration: none;	
}

a:visited {
	color: #777;
	text-decoration: none;	
}

a:hover {
	color: #fff;
	text-decoration: none;	
}

input, select, textarea {
  background-color: #2a2a2a; 
  color: #fff; 
  border: 1px solid #ccc;  
  font-family: verdana, sans-serif;	
  font-size: 8pt;
  width: 90%; 
}




.hassoThumb {
	float: left;
	margin:  5px;
	text-align: center;
	vertical-align:middle;
	border: 1px solid #444;	
	width: 400px:
	height: 400px;

background-color: #222;
	display: block;	
}


.hassoThumb a:link img {
	border: 1px solid #000;
}

.hassoThumb a:visited img {
	border: 1px solid #000;
}

.hassoThumb a:active img {
	border: 1px solid #fff;
}


.hassoThumb:hover  {
	border: 1px solid #fff;
}


#hassoPic {
	text-align:center;
	margin: 0px;
}

.bild {
border: 1px solid #444;
}

#hassoPic img {
border: 1px solid #444;
}



.hassoTitle {
	font-weight: bold;
	text-align:center;	
	
}

.hassoDescription {
width: 450px;
margin-left: 180px;
	text-align:left;	
}



#hassoPrevNextNav {
	text-align: center;
}

#hassoPrevNextNav a {
	 color: #777;
   font-weight: normal;	 
   padding-left: 10px;
   padding-right: 10px;
   text-decoration: none;
}

#hassoPrevNextNav a:hover {
	 color: #fff;
   font-weight: normal;	 
   padding-left: 10px;
   padding-right: 10px;
   text-decoration: none;
}


