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


/* LINKER BEREICH */

.links	{
	width: 400px;
	float:left;
}


.lefttop	{
	height: 210px;
	width: 400px;
}

.lefttop img, .lefttop a	{
	text-decoration: none;
	border:none;
}

.leftmiddle	{
	width: 400px;
	height: 270px;
	background-color: #f8b334;
	float:left;
}

.leftimage	{
	position: absolute;
	top: 220px;
	left: 10px;
}

.navigation	{
	position: absolute;
	top: 215px;
	left: 240px;
	width: 130px;
}

.navigation img, .navigation a	{
	text-decoration: none;
	border: none;
}


.leftbottom	{
	margin: 3px 0px 0px 0px;
	width: 400px;
	height: 30px;
	background-color: #bd0a26;
	float:left;
}

/* MITTLERER BEREICH */

.mitte	{
	background-color: #FFF9F1;
	width: 400px;
	float:left;
}

.content	{
	padding: 0px 20px 10px 20px;
	font-size: 12px;
}

.content h1	{
	font-size: 12px;
}

.content a	{
	color: #e5342d;
	text-decoration: none;
	font-weight: bold;
}

.content a:hover	{
	color:#646567;
}

/* RECHTER BEREICH */

.rechts	{
	width: 200px;
	font-size: 12px;
	color: #fff;
	float:left;
}

.logo	{
	width: 200px;
	min-height: 210px;
}

.logo img, .logo a	{
	margin: 5px 10px 0px 5px;
	text-decoration:none;
	border:none;
	float:left;
}

.news	{
	padding: 5px 10px 0px 10px;
	background-color: #f8b334;
	width: 180px;
	min-height: 300px;
}

.news h1	{
	font-size: 12px;
}

.news a	{
	color:#fff;
	text-decoration: none;
	font-weight: bold;
}

.news a:hover	{
	color: #e5342d;
}
