body
{
	background:#fff;
    font-family: "Arial";
}

.hide {
    display: none !important;
}

header,
footer {
    display: inline-block;
    padding: 0em;
    color: #666;
    background-color: #fff;
    width: 100%;
    display: block;
    /*color:green;*/
    clear: left;
}
header img{
    width:30px;
    height:30px;
    float:right;
    margin-right:20px;
}
header #headertitel{
    padding:5px;
    font-weight: light;
    color:#bbb;
}
header{
    padding-bottom:10px;
    border-bottom:2px solid #eee
}
footer{
    color:#bbb;
    font-size: 8px;
    padding-top:0px;
    border-top:1px solid #eee;
    display: inline-block;
    margin-top:10px;
    position:fixed;
    bottom:0;
}
label{
    font-size:.7em;
}

/*
div.top
{
	background-color:Aqua;
	position:fixed;
	height:100%;
	width:100%;
}
*/



div.content {
    /* margin-left: 400px;
    border-left: 1px solid gray; */
    padding: 0.5em 1em;
    height: auto;
    /*height: 100%;
    	background-color:Yellow;*/
}

div.printControls {
    width: 100%;
    height: auto;
    padding: 5px;
    bottom: 0;
}

#labelImageDiv {
    background-color: transparent;
    padding: 5px;
    margin: 0px;
}

#printDiv {
    width: 100%;
    display: inline-block;
    margin-bottom:50px;
}

#printButton {
    display: inline-block;
    margin-bottom:50px;
    margin-top:20px;
    width: 100%;
    /*! height: 98px; */
    font-size: 36pt;
    font-weight: bold;
    border: 0;
    color: #999;
    background-color: #eee;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-image: url("../images/print.svg");
}

#printButton:hover {
    color: #000;
    background-image: url("../images/print_hover.svg");
}

#printButton:focus {
    background-image: url("PrintButtonPressed.png");
}

#printButton:disabled {
    color: #cccccc;
    background-image: url("PrintButtonDisabled.png");
}

#printersDiv {
    width: 100%;
    padding:5px 0px;
    /*float: left;*/
    /*! margin-right: 200px; */
    /*! margin-top: 50px; */
}

#labelFileSelection {
    margin: 0px;
}