﻿*
{
	padding: 0px;
	margin: 0px;
}

body 
{
	font-family: Verdana;
	color: #323941;
	font-size: 12px;
	font-weight: normal;
	background: #000000;
}

.Struktur_Zentrieren
{
	margin-left: auto;
	margin-right: auto;
	width: 990px;
}

.Struktur_Container
{
	margin-top: 8px;
	margin-bottom: 8px;
	float: left;
	width: 795px;
	height: auto;
	border: 2px solid white;	
}

.Struktur_Seitenbanner
{
	margin-top: 8px;
	float: left;
	width: 185px;
	height: 500px;
}

.Struktur_TopNavigation
{
	float: left;
	width: 100%;
	height: 28px;
}

.Struktur_Header
{
	float: left;
	width: 100%;
	height: 128px;
	background: #eeeeee;
	border-bottom: 1px solid #cccccc;
}

.Struktur_Navigation
{
	float: left;
	width: 100%;
	height: 28px;
	border-bottom: 1px solid #cccccc;
}

.Struktur_Mitte
{
	float: left;
	width: 100%;
	height: auto;
	background: White;
}

.Struktur_Inhalt
{
	float: left;
	width: 595px;
	height: auto;
	
}

.Struktur_Sidebar
{
	float: right;
	width: 200px;
	height: auto;
}

.Struktur_ExtraFooter
{
	float: left;
	width: 100%;
	height: auto;
	background: #eeeeee;
	border-top: 1px solid #cccccc;
}

.Struktur_Footer
{
	float: left;
	width: 100%;
	height: 37px;
	background: #eeeeee;
	border-top: 2px solid #ffffff;
}
