@import 'style.css';

div#seite {
	width:1001px;
	margin:0px auto;
	border:0px;
	background-image:url('');
	background-repeat:repeat-y;
	background-color:#ffffff;
	border:1px solid #cccccc;
}
div#wrapper {
	width:801px;
	float:left;
	background-image:url('');
	background-repeat:repeat-y;
	background-color:#E4E9E8;
}
div#wrapperLinks {
		float:left;
		width:200px;
		min-height:562px;
		background-color:#E4E9E8;
	}
	div#content {
			float:left;
			margin:0px 0px 0px 0px;
			width:800px;
			padding-right:0px;
			min-height:562px;
			height:auto !important;
			height:577px;
		}
	div#inhalt {
			background-image:url('');
			background-repeat:repeat-y;
		}
div#boxes {
	float:right;
	background-image:url('');
	background-repeat:no-repeat;
	width:200px;
	height:577px;
	background-color:#E4E9E8;
}
div#infobox {
		width:197px;
		margin:0px 0px 5px 0px;
		overflow:hidden;
		background-color:#F2F2F2;
	}
	div#infobox .headline {
			background-repeat:no-repeat;
			color:#D33A3F;
			font-weight:bold;
			font-size:0.8em;
			text-align:left;
		}
	div#boxes img {
		float:left;
		margin-right:5px;
		/*margin-bottom:40px;*/
	}
	
	div#boxes a {
		font-size:0.8em;
		color:#D33A3F;
	}
