@charset "utf-8";
/* CSS Document */

*{
	border: 0;
}

body {
	background: #222222;
	border: 0;
	margin-left: 120px;
	margin-top:0;
	font-family:"Times New Roman", Times, serif;
}

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

a:hover {
	text-decoration:underline; 
}

#wrapper{
	width:650px;
	padding: 0;
	border: 0;
}

#head{
	height:60px;
	width:810px;
	margin-bottom:-80px;
	display:block;
	clear:both;
}

#head .logo{
	float:left;
	margin-top:12px;
}

#head .navi{
	float:left;
	color: #cccccc;
	font:"Times New Roman", Times, serif 12px;
	margin-top:32px;
}

#head .navi a{
	float:left;
	color: #cccccc;
	font:"Times New Roman", Times, serif 12px;
	margin-left: 80px;
}

#head .navi a:hover{
	color: #ffffff;	
}

#head h1 {
	font-size:22px;
	color:#cccccc;
	font-family:"Times New Roman", Times, serif;
}

#content {
	width:650px;
}

#content  #kopf{
	font-size:28px;
	color:#CCC;
	float:left;
	display:block;
	clear:both;
}
#content  #back{
	font-size:18px;
	color:#CCC;
	float:right;
	margin-top:10px;	
}
#content .description{
	background:#000;
	padding:3px;
	width:648px;
	float:left;
	margin-top:5px;
}
	#content .description.schmal {
		width: 323px;
		}

#content .more {
	float:right;
	right:0px;
}

#content .heading{
	float:left;
	color:#FFF;
}

#content .heading span{
	padding:0;
	font-size:14px;
	font-style:italic;
	color:#ffffff;
	
}
#content  .heading p{
	padding:0;
	font-size:12px;
	margin-top:0;
	color:#ffffff;
	
}

#content  .more{
	font-family:"Arial", Times, serif;
	font-size:14px;
}
#content .picture {
	margin-top:-25px;
}

#content .picture img{
	border: solid 2px #cccccc;
	/*width:650px;*/
}

#content  #projekt {
	margin-top:100px;
	display:block;
	clear:both;
}
	#content  #projekt.schmal {
		width: 329px;
		}

#content  #inhalt{
	background:#333;
	padding:5px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	display:block;
	clear:both;
	border: solid 1px #ccc;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
}

#footer{
	height:160px;
}

.links{
	background:#666;
	border: solid  1px #ccc;
	padding:1px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:3px;
}
#txt_shadow {
	padding: 20px;
	}