@CHARSET "UTF-8";

* html #content { 	/* HACK für IE 6 */
		margin-left:5px;
	}

#content{
	width:605px;
	margin-left:10px;
	overflow:hidden;
	float:left;
	position:relative;
}

#content-title{
	width:605px;
	margin: 10px auto 25px auto;
	overflow:hidden;
	position:relative;
}
	#content-title .title{
		width:400px;
		overflow:hidden;
		font-size:28px;
		line-height:32px;
		font-weight:normal;
		float:left;
		color:#fe0000;
		margin-bottom:10px;
		margin-top:10px;
	}
	
	#content-title .category{
		font-size:14px;
		line-height:20px;
		font-weight:bold;
		position:absolute;
		right:0;
		bottom:12px;
		text-align:right;
		color:#fe0000;
	}
	
	#content-title table{
		clear:both;
	}
	
.overview {
	position:relative;
	overflow:hidden;
	height:22px;
}
	.overview form{
		position:absolute;
		right:0;
		bottom:2px;
	}
	.overview form select{
		height:18px;
		border:1px solid #bbbbbb;
		font-size:11px;
	}
	
.search-content {
	position:relative;
	overflow:hidden;
	margin-bottom:18px;
}
	
	.search-content form{
		position:relative;
	}
	
	.search-content form input{
		width:570px;
	}
	
	.search-content form img{
		position:absolute;
		right:5px;
		top:3px;
		cursor:pointer;
	}
	
