@charset "utf-8";

/* CSS Document */
#header-container{
	background-color:#fff;
	width:960px;
}
#header-container>div {
	float: left;
}

#secondheader {
    position: relative;
    width: 960px;
    height:130px;
    clear:both;
}

#headercornerleft {
	width: 17px;
	height: 200px;
}
#headerhigh{
	position:relative;
	width:960px;
	height:200px;
}
#headermiddle {
	left: 10px;
}

#headercornerright {
	width: 17px;
	height: 200px;
	
}

#headercornerlefthigh {
	width: 17px;
	height: 200px;
	
}

#headermiddlehigh {
	width: 960px;
	height: 200px;
	left: 10px;
}

#headercornerrighthigh {
	width: 17px;
	height: 200px;
}

#headermiddlehigh ul li {
	display:inline;
	float: left;
	padding-left: 4px;
	text-align: right
}


#logo {
    background-image: url(../images/adu_inkassounternehmen.jpg);
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    text-align: left;
    width: 960px;
    height: 200px;
    margin-top: 5px;
}
#logomiddle {
    background-image: url(../images/adu_inkassounternehmen.jpg);
    background-repeat: no-repeat;
    background-position: center;
    text-align: left;
    height: 110px;
    margin-top: 5px;
    float:left;
}

#logoakte {
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    text-align: left;
}

#headermenu {
	width: 400px;
	padding-top: 20px;
	text-align: right
}

#headermiddle ul li {
	display:inline;
	float: left;
	padding-left: 4px;
	text-align: right
}

#headermenu ul li {
	display:inline;
	float: right;
	padding-top: 50px;
	padding-left: 4px;
	text-align: right
}

#menu {
	width:100%;
	display: inline;
	float: left;
	white-space: nowrap;
	background-color:#1982bc;
}
#adminMessage{
	background-color:#fff;
	height:25px;
	line-height:25px;
}
#menu>div {
	display: inline;
	float: left;
}
#userBox{
	margin-top: 7px;
	width: auto;
	height: 68px;
	text-align: left;
	padding: 0 5px 22px;
	color: #999;
	cursor: default;
}
.userBoxLabel{
	float: left;
	width: 70px;
	color: #999;
}
.userBoxValue{
	color: #FF9900;
	float: left;
	width: 35px;
	text-align:right;
}
#mandantBox{
	margin-top: 7px;
	height: 68px;
	text-align: left;
	padding: 0 5px 22px;
	color: #999;
	cursor: default;
}
.mandantBoxLabel{
	float: left;
	width: 50px;
	color: #999;
}
.mandantBoxValue{
	color: #FF9900;
	float: left;
	width: auto;
	text-align:left;
}


