/* CSS Document */

body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

#wrapper{
	width:772px;
	position:absolute;
	left:50%;
	margin-left:-386px;
	top:50%;
	margin-top:-282px;
}

#topnav ul{
	display:inline;
	list-style:none;
	margin:0px;
	padding:0px;
}

#topnav li{
	display:inline;
	margin-right:10px;
}

#topnav{
	height:26px;
	margin-bottom:16px;
}

#topnav #nav1{
	padding-right:12px;
	height:13px;
	text-align:right;
	font-weight:bold;
	color:#444;
}

#topnav #nav2{
	padding-left:12px;
	text-align:left;
	height:14px;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
}

#topnav #nav2 a.act {
	text-decoration:none;
	color:#000;
	font-weight:bold;
}

#picture{
	border:1px solid #CCC;
	margin-bottom:13px;
	font-size:0px;	
	width:770px;
	height:384px;
}

#bottomnav{
	height:30px;
}

#bottomnav #nav1{
	padding-left:12px;
	text-align:left;
	height:13px;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
}

#bottomnav #nav1 #nav1{
	width:355px;
	padding:0px;
	float:left;
	border:none;
	text-align:left;
}

#bottomnav #arrows{
	widows:172px;
	float:left;
	text-align:center;
}

#bottomnav #homemaster{
	width:350px;
	float:left;
	position:relative;
	text-align:right;
	padding-right:12px;
}

#bottomnav ul{
	z-index:1;
}

#thumbs{
	z-index:10;
}

.thumb{
	float:left;
	margin-right:8px;
	margin-bottom:9px;
	border:1px solid #CCC;
}

.thumb a img.athumb, .thumb2 a img.athumb{
	display:block;
	filter:Alpha(opacity=100); /* Transparenz für IE */
	-moz-opacity:1; /* Transparenz für Mozilla */
	opacity:1; /* Transparenz für Opera */
}

.thumb a img.nthumb, .thumb2 a img.nthumb{
	display:block;
	filter:Alpha(opacity=20); /* Transparenz für IE */
	-moz-opacity:0.2; /* Transparenz für Mozilla */
	opacity:0.2; /* Transparenz für Opera */
}

.thumb a:hover img.nthumb, .thumb2 a:hover img.nthumb{
	filter:Alpha(opacity=100); /* Transparenz für IE */
	-moz-opacity:1; /* Transparenz für Mozilla */
	opacity:1; /* Transparenz für Opera */
}

.thumb2{
	float:left;
	margin-right:0px;
	border:1px solid #CCC;
}

a{
	text-decoration:none;
	color:#666;
}

a:hover{
	color:#000;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	text-decoration:none;
	color:#666;
	margin-right:20px;
}

#nav a.act {
	display: block;
	text-decoration:none;
	color:#444;
	margin-right:20px;
	font-weight:bold;
}

#nav a:hover {
	color:#000;
}

#nav li { /* all list items */
	float: left;
}

#nav li ul { /* second-level lists */
	display:table-row;
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li{ /* second-level lists */
	border-bottom:1px solid #CCC;
	clear:both;
	width:135px;
	height:13px;
	background: #FFF;	
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #ccc;
}

#cleft{
	float:left;
	width:385px;
	font-size:10px;
	padding-top:50px;
	color:#666;
}

#cright{
	padding-top:53px;
	padding-left:25px;
	padding-right:-50px;	
	color:#666;
	float:left;
	font-size:10px;
}

#cright input{
	width:270px;
	color:#666;
	font-size:10px;
}

.grey{
	color:#666;
	font-weight:normal;
}

.uid{
	color:#CCC;
}
