#head_box{
	background-color: white;
}

.head_welcome, .head_middle{
	color: #666;
}

#titleArea{
	width:700px;
}

.content_head1, .content_head4{
	background-color: #0B2C65; 
}

.content4{
	border-color: #0B2C65;
}

table#liveSearchFrame {
	background-color: #0B2C65; 
}

table#liveSearchFrame input{
	background-color: #0B2C65; 
}	

.button {
	background-color: #0B2C65; 
	color: white;
}

#navigation{
	background-color: #0B2C65; 
}

#navigation > li {
	border-top: 1px solid #0B2C65;
}

.graph{
	border-color: #777;
}
.graph .bar{
	background-color: #A5A6A6;
}


#head_homeIcon{
	
	background-image: url(../../img/brohlwellpappe-logo.png	);
	background-size: 311px 42px;
	width: 311px;
	height: 42px;
}

div.tabellendiv{
	width: 1050px;
}

div.tabellendiv b{
	font-weight: 800;
}

#autoSaveArea{
	display:none;
}
.buttonPadding{
	position: fixed;
}

.bxsftOpenPrintTool{
	margin-right:5px !important;
}


@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px)
and (-webkit-device-pixel-ratio : 3) { 

	body{
		width: 1300px;
	}

	.buttonPadding{
		position: absolute;
	}

}


@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) { 
	
	body{
		width: 1300px;
	}

	.buttonPadding{
		position: absolute;
	}

}