/*
DEFINITION DES BASISLAYOUTS
*/

html
{
	height: 100%;
	margin: 0;
	padding: 0;
	width: 99,9%;
}

body
{
	background-color: #000;
}

/*	Oberer Container mit Hauptnavigation	*/
#top
{
	background-color: #000;
	height: 102px;
	padding: 20px 0 0 0;
	width: 100%;
}

#top #container-top
{
	color: white;
	margin: 0 auto;
	width: 780px;
}

/*	Mittlerer Container mit Bild (Level 1+2)	*/
#center
{
	background-color: #000;
	clear: left;
	text-align: center;
	width: 100%;
}

#center #container-center
{
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 780px;
}

/*	Mittlerer Container mit Content (Level 3)	*/
#bottom
{
	clear: left;
	padding: 30px 0 20px 0;
	width: 100%;
}

#bottom #container-bottom
{
	min-height: 36px;
	margin: 0 auto;
	overflow: auto;
	position: relative;
	width: 780px;
}

#bottom #container-bottom #content
{
	float: left;
	overflow: auto;
	width: 600px;
}

#bottom #container-bottom #contentWide
{
	float: left;
	overflow: auto;
	width: 780px;
}

#bottom #clear
{
	clear: left;
	margin: 0 0 25px 0;
}

#bottom #container-bottom #logo
{
	bottom: 0;
	height: 33px;
	position: absolute;
	right: 0;
	width: 155px;
}

#bottom #container-bottom #logo a img
{
	margin-bottom: -10px;
}
