
/***********************navi oben *********************/
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.menu {font-family: arial, sans-serif; width:750px; height:40px; position:relative; font-size:11px; z-index:100;}
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#000;width:104px; height:20px; text-align:center; color:#fff; border:1px solid #fff; background:#737273; line-height:20px; font-size:11px; overflow:hidden;}
.menu ul {padding:0; margin:0; list-style: none;}
.menu ul li {float:left; position:relative;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {color:#fff; background:#51561c;}
.menu ul li:hover ul {display:block; position:absolute; top:21px; left:0; width:105px;}
.menu ul li:hover ul li a.hide {background:#51561c; color:#fff;}
.menu ul li:hover ul li:hover a.hide {background:#51561c; color:white;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#ddd; color:#000;}
.menu ul li:hover ul li a:hover {background:#737273; color:white;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-105px;}

/*********************page***********************/
	body {
		text-align:center;
		background-color:black;
		color:white;
		background-image:url(/images/bug.jpg);
		background-repeat:no-repeat;
		}
	
	#frame {
    width:918px;		
		margin-right:auto;
		margin-left:auto;
        margin-top:70px;		
		padding:0px;
		text-align:left;
	
		}
		
	#contentleft {
		width:1px;
		padding:0px;
		float:left;
		background:black;

		}
	
	#contentcenter {
		width:757px;
		padding:0px;
		float:left;
		background:black; //green
		}
	
	#contentright {
		width:160px;
		padding:0px;
		float:left;
		background-color:black;
		}
	
	#contentheader {
		background:black;
			border-left:1px solid black;
		}
		
	p,h1,pre {
		margin:0px 10px 10px 10px;
		}
		
	h1 {
		font-size:14px;
		padding-top:10px;
		}
		
	#contentheader h1 {
		font-size:14px;
		padding:10px;
		margin:0px;
		}
	
	#contentright p { 
	font-size:10px;

	}
	
/***********************************gallery************************************/	
	
	#gallery {
	width:770px;
	height:400px;
	padding:10px;
	border-top:1px solid black;
	border-bottom:1px solid black;
	border-right:1px solid  black;
	border-left:1px solid black;
	background: black;
	position:relative;
	margin:0 0 0 0;
}



/*startbild*/
#gallery b.default {
	position:absolute;
	left:-2px;
	top:0px;
	width:600px; //width:548px;
	height:380px;
	text-align:center;
}
#gallery b.default img {
	display:block;
	margin:0 auto 10px auto;
	border:1px solid #eee;
	border-color:#555 #ddd #eee #333;
}
#gallery b.default span {
	display:block;
	color:#fff;
	font-family:verdana, arial, sans-serif;
	font-weight:normal;
	font-size:11px;
	width:350px;
	margin:0 auto;
}


/*kleine bildnavi rechts*/
#gallery ul {
	list-style:none;
	padding:0;
	margin-top:-10px;
	width:160px;
	position:relative;
	float:right;
}
#gallery ul li {
	display:inline;
	width:52px;
	height:52px;
	float:left;
	margin:0 0 5px 5px;
}
#gallery ul li a {
	display:block;
	width:50px;
	height:50px;
	text-decoration:none;
	border:1px solid #000;
	border-color:#eee #555 #333 #ddd;
}
#gallery ul li a span {
	display:none;
}
#gallery ul li a img {
	display:block;
	width:50px;
	height:50px;
	border:0;
}
#gallery ul li a:hover {
	white-space:normal;
	border-color:#555 #ddd #eee #333;
	background:#777;
}



/*große bilder*/
#gallery ul li a:hover b {
	position:absolute;
	left:-622px;
	top:20px;
	width:600px; //width:548px;
	height:380px;
	text-align:center;
	background:black;
	z-index:20;
}
#gallery ul li a:hover span {

	display:block;
	color:#bebebe;
	font-family:verdana, arial, sans-serif;
	font-weight:normal;
	font-size:11px;
	width:350px;
	margin:0 auto 0 auto;
}
#gallery ul li a:hover img {
	margin:-20px auto 10px auto;
	width:auto;
	height:auto;
	border:1px solid #eee;
	border-color:#555 #ddd #eee #333;
}

/*************************************** rest ***************************************/

#footer {
color:gray;
font-family:Verdana;
font-size:11px;
text-align:center;
}

#content {
background-color:gray;
font-family:Verdana;
font-size:11px;
padding:5px;
}

a:link {color:#ffcc00;text-decoration:none}
a:visited {color:#ffcc00;text-decoration:none}
a:hover  {color:#ffcc00;text-decoration:none}
a:active {color:#ffcc00;text-decoration:none}

#longtext{
width:750px;
color:gray;
font-family:arial;
font-weight:normal;
font-size:11px;
}