body{
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #464646;
	background-color: #edf3ff;
}
body #container{
	width: 965px;
	position: absolute;
	left: 50%;
	top: 0%;
	margin: 0px 0 0 -482px;
	border: 0px;
}

img{
    border:none;
}

h3{
    margin: 0px 0px 8px;
    padding-left:3px; /*bug 3484*/
    font-size: 13px;
}
form{
	margin: 0px;
	padding: 0px;
}
a{
	color: #333333;
	text-decoration: none;
}
a:hover{
	color: #333333;
	text-decoration: underline;
}

a:hover span{
	color: #333333;
	text-decoration: underline;
	cursor: pointer;
}

a.underline{
	text-decoration: underline;
}
a:hover.underline{
	text-decoration: none;
}

/*****************************************************************************/
/* Div Navigation */
.main-navi-left, .sub-navi-left{
	background: url(../images/nav-box-left.gif) no-repeat;
	background-color: transparent;
	width: 1px;
	height: 26px;
	float: left;
}
.main-navi-right, .sub-navi-right{
	background: url(../images/nav-box-right.gif) no-repeat;
	background-color: transparent;
	width: 1px;
	height: 26px;
	float: left;
}
.main-navi-center, .sub-navi-center{
	color: white;
	background: url(../images/nav-box-center.gif) repeat-x;
	background-color: transparent;
}

.main-navi-center a, .sub-navi-center a{
	color: white;
	background: url(../images/nav-box-center.gif) repeat-x;
	background-color: transparent;
	float: left;
	padding: 7px 5px 0px 5px;
	font-weight: bold;
	text-decoration: none;
	height: 19px;
	font-size: 11px;
    border-bottom: 1px solid #999999;
}
.main-navi-center a:hover, .sub-navi-center a:hover{
	background: url(../images/nav-box-center_hover.gif) repeat-x;
}
.main-navi-center .selected, .sub-navi-center .selected{
	background: url(../images/nav-box-center_hover.gif) repeat-x;
}

.main-navi, .sub-navi{
	height: 26px;
	width: 600px;
}

.sub-navi-left, .sub-navi-right{
	height: 22px;
}
.sub-navi a{
	height: 18px;
	padding-top: 4px;
}
.sub-navi{
	height: 22px;
}

/* Div Navigation */
/*****************************************************************************/

/*****************************************************************************/
/* Div login */

div.login{
	margin-right: 30px;
}
.login a{
	font-size: 9px;
	color: gray;
	text-decoration: underline;
	background-color: transparent;
}

a.login{
	font-size: 9px;
	color: #464646;
	background-color: transparent;
}


a.login:hover{
	font-size: 9px;
	color: gray;
	text-decoration: none;
	background-color: transparent;
}

/* Div login */
/*****************************************************************************/

/*****************************************************************************/
/* input */
input.text{
	width: 110px;
	height: 16px;
	border: 1px solid #999999;
	text-align: right;
	color: #464646;
    font-size:13px;
}
/* input */
/*****************************************************************************/

/*****************************************************************************/
/* Div Sub Navi */
#navigation #sub .right, #navigation #sub .left{
	height: 21px;
}
#navigation #sub .center a{
	padding: 4px 5px 0px 5px;
	height: 17px;
	font-size: 11px;
}
#navigation #sub{
	height: 20px;
}
/* Div Sub Navi */
/*****************************************************************************/

/*****************************************************************************/
/* Div Boxes*/
.box-bottom-top{
	background: url(../images/content-bottom-top.gif) no-repeat;
	background-position: left;
	height: 1px;
	width: 963px;
}
.box-bottom-top-2{
	background: url(../images/content-bottom-top-2.gif) no-repeat;
	background-position: left;
	height: 1px;
	width: 963px;
}
.box-body{
	background-color: white;
    border-color: gray #999999;
    border-style:solid;
    border-width:0 1px;
    padding: 10px;
    width: 941px;
}
.box-body-trans{
	border: 0px solid gray;
	background-color: transparent;
	padding: 0;
	padding-right: 11px;
	padding-left: 0px;
	width: 952px;
}

.box-header-2{
	background-color: gray;
	background: url(../images/box-header-2.gif) no-repeat;
	width: 458px;
	height: 15px;
	padding-top: 3px;
	padding-left: 5px;
	color: white;
	margin: 0px;
	font-weight: bold;
}
.box-body-2{
	width: 458px;
	border: 1px solid #999999;
	margin: 0px;                                             
}
.box-body-2-padding{
	width: 452px;
	border: 1px solid #999999;
	margin: 0px;
	padding: 3px;
}

.box-header-3{
	background: url(../images/box-header-3.gif) no-repeat;
	width: 223px;
	height: 15px;
	padding-top: 3px;
	padding-left: 5px;
	color: white;
	margin: 0px;
	font-weight: bold;
	background-color: transparent;
}
.box-body-3{
	width: 223px;
	border: 1px solid #999999;
	margin: 0px;
}
.box-body-3-padding{
	width: 217px;
	border: 1px solid #999999;
	margin: 0px;
	padding: 3px;
}

.info{
	float: right;
	margin-top: 3px;
	margin-right: 6px;
	height: 12px;
	width: 12px;
	background: url(../images/img-info.gif) no-repeat;
}

.refresh-text{
	float: left; margin-top: 2px; margin-right: 12px;
}
.refresh-img{
	margin-right: 2px;
}
/* Div Boxes*/
/*****************************************************************************/



/*****************************************************************************/
/* Table Content Tabelle */

th {
	background: url(../images/box-header-center.gif) repeat-x;
	background-position: left top;
}
th.left{
	background: url(../images/box-header-2.gif) no-repeat;
	background-position: left top;
}
th.right{
	background: url(../images/box-header-2.gif) no-repeat;
	background-position: right top;
}

table{
	border: 0px;
	border-bottom: 1px solid #999999;
	/*background: url(../images/box-header-2.gifg) no-repeat;*/
	background-position: -2px 0px;
	width: 458px;
}
th{
	color: white;
	height: 18px;
	white-space:nowrap;
	padding-left: 2px;
	padding-right: 8px;
	background-color: transparent;
}
td{
	padding-left: 2px;
	padding-right: 8px;
	height: 16px;
	background-color: white;
}

table .bg1{
	background-color: #eeeeee;
}
table .text-right{
	text-align: right;
}
 table .text-left{
	text-align: left;
}
table .text-center{
	text-align: center;
}

td a{
	text-decoration: underline;
}
td a:hover{
	text-decoration: none;
}

/*************************************/

table.large{
	border: 0px;
	border-bottom: 1px solid #999999;
	/*background: url(../images/box-header-2.gifg) no-repeat;*/
	background-position: -2px 0px;
	width: 935px;
}

/* Table Content Tabelle */
/*****************************************************************************/



/*****************************************************************************/
/* Footer */

/* Footer */
/*****************************************************************************/


/*****************************************************************************/
/* Common */

.font-size-small{
	font-size: 7pt;
}
.clear{
	clear: both;
}
.clear-left{
	clear: left;
}
.clear-right{
	clear: right;
}

.border-left{
	border-left: 1px solid #999999;
}
.border-right{
	border-right: 1px solid #999999;
}

.float-right{
	float: right;
}
.float-left{
	float: left;
}

.col466{
	width: 466px;
}

.nohover a:hover{
    background: url("../images/nav-box-center.gif") repeat-x scroll 0 0 transparent;
}

.marginchart{
    margin:-1px 0px;
}

.marginleftcol466{
    margin-left:470px;
}
.margin-right{
	margin-right: 5px;
}
.margin-right4{
	margin-right: 4px;
}
.margin-top10{
	margin-top: 10px;
}
.margin-top25{
	margin-top: 25px;
}
.margin-left10{
	margin-left: 10px;
}

.align-right{
	text-align: right;
}
.align-left{
	text-align: left;
}
.align-center{
	text-align: center;
}

.color-light{
	color: gray;
	background-color: transparent;
}

.border{
	border: 1px solid #999999;
}

.padding{
	padding: 3px;
}
.padding-right{
	padding-right: 3px;
}
.padding-right8{
	padding-right: 8px;
}
.padding-top{
	padding-top: 2px;
}
.padding-top10{
	padding-top: 10px;
}
.padding-right10{
	padding-right: 10px;
}
.padding-left{
	padding-left: 3px;
}

.padding-left10{
	padding-left: 10px;
}
.padding-left8{
	padding-left: 8px;
}

.line-height28{
	line-height: 28px;
}
.line-height20{
	line-height: 20px;
}
.height15{
	height: 10px;
}
.valign-middle{
	vertical-align: middle;
}

.color-red{
	color: red;
	background-color: transparent;
}
.color-green{
	color: green;
}
.icon{
	padding-left: 2px;
}
/* Common */
/*****************************************************************************/

.box-header-4{
    background: #AAAAAA no-repeat;
    -moz-border-radius:3px 3px 0 0 ;
	height: auto;
	padding-top: 3px;
	padding-left: 5px;
	color: white;
	font-weight: bold;
    clear:both;
}

.news-border-bottom{
    border-bottom:1px solid #999999;
}


/*overlib*/
.olibFG {background-color:#EEEEEE;font-size:16px;margin-right:-7px;width:400px !important;border-width:0 !important;-moz-border-radius: 0px 0 3px 3px}
.olibCG {background-color:#BBBBBB;font-size:16px;margin-right:-7px;width:400px !important;border-width:0 !important;-moz-border-radius: 3px 3px 0 0}
.olibBG {border:1px solid #999999;width:400px !important;-moz-border-radius: 3px;}
#overDiv{
    z-index:1 !important;
    /*visibility:inherit !important;*/
}
