@charset "utf-8";
/* CSS Document */

/************************************************
*	Globale Einstellungen						*
************************************************/
* {margin:0;padding:0;}
html, body {
	margin:10px 0;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
}
body,td,th {font-family: Arial, Helvetica, sans-serif;color:#fff;}
p {line-height:22px;padding:0 20px 0 0;margin: 0 0 10px 0;}
h1 {line-height:20px;font-size:19px;font-weight:normal;color:#fff;margin:15px 0 8px 0;}
h2 {line-height:20px;font-size:20px;font-weight:normal;color:#fff;margin:15px 0 8px 0;}
h3 {line-height:18px;font-size:16px;font-weight:normal;color:#fff;margin:10px 0 3px 0;}
td {}
tr {}
ul, ol {line-height: 18px;margin:10px 10px 15px 15px;}
li {}
/* allgemeine Linkbeschreibung*/
a:link {color:#fff;font-size:11px;font-weight:bold;text-decoration:none;} 
a:visited {}
a:hover {text-decoration:underline;}
hr {} /* horizontal line in your template*/
hr.separator {}

/************************************************
*	Layoutbeschreibung							*
************************************************/
#mainWrapper {
	width: 800px;
	height:560px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -400px;
	margin-top: -280px;
	background-color: #dedede;
}
#mainBanner {
	position:relative;
	height:485px;
	background-image:url(../img/bg-banner_start.jpg);
	background-repeat: no-repeat;
	background-color:#de3c0e;
	border-bottom:1px solid #de3c0e;
}

/*Logobeschreibung*/
h1#logo {
	position:absolute;
	top:20px;
	left:45px;
	height:167px;
	width:262px;
	background-image:url(../img/logo.gif);
	background-repeat: no-repeat;
}
h1#logo a{display:block;height:167px;width:262px;}
h1#logo span{display:none;}
#mainMenu {position:absolute;bottom:1px;width:800px;/*border-top:1px solid #FFF;*/border-bottom:1px solid #FFF;}
#introText {
	position:absolute;
	left: 400px;
	top: 104px;
	width: 400px;
}
#introText h1{font-size:18px;font-weight:bold;margin:0 0 50px 0;}
#introText p{
	padding:0 20px 20px 0
}
#shadow {height:9px; background-image:url(../img/schattenkante.jpg);}
#mainFooter {position:relative;}
#mainFooter p {
	font-size:11px;
	color:#de3c0e;
	line-height:17px;
}
#mainFooter a {color:#de3c0e;text-decoration:none;}
#mainFooter a:hover {text-decoration:underline;}
#footerAddress {
	position:absolute;
	top:0;
	left:400px;
	padding: 3px 0 0 0;
	width: 390px;
}
.clear {clear:both;}
