/* CSS Document */

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #0099cc;
	line-height: 17px;
}
h1.newsti {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #0099cc;
	/*color: #838586;*/
	line-height: 17px;
}
h2 {
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #0099cc;
	line-height: 17px;
}
a {
	color: #0099cc;
	text-decoration: none;
}
p {
	line-height: 17px;	
}
.caption {
	font-size: 9px;
	color: #838586;
}
li {
	line-height: 17px;
	list-style-image: url(../images/listing-pic.gif);	
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #838586;
	vertical-align: text-top;
}
/*CONTAINERS*/
#container {
	width: 780px;
}
#header {
	height: 59px;
	background-image: url(../images/logo-balken.gif);
	background-repeat: no-repeat;
	text-align: right;
}
#menuAdd {
	position: relative;
	top: 45px;
	right: 145px;
}
#middle {
	position: relative;
	z-index: 2;
}
* html #middle {
	/*position: absolute;
	z-index: 2;*/
}
#menu {
	width: 211px;
	float: left;
}

/*CONTENT AREA MASTER*/
#contentArea {
	width: 569px;
	padding-top: 40px;
	float: left;
}

*html #contentArea {
	position: absolute;
	left: 0px;
	top: 8px;
	width: 589px;
	z-index: 1;
}

#contentAreaPadd {
	padding-left: 39px;
	padding-right: 20px;
}
/*CONTENT AREA HOME*/
#contentAreaHome {
	position: absolute;
	left: 191px;
	top: 59px;
	width: 589px;
	z-index: 1;
}
#contentAreaPaddHome {
	padding-left: 0px;
	padding-right: 0px;
	z-index: 1;
}
#footer {
	height: 60px;
	padding-left: 250px;
	padding-top: 40px;
	clear: both;
	color: #ffffff;
}
* html #footer {
	padding-left: 290px;
	padding-top: 20px;
}
#wlctxt {
	position: absolute;
	top: 399px;
	left: 191px;
	width: 589px;
	background-color: #efeff1;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
}
.padd_20px {
	padding-left: 13px;
	padding-right: 13px;
}
/*Products Overview*/
.po_header{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #838586;
	height: 20px;
}
.po_quad{
	margin-left: 2px;
	padding: 1px 5px 1px;
	text-align: center;
	font-weight: bold;
	font-size: 9px;
	background-color: #0099cc;
	color: #FFFFFF;
}
.po_quad:hover{
	color: #000000;
}
.po_leftrow{
	float:left;
	width: 250px;
}
.po_rightrow{
	float:left;
	width: 250px;
}
.po_footer{
	clear:both;
	text-align:right;
}
/*FORMULAR*/
.contactform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #838586;
}
.txtfield {
	border: 1px #838586 solid;
	height: 18px;
	font-size: 11px;
	color: #838586;
}
.btn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	background-color: #838586;
	border: 0;
	height: 20px;
}
/*STAFF*/
.staff_container {
	clear: both;
	padding-bottom: 15px;
}
.staff_imgcol {
	float:left;
	padding-right: 15px;
}
staff_detcol {
	height: 120px;
	background-color: #00CC00;
}
.staff_function {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #0099cc;
	height: 20px;
}
.staff_name {
	height: 18px;
	font-weight: bold;
}
.staff_tel {
	height: 18px;
}
.staff_fax {
	height: 18px;
}
.staff_email {
	height: 18px;
}

/*BANNER*/

#banner {
	position:absolute;
	left:789px;
	top:59px;
	width:160px;
	height:600px;
	z-index:3;
}

