/*
----------------------------------
Projekt: xxxx
Autor: xxxx
Erstellt am: 20.04.2010

Letzte Aktualisierung: xx.xx.2010
----------------------------------
 Start mit allg. Einstellungen
----------------------------------
*/
* {
	margin:0;
	padding:0;
}
h1 {
	color: #B71701;
	font-size: 12px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 120%;
	text-align: center;
	background-color: #CCC;
}
/*
----------------------------------
Hauptformatierungen
----------------------------------
*/
#container {
	width: 884px;
	text-align: left;
	margin: 0 auto;
	padding-left: 25px;
	padding-right: 25px;
	background-color: #FFF;
	padding-top: 25px;
}
#logo {
	height: 80px;
	background-repeat: no-repeat;
	background-image: url(../pictures/logo.gif);
}
#header {
	height: 210px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-repeat: no-repeat;
	background-image: url(../pictures/header_ambient.jpg);
}
#mainarea {
	height: 200px;
	padding-top: 35px;
}
#footer {

}

