html {
	overflow-y: scroll;
	font-family: Arial;
}

body {
	margin: 0px;
	padding: 0px;
	background: url(img/home_bg.jpg) no-repeat right 0;
}

xdiv {
	background: rgba(102, 102, 102, 0.1);
}

img {
	border: none;
}

a {
	text-decoration: none;
}

/* 
	expressone grüen  #74AC25 
	expressone blau   #0078B3 
	expressone Hell beige	 #f7f2e0;
	expressone  beige	 #f3e2a9;
*/


/* Global */
table tr td.cell_5.text-center, 
table tr td.cell_7.text-center, 
table tr td.cell_10.text-center, 
table tr td.cell_15.text-center, 
table tr td.cell_25.text-center, 
table tr td.cell_30.text-center, 
table tr td.cell_33.text-center, 
table tr td.cell_35.text-center, 
table tr td.cell_40.text-center{
	text-align:center !important;
}
table tr td.cell_5.text-right, 
table tr td.cell_7.text-right, 
table tr td.cell_10.text-right, 
table tr td.cell_15.text-right, 
table tr td.cell_25.text-right, 
table tr td.cell_30.text-right, 
table tr td.cell_33.text-right, 
table tr td.cell_35.text-right, 
table tr td.cell_40.text-right{
	text-align:right !important;
}

table tr td.cell_5{ width:5% !important; }
table tr td.cell_7{ width:7% !important; }
table tr td.cell_10{ width:10% !important; }
table tr td.cell_15{ width:15% !important; }
table tr td.cell_20{ width:20% !important; }
table tr td.cell_25{ width:25% !important; }
table tr td.cell_30{ width:30% !important; }
table tr td.cell_33{ width:33% !important; }
table tr td.cell_35{ width:35% !important; }
table tr td.cell_40{ width:40% !important; }
table tr td.cell_50{ width:50% !important; }
table tr td.cell_60{ width:60% !important; }
table tr td.cell_66{ width:66% !important; }
table tr td.cell_70{ width:70% !important; }
table tr td.cell_75{ width:75% !important; }
table tr td.cell_80{ width:80% !important; }
table tr td.cell_85{ width:85% !important; }
table tr td.cell_90{ width:90% !important; }
table tr td.cell_95{ width:95% !important; }
/* Global */

/* Layout style */
#container {
	width: 1048px;
	margin: 5px auto;
	padding: 10px;
	xborder: 1px solid #ddd;
	border-radius: 10px;
	background: #f3e2a9;
	background: #fff;
}

#header {
	height: 80px;
	background: url(img/header_bg.png) repeat-x 0 center;
	border-radius: 10px 10px 0px 0px;
}

#header .logo {
	display: block;
	height: 60px;
	width: 230px;
	margin-left: 20px;
	/*background: url(img/express-one.png) no-repeat 0 center; */
}

/* MENU style */
#menu {
	margin: 0px;
	padding: 0px;
	xborder: 1px solid #666;
	font-size: 11pt;
}

/* User Menu */
#user_info {
	width: 180px;
	height: 50px;
	float: right;
	margin: 10px 5px 5px 5px;
	padding: 0px;
	border-radius: 5px;
	border: 1px solid #f7f2e0;
	xborder: 1px solid #ccc;
}

#user_info:hover {
	background: #f3e2a9 url(img/pfeil_unten.png) no-repeat center right;
	background-position: 150px 20px;
}

#user_info.active {
	background: #f3e2a9 url(img/pfeil_unten.png) no-repeat center right;
	background-position: 150px 20px;
}

#user_name {
	height: 40px;
	padding: 10px 5px 5px 40px;
	background: url(img/user.png) no-repeat 5px center;
	cursor: pointer;
	border-radius: 3px 3px 0 0;
}

#user_menu {
	display: none;
	background: #f3e2a9;
	margin: 0px;
	padding: 5px;
	border-radius: 0 0 3px 3px;
	border: 1px solid #000;
	position: relative;
	z-index: 1000;
}

#user_menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#user_menu ul li {
	margin: 5px;
	padding: 5px;
}

#user_menu ul li a {
	display: block;
	text-decoration: none;
	color: #666;
	padding: 10px 5px;
	border-radius: 4px;
	border-bottom: 1px solid #f7f2e0;
	cursor: pointer;
}

#user_menu ul li a:hover {
	color: #000;
	background: #fff;
}

/* ONLINE USER MENU */
#message_zahl {
	xborder: 1px solid red;
	position: absolute;
	padding: 5px;
	padding-top: 15px;
	margin-left: -130px;
	margin-top: 0px;
	font-size: 11pt;
	color: #090;
	width: 120px;
	height: 50px;
	display: none;
}

#online_users {
	width: 50px;
	height: 50px;
	float: right;
	margin: 10px 5px 5px 5px;
	padding: 0px;
	border-radius: 5px 5px 0 0;
	border: 1px solid #f7f2e0;
	text-align: center;
	cursor: pointer;
}

#online_users:hover {
	background: #f3e2a9;
	border: 1px solid #000;
	border-bottom: 1px solid #f7f2e0;
}

#online_users:hover ul {
	display: block;
}

#online_users img {
	margin-top: 15px;
}

#online_users ul {
	text-align: left;
	position: absolute;
	background: #f3e2a9;
	padding: 0;
	margin: 0;
	list-style: none;
	width: 150px;
	padding: 10px 5px;
	margin: 2px -110px;
	border-radius: 5px 0 5px 5px;
	display: none;
	border: 1px solid #000;
}

#online_users ul li {
	border-bottom: 1px solid #fff;
	padding: 10px;
	margin: 7px 0;
	margin-left: 20px;
	padding-left: 20px;
	background: url(img/online.gif) no-repeat center left;
}

#online_users ul li:hover {
	background: url(img/online.gif) no-repeat center left;
	color: #0c0
}

#online_users ul li span {
	xborder: 1px solid red;
	position: absolute;
	display: block;
	width: 20px;
	margin-left: -45px;
	margin-top: -18px;
	text-align: center;
	color: red;
}
/* ONLINE USER MENU */
#setup_ini_dialog {
	display: none;
}

#setup_ini_form p {
	overflow: auto;
}

#setup_ini_form p label {
	display: block;
	width: 80px;
	float: left;
}

#setup_ini_form p input {
	width: 100px;
}

/*
#user_info{width:140px;height:40px;float:right;margin:10px 5px 5px 5px;padding:5px 5px 5px 40px;border-radius:5px;cursor:pointer;
background:url(img/user.png) no-repeat 5px center;}
user_info:hover{background:#fff url(img/user.png) no-repeat 5px center;}
#user_info .user_name{display:block;margin:7px 0px;text-decoration:none;color:#000;}
#user_setup{display:none;position:absolute;background:#fff;margin-left:-40px;margin-top:10px;width:185px;}
*/

/* Main Menu */
#menu .main_menu {
	padding: 5px 0px;
	background: #ddd;
	background: #f7f2e0;
}

#menu .main_menu ul {
	margin: 0px;
	padding: 0px 5px;
	overflow: auto;
}

#menu .main_menu ul li {
	list-style: none;
	display: block;
	float: left;
	margin-right: 5px;
}

#menu .main_menu ul li a {
	display: block;
	padding: 5px 20px;
	text-decoration: none;
	color: #000;
	border-radius: 5px;
	text-align: center;
	height: 50px;
}

#menu .main_menu ul li a img {
	border: none;
}

#menu .main_menu ul li a:hover, #menu .main_menu ul li a.active {
	background: #fff;
	background: #f3e2a9;
}

/* SUB Menu */
#menu .sub_menu {
	padding: 5px 0;
	background: #aaa;
	background: #f3e2a9;
	height: 30px;
}

#menu .sub_menu ul {
	margin: 0px;
	padding: 0px 5px;
}

#menu .sub_menu ul li {
	list-style: none;
	display: block;
	float: left;
	margin-right: 5px;
}

#menu .sub_menu ul li a {
	display: block;
	padding: 5px 20px;
	text-decoration: none;
	color: #000;
	border-radius: 3px;
}

#menu .sub_menu ul li a:hover, #menu .sub_menu ul li a.active {
	background: #fff;
}

/* CONTENT STYLE */
#content {
	xborder: 1px solid #666;
	margin: 10px 0 0 0;
	overflow: auto;
}

#setup_ini_dialog {
	
}

#setup_ini_dialog form {
	font-size: 12pt;
}

#setup_ini_dialog form label {
	width: 100px;
	font-size: 11pt;
	font-weight: bold;
	padding: 5px;
}

#setup_ini_dialog form input {
	border: 1px solid #999;
	padding: 5px;
}

/* LOGIn FORM */
#login_form {
	border: 1px solid #74AC25;
	padding: 10px;
	width: 400px;
	margin: 20px auto;
	border-radius: 5px;
	font-size: 11pt;
}

#login_form form {
	padding: 10px;
	background: #f3e2a9;
	border-radius: 4px;
}

#login_form form label {
	display: block;
	float: left;
	width: 100px;
	padding: 7px 5px;
}

#login_form form input[name] {
	padding: 7px 5px;
	width: 200px;
	border: 1px solid #999;
	border-radius: 3px;
}

#login_form form input[type="submit"] {
	padding: 3px 8px;
}

#login_form form p a {
	text-decoration: none;
	color: #0078B3;
	font-size: 10pt;
	margin-left: 10px;
}

#login_form form p.msg_box {
	font-size: 10pt;
	color: red;
	height: 20px;
}

/* FORGOT FORM */
#forgot_form {
	border: 1px solid #74AC25;
	padding: 10px;
	width: 400px;
	margin: 20px auto;
	border-radius: 5px;
	font-size: 11pt;
}

#forgot_form form {
	padding: 10px;
	background: #f3e2a9;
	border-radius: 4px;
}

#forgot_form form label {
	display: block;
	float: left;
	width: 100px;
	padding: 7px 5px;
}

#forgot_form form input[name] {
	padding: 7px 5px;
	width: 200px;
	border: 1px solid #999;
	border-radius: 3px;
}

#forgot_form form input[type="submit"] {
	padding: 3px 8px;
}

#forgot_form form p a {
	text-decoration: none;
	color: #0078B3;
	font-size: 10pt;
	margin-left: 10px;
}

#forgot_form form p.msg_box {
	font-size: 10pt;
	color: red;
	height: 20px;
}

/* FOOTER STYLE */
#footer {
	padding: 10px;
	margin-top: 0px;
	background: #0078B3;
	border-radius: 0px 0px 10px 10px;
	color: #fff;
}

#footer p {
	padding: 0px;
	margin: 5px;
	text-align: center;
}
