/* Screen CSS von Custom			*/
/* -------------------------------- */
/* Author:	Verena Biewald			*/
/* Client:	BE Bauelemente			*/
/* Date:	05.01.2009				*/
/* Email:	biewald@art-motion.de	*/
/* Website:	www.art-motion.de		*/
/* -------------------------------- */

*
{
	margin: 0;
	padding: 0;
	outline: 0;
}

body
{
	background: #000;
	color: #fff;
	font-size: 11px;
	font-family: Arial, sans-serif;
	text-align: center;
	line-height: 1.6em;
}

/* Layout -------------------------------- */

#schwarz
{
	background: url('../img/bg_schwarz.jpg') top repeat-x;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#schwarz #rahmen
{
	background: url('../img/rahmen_schwarz.jpg') center no-repeat;
	position: relative;
	margin: auto;
	width: 960px;
	height: 640px;
	top: 131px;
	margin: auto;
}

#rot
{
	background: url('../img/bg_rot.jpg') top repeat-x;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#rot #rahmen
{
	background: url('../img/rahmen_rot.jpg') center no-repeat;
	position: relative;
	margin: auto;
	width: 960px;
	height: 640px;
	top: 131px;
	margin: auto;
}

#top
{
	position: relative;
	top: 0px;
	width: 960px;
	height: 100px;
	padding: 50px 44px 0px 44px;
	text-align: left;
}

#top #logo
{
	float: left;
}

#top #navigation
{
	float: right;
	margin-right: 90px;
}

#top #navigation img
{
	margin-bottom: 8px;
}

#content
{
	width: 960px;
	height: 418px;
}

#content ul li
{
	margin-left: 1.2em;
}

#content a
{
	color: #fff;
	text-decoration: underline;
}

#startseite
{
	width: 600px;
	height: 370px;
	margin: auto;
}

#unterseite
{
	width: 700px;
	height: 370px;
	margin: auto;
	padding-top: 30px;
}

#tuerfuellungen
{
	width: 860px;
	height: 370px;
	margin: auto;
	padding-top: 30px;
	text-align: left;
}

#tuerfuellungen_text
{
	margin-left: 300px;
	text-align: left;
}

#bottom
{
	clear: both;
	position: relative;
	bottom: 0px;
	width: 960px;
	height: 60px;
	padding: 0px 44px 0px 44px;
	text-align: left;
}

#bottom #menu
{
	float: left;
	padding-top: 14px;
}

#bottom #menu a
{
	text-decoration: none;
	color: #fff;
}

#bottom #belogo
{
	float: right;
	margin-right: 90px;
}

/* Klassen -------------------------------- */

.rechtebox
{
	width: 380px;
	padding: 10px;
	float: right;
	text-align: left;
}

.linkebox
{
	width: 200px;
	float: left;
	margin-right: 100px;
}

.downloadbox
{
	width: 600px;
	float: left;
	margin-right: 100px;
}

.middle
{
	vertical-align: bottom;
}

.fleft
{
	float: left;
}

.fright
{
	float: right;
}

.clear
{
	clear: both;
}

.small
{
	font-size: 0.8em;
}
