/* ======== General ======== */
html, body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0; 
	padding:0;
	color:#000;
	line-height:150%;
	/*background-color:#d2dd7a;
	background-image:url(../data/promo/bg_jubi5.jpg);
	background-repeat:no-repeat;*/
	background-color:#333;
	width:100%;
	height:100%;
}

/* ======== Grundgerüst ======== */
div#main {
	position:relative;
	left:50%;
	margin-left:-475px;
	margin-top:10px;
	margin-bottom:0px;
	width:950px;
	height:100%;
	z-index:2;
}

/* ======== Header ======== */
#logo { float:left; }
#blackbox {
	background-color:#000;
	width:950px;
	height:60px;
}
#headerbild { margin-top:-6px; }
#lines { margin-top:10px; }

/* ======== Contentaufbau ======== */
div#contentbg {
	width:948px;
	border:1px solid #999;
	background-color:#EEE;
	margin-top:-2px; 
}
div#content_left {
	background-image:url(../data/design/leftbox_bg.png);
	background-repeat:repeat-x;
	background-color:#EEE;
	width:200px;
	float:left;
}
div#content_middle {
	width:744px;
	background-color:#FFF;
	float:left;
	border-right:2px solid #B3D0E1;
	border-left:2px solid #B3D0E1;
}
.content_titel { margin-left:-2px; }

/* ======== Content ======== */
div#content {
	width:728px;
	margin-left:8px;
	margin-top:10px;
	padding:0px;
}
div#login {
	background-color:#8CB4CE;
	width:720px;
	min-height:16px;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:5px;
	clear:both;
}
div#login h1 { 
	width:55px;
	background-image:none;
	color:#FFF;
	float:left; 
	margin:0px;
	padding:0px;
}
div#login div { float:left;margin-left:30px; }

div#error {
	border:2px solid #F93A41;
	background-color:#FE5C67;
	width:730px;
	padding:5px;
	color:#FFF;
}

/* ======== Topbanner ======== */
div#topbanner {
	display:block;
	width:468px;
	height:60px;
	position:absolute;
	right:0px;
	top:30px;
}

/* ======== Footer ======== */
div#footer {
	font-size:9px;
	color:#999;
	margin-top:10px;
	margin-bottom:10px;
	width:900px;
}
