
body
{
    color: #333333;
    font-size: 13px;
    font-family: Segoe UI,Tahoma,Sans-Serif,Arial,Verdana,Helvetica;
    line-height:16px;
	background-image:url("/images/header.jpg");
	background-repeat: repeat-x;
	padding:0px;
	margin:0px;
	background-color:#FFFFFF;
}
a
 {
    cursor:pointer;
    color: #0064B4;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
img
{
    border: 0;
}

input[readonly="readonly"]
{
    background-color:#EAEAEA;
}

input
{
	margin:0px;
}

input[type="text"], input[type="password"], textarea
{
	padding:3px 5px;
	border:1px solid #CEE3F7;
}

table.contents input[type="text"], table.contents input[type="password"], table.contents textarea
{
    padding:1px 3px;
}

input[type="button"], input[type="submit"]
{
    background: url("/images/button.png") repeat-x scroll left top transparent;
    border: 1px outset #EEEEEE;
    height: 25px;
    line-height: 14px;
    padding:0px 20px;
	color:#333333;
}

input[type="button"]:hover, input[type="submit"]:hover
{
    background-position:left bottom;
}

input[type="text"].number_field, input[type="text"].number_comma_field
{
    text-align:right;
}

button
{
	background-color:#EEEEEE;
	border:1px outset #EEEEEE;
	margin:0px;
	min-width:21px;
	padding:0px 3px;
}

h1
{
    background: url("/images/h1.jpg") repeat-x scroll left bottom #FFFFFF;
	padding:15px 20px 15px 20px;
    border: 1px solid #EEEEEE;
	margin:13px 0px 15px 0px;
	font-size:26px;
	line-height:24px;
	font-weight:normal;
	color:#0064B4;
	overflow:hidden;
}

h1 img
{
	margin-right:20px;
	cursor:pointer;
	float:left;
	margin-top:-5px;
}

h2
{
	margin-top:0px;
	padding-top:0px;
	color:#0064B4;
	font-size:15px;
	margin-bottom:15px;
}

h3
{
	margin-top:0px;
	margin-bottom:10px;
}

.error
{
	color:#FF0000;
}

input
{
	font-size:11px;
}

textarea
{
	font-size:11px;
	font-family:Verdana, Arial, sans-serif;
}

select
{
	font-size:11px;
}

#BrowserWarning{
    border:1px solid #BBAA00;
    background-color: #FFEEAA;
    padding-left: 80px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    background-image:url(/images/browserwarning.png);
    background-repeat:no-repeat;
    background-position: 10px 10px;
    min-height: 60px;
    position:absolute;
    left: 10px;
    width: 200px;
}
#BrowserError{
    border:1px solid rgb(219,23,57);
    background-color: rgb(254,175,184);
    padding-left: 80px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    background-image:url(/images/browsererror.png);
    background-repeat:no-repeat;
    background-position: 10px 10px;
    min-height: 60px;
    position:absolute;
    left: 10px;
    width: 200px;
}
#BrowserList{
    margin-top:10px;
    padding:10px;
    background-color:#FFFFFF;
}

.Warning{
    border:1px solid #BBAA00;
    background-color: #FFEEAA;
    padding: 10px;
}
.Error{
    border:1px solid rgb(219,23,57);
    background-color: rgb(254,175,184);
    padding: 10px;
}

.f_left
{
	float:left;
}

.f_right
{
	float:right;
}

.invisible
{
	width:1px !important;
	height:1px !important;
	visibility:hidden;
	padding:0px !important;
	margin:0px !important;
}

.clickable
{
	cursor:pointer;
}

.container
{
	overflow:hidden;
}

.hidden
{
	display:none;
}

#main_container
{
	padding:15px;
	overflow:hidden;
	margin-bottom:20px;
}

/* HEADER STYLES */
#header
{
	overflow:hidden;
	height:52px;
}

#header .right
{
	text-align:right;
	float:right;
}

#header .left
{
	float:left;
	overflow:hidden;
}

/* NAVIGATION STYLES */
#navigation
{
	margin-top:0px;
	overflow:hidden;
	float:left;
}

#navigation .box
{
	overflow:hidden;
	float:left;
	text-align:center;
	margin-right:20px;
}

#navigation .box.arrow
{
	height:35px;
	padding-top:14px;
}

#navigation .box .active
{
	min-width:70px;
	margin-top:5px;
	border:1px solid #C5C5C5;
	padding:4px 10px;
	overflow:hidden;
	float:left;
	background-image:url("/images/button.png");
	cursor:pointer;
	text-align:left;
}

#navigation .box .active:hover
{
	background-position:left bottom;
}

#navigation .box .list
{
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	max-height:350px;
	overflow:auto;
	background-color:#F9F9F9;
	border:1px solid #C5C5C5;
	width:250px;
        z-index:100;
}

#navigation .box .item
{
	text-align:left;
	cursor:pointer;
	padding:3px 5px;
	border-bottom:1px solid #C5C5C5;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 16px;
}

#navigation .box .item:hover
{
	background-color:#DDEEFF
}

/* FOOTER STYLES */
#footer
{
	position:fixed;
	bottom:0px;
	background-image:url("/images/footer.jpg");
	background-position:bottom left;
	background-repeat: repeat-x;
	text-align:center;
	width:100%;
	padding:5px 0px;
	color:#333333;
}

/* LOGIN CONTAINER */
#login_container
{
	padding:50px 15px 15px 15px;
	background-color:#CEE3F7;
	overflow:hidden;
	width:310px;
	margin:50px auto;
	line-height:30px;
	font-size:14px;
}

#login_container span.login_title
{
	display:block;
	text-align:center;
	font-size:22px;
	font-weight:bold;
	border-bottom:1px solid #000000;
	padding:0px 20px;
}

#login_container span.text_top
{
	display:block;
	margin:20px 0px;
	text-align:center;
}

#login_container span.text_bottom
{
	display:block;
	margin:20px 0px 0px 0px;
	font-size:10px;
}

#login_container span.error
{
	display:block;
	margin:10px 0px;
	text-align:center;
}

#login_container label
{
	display:block;
	float:left;
	height:29px;
}

#login_container input[type="text"], #login_container input[type="password"], #login_container input[type="checkbox"], #login_container select
{
	display:block;
	float:right;
	margin-top:5px;
	margin-bottom:4px;
	width:150px;
}

#login_container input[type="checkbox"]
{
	width:30px;
	float:left;
}

#login_container select
{
	display:block;
	float:right;
	margin-top:5px;
	margin-bottom:4px;
	width:162px;
}

#login_container input[type="submit"]
{
	margin-top:20px;
}

#login_container center
{
	overflow:hidden;
}

/* LIST STYLES */
#main_content table.contents
{
	border:1px solid #EEEEEE;
	border-bottom:none;
}

#main_content table.contents tr:hover
{
	background-color:#F9F9F9;
}

#main_content table.contents th
{
	background-color:#EEEEEE;
	font-weight:bold;
	text-align:left;
	padding:5px 5px;
}

#main_content table.contents td
{
	overflow:hidden;
	padding:4px 5px;
	border-bottom:1px solid #EEEEEE;
}

td
{
	vertical-align:top;
}

/* SITEINFO DIV */
#siteinfodiv
{
    font-size:11px;
    font-family:Verdana;
    position:absolute;
    top:0;
    left:0;
    overflow:hidden;
    color:#FFFFFF;
    padding:0px;
    z-index:9000;
}

#siteinfodiv .toggler
{
    float: left;
    padding: 0 5px;
    cursor: pointer;
    background-color:#DC4D0C;
    padding:5px 10px;
    border:1px solid #FFFFFF;
    border-radius:5px;
}

#siteinfodiv .menu
{
    float:left;
    background-color:#DC4D0C;
    display:none;
    border:1px solid #FFFFFF;
    border-radius:5px;
}

#siteinfodiv .tab
{
    padding:5px;
    border-bottom:1px solid #FFFFFF;
}

#siteinfodiv .tab.clickable
{
    cursor:pointer;
}

#siteinfodiv .tab.last
{
    border:none;
}

#siteinfodiv .content
{
    display:none;
    background-color:#DC4D0C;
    overflow:hidden;
    padding:5px 10px;
    border:1px solid #FFFFFF;
    border-radius:5px;
}

#siteinfodiv .cont_window
{
    overflow:auto;
    padding-right:10px;
    min-width:250px;
}

#siteinfodiv .image
{
    margin-top:-2px;
}

a.schliessen{
    float: right;
    display: block;
    width: 22px;
    height: 22px;
    line-height: 20px;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    border: none;
    background: transparent url(/images/icons/delete_24x24.png) no-repeat center center;
    color: #ccc !important;
    cursor: pointer !important;
}

a.titelicon{
    float: right;
    margin: 0 0.5em;
    display: block;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

a.schliessen:hover{
    color: #fff !important;
}

table.tbl_half{
    width: 50%;
    margin: 0px auto;
}

/* ERROR MESSAGE DIV */
div.error_message
{
    border:1px solid #0064B4;
    background-color:#CEE3F7;
    padding:5px 10px;
    position:absolute;
    font-size:10px;
    max-width:150px;
    z-index:15;
    min-width:130px;
}