body { margin: 0px;
	background-color:#223B60;
	background: url(../gfx/bg.jpg) no-repeat #223B60;
	background-size: 100% 100%;
	background-attachment: fixed;
	background-position: center; 
	padding: 0px 80px;
	font-family: arial,verdana,helvetica,sans-serif;
	color: #eee;
	overflow-y:scroll;
}

#logo { background: url(../gfx/logo.png) no-repeat; height: 80px; }
#banner_top { width:100%; height:130px; }
#header_messages { position:absolute; left:40%; top:18px; }
#header_logout { position:absolute; right:20px; top:18px; }
#footer_bottom { height:27px; }

.countdown_green { height: 6px; background: url(../gfx/bg/countdown_green.gif) repeat-x; }
.countdown_yellow { height: 6px; background: url(../gfx/bg/countdown_yellow.gif) repeat-x; }
.countdown_red { height: 6px; background: url(../gfx/bg/countdown_red.gif) repeat-x; }

div.mainBox { width:100%; max-width:1000px; background:none; border:0px none; min-height:initial; }

.top_menu { top:0px; }
div.mainBox .top_menu a,
.top_menu a.open, .top_menu a.open:hover {
	box-shadow: inset 0px -14px 65px -44px rgba(0,0,0,0.75);
	line-height: 28px;
	background: #555 url(../gfx/bg/bg_top_menu.gif) repeat-x left top;
	color:#000; padding:6px 0px 2px 0px; margin-top: 4px;
	transition: margin-top 0.3s, padding 0.3s, color 0.3s;
}
div.mainBox .top_menu a.open, div.mainBox .top_menu a.open:hover, div.mainBox .top_menu a:hover {
	transition: margin-top 0s, padding 0s, color 1s;
	padding:8px 0px 4px 0px; margin-top:0px; text-decoration:none; border-color:#aaa;
}
div.mainBox .top_menu a:active, div.mainBox .top_menu a.open:active {
	transition: color 0s; color:#B20F5E;
}

.left_menu_item a { background:none; }
.left_menu_item a.open { background:url(../gfx/bg/left_menu/button_hover.png) no-repeat 0px 50%; }


a.popup_button:active, .popup_button:active { background:#ccc; }
a.popup_button, .popup_button { background:none; border:0px none; padding:6px 2px; position:relative; }

td.MAIN_LEFT { width:1%; }
td.MAIN_LEFT a { color:white !important; text-shadow:none; }

.left_menu_item { background:none; color:white; }

div.header .logo_bg { background: none; }

.system_nav { padding: 0px; }

.MAIN_CONTENT { 
	background: none;
}

div.MAIN_CONTENT_CONTAINER { color:#555; min-height:420px; }

h1 {
	font-size: 20px;
	line-height: 24px;	
	font-weight: normal;
	color: #0077BF;
}

textarea.textarea, textarea,
.items input.text, input.text {
	border-radius: 3px;
	border: 1px solid #c9c6c6;
	padding:3px 5px; /*margin-top:-2px;*/
	font-size: 11px;
/*	box-shadow: inset 0 1px 1px rgba(0,0,0,.2), inset 0 1px 0 rgba(0,0,0,.1);*/
/*	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);*/
}
textarea.textarea, textarea,
input.text {
	width:100%;
}

.text_codemirror_max_width { max-width: 740px; }

.items .widget select, select.select, select {
	padding:2px 1px 2px 2px;
	border:1px solid #c9c6c6;
	margin-top:-1px; margin-bottom:-1px; /* eigenartig, aber Firefox liefert sonst : Umbruch z.B. "user/list/user" */
/*	box-shadow: inset 0 1px 1px rgba(0,0,0,.1), inset 0 1px 0 rgba(0,0,0,.1);*/
/*	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);*/
}

input[type=checkbox] { width:14px; height:14px; }


.item { padding-top: 5px;  padding-bottom: 5px; }
.item_100 { /*float: none; width: 50%;*/ }

/*
input.submit {
	font-weight: normal;
	background: buttonface;
}*/
input.submit, a.submit {
	background-image: none;
	background: linear-gradient(#fff, #ccc);
	background: -moz-linear-gradient(top, #ffffff, #cccccc);
	background: -o-linear-gradient(top, #ffffff, #cccccc);
	text-shadow: 0px 1px 0px #fff;
	border-radius: 12px;
	border: 1px solid #aaa;
}

.box_active { border-color:transparent; }

tr.slide_list_spacer td { padding:3px 0px; }

.red, .red a,
.hilite_filter label { color:#9F6460; }




div.box_wrap a { color: #000; }
.h2_right, .checkbox_js { color: #000; font-size: 10px;}

h2.contentBox input, div.contentBox h2 input { color:#555; margin-top:3px; }

div.contentBox {
	background: #F7F7F8;
	border-top: 1px solid #DFDED4;
	border-right: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
	border-left: 1px solid #DFDED4;
}


div.box_wrap {
	border:1px solid #999;
	border-radius:4px;
	box-shadow:3px 3px 10px #ddd;
	clear: both;
}
div.box_wrap h2 {
	padding:0px 10px;
	height: auto; line-height:30px;
	border:0px none; border-radius: 4px 4px 0 0;
	background:#bbb;
	color:#000;
	/*text-shadow:0 1px 0 #bbb;*/
	box-shadow: 1px 1px 15px  #999 inset;
}


div.mainBox a { color:#fff; }
a { color:#eee; }
div.MAIN_CONTENT_CONTAINER a { color:#222A51; }

#system_navigation { padding-bottom:5px; }

