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

html, body, div, table, tr, td, p, u, li {
	margin: 0px;
	padding: 0px;
	color: #444;
	font-size: 11px;
}

body {
	background-color: #000;
}

#container {
	width: 900px;
	height: 540px;
	position: absolute;
	margin-left: -450px;
	margin-top: -270px;
	left: 50%;
	top: 50%;
	border: 2px solid #fff;
	background-image: url(backrounds/blackback.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

#menu {
	position: absolute;
	top: 226px;
	left: 30px;
	z-index: 2;
}

#menu ul {
	margin: 0px;
	margin-left: 23px;
	padding: 0px;
}

#menu ul li {
	margin-top: 0px;
	height: 30px;
	width: 90px;
	list-style: none;
}

#menu ul li a img {
	height: 30px;
	width: 90px;
}

#menu ul li a b {
	display: none;
}

#main {
	position: absolute;
	top: 233px;
	left: 190px;
	/* width: 667px / height: 282px */
	width: 627px;
	height: 242px;
	margin: 0px;
	padding: 21px;
	overflow: hidden;
	background-image: url(backrounds/contentback.gif);
	background-position: center;
	background-repeat: no-repeat;
	/* ebene/layer 2 */
	z-index: 2;
}

#slideshow, #googlemap {
	/* Bildbreite 387px */
	float: right;
	width: 384px;
	height: 240px;
	margin-right: 0px;
	margin-top: 0px;
	border: none;
}

#progress {
	position: absolute;
	top: 360px;
	left: 570px;
	width: 200px;
	height: 15px;
	padding: 2px;
	border: 2px solid #dfdfdf;
	z-index: 2;
}
 
#progress .bar {
	width: 0px;
	text-align: center;
	font-size: 10px;
	height: 15px;
	background: #2a2a2f;
	color: #fff;
	font-weight: bold;
}

#content {
	margin: 0px;
	padding: 0px;
}

a {
	color: #FF3333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	padding: 14px;
	margin: 0px;
}

li {
	margin-top: 12px;
	margin-bottom: 0px;
	padding: 0px;
	list-style: square;
}

/* login und sonstige sonderlinks */

#login {
	position: absolute;
	right: 2px;
	bottom: 0px;
	font-size: 10px;
	z-index: 2;
}

#login a {
	color: #999999;
	text-decoration: none;
}

#login a:hover {
	color: #1e5a88;
}

/*******************************************/
/*               Loginpopup                */
/*******************************************/

#blackback {
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	background-color:#ffffff;
	-moz-opacity:0.7;
	-khtml-opacity:0.7;
	opacity:0.7;
	filter:alpha(opacity=70);
	z-index: 3;
}   

#loginfeld {
	border:1px solid #b2d4ef;
	padding: 5px;
	width:320px;
	height:160px;
	position:absolute;
	margin-left:-160px;
	margin-top:-80px;
	left:50%;
	top:50%;
	background-color:#fff;
	font-size: 8px;
	color: #000000;
	z-index: 4;
}

#loginfeld input.button {
	border-style: dotted;
	border-color: #b2d4ef;
	width: 100px;
	color: #555;
	float: right;
	padding-bottom: 2px;
}

#loginfeld input.button:hover, #loginfeld input.button:focus {
	border-style: solid;
	background-color: #e9f4fc;
}

#loginfeld input {
	padding: 2px;
	padding-bottom: 0px;
	background: none;
	width: 99%;
	border-style: none;
	margin-top: 15px;
	border-bottom: 1px dotted #b2d4ef;
}

#loginfeld input:hover, #loginfeld input:focus {
	border-bottom-style: solid;
	background-color: #e9f4fc;
}

/*******************************************/
/*               Menuedit                  */
/*******************************************/

.menuedit {
	border: 1px solid #AAA;
	padding-left: 2px;
	padding-right: 2px;
	background: none;
	font-size: 9px;
	color: #1e5a88;
}

.menuedit:focus {
	border: 1px solid #f00;
}