@charset "utf-8";
/* CSS Document */
body {
	background-color:#666666;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	}
#site {
	position:absolute;
	width:1000px;
	height:1200px;
	left: 50%;
	margin-left: -500px;
	background-color: #000000;
	}
#top {
	position:absolute;
	top:0px;
	width:1000px;
	height:128px;
	}
#top_text {
	position: absolute;
	left:325px;
	top: 3px;
	height:34px;
	width: 400px;
	text-align:center;
	}
#top_description {
	position:absolute;
	left:380px;
	width:340px;
	top: 48px;
	height:40px;
	}
#menu { position:absolute;
		list-style-type:none; 
		margin:0px 0px  auto; 
		padding:0; 
		width:160px; 
		left:2px;  
		top:145px; 
		z-index:900;
		height:500px;
		}
#menu ul {
	top:20px;
	width:150px;
	}
#menu li {position:relative;
		margin:-3px;
		padding:0;
		width:150px; 
		height:22px; 
		z-index:1000;/* oberste ebene */
		} 

#menu li a, #menu li a:visited {
		text-decoration:none;
		display:block; 
		font-size: 12px;
		font-weight:bold; 
		color: #CCCCCC; 
		text-align:left;
		padding-left: 10px;
		border:1px solid #cccccc; 
		border-width:1px; 
		}

#menu li a:hover {
		text-decoration:none;
		display:block; 
		font-size: 12px;
		font-weight:bold; 
		color: #0000FF; 
		text-align:left;
		padding-left: 20px; 
		border:1px solid #999999; 
		border-width:1px; 
		background:#cccccc;}
#clips4xxx {
	position:relative;
	vertical-align:bottom;
	text-align:center;
	top: 300px;
	}


#sprache {
	position:absolute;
	top:128px;
	height:15px;
	width:160px;
	left:0px;
	text-align:center;
	}

#content {
	position:absolute;
	top:145px;
	left:170px;
	width:820px;
	height:1000px;
	z-index:8000;
	background-color:#666666;
	}
#beschreibung{
	position:relative;
	top:10px;
	width:750px;
	height:auto;
	text-align:justify;
	}
h1 {
	color:#cccccc;
	font-size:20px;
	font-weight: normal;
	font-style:italic;
	line-height:20px;
	word-spacing: 0.8em;
	}
a {
	text-decoration:none;
	color:#FFFFFF;
	}
a:hover {
	color: #FF0000;
}
.rot {
	color:#FF0000;
	}
img {
	border:0px;
	}
table {
	border:none;
	padding: 0px;
	}
