@charset "utf-8";
/* CSS Document */
* {
		margin:0;
		padding:0;
}

html, body {
		height:100%;
}

body {
		background-color:#e8e4d1;
		color: #ffffff;
		font-family:"Times New Roman", Times, serif;
		font-stretch:wider;
		font-size:13px;
		text-align:center; /* horizontal centering for IE Win quirks */
}

a {
color:#FFFFFF;
}

h1 {
	margin-bottom: 0.5em;
	font-size:20px;
	font-weight:normal;
}

h2 {
	margin-bottom: 0.5em;
	font-size:14px;
	font-weight:bold;
}


#middle_r .bodytext{
margin:0;
padding:0;
width:450px;
margin-bottom:1em;
color:#000000;
}

#distance { 
		width:1px;
		height:50%;
		margin-bottom:-320px; /* half of container's height */
		float:left;
}


#main{
 width:780px;
 height:640px;
 float:left;
}


#container {
		margin:0 auto;
		position:relative;
		text-align:left;
		height:640px;
		width:950px;
		clear:left;
		background-image:url(../gfx/bg_start.jpg);
		background-repeat:no-repeat;
}

#container2 {
		margin:0 auto;
		position:relative;
		text-align:left;
		height:640px;
		width:950px;
		clear:left;
		background-image:url(../gfx/bg_intro.jpg);
		background-repeat:no-repeat;
}


#center {
	clear:both;
	background-color:#f3f1e7;
	height:330px;
	width:780px;
	z-index:1;
	text-align:center;
	position:absolute;
	top:250px;
}

#intro{
	clear:both;
	background-color:#f3f1e7;
	height:198px;
	width:780px;
	z-index:1;
	text-align:center;
	position:absolute;
	bottom:20px;
	right:170px;
}

#footer {
	position:absolute;
	top:575px;
	bottom:0px;
	background-image:url(../gfx/footer.png);
	height:65px;
	width:780px;
	z-index:2;
}

#skip{
	position:relative;
	top:42px;
	width:100%;
	text-align:center;
}

#meta{
	position:relative;
	top:42px;
	left:130px;
}

#meta ul{
	list-style:none;
}

#meta ul li{
	float:left;
	height:18px;
	background-image:url(../gfx/dot2.png);
	background-repeat:no-repeat;
	background-position:left;
	font-size:12px;
	font-weight:bold;
	padding-left:15px;
	padding-right:10px;
}

#meta ul li.first2{
	background-image:none;
}

#meta ul li a{
	line-height:18px;
	display:block;
	text-decoration:none;
	color:#000000;
	vertical-align:middle;
}

.Stil1{
	font-size:22px;
	color:#d10019;
}

.Stil2{
	color:#d10019;
}
