/* ********************************
Platzierung
******************************** */

html, body
{
	margin:0; 
	padding:0;
	/*fuer IE_quirks*/
	text-align: center;
}

/* ********************************
Container
******************************** */

#wrapAll
{
	/* Breite 1px mehr als die Bilder */
	width: 831px;
	/*Aufheben von IE_quirks im BODY*/
	text-align: left;
	/* min-width: 500px; */
	margin-top: 20px;
	margin-left:auto; 
	margin-right:auto;
}

#wrapImageLeft
{
	border-left: 1px solid;
}

#wrapImageRight
{
	background-image: url(h_rechts_62x1.gif);
	background-repeat: repeat-y;
	background-position: top right;
	border: 0px solid;
}

#header
{
	width: 770px;
	border-top: 1px solid;
}

#headerLeft
{
	width: 400px;
	float: left;
	text-align: left;
}

#headerRight
{
    width: auto;
    text-align: left;
    overflow: visible;	/* Text wird nicht abgeschnitten, wenn vom Benutzer stark vergößert */
}

#navBar
{
	width: 758px;
	height: 19px;
	margin-left:5px;
	padding-left:3px;
	text-align: left;
	/* background-color: #eee; */
	background-color: #ffde5d;
}

/*
Content mit zwei (virtuellen) Spalten: navigation links und contentWide rechts.
(Wenn eine Spalte eingefärbt werden soll, dann muss das andere Modell mit Rand gewählt werden)
Da der Content alles umklammert, bestimmt der höchste Inhalt die Höhe des Containers.
*/

#content
{
	width: 760px;
	margin-left: 5px; /* Abstand links vom schwarzen Rand */
	margin-top: 8px; /* Abstand von der navBar */
	background-color: #fff;  /* Farbe Hauptspalte */
		
}

#navigation
{
	width:160px; 
	float:left;
	background-color: #eee;
	border: 1px solid;
	/* border-bottom: 1px solid;  Wenn hier noch News reinkommen sollen, dann ändern */
}

#selectionHead
{
	background-color: #004f7c;
}

/* contentWide ist nur Text oder nur Modul im rechten Inhaltsbereich */

#contentWide
{
	width: 585px;
	float:right;
}
/*
.textArea
{
	 margin: 0px 10px 10px 0px;
}
 */
/* Für Admin-Oberfläche */
.inhalt
{
	text-align: left;
	padding: 8px 10px 10px 10px;
}

.clr
{
	clear:both;
}

#footer
{
	padding: 5px 40px 50px 0;
	text-align: center;
	background-color: #fff;
}

/* Fraglich: Content in einer ganzseitigen Spalte für Modul */

#contentAll
{
	/* Breite 757 + 160 */
	width: 757px;
	margin-left: 65px;
	border: 1px solid white; /* Mozilla-Bug --> wenn das fehlt, dann kommt Mist */ 
	background-color: #fff; /* Farbe Hauptspalte */ 
		
}

#contentSmall
{
	margin: 0px 5px 0px 160px;
	padding: 20px;
}

#footerLeft
{
	width: 300px;
	float: left;
	text-align: left;
}

#footerRight
{
    width: auto;
    text-align: right;
    overflow: visible;	/* Text wird nicht abgeschnitten, wenn vom Benutzer stark vergößert */
}




