﻿* {
	margin:0;
	padding:0;
	}

html, body {
	height:100%;
	}

body {
	background-color:#d8dadc;
	color:#630;
	font:8pt arial, sans-serif;
	text-align:center; /* horizontal centering for IE Win quirks */
	}

#distance { 
	width:1px;
	height:50%;
	background-color:#fc6;
	margin-bottom:-300px; /* half of container's height */
	float:left;
	}

#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:600px;
	width:800px;
	clear:left;
	background-color:#090a23;
//*	background-image:url(images/layout/burg-shk-start-hgr.jpg);
	background-repeat:no-repeat; *//
	}
#tropfen
{
  float:left;
  margin-top:204px;
  margin-left:110px;
  background-image:url(images/layout/burg-shk-tropfen.jpg);
	background-repeat:no-repeat;
	width:580px;
	height:192px;
	padding-left:148px;
	padding-top:15px;
	}

#sprachen-start
{
  float:left;
  width:680px;
  padding-top:0px;
  text-align:right;
  border:0px solid green;
}
#sprachen-start a
{
	color:#d8dadc;
  font-weight:bold;
  text-decoration:none;
}
#sprachen-start a:hover
{
	color:red;
}

