* {
	padding: 0;
	margin: 0;
}

html, body {
	height:100%;
}

body {
	background-image: url(../pix/background.png);
	font-family: Tahoma;
	font-size: 12px;
	color: #4c4c4c;
}

div#distance { 
	margin-bottom: -22.5em; /* half of content height */
	width: 1px;           /* required to "hide" distance div */
	height: 50%;          /* required */
	float: left;          /* required */	
}

div#content {
	position: relative;   /* positions content on top of distance */
	text-align: left;     /* horizontal centering hack for IE */
	height: 45em;         /* required - desired height */
	width: 40em;          /* required - desired width */
	border: 10px solid white;
	background-color: white;
	margin: 0 auto;       /* required */
	clear: left;          /* required */
}

.title {
	font-weight: bold;
	font-size: large;
	padding-top: 5px;
	padding-bottom: 2px;
}

.sepa{
	height: 10px;
}
img {
	border:0px;
}

/**#lang {
	background: #B22222;
	color: white;
	display:block;
	text-decoration: none;
	border-right: 2px white solid;
	padding: 12px 20px 11px 19px;
	width: auto;
}**/

#lang a {
	background: #B22222;
	color: white;
	display:block;
	text-decoration: none;
	padding: 12px 20px 11px 19px;
}

#lang a:hover {
	color: #B22222;
	background: white;
}

.footer {
	padding-bottom: 5px;
	padding-left: 10px;
	font-family:Tahoma;
	font-size:12px;
	color:#b2b2b2;
	border-top:1px #bbbbbb solid;
	text-align: right;
	width: 75%; 
	position: absolute; 
	bottom: 0px; 
	left: 0px; 
}