@charset "UTF-8";
html {
	background: #e6e6e6;
}
body {
	background: #e6e6e6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

div#container {
	margin: auto;
	height: 730px;
	width: 970px;
	background: url('/gfx/back/home.jpg');
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #fff;
	position:relative;
}


div#menu {
	position:absolute;
	height:28px;
	width:970px;
	background-color: #e6e6e6;
}

div#menu ul {
	margin: 0px;
	padding: 0px;
}
div#menu ul li {
	float: left;
	background: url('/gfx/menu/dark-blue-li-left.gif') no-repeat top left;
	height: 28px;
	list-style-type: none;
	margin: 0 4px 0 0;
}
div#menu ul li.active {
	background: url('/gfx/menu/blue-li-left.gif') no-repeat top left;
}
div#menu ul li a {
	background: url('/gfx/menu/dark-blue-li-right.gif') no-repeat right top;
	display: block;
	text-decoration: none;
	color: #fff;
	margin: 0 0 0 5px;
	padding: 6px 13px 0px 10px;
	height: 28px;
}
div#menu ul li.active a {
	background: url('/gfx/menu/blue-li-right.gif') no-repeat right top;
}

div#logo-stable {
	position: absolute;
	background: url('/gfx/logo-stable.png') no-repeat;
	width: 155px;
	height: 55px;
	z-index: 20;
	top: 60px;
	left: 30px;
}
div#transparant-bow {
	position: absolute;
	width: 970px;
	height: 256px;
	background: url('/gfx/menu/blue-transparant-bow.png') no-repeat;
	top: 28px;
	z-index: 10;
}


div#language a {
	margin-right: 10px;
	color: #fff;
	text-decoration: none;
}
div#language a:hover {
	margin-right: 10px;
	color: #fff;
	text-decoration: underline;
}


/* Images */
img.center {
	 
}
img.right {
	float: right;
}
img.left {
	float: left;
}


label {
	font-size: 90%;
}


span.wiedemar-link {
	margin-left: 10px;
/*	padding-top: 80px; */
}
span.wiedemar-link a {
/*	margin-top: 30px; */
	color: #000;
	text-decoration: none;
/*	font-weight: bold; */
}

span.wiedemar-link a:hover {
	text-decoration: underline;
}