/* CSS Document */

/** {
margin: 0;
padding: 0;
}*/

html {
    overflow : auto;
}
html, body {
    margin : 0;
    padding : 0;
    height : 100%;
    background-color : #063e69;
    font-family:Verdana;
    font-size:0.9em;
}
.wrapper {
    width : 100%;
    min-height : 100%;
    min-width : 940px;
	position: relative;
}
* html .wrapper 
{
    height : 100%;
}

/* min-width -Workaround für IE6 */
  * html .minwidth {border-left:940px solid #063e69; position:relative; float:left; z-index:1;}
  * html .container {margin-left:-940px; position:relative; float:left; z-index:2;}

.over_header
{
	width: 100%;
	height: 30px;
	background-image:url('Bilder/over_header.gif');
	background-repeat:repeat-x
}

.header {
    width : 100%;
    height :214px;
    /*display:none;*/
	/*background-color: #00CC33;*/
}


.header .header_right
{
	width: 736px;
	height: 100%;
	float:right;
	background-image:url('Bilder/header_right.jpg');
	
	margin-left : 0 !important;
    margin-left : -3px !important;
}
.header .header_right .loginBox
{
	/*float:right;
	margin-right: 70px;
	-margin-right: 35px;*/
	margin-left: 447px;
	margin-top: 145px;
	height: 44px;
	width: 215px;
}

.header .header_right .loginBox .loginBoxTable
{
	height: 44px;
	width: 215px;
	border: none;
	font-size: 10pt;
    color: #fff;
}
.header .header_right .loginBox .loginBoxTable tr td input.input
{
	height: 15px;
	width: 114px;
	border: none;
	background-image:url('Bilder/textbox.gif');
	background-repeat:no-repeat;
	color: #FFF;
	font-size: 10px;
	padding-left: 3px;
	padding-right: 3px
}

* html .checkbox
{
	 position:relative;
	 top:-2px;
	 height:14px;
}
* html .header .header_right .loginBox .loginBoxTable tr td input.input
{
	-background-attachment:fixed;
}

.header .header_right .loginBox .loginBoxTable tr td input.loginbutton
{
	width: 18px; 
	height: 18px;
	background-image: url('Bilder/login_go.gif');
}

.header .header_left {
    height: 100%;
    padding : 0;
	background-image:url('Bilder/header_center.gif');
	background-repeat:repeat-x; margin-left:0px; margin-right:733px; margin-top:0; margin-bottom:0
}

.after_header
{
	width: 100%;
	height: 52px;
	background-image:url('Bilder/top_navi.gif');
	background-repeat:repeat-x
}

.after_header a
{
	color: #000;
	text-decoration:none;
	width: 100px;
	padding-top: 1px;
	height: 20px;
	background-image:url('Bilder/top_navi_button.gif');
	background-repeat:no-repeat;
	float: left;
	display:inline;
	text-align:center; margin-left:15px; margin-right:15px; margin-top:5px; margin-bottom:0
}
.after_header a.inactive:hover
{
	font-weight: bold;
	color: #000;
	text-decoration:none;
}
.after_header a.inactive
{
	font-weight: normal;
	color: #000;
	text-decoration:none;
}
.after_header a.active
{
	font-weight: bold;
	color: #000;
	text-decoration:none;
}

.middle
{
	/*margin-bottom: 53px;*/
}

.middle .middle_left
{
	width: 170px;
	float: left;
	/*background-color:#00CC00*/
}

.middle .middle_right
{
	width: 150px;
	float: right;
	/*background-color:#99CC33*/
}

.middle .middle_center
{
	margin : 0 155px 0 175px !important;
	margin : 0 159px 0 172px;
	/*background-color:#0000FF*/
}
* html .middle .middle_center
{
	height: 1px;
}

.middle .middle_center .contentbox
{
	float: left;
	/*width: 33.3%;*/
	min-width: 300px;
	width: 33.33333333%;
	height: 150px;
	background-color:#CC0066;
}

.abstand_footer
{
	height: 53px;
}

.footer 
{
    width : 100%;
    margin-top : -53px;
    padding : 0;
    height : 53px;
    position:relative;
    z-index : 5;
	background-image:url('Bilder/footer.gif');
	background-repeat:repeat-x
}

.contentbox_blue_blueborder{
/*	background-color: #084676;
	border:1px solid #0B71BF;*/
	padding:5px;
	/*display:block;*/
	width: 100%;
	text-align: justify;
	font-size: 8pt;
	color: white;
	/*margin-left: 2px;
	margin-right: 2px;*/
}

.dlbox{
	background-color: #084676;
	border:1px solid #0B71BF;
	padding:5px;
	width: 100%;
	text-align: justify;
	color: white;
	margin-bottom: 5px;
	margin-top: 5px;
}
.dlbox_sidebar
{
	border-left:1px solid #0B71BF;
	width: 100%;
}

.dlbox_border_top
{
	border-top: 1px solid #0B71BF;
}
.dlbox_border_right
{
	border-right: 1px solid #0B71BF;
}
.dlbox_border_left
{
	border-left: 1px solid #0B71BF;
}
.dlbox_border_bottom
{
	border-bottom: 1px solid #0B71BF;
}

/** html .footer 
{
    bottom : -1px;
}*/
