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

body
{
	background-color: #000;
	margin: 0;
	padding: 0;
}

/*	Oberer Container mit Hauptnavigation	*/
#top
{
	background-color: #000;
	height: 103px;
	padding: 27px 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: white;
	clear: left;
	text-align: center;
	width: 100%;
	height: 189px;
}

.home #center{
	height: 251px;
	background-color: #FFAC30;
}

#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: 149px;
	margin: 0 auto;
	overflow: auto;
	position: relative;
	width: 779px;
}

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

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

#bottom #container-bottom #logo
{
/*	Damit FF WIN keine Scrollbars in #container-bottom erzeugt	*/
	/* border: 1px solid #000; */
	bottom: 0;
	height: 33px;
	position: absolute;
	right: 0;
/* 	text-align: right; */
	width: 155px;
}

/* FOOTER */

#footer #footer-left #footer-links li {
	display: inline;
}

#footer #footer-left
{
	line-height: 48px;
}

#footer #footer-links {
	
}

/*
#footer #footer-left #footer-links
{
	clear: left;
	height: 15px;
	list-style-type: none;
}
*/



/* CUSTOM */

body#general {
	background-color: #000;
	color: #fff;
}

body#general #logo {
	background-repeat: no-repeat;
	background-image: url(/images/dblogo.png);
}

body#tech {
	background-color: #fff;
	color: #000;
}

body#tech #logo {
	background-repeat: no-repeat;
	background-image: url(/images/dblogo_w.png);
}