*, *::before, *::after{
	box-sizing: border-box;
}

html
{
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}

body
{
	height: 100%;
	margin-top: -2px;
	margin-bottom: -2px;
	background-color:#DDDDDD;
	font-family: Verdana, sans-serif;
}

a img{
	border-style: none;
	border-width: 0px;
}

div.page {
	position: relative;
	margin: 0 auto;
	margin-bottom: 2%;
	top: 1%;
	min-height: 96%;
	min-width: 1240px;
	width: 80%;
	text-align: left;
	border-radius: 10px;
	-moz-border-radius:10px; /* Firefox */
	-webkit-border-radius:10px; /* Safari, Chrome */
	-khtml-border-radius:10px; /* Konqueror */
	box-shadow: 10px 10px 5px #999999;
	-webkit-box-shadow: 10px 10px 5px #999999; /* Safari, Chrome */
	-moz-box-shadow: 10px 10px 5px #999999; /* Firefox */
	border-style: solid;
	border-width: 1px;
	background-color: #FFFFFF;
	
	behavior: url(PIE.php);
}

div.title{
	position: relative;
	width: 100%;
	z-index: 200;
}

div.title div.line {
	position: absolute;
	width: 100%;
	top: 110px;
	height: 10px;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style:solid;
	border-bottom-width:5px;
	background-color: #FF9000;
	z-index: 500;
}

div.loginbar {
	position: absolute;
	right: 30px;
	top: 5px;
	width: 370px;
	text-align: right;
}

div.loginbar a {
    color: #333333;
    font-size: small;
    font-weight: bold;
}

img.logo {
	position: absolute;
	left: 30px;
	top: 20px;
	width:275px;
}

div.navtop {
	position: absolute;
	left: 320px;
	right: 0px;
	top: 90px;
}

div.navtop .tab{
	position: relative;
	width: 18%;
	margin-left: 1%;
	height: 25px;
	overflow: hidden;
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: small;
	border-style: solid;
	border-bottom-style: none;
	border-width: 1px;
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px; /* Firefox */
	-webkit-border-radius: 10px 10px 0px 0px; /* Safari, Chrome */
	-khtml-border-radius: 10px 10px 0px 0px; /* Konqueror */
	display: inline-block;
	background-color: #FF9000;
	behavior: url(PIE.php);
}

div.navtop .tab:hover{
	top: -5px;	
	border-width: 2px;
	transition: top 0.1s ease-in;
	-moz-transition: top 0.1s ease-in;
	-webkit-transition: top 0.1s ease-in;
	-o-transition: top 0.1s ease-in;
}

div.navtop .selected{
	z-index: 10;
	top: -5px;
	spacing-top: 5px;
	border-width: 2px;
}

div.navtop a{
	color: #000000;
	text-decoration: none;
}

div.navleft {
	position: absolute;
	top: 180px;
	width: 220px;
	overflow: hidden;
}

div.navleft .button{
	z-index: 30;
	position: relative;
	left: 0px;
	top: 0px;
	width: 170px;
	height: 20px;
	overflow: hidden;
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: small;
	border-style: solid;
	border-bottom-style: none;
	border-width: 1px;
	border-radius: 0px 10px 10px 0px;
	-moz-border-radius: 0px 10px 10px 0px; /* Firefox */
	-webkit-border-radius: 0px 10px 10px 0px; /* Safari, Chrome */
	-khtml-border-radius: 0px 10px 10px 0px; /* Konqueror */
	box-shadow: 5px 5px 5px #999999;
	-moz-box-shadow: 5px 5px 5px #999999; /* Firefox */
	-webkit-box-shadow: 5px 5px 5px #999999; /* Safari, Chrome */
	background-color: #FF9000;
	behavior: url(PIE.php);
}

div.navleft .button:hover {
	width: 200px;
	transition: width 0.25s ease-in;
	-moz-transition: width 0.25s ease-in;
	-webkit-transition: width 0.25s ease-in;
	-o-transition: width 0.25s ease-in;
}


div.navleft .selected {
	width: 200px;
	font-weight: bold;
}

div.navleft a{
	color: #000000;
	text-decoration: none;
}

div.content {
	z-index: 10;
	position: relative;
	top: 0px;
	padding-left: 230px;
	padding-top: 150px;
	padding-right: 60px;
	padding-bottom: 30px;
	text-align: justify;
}

div.content a {
    color: #FF9000;
    font-weight: bold;
}

div.footer {
	position: absolute;
	width: 100%;
	bottom: 5px;
	text-align: center;
	z-index: 15;
}

div.footer a {
    color: #333333;
    font-size: small;
    font-weight: bold;
}

td.valuecell {
    text-align: center;
    border-top-style: dotted;
    border-width: 2px;
}

td.paramcell {
    max-width: 200px;
    text-align: left;
    border-top-style: dotted;
    border-width: 2px;
}

td.headercell {
    border-style: none;
    border-width: 0px;
    background-color: #CCCCCC;
    font-weight: bold;
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.00, rgb(255,255,255)),
        color-stop(1.00, rgb(204,204,204))
    );
    background-image: -moz-linear-gradient(
        center bottom,
        rgb(255,255,255) 0%,
        rgb(204,204,204) 100%
    );
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#CCCCCC', endColorstr='#FFFFFF'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#CCCCCC', endColorstr='#FFFFFF')"; /* IE8 */
}

td.headercell.left{
    border-radius: 10px 0px 0px 0px;
    -moz-border-radius: 10px 0px 0px 0px;
    -webkit-border-radius: 10px 0px 0px 0px;
    -khtml-border-radius: 10px 0px 0px 0px;

    behavior: url(PIE.php);
}

td.headercell.right{
    border-radius: 0px 10px 0px 0px;
    -moz-border-radius: 0px 10px 0px 0px;
    -webkit-border-radius: 0px 10px 0px 0px;
    -khtml-border-radius: 0px 10px 0px 0px;

    behavior: url(PIE.php);
}

img.valueimg {
	width: 20px;
	height: 20px;
	box-shadow: 5px 5px 5px #999999;
	-moz-box-shadow: 5px 5px 5px #999999; /* Firefox */
	-webkit-box-shadow: 5px 5px 5px #999999; /* Safari, Chrome */
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px; /* Firefox */
	-webkit-border-radius: 10px 10px 10px 10px; /* Safari, Chrome */
	-khtml-border-radius: 10px 10px 10px 10px; /* Konqueror */
}

div.hintbox{
	border: 1px solid #999;
	min-height: 100px;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 5px 5px 5px #999999;
	background-color: #DDDDDD;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 100px;
	margin-right: 50px;
}

div.hintbox p, div.hintbox h4{
	padding-left:50px;
}

@media(max-width: 1280px){
	div.page{
		width: 95%;
		width: calc(100% - 40px);
		min-width: 970px;
	}
}

@media print{
	div#leftnav, div#footer, div.navtop{
		display: none;
	}
	div#main{
		left:0;
	}
	div.page{
		border: none;
		width: 100%;
		top:0;
		margin: 0;
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
	}
	body{
		background-color: #fff;
		margin: 0;
	}
	div.line{
		-webkit-print-color-adjust: exact !important;
	}
}