/*
orange: #e74b20   #b31000 #ffb17b;
grau: #3d3c3f
blau: #0b63a2 (LINK)
*/
BODY {
	margin:0px 10px;
	padding:0px;
	background:url(../img/bg.gif) top left repeat-x;
}

BODY, TD {
	/*font-family:Calluna Sans,Trebuchet MS,Arial,Helvetica,sans serif;*/
	font-family:Trebuchet MS,Arial,Helvetica,sans serif;
	font-size:12px;
	color:#3D3C3F;
}

A {
	color:#0b63a2;
}
A:visited {
	color:#b51747;
}

BUTTON {
	cursor:pointer;
}
BUTTON .next {
	background:url(../img/icons/16x16/actions/go-next.png) top right no-repeat;
}
BUTTON .btn_text {
	text-align:left;
}
.on {color:#e74b20;}

#mainframe {
	width:802px;
	margin:20px auto;
}
#logo {
	margin-right:25px;
}
#loginbox, #loginbox_browserfehler {
	width:577px;
	height:167px;
	overflow:hidden;
	float:right;
}
#loginbox {
	background:url(../img/bg_login.jpg) top right;
}
#loginbox_browserfehler {
	background:url(../img/bg_login_browserfehler.jpg) top right;
}
#loginbox_browserfehler .hinweis {
	position:relative;
	top:60px;left:25px;
	width:360px;
}
#frm_login {
	display:block;
	margin:50px 0px 0px 245px;
	border:0px solid black;
}
#frm_login TD {
	padding:1px 5px;
	white-space:nowrap;
}
#frm_login INPUT {
	border:1px solid #3D3C3F;
	padding:1px;
	font-size:10px;
	background:white;
	width:140px;
	color:#3d3c3f;
}
#frm_login INPUT:focus {
	background:#e74b20;
	color:white;
}
#frm_login BUTTON {
	width:100%;
}

#navbar {
	margin:22px 0px 0px 0px;
	border-left:1px solid white;
	border-right:1px solid white;
	background:url(../img/bg_navbar.gif) top left repeat-x;
	height:30px;width:800px;
	overflow:hidden;
}
#navbar UL {
	list-style-type:none;
	padding:0px;margin:0px;
	margin-left:15px;
}
#navbar LI {
	display:block;
	float:left;
	height:30px;
	color:#ffb17b;
	font-size:18px;
	padding:2px 12px;
	cursor:pointer;
}
#navbar LI.aktiv {
	background:white;
	color:#3d3c3f;
	cursor:normal;
}
#navbar LI.nav_hover {
	background:#ffb17b;
	color:white;
}

#content {
	margin:60px 2px 0px 2px;;
}

#debug {
	position:absolute;
	left:10px;
	bottom:0px;
	height:150px;
	width:100%;
	background:#3d3c3f;
}
#debug H1 {
	font-size:12px;
	font-weight:bold;
	background:#3d3c3f;
	color:white;
	margin:0px;
	padding:2px 5px;
}
#debug .debug_content {
	white-space:pre;
	font-family:Courier New;
	font-size:12px;
	font-weight:bold;
	background:#B9B9FF;
	color:#3d3c3f;
	margin:0px;
	padding:5px;
	height:120px;
	overflow:scroll;
}

.hinweisbox {
	position:absolute;
	display:none;
	z-index:1000;
	width:270px;
	height:240px;
}
.hinweisbox_top {
	background:url(../img/hinweisbox_top.png) bottom left no-repeat;
}
.hinweisbox_head {
	background:url(../img/hinweisbox_head.png) bottom left no-repeat;
}
.hinweisbox_mid {
	background:url(../img/hinweisbox_mid.png) top left repeat-y;
}
.hinweisbox_bot {
	background:url(../img/hinweisbox_bot.png) top left no-repeat;
}
.hinweisbox_body {
	padding:10px 18px;
}