html, body {
	height: 100%;
	padding: 0;
	margin: 0;
}

body {
	background: #e6e6e6;
}

p {
	font-family: Arial;
	font-size: 10pt;
	color: black;
	margin: 0;
}

a {
	text-decoration: none;
	color: black;
}

a:hover {
	color: #b4372f;
}

div#page {
	position: absolute;
	left: 50%;
	margin-left: -490px;
	height: 100%;
	width: 980px;
	background-color: white;
	background-image: url(../images/background.gif);
	background-repeat: no-repeat;
	background-position: center;
}

div#page div#main {
	position: absolute;
	top: 50%; 
	margin-top: -272px;
}

div#page div#main div#logo {
	text-align: center;
	padding-bottom: 35px;
} 

div#page div#main div#logo img {
	margin-left: 20px;
}

div#page div#main div#middle {
	border-width: 7px 0px;
	border-style: solid;
	border-color: #e6e6e6;
	height: 368px;
}

div#page div#main div#middle div#left {
	float: left;
}

div#page div#main div#middle div#left img {
	width: 327px;
	height: 366px;
	border-width: 1px 1px 1px 0px;
	border-style: solid;
	border-color: white;
}

div#page div#main div#middle div#right {
	float: left;
}

div#page div#main div#middle div#right img {
	width: 652px;
	height: 366px;
	border-width: 1px 0px;
	border-style: solid;
	border-color: white;
}

div#page div#main #sprachwahl {
	background-image: url(../images/background.gif);
	background-repeat: no-repeat;
	background-position: center -605px;
	padding-top: 25px;
	padding-left: 30px;
	padding-bottom: 5px;
}

