@charset "UTF-8";
/* CSS Document */
<!--
	body{
		margin:0;
		padding:0;
		font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #666;
		background-image:url(../img/bg.png);
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg.png',sizingMethod='scale');
		background-repeat:repeat-x;
		background-color:#231616;
	
	
	}
	
	sup{
		font-size:0.5em;
	}
	
	p{
		line-height: 1.4em;
	}
	
	a{
		color:#C00;
	}
	a:hover{
		color:#333;
	}
	#topleiste_bg{
		position:absolute;
		width:100%;
		margin-top:0px;
		height:30px;
		background-color:#000;
	}
	#seite{
		position:absolute;
		left:50%;
		width:854px;
		margin-left:-375px;
		margin-top:100px;
	}
	
	#topleiste{
		position:absolute;
		margin-top:7px;
		margin-left:-380px;
		left:50%;
		width:854px;
		height:30px;
	}
	#topleiste ul, #menu ul{
		list-style:none;
		padding:0;
		margin:0;
	}
	#topleiste ul li, #menu ul li{
		float:left;
	}
	#topleiste ul li a{
		font-size:10px;	
		color:#999;
		text-decoration:none;
		display:block;
		padding:0 5px;
		border-right:1px solid #999;
	}
	#topleiste ul li a:hover{
		color:#FFF;
	}
	#topleiste ul#left{
		float:left;
	}
	#topleiste ul#right{
		margin-right:104px;
		_margin-right:52px;
		float:right;
	}
	
	/*
	#menu{
		margin-top:100px;
	}*/
	#menu ul li a{
		font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
		font-size:13px;
		text-decoration:none;
		padding:6px 8px;
		background-color:#FFF;
		color:#999;
		display:block;
		margin:1px;
		margin-left:0;
	}
	#menu ul li ul{
		position:absolute;
		display:none;/*
		border:1px solid #ccc;
		border-top:none;
		margin-left:-1px;*/
	}
	#menu ul li a:hover{
		color:#000;
		/*border-bottom:1px solid #FFF;*/
	}
	#menu ul li:hover ul{
		display:block;
	}
	#content{
		float:left;
		width:580px;
		clear:left;
		background-color:#FFF;
		padding:80px 105px 80px 65px;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:13px;
		margin-bottom:120px;
	}
	#content h1{
		margin-top:0;
		font-size:21px;
		color:#C00;
		font-weight:normal;
		line-height:1.3em;
	}
	#content p.auszeichnung{
		color:#333;
		font-size:15px;
		line-height:1.3em;
	}
	#content .submenue {
		margin-top:-65px;
		float:left;
		padding:0px;
	}
	#content .submenue a{
		padding:0px 10px 0px 1px;
		font-size: 12px;
	}
	#logo{
		float:left;
		margin-left:-15px;		
		background:transparent url(../img/logo.png) !important;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/logo.png',sizingMethod='scale');
		width:119px;
		height:130px;
	}
	#content table{
		width:580px;
		border-top:1px solid #DDD;
		font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
		font-size:12px;
	}
	#content table td{
		border-bottom:1px solid #DDD;
		padding:5px;
	}
	#content table tr:hover td{
		background-color:#FFC;
	}
	#content table td a{
		text-decoration:none;
		color:#999;
	}
	#content table td a:hover{
		color:#333;
	}
	#content table td.time{
		width:124px;
		vertical-align:top;
	}
	input, textarea{
		font-family: "Lucida Grande", Arial, sans-serif;
		font-size:13px;
		color:#333;
		border:1px solid #999;
		width:196px;
		padding:1px 2px;
	}
	textarea{
		height:110px;
	}
	span.col{
		color:#333;
	}
	#content table#topten{
		border:0;
		font-size:10px;
	}
	#content table#topten tr td{
		padding:5px;
		border-bottom:1px solid #CCC;
	}
	#content table#topten tr td#num{
		text-align:center;
		width:17px;
	}
	#content table#topten tr td#nam{
		width:180px;
	}
	#content table#topten tr td#tit{
		width:49px;
	}
	#content table#topten tr td#tnum{
		width:18px;
	}
	#content table#topten tr td.col{
		background-color:#EEE;
	}
	#content table#topten tr:hover td{
		background-color:#FFC;
	}
	#content table#topten tr#first:hover{
		background:none;
	}
	#content table#topten tr td.first{
		text-align:center;
		font-weight:bold;
	}
	
	#kontakt{
		width:500px;

	}
	
	#kontakt p.auszeichnung{
		margin:0;

	}
	
	#kontaktleft{
		width:250px;
		float:left;
	}
	
	#kontaktright{
		width:250px;
		float:left;
	}
	
	#clear {
		display: block;
		clear: both;
		visibility: hidden;
		height: 1px;
	}
	
-->