* {
	padding:0px;
	margin:0px;
	zoom:1;
}
body, html {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background:#c6c6c6 url('images/body-background-full.png') repeat-x center top;
	color:#737373;
	min-height:100%;
}
img {
	border:0px none;
}
h1,h2 {
	display:none;
}
ul,ol {
	list-style:none;
	list-style-image:none;
}
p {
	padding:10px 0px;
	padding-top:5px;
}
a, ol li {
	zoom:0;
}	
a:link,
a:visited {
	color:#747373;
	text-decoration:none;
}
a:hover {
	color:#009ee0;
}
.clear {
	clear:both;
	float:none !important;
	font-size:0px;
	line-height:0px;
}
h3 {
	height:38px;
	text-transform: uppercase;
	background:url('images/heading.png') repeat-x;
	color:#fff;
	line-height:34px;
	padding-left:10px;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	
}
h3 .input-text,
h3 .input-submit {
	margin-top:6px;
	float:left;
}
h4 {
	font-size:16px;
	color:#009ee0;
	font-family:Arial, Helvetica, sans-serif;
}
h5 {
	color:#828383;
	font-size:12px;
}
h6 {
	color:#009ee0;
	font-size:14px;
}
select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#737373;
}

/* Hr */
.hr {
	background:#ccc;
	border-left:1px solid #dcdcdc;
	border-right:1px solid #dcdcdc;
	line-height:0px;
	font-size:0px;
	height:1px;
	overflow:hidden;
}

/* Input text */
.input-text {
	border:0px none;
	border-left:1px solid #cc7f2d;
	border-bottom:1px solid #cc7f2d;
	height:18px;
	padding:4px 5px 0px 5px;
	width:120px;
	color:#828383;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background:#fff url('images/input-text-background.png') repeat-x top;
}

/* Input submit */
.input-submit {
	display:block;
	height:26px;
	cursor:pointer;
	width:70px;
	background:url('images/input-submit.png') no-repeat;
	border:0px none;
}

/* Col */
.col {
	position:relative;
	font-size:0px;
	line-height:0px;
	overflow:hidden;
}
.col .h-left {
	height:9999px;
	width:2px;
	left:0px;
	top:0px;
	position:absolute;
	background:url('images/col-left.png') repeat-y;
}
.col .h-right-t {
	height:12px;
	width:6px;
	right:0px;
	top:0px;
	position:absolute;
	background:url('images/col-left-t.png') repeat-y;
}
.col .h-right {
	height:99px;
	width:6px;
	right:0px;
	top:0px;
	position:absolute;
	background:url('images/col-right.png') repeat-y;
}
.col img {
	border:3px solid #e6e3e3;
	margin-left:2px;
}
.col .bottom {
	background:url('images/col-bottom.png') repeat-x;
	position:relative;
	height:7px;
}
.col .bottom .l {
	background:url('images/col-bottom-l.png') repeat-x;
	float:left;
	width:8px;
	height:7px;
	position:relative;
}
.col .bottom .r {
	background:url('images/col-bottom-r.png') repeat-x;
	position:absolute;
	right:0px;
	top:0px;
	width:8px;
	height:7px;
}
.text .col.right {
	float:right;
margin: 10px 0 10px 0;
}

/* Website */
#website {
	position:relative;
	background-color:#ffffff;
	border-left:1px solid #868484;
	border-right:1px solid #868484;
}
#website-outer {
	width:980px;
	margin:0px auto;
	position:relative;
	padding-bottom:25px;
}
#website-outer #shadow-left {
	position:absolute;
	height:897px;
	left:-33px;
	width:33px;
	top:0px;
	background:url('images/website-shadow-left.png') no-repeat;
}
#website-outer #shadow-right {
	position:absolute;
	height:897px;
	right:-33px;
	width:33px;
	top:0px;
	background:url('images/website-shadow-right.png') no-repeat;
}

/* Header */
#header {
	height:99px;
	position:relative;
}
#header .logo {
	position:absolute;
	left:40px;
	top:20px;
}
#header .slogan {
	position:absolute;
	right:40px;
	top:20px;
}

/* Menu */
#menu {
	height:38px;
	background:url('images/heading.png') repeat-x;
	z-index:200;
	position:relative;
}
#menu ul {
	height:34px;
	padding-left:35px;
	float:left;
}
#menu ul li {
	height:34px;
	float:left;
	line-height:34px;
	position:relative;
}
#menu ul li a:link,
#menu ul li a:visited {
	display:block;
	float:left;
	height:34px;
	color:#fff;
	text-decoration:none;
	font-style:normal;
	font-weight:bold;
	font-size:16px;
	padding:0px 10px;
	font-family:Arial, Helvetica, sans-serif;
}
#menu ul li a:hover {
	background:url('images/menu-hover.png') repeat-x;
}
#menu form {
	float:right;
	padding-top:6px;
	padding-right:16px;
}
#menu form .input-text,
#menu form .input-submit {
	float:left;
}
/* Submenu */
#menu ul ul {
	position:absolute;
	top:34px;
	left:-9999px;
	padding:0px;
	margin:0px;
	width:212px;
	height:auto;
}
#menu li:hover ul {
	visibility:visible;
}
#menu ul li:hover ul {
	left:0px;
}
#menu ul ul li {
	vertical-align:bottom;
	clear:both;
	float:none;
	height:24px;
	line-height:24px;
	background:url('images/submenu-background.png') repeat-y;
	position:relative;
}
#menu ul ul li a:link,
#menu ul ul li a:visited {
	display:block;
	height:24px;
	width:184px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#6b6969;
}
#menu ul ul li a:hover {
	background:url('images/submenu-hover.png') repeat-x;
	color:#fff;
}
#menu ul ul li.start,
#menu ul ul li.end {
	height:10px;
	background:url('images/submenu-start.png') no-repeat;
	font-size:0px;
	line-height:0px;
}
#menu ul ul li.end {
	background:url('images/submenu-end.png') no-repeat;
	height:17px;
}

/* Content */
#content {
	padding:19px 0px 19px 17px;
	position:relative;
}

/* Content left */
#content-left {
	float:left;
	width:678px;
	position:relative;
}
#content-left-inner {
	border:1px solid #bfbebe;
	border-bottom:none;
	position:relative;
}
#content-left .corner-t-l {
	width:7px;
	height:7px;
	background:url('images/content-left-corner-t-l.png') no-repeat;
	position:absolute;
	left:-1px;
	top:-1px;
}
#content-left .corner-t-r {
	width:7px;
	height:7px;
	background:url('images/content-left-corner-t-r.png') no-repeat;
	position:absolute;
	right:-1px;
	top:-1px;
}
#content-left .banner {
	height:210px;
	width:676px;
	overflow:hidden;
	margin-bottom:10px;
	position:relative;
}
#content-left .text {
	padding:0px 20px;
	line-height:18px;
}
#content-left-bottom {
	height:7px;
	font-size:0px;
	line-height:0px;
	border:1px solid #bfbebe;
	border-top:none;
	position:relative;
}
#content-left-bottom .left {
	width:7px;
	height:7px;
	position:absolute;
	left:-1px;
	top:1px;
	background:url('images/content-left-corner-b-l.png') no-repeat;
}
#content-left-bottom .right {
	position:absolute;
	width:7px;
	height:7px;
	background:url('images/content-left-corner-b-r.png') no-repeat;
	right:-1px;
	top:1px;
}
#content-left .text a:link,
#content-left .text a:visited {
	text-decoration:underline;
}

/* Content right */
#content-right {
	width:248px;
	float:left;
	margin-left:17px;
}
#content-right p {
	padding:15px 20px;
	line-height:18px;
}
#content-right-inner {
	border:1px solid #a3a0a0;
	border-bottom:0px;
	position:relative;
	padding-top:12px;
}
#content-right-inner .corner-t-l {
	position:absolute;
	left:-1px;
	top:-1px;
	width:7px;
	height:7px;
	background:url('images/content-left-corner-t-l.png') no-repeat;
}
#content-right-inner .corner-t-r {
	position:absolute;
	right:-1px;
	top:-1px;
	width:7px;
	height:7px;
	background:url('images/content-left-corner-t-r.png') no-repeat;
}
#content-right-bottom {
	border:1px solid #a3a0a0;
	border-top:0px none;
	height:7px;
	line-height:0px;
	font-size:0px;
	position:relative;
}
#content-right-bottom .left {
	width:7px;
	height:7px;
	position:absolute;
	left:-1px;
	top:1px;
	background:url('images/content-right-corner-b-l.png') no-repeat;
}
#content-right-bottom .right {
	position:absolute;
	width:7px;
	height:7px;
	background:url('images/content-right-corner-b-r.png') no-repeat;
	right:-1px;
	top:1px;
}
#content-right .top-actions {
	text-align:center;
	height:42px;
}
#content-right .top-actions li {
	display:inline;
	padding:0px 15px;
	height:42px;
}
#content-right ul.ref {
	padding:15px 0px;
	text-align:center;
}
#content-right ul.list {
	padding:15px 20px;
}
#content-right ul.list li {
	vertical-align:bottom;
	height:19px;
	background:url('images/list-background.png') no-repeat;
	padding-left:10px;
	line-height:18px;
}

/* Banner pager */
#content-left .banner div.pager {
	height:26px;
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	color:#009ee0;
	background:url('images/transparant.png') repeat;
}
#content-left .banner .pager ul {
	position:absolute;
	top:6px;
	left:20px;
}
#content-left .banner .pager .exit {
	position:absolute;
	right:22px;
	top:6px;
}

#content-right p#by-bandwerk span {
	display:block;
	text-align:center;
	color:#c3c3c3;
}

/* UL Pager */
ul.pager {
	height:15px;
	color:#009ee0;
	line-height:normal;
}
ul.pager li {
	float:left;
	height:15px;
}
ul.pager li a:link,
ul.pager li a:visited {
	display:block;
	width:16px;
	height:15px;
	color:#009ee0;
	float:left;
	text-align:center;
	line-height:14px;
}
ul.pager li a:hover,
ul.pager li a.active {
	background:#009ee0;
	color:#fff;
}
ul.pager li span {
	float:left;
	padding:0px 5px;
}

/* Port detail */
.port-detail form {
	padding-bottom:5px;
}
.port-detail form h4 {
	float:left;
	height:20px;
	line-height:20px;
}
.port-detail form select {
	float:right;
}
.port-detail .left {
	float:left;
	width:420px;
	margin-right:65px;
}
.port-detail .right {
	width:150px;
	float:right;
	margin:0px;
}
.port-detail .right .back {
	display:block;
	height:33px;
	background:#009ee0 url('images/arrow.png') no-repeat 7px 10px;
	line-height:33px;
	padding-right:15px;
	text-align:right;
	color:#f4f7f9;
}

/* Port */
.port form {
	padding-bottom:5px;
}
.port form span {
	padding-right:10px;
}
.port .left {
	width:500px;
	float:left;
	margin-right:10px;
	position:relative;
}
.port .right {
	width:125px;
	float:left;
}
.port .left ul.port-items li {
	float:left;
	width:242px;
	height:122px;
	overflow:hidden;
	position:relative;
	border:1px solid #C0C0C0;
	margin:10px 10px 0px 0px;
}
.port .left ul.port-items li.even {
	margin-right:0px;
	
}
.port .left ul.port-items li:hover {
	border:1px solid #009ee0;
}
.port .left ul.port-items li .bottom {
	height:43px;
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	background-color:#eaeaea;
}
.port .left ul.port-items li .bottom .padding {
	padding:4px;
	padding-left:10px;
	position:relative;
}
.port .left ul.port-items li .bottom .padding a {
	position:absolute;
	right:5px;
	top:9px;
	display:block;
	width:29px;
	height:28px;
	background:#009ee0 url('images/arrow2.png') 8px 6px no-repeat;
	text-indent:-9999px;
}
.port .left .nav {
	position:absolute;
	right:-155px;
	width:145px;
	bottom:0px;
}
.port .left .nav h5 {
	padding-bottom:10px;
}

/* Block link */
a.block:link,
a.block:visited {
	color:#828383;
	display:block;
	padding:5px;
	background-color:#f5f7f9;
	border:1px solid #fff;
}
a.block:hover {
	border:1px solid #009ee0;
}


/* Help */
#help {
	color:#009ee0;
	padding:20px;
	position:relative;
}
#help span,
#help ul,
#help ul li {
	float:left;
	padding-right:5px;
}

/* Footer */
#footer {
	height:56px;
	background-color:#393a42;
	color:#fff;
	position:relative;
}
#footer .bottom {
	position:absolute;
	background:url('images/footer-bottom.png') no-repeat;
	height:18px;
	bottom:-18px;
	left:115px;
	width:769px;
}
#footer a:link,
#footer a:visited {
	text-decoration:none;
	color:#fff;
}
#footer a:hover {
	font-style:italic;
}
#footer ul {
	padding-top:13px;
	padding-left:120px;
}
#footer ul li {
	float:left;
	padding:0px 40px;
}
#footer ul li.fix {
	width:138px;
}
#footer ul li.fix2 {
	width:124px;
}

input {
  color: #7b7b7b;
  background: white;
  font: 11px/16px arial;
  border: 1px solid #7b7b7b;
}

textarea {
  color: #7b7b7b;
  background: white;
  font: 11px/16px arial;
  border: 1px solid #7b7b7b;
}
.error {
	border: 1px solid #f7092a;
}

/* Emp */
#emp .left {
	float:left;
	width:233px;
	position:relative;
	padding-right:25px;
	border-right:1px solid #d7d7d7;
	margin:0px;
}
#emp .right {
	float:left;
	top:0px;
	padding:0px;
	overflow:hidden;
	width:310px;
	position:relative;
	margin:0px;
	padding-left:30px;
	border-left:1px solid #d7d7d7;
	left:-1px;
}
#emp .right ul {
	margin-left:-15px;
}
#emp .right ul li {
	float:left;
	padding-bottom:10px;
	padding-left:15px;
}
#emp .right ul li a:link,
#emp .right ul li a:visited {
	display:block;
	width:84px;
	height:123px;
	position:relative;
	overflow:hidden;
	text-align:center;
	background:url('images/emp.png') no-repeat;
}
#emp .right ul li a:hover {
	background-position:0px -123px;
}
#emp .right ul li a span {
	position:absolute;
	display:block;
	bottom:0px;
	width:84px;
	text-align:center;
	vertical-align:bottom;
	line-height:normal;
	left:0px;
}
#emp .right ul li img {
	position:absolute;
	bottom:15px;
	left:10px;
}