/*
 * Globals
 */
HTML {
	min-height:100.5%;
}
BODY {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	margin:0;
	padding:0;
	text-align:center;
	background:#fff;
}
* {
	margin:0;
	padding:0;
}
A {
	color:#0086C6;
}
.orange,
A.orange {
	color:#E85B10;
}
.rot,
A.rot {
	color:#8A1719;
}
.tuerkis,
A.tuerkis {
	color:#0086C6;
}
/*
 * Container
 */
DIV#container {
	position:relative;
	margin:25px auto 0 auto;
	text-align:left;
	width:1000px;
	height:580px;
	background:url(../img/start_bg.jpg) no-repeat 0 0;
}
/*
 * TeaserBlock
 */
DIV#teaser {
	position:absolute;
	top:64px;
	left:50px;
	width:440px;
	height:500px;
	background:url(../img/teaser_bg.gif) no-repeat 0 0;
}
DIV#teaser DIV.content {
	padding:15px 160px 10px 30px;
}
DIV#teaser H1 {
	color:#E85B10;
	font-size:14px;
	font-weight:bold;
	margin-bottom:30px;
}
DIV#teaser A {
	color:#E85B10;
	font-family:"Times New Roman",Times,serif;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	line-height:20px;
}
DIV#teaser LI {
	border-bottom:1px dashed #E85B10;
	list-style-type:disc;
	margin:0;
	padding:10px 0 0;
}
/*
 * TextBlock
 */
DIV#text {
	position:absolute;
	top:365px;
	left:520px;
	color:#17263B;
}
DIV#text H2 {
	font-family:"Times New Roman",Times,serif;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	line-height:25px;
	margin:5px 0 12px 0;
}
DIV#text A {
	color:#0086C6;
	font-family:"Times New Roman",Times,serif;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	line-height:20px;
}
/*
 * Copyright
 */
DIV#copyright {
	position:absolute;
	bottom:-20px;
	width:1000px;
}
DIV#copyright P {
	font-size:10px;
	padding:0 0 0 520px;
}
