/*
----------------------------------------------------
CSS-File : Doris-Intranet
(C) 2005 Netconomy & ISOEG, Wolfgang Holzer
http://www.netconomy.net, http://www.inetservice.at
----------------------------------------------------
*/

* {
	padding: 0px;
	margin: 0px;
}

html {
	height: 100%;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 62.5%;
	height: 100%;
}

/* Defs : Overwrite HTML-Elements */

#leftbox {
	position: absolute;
	float: right;
	right: 0px;
	width: 150px;
	height: 100%;
	background: #C3C5C7;
	border-left: 1px solid #807F84;
}

#leftbox .bottom {
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
	font-size: 1em;
}

#container {
	padding: 35px 140px 0 0 ;
	color: white;

}

#container div {
	padding: 20px 0 10px 0;
	width: 300px;
	text-align: center;
	margin: auto;
	border: 1px solid #C3C5C7;
}

/* main defintion */

#topinfo {
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
	width: 100%;
	background: #003366;
}

* html #topinfo {
	/* \*/
	height: 59px;
	/* */
}

#topmenu {
	position: absolute;
	top:45px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 18px;
	background: #A02D32;
	background: Aqua;
}

#leftnavi {
	width: 250px;
	background: #C3C5C7;
	height: 100%;
	float: left;
}

#center {
	background: none;
	margin: 0px 0px 0px 250px;
	height: 100%;
}

#usedValueInfo {
	width: 100%;
	background:none;
	padding: 90px 0px 0px 20px;
}

#usedValueInfo div {
	padding-left: 15px;
}

#usedValueInfo div img {
	margin-left: 15px;
}

#oestatinfo {
	background: none;
	padding: 0px 0px 0px 0px;
	width: 100%;
}

#topinfo .right {
	float: right;
	right: 0px;
	width: 60px;
}

#topinfo .left {
	float: left;
	left: 0px;
	right: 60px;
	width: 89%;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	color: white;
}

#center #centercontainer #left {
	float: left;
	width: 77%;
	padding-right: 2%;
	border-right: 1px dashed #C3C5C7;
}

#center #centercontainer #right {
	float: right;
	width: 19%;
}

#center #centercontainer {
	padding: 90px 20px 0px 20px;
}

#oestatinfo div {
	width: 100%;
	clear: both;
	font-size: 1.025em;
}

#oestatinfo div .number {
	width: 6%;
	float:left;
	clear:none;
	white-space:nowrap;
}

#oestatinfo div .number img {
	display: inline;
	margin: 0px 2px 0px 0px;
	padding:0px;
}

#oestatinfo div .left {
	width: 40%;
	float:left;
	clear:none;
}

#oestatinfo div .right {
	width: 40%;
	float:left;
	clear:none;
}

#leftnavi #leftcontainer {
	padding: 90px 10px 0px 10px;
}

#leftnavi .bottom {
	position:absolute;
	bottom: 0px;
	left: 0px;
	color: #807F84;
	padding: 0px 0px 5px 10px;
}

#leftnavi .bottom div {
	float: left;
}

#rightborder {
	float: right;
	width: 1px;
	background: lime;
	height: 100%;
}

