﻿body
{
	text-align: center; 
	width: 99%;
	font-family: Verdana;
	color: #323941;
	font-size: 12px;
	background: url(Hintergrundgrafik2.png) #efefef;
}

.Struktur_Zentrierung
{
	width: 840px; 
	height: auto; 
	margin-left: auto;
	margin-right: auto;
}


.Struktur_Container
{
	width: 840px; 
	height: auto; 
	margin: 0px auto;
	border: 2px #336699 solid;
	/* border: 1px #323941 solid; */
	float: left;
	background: white;
	margin-bottom: 16px;
	margin-top: 16px;
	text-align: left;

}

.Struktur_Header
{
	width: 840px; 
	height: 128px; 
	background: #efefef;
	text-align: left;
	background: url(Banner.png);
	float: left;
}

.Struktur_Navigation {
	width: 840px;
	height: 28px;
	background: #323941;
	text-align: left;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	float: left;
	vertical-align: top;
}

.Struktur_Inhalt {
	width: 580px;
	height: auto;
	padding-top: 8px;
	padding-bottom: 16px;
	text-align: left;
	float: left;
}

.Struktur_Platzhalter
{
	width: 28px;
	height: 400px;
	text-align: left;
	background: transparent;
	float: left;
}


.Struktur_Bild
{
	width: 200px;
	height: auto;
	text-align: left;
	background: #efefef;
	float: right;
	border-left: 2px #336699 solid;
	border-bottom: 2px #336699 solid;
	margin-bottom: 24px;
}



.Struktur_Footer
{
	width: 840px; 
	height: 28px; 
	text-align: center; 
	background: #323941;
	color: white;
	float: left;
	border-top: 1px solid white;
}
