@charset "utf-8";

/* CSS Document */
#header-container>div {
	float: left;
}

#headercornerleft {
	width: 17px;
	height: 200px;
	background: url(../images/header_left_corner.png) no-repeat;
}

#headermiddle {
	width: 791px;
	height: 200px;
	background: url(../images/header_bg_kachel.png) repeat-x;
	left: 10px;
}

#headercornerright {
	width: 17px;
	height: 200px;
	background: url(../images/header_right_corner.png) no-repeat;
}

#headercornerlefthigh {
	width: 17px;
	height: 200px;
	background: url(../images/header_left_corner_high.png) no-repeat;
}

#headermiddlehigh {
	width: 791px;
	height: 200px;
	background: url(../images/header_bg_kachel_high.png) repeat-x;
	left: 10px;
}

#headercornerrighthigh {
	width: 17px;
	height: 200px;
	background: url(../images/header_right_corner_high.png) no-repeat;
}

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


#logo {
    background-image: url(http://www.adu-inkasso.de/cms/upload/Images_Header/adu_inkassounternehmen.jpg);
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    text-align: left;
    width: 791px;
    height: 200px;
    margin-top: 5px;
}
#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 {
	display: inline;
	float: left;
	border: 0px solid #ff0000;
	white-space: nowrap;
}

#menu>div {
	display: inline;
	float: left;
}
#userBox{
	margin-top: 7px;
	-moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
	border: 1px dashed #cccccc;
	width: auto;
	height: 68px;
	text-align: left;
	padding: 0 5px 10px 5px;
	color: #999;
	background: #eee;
	cursor: default;
}
.userBoxLabel{
	float: left;
	width: 70px;
	color: #999;
}
.userBoxValue{
	color: #FF9900;
	float: left;
	width: 30px;
	text-align:right;
}
#mandantBox{
	margin-top: 7px;
	-moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
	border: 1px dashed #cccccc;
	height: 68px;
	text-align: left;
	padding: 0 5px 10px 5px;
	color: #999;
	background: #eee;
	cursor: default;
}
.mandantBoxLabel{
	float: left;
	width: 50px;
	color: #999;
}
.mandantBoxValue{
	color: #FF9900;
	float: left;
	width: auto;
	text-align:left;
}



