/* ----------allgemein-------------- */


body {
	background-color:#000000;
	color:#fff;
	padding:0px;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	overflow:scroll;
	overflow-x:hidden;
	}

a {
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	}
	
a:hover {
	text-decoration:underline;
	}


ul {
	float:right;
	height:20px;
	font-size:11px;
	margin-top:0px;
	padding-top:3px;
	width:80px;
	margin-left:0px;
	margin-right: 0px;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	display:block;
	}

ul a:hover {
	margin-top:0px;
	padding:0px;
	height:23px;
	display:block;
	text-decoration:underline;
	}
	
h1 {
	font-weight:bold;
	}
	


/* ----------layout-------------- */	


#wrapper {
	width:800px;
	margin: 0px auto;
	margin-top: 8px;
	padding: 0px;
	background-color:#222;
	}
	
	
#header {
	width:800px;
	height:150px;
	margin:0px;
	background-color:#000;
	background-image:url(../graphics/header.gif);
	border-bottom: 2px solid #fff;
	}

#menu {
	width:800px;
	background-color:#222;
	height:23px;
	margin:0px auto;
	background-image:url(../graphics/button.gif);
	background-repeat:repeat-x;
	position:relative;
	
	}
	
#menu a {
	color:#FFFFFF;
	}

#content {
	width:800px;
	background-color:#222;
	padding-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
	}

#menubottom {
	
	padding:0px;
	position:relative;
	margin: 15px auto;
	border-bottom: 0px solid  #000000;
	height:18px;
	text-align:center;
	
	}
	
#menubottom a {
	color:#fff;
	font-weight:normal;
	}
	
#footer {
	width:800px;
	border-top: 1px solid #fff;
	border-bottom: 0px solid  #000000;
	height:50px;
	background-color:#000;
	background-image:url(../graphics/button.gif);
	background-repeat:repeat-x;
	text-align:center;
	clear:both;}
	
	
/* ----------drop down-------------- */	

	


.aussen {
	width:800px; 
	border: 0px solid #CCCCCC; 
	border-bottom: 1px solid #fff;/*-- 2d60be --*/
	margin-top:15px;
	}
	
.image {
	width:200px; 
	margin-left:15px;
	}
	
.left {
	width:200px;
	float:left;
	}
	
.content {
	margin:15px 15px 15px 15px;
	}
	
.content ul {
	clear:both;
	}
	

.info {
	width:555px; 
	padding-top:0px; 
	margin-left:230px; 
	border: 0px solid #CCCCCC;
	}
	
.bilderleiste {
	width:770px;
	margin: 15px 0px 15px 15px;
	float:left;
	}

.dropdowninfo {
	clear:both;
	margin-left: 15px;
	margin-right: 15px;
	}
	

.links {
	width:257px;
	text-align:center;
	float:left;
	display:block;
	}
	
.gallery {
	border:none;
	height:90px;
	}
	
.bottom {
	width:785px;
	padding-right:15px;
	text-align:right; 
	border: 0px solid #CCCCCC; 
	clear:both;
	}

.dhtmlgoodies_contentBox{
	border-bottom:none;
	height:0px;
	visibility:hidden;
	position:relative;
	background-color:#222;
	overflow:hidden;
	width:800px;
	padding: 0px 0px 10px 0px;
	}
	
.dhtmlgoodies_content{
	position:relative;		
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:800px;
	font-size:11px;
	}

.close {
	width:800px;
	text-align:right; 
	padding-bottom:15px;
	clear:both;
	position:relative;
	}

.closelink {
	color:#999999;
	margin-right:15px;
	}
