body, html {
	margin:0px;
	width: 100%;
	height: 100%;
	background: #242424;
}

body,td,th {
  	font-family: Arial, Verdana;
  	font-size: 14px;
  	font-weight: normal;
  	line-height: 21px;
  	text-align: justify;
  	color: #e3b968;
}

img {
  border:0;
}

a {
  color: #e3b968;
  text-decoration: none;
}
a:hover {
  color: #e3b968;
  text-decoration: underline;
}

.ueberschrift {
  display: inline-block;
  font-family: Arial, Verdana;
  font-size: 17px;
  font-weight: bold;
  line-height: 24px;
  color: #e3b968;
}

p {
	position: relative;
    display: block;
	text-align: justify;
}

/*----------------------------------------------------------------------------*/
/* Page
/*----------------------------------------------------------------------------*/
#Page {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
}

body > #Page { position: fixed; }

#DockCenter {
	position: relative;
	display: block;
	width: 700px;
	height: 100%;
	margin: 0px auto;
	background: url('img/background.jpg') 0px -135px;
}

#RandLinks {
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 100%;
	margin-left: -300px;
	background: url('img/backgroundLinks.jpg') 0px -135px;
}

#RandRechts {
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	width: 300px;
	margin-left: 700px;
	height: 100%;
	background: url('img/backgroundRechts.jpg') 0px -135px;
}

#Main {
	position: absolute;
	display: block;
	width: 100%;
}

#MainCenter {
	position: relative;
	display: block;
	width: 700px;
	height: 100%;
	margin: 0px auto;
	background: url('img/background.jpg') 0px -135px;
}

#HeadImage {
	display: block;
	width: 700px;
	height: 192px;
	margin: 0px auto;
	background: url('img/head.jpg');
}

#DateTime {
	position: relative;
	display: block;
	width: 190px;
	height: 30px;
	top: 10px;
	left: 440px;

  	font-family: Arial, Verdana;
  	font-size: 18px;
  	font-weight: bold;
  	line-height: 25px;
  	text-align: right;
  	color: #2c2c2c;
}

#ContentBox {
	position: absolute;
	display: block;
	width: 700px;
	top: 105px;
	margin: 0px auto;
	margin-top: 15px;
}

#ContentBoxHeader {
	display: block;
	width: 700px;
	height: 48px;
	margin: 0px auto;
	background: url('img/ContentBoxHeader.png');
}

#ContentBoxMain {
	position: relative;
	display: block;
	width: 700px;
	margin: 0px auto;
	background: url('img/ContentBoxMain.png');
}

#ContentBoxFooter {
	display: block;
	width: 700px;
	height: 18px;
	margin: 0px auto;
	background: url('img/ContentBoxFooter.png');
}

#Content {
	position: relative;
	display: block;
	width: 660px;
	margin: 0px auto;
}

#NavigationList{ display: block; position:relative; top: 0px; left: 0px; margin:0; padding:0; height:48px; width:700px;}
#NavigationList li{float:left; padding:0px; margin:0px; border: 0px; width: 140px; height: 48px; list-style:none; display:inline-block;}
#NavigationList li a{float:left; display: block; position:relative; width: 140px; height: 48px; outline: none;}

/* Verstecken der Infos */
#NavigationList a em {position:absolute; display:block; left:-9999px; color:#000; width:200px; font-style:normal; outline: none;}
#NavigationList a img {position:absolute; display:block; left:-9999px; outline: none;}

#NavigationList li a.NavigationFakten{float:left; display:block; cursor:pointer; outline: none;}
#NavigationList li a.NavigationFakten:hover{cursor:pointer; outline: none;}
#NavigationList li a:hover.NavigationFakten img {left:44px; top:41px; width:52px; height:33px; outline: none;}

#NavigationList li a.NavigationVorschlag{float:left; display:block; cursor:pointer; outline: none;}
#NavigationList li a.NavigationVorschlag:hover{cursor:pointer; outline: none;}
#NavigationList li a:hover.NavigationVorschlag img {left:44px; top:41px; width:52px; height:33px; outline: none;}

#NavigationList li a.NavigationBanner{float:left; display:block; cursor:pointer; outline: none;}
#NavigationList li a.NavigationBanner:hover{cursor:pointer; outline: none;}
#NavigationList li a:hover.NavigationBanner img {left:44px; top:41px; width:52px; height:33px; outline: none;}

#NavigationList li a.NavigationPartner{float:left; display:block; cursor:pointer; outline: none;}
#NavigationList li a.NavigationPartner:hover{cursor:pointer; outline: none;}
#NavigationList li a:hover.NavigationPartner img {left:44px; top:41px; width:52px; height:33px; outline: none;}

#NavigationList li a.NavigationImpressum{float:left; display:block; cursor:pointer; outline: none;}
#NavigationList li a.NavigationImpressum:hover{cursor:pointer; outline: none;}
#NavigationList li a:hover.NavigationImpressum img {left:44px; top:41px; width:52px; height:33px; outline: none;}

/*----------------------------------------------------------------------------*/
/* Home
/*----------------------------------------------------------------------------*/

#HomeMinHeight {
	position: relative;
	display: block;
	top:0px;
	left: 0px;
	width: 1px;
	height: 340px;
}

#PfeilLinks {
	position: absolute;
	display: block;
	top: 45px;
	left: 25px;
	width: 50px;
	height: 184px;
	background: url('img/pfeillinks.png');
}

#PfeilRechts {
	position: absolute;
	display: block;
	top: 45px;
	left: 625px;
	width: 50px;
	height: 184px;
	background: url('img/pfeilrechts.png');
}

#FaktDesTages {
	position: absolute;
	display: block;
	top: 40px;
	left: 100px;
	width: 500px;
	height: 170px;

  	font-family: Arial, Verdana;
  	font-size: 20px;
  	font-weight: bold;
  	line-height: 26px;
  	text-align: center;
  	vertical-align: middle;
  	color: #e3b968;
}

#GoogleAdsense {
	position: absolute;
	display: block;
	top: 265px;
	left: 116px;
	width: 468px;
	height: 60px;
}

/*----------------------------------------------------------------------------*/
/* Vorschlag
/*----------------------------------------------------------------------------*/

#vorschlag_fact {
	width: 100%;
	height: 60px;
}

#vorschlag_submit {
	display: block;
	width: 80px;
	margin: 0 auto;
}

#vorschlag_email {
	width: 5px;
	height: 5px;
	line-height: 5px;

	background: none;
	border: 0px;
}

/*----------------------------------------------------------------------------*/
/* Banner
/*----------------------------------------------------------------------------*/

.BannerCenter {
	position: relative;
	display: block;
	width: 468px;
	height: 60px;
	margin: 5px auto;
}

.BannerTextarea {
	position: relative;
	display: block;
	width: 468px;
	height: 60px;
	margin: 10px auto;
}

/*----------------------------------------------------------------------------*/
/* Impressum
/*----------------------------------------------------------------------------*/

#ImpressumImage{
	position: relative;
	display: block;
	width: 533px;
	height: 114px;
	margin: auto;
	margin-bottom: 10px;
	background: url('img/impressum.png');
	border: 0px;
}
