/*-------------------------------------------------------------*/
/*-- Web Publisher: Alexandra Rattay --------------------------*/
/*-- Languages: CSS -------------------------------------------*/
/*-- March 2009 -----------------------------------------------*/
/*-- www.weblandschaften.de -----------------------------------*/
/*-------------------------------------------------------------*/
body {
	font-family: Arial, Helvetica;
	font-size: 14px;
	color: #DCC799;
	margin: 0;
	padding: 0;
  	width: 100%;
  	height: 100%;
  	text-align: center;
  	background-color: #000;
}
#Layout {
	width: 900px;
	height: 680px;
	margin: 5px auto;
	text-align:left;
}
a, a:visited {
	color: #DCC799;
	text-decoration: none;
}
a:hover {
	color: #bc633b;
}
p {
	margin: 0;
	padding: 0;
}
#Content {
	text-align: left;
	width: 978px;
	height: 600px;
	background-color: #000;
}
#Content p, #Content h1, #Content h2, #Content h3 {
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 0;
	margin-top: 0;
}
#Content a {
	text-decoration: underline;
}
#Content h1 {
	font-size: 22px;
	font-weight: lighter;
	line-height: 26px;
	margin-bottom: 0;
	padding: 0;
}
#Content h2 {
	font-size: 18px;
	font-weight: lighter;
	line-height: 22px;
	margin-bottom: 0;
	padding: 0;
}
#Text {
	position: absolute;
	z-index:1;
	width: 900px;
}
#Flash {
	position: absolute;
	z-index:2;
}
#Footer {
	width: 978px;
	height: 23px;
	margin-top: 10px;
	margin-right: 24px;
	text-align: right;
	font-family: Terminal;
	text-transform: uppercase;
	color: #333;
}
#Footer a, #Footer a:visited {
	color: #333;
}
#Footer a:hover {
	color: #a32405;/*7e1b41;*/
}
