@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background-image: url(../images/template/start_bg.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

#wrapper {
	position: relative;
	width: 960px;
	height: 675px;
	margin: 0 auto;
}

#logo {
	position:absolute;
	left: 0;
	top: 0;
	width: 284px;
	height: 87px;
	background: url(../images/template/start_logo.gif) no-repeat left top; 
}

ul#language {
	position: absolute;
	left: 0;
	top: 502px;
}

ul#language li {
	list-style-type: none;
}

ul#language li a {
	display: block;
	height: 31px;
	padding: 3px 0 0 44px;
	background-image: url(../images/template/start_pfeil_off.gif);
	background-repeat: no-repeat;
	color: #46616f;
	text-decoration: none;
}

ul#language li a:hover {
	display: block;
	background-image: url(../images/template/start_pfeil_on.gif);
	background-repeat: no-repeat;
	color: #63bf2b;
	text-decoration: none;
}

#haus {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 550px;
	height: 385px;
	background: url(../images/template/start_haus.gif) no-repeat left top; 
}

/* IE6 Hack */
* html #haus {
	bottom: -1px;
}

.hideme {
	position: absolute;
	left: -9999px;
	top: -9999px;
}
