<!--
body {
	/* background:url(../images/bg.jpg) no-repeat 2% 75px; !!! */
	text-align: center; /*centers the main in IE5/win */
	overflow-x: hidden;
	overflow-y: scroll;
}
body, td {
	font-family: Helvetica, Arial, Lucida Sans, Verdana, sans-serif;
	font-size:12px; /*11px*/
	margin: 0px 0px 0px 0px;
	padding: 0;
	color: #333;
	}

label {
 cursor: pointer;
 /*cursor: hand;*/
}

h1 {
	font-size:15px;
	margin-top:5px;
	margin-bottom:0px;
	padding-bottom:1px;
	font-weight:bold;/*normal;*/
	/*letter-spacing:1px;*/
	color:#c8d200;/*#569cbf;*/
	}

h2 {
	font-size:14px;
	margin-top:5px;
	margin-bottom:4px;
	font-weight:normal;
	display:block;
	color: #333;
	}

h3 {
	margin-bottom:5px;
	margin-top:0px;
	font-size: 13px;
	font-weight: bold;
	color: #333;
}

hr {
	height:1px;
	background-color:#000000;
	border:none;
	/*border-bottom:1px dotted #DEDEDE;*/
	width:auto;
	margin-top:22px; /*3px*/
	margin-bottom:3px;
	display:block;
}

a:link, a:visited, a:active {
	color:#333;
	text-decoration:none;
	}

a:hover {
	color:#333;
	}

a.white:link, a.white:visited, a.white:active {
	color:#fff; }

a.white:hover {
	color:#fff;
	text-decoration:none;
	border-bottom:1px dotted #000000;
}

a > img {
	border: none;
}

/* services lable */
#services {
	margin: 140px auto 0;
	height: 42px;
	position: relative;
	overflow: hidden;
}

#banner {
	position: absolute;
	top:0px;
	left:0px;
}

/* company lable */
#company {
	margin: 0 auto 0;
	width: 130px; /*150 (bei wpn_comp.jpg)*/
	height: 42px;
	position: absolute;
	top: -129px;
	right: 15px;
	background-color: #ffffff;
	background-image: url(../images/company.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}

/* sep */
.sep {
	width: 141px;
	height: 20px;
	margin-top: 24px;
	padding-left: 12px;
}

.sep > hr {
	/*border-top: 1px solid #000000;*/
	height:0px;
	border-top: 1px solid #000000;
}

#container {
	width: 980px;/*870px;*/
	margin: 87px auto 0; /* centers the whole container */
	text-align: left;
	padding:0;
	position: relative;
}

#popup {
	margin: auto; /* centers the whole container */
	margin-top: 10px;
	text-align: center;
	font-size:12px;
	padding:0px;
	border:0px solid #C70E11;
}

/* main===== */

#eyecatcher {
	float:right;
	border: 1px solid;
	margin-right:20px;
	margin-top:60px;
	background:black;
}

#main {
	/*clear: left;
	padding-top: 0.4em;
	padding-left:10px;
	margin-top:46px;*/
	margin: 0;
	margin-left: 240px;
	width: 520px;
	font-family:Lucida Sans, Verdana, Arial;
	font-size:12px;/*11px*/
	line-height:17px;
}

#main input, #main textarea{
	border:1px solid #CCC;
	background:#EEE;
}

#main input:focus,#main textarea:focus{
	border:1px solid #000;
	background:#EEE;
}


#main a:link,
#main a:visited,
#main a:active {
	color:#00adef; /*069*/
	text-decoration:none;
	/*background-image:url(../images/link.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 13px;*/
	}

#main a:hover {
	color:#000;
	background-color:#EEE;
	/*background-image:url(../images/link_hover.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 13px;*/
	}


#main div.gallery a,
#main div.gallery a:link,
#main div.gallery a:visited,
#main div.gallery a:active {
  background:none;
	color:#00adef; /*069*/
	text-decoration:none;
	border:none;
	padding:0;
	}

#main div.gallery a:hover {
	background:none;
	color:#333;
	border:none;
	padding:0;
	}

#main div.gallery img {
	margin:0;
	padding:0;
	text-decoration:none;
	border:none;
}



/* GOOGLE HEADER ===== */

#googleheader {
	display:none;
}

#googleheader h1 {
}

/* NAVIGATION ===== */

#header {
	position: relative;
	/*width:100%;*/
	width: 153px;/*153px;*/
	margin: 0;/*margin-left:1px;*/
	/*padding-left: 12px;
	/*border-top:#96B0C1;*/
	float:left;
	overflow: visible;
}

#header ul#primary {
	margin: 0;
	position: absolute;
	width: 220px;/*141px;*/
	/*border-bottom: 1px solid #999;*/
	font-size: 11px;
	padding-left: 12px;
}

#header ul#primary li  {
	list-style: none;
	margin-bottom: 8px; /*4px*/
	margin-left: -12px;
}

#header ul#primary a,#header ul#primary span,#header ul#primary a.current {
	width: auto;
	/*display: block;*/
	/*float: left;*/
	/*padding: 6px 12px;*/
	/*margin: 0px 0px 0 0;*/
	/*text-align:center;*/
	color:#000000;/*#2c4f61;*/
}

#header ul#primary > li > a{
	padding-left: 12px;
}

#header ul#primary a.on, #header ul#primary span,#header ul#primary a.current,#header ul#primary a.current:hover {
	/*background:#e7f0f4;*/
	/*margin-top: 0;*/
	color:#000000;
	font-weight:bold;
	background:url(../images/nav_img.jpg) no-repeat left center;
}

#header ul#primary a {
	/*border-right: 1px solid #ADBDCA;*/
}

#header ul#primary a:hover {
	/*margin-top: 0;
	background: #EEE;*/
}

#header ul#secondary {
	/*position: absolute;*/
	list-style: none;
	margin-top: 8px; /*4px*/
	padding-left: 30px;
	/*bottom: -1.7em;*/
	/*width: 864px; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
	/*border-bottom:1px solid #b7b7b7;*/
}

#header ul#secondary li a,#header ul#secondary li span {
	/*font-size:12px;
	font-style:italic;*/
	/*display: block;
	float: left;
	padding: 2px 10px;
	margin: 0;
	text-align: auto;
	background: none;*/
}

#header ul#secondary li a {
	/*color: #2c4f61;
	background: transparent;
	text-decoration: none;*/
}

#header ul#secondary li a:hover {
	/*color: #333;
	background: #EEE;*/
	/*text-decoration: bold;/*none;*/
}

#header ul#secondary li a:active {
	/*color: #000;
	background: transparent;*/
}

#header ul#secondary li a.chosen{
	color:#000000;/*#2c4f61;*/
	font-style:normal;
	font-weight:bold;
	/*background:#e7f0f4;*/
}


#header ul#secondary li:last-child a { border: none; }



/* FOOTER ===== */
#footer{
	display: none;
	position:relative;
	font-size:11px;
	color:#999;
	font-family:Arial;
	padding-left:10px;
	width: 980px;
	margin: 20px auto 0;	/*!!!*/
}
#footer div.easycms {
	position:absolute;
	top:0px;
	right:10px;
	font-size:11px;
	color:#ddd;
	font-family:Arial;
}
#footer div.easycms a{
	color:#bbb;
}

.box {
	float:right;
	width:16em;
	background:#EEE;
	border:1px solid #86A1B6;
	padding:7px;
	margin:15px 0px 0px 5px;
}

.box h1,.box h2 {
	border:none;
	color:#000;
	font-size:14px;

}


#main .box input, #main .box textarea{
	border:1px solid #999;
	background:#FFF;
	padding-left:3px;
}

#main .box input:focus,#main .box textarea:focus{
	border:1px solid #666;
	background:#FFF;
	padding-left:3px;
}

div.gallery {
  margin-top: 10px;
}

/* HACKS (hide from) */

/* Mac IE */

@media screen, projection {
.search-box { color:white }
}
/* end Mac IE */


-->

.icon_lock
{
  padding-left: 22px;
  padding-bottom: 1px;
  background: url(../images/css/lock.png) no-repeat left;
  line-height: 16px;
}

.access_denied
{
  padding: 7px;
  padding-left: 28px;
  background: #fdd url(../images/css/lock.png) no-repeat 5px;
  margin-bottom: 20px;
}

div.info{
	padding: 5px;
	background: #FFA;
	margin-bottom: 10px;
}

div.error{
	padding: 5px;
	background: #FCC;
	margin-bottom: 10px;
}
