/**
 * General data, valid for every site
 */
html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
}

* {
  font-family: Arial, Helvetica, Sans;
  font-size: 11px;
  color: #000000;
}

img {
  border: none;
}

.handcursor {
  cursor: pointer;
}

form {
  margin: 0;
  padding: 0;
}

/* Classic links */
a:active, a:link, a:visited, a:hover {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* No link style */
#content a.nolinkstyle:active, #content a.nolinkstyle:link, #content a.nolinkstyle:visited, #content a.nolinkstyle:hover {
  text-decoration: none;
  background-color: transparent;
}

/* Links with yellow hover */
#service_menu a:active, #service_menu a:link, #service_menu a:visited, #service_menu a:hover {
  text-decoration: none;
}

.listLeftLine a:active, .listLeftLine a:link, .listLeftLine a:visited, .listLeftLine a:hover,
#content a:active, #content a:link, #content a:visited, #content a:hover,
#footer_menu a:active, #footer_menu a:link, #footer_menu a:visited, #footer_menu a:hover {
  text-decoration: underline;
}

#service_menu a:hover, #content a:hover, #footer_menu a:hover, .listLeftLine a:hover {
  background-color: #F6DB00;
  text-decoration: underline;
}

/* Links with an icon */
.listLeftLine a.iconlink:active, .listLeftLine a.iconlink:link, .listLeftLine a.iconlink:visited, .listLeftLine a.iconlink:hover,
#left_menu a.iconlink:active, #left_menu a.iconlink:link, #left_menu a.iconlink:visited, #left_menu a.iconlink:hover,
#content a.iconlink:active, #content a.iconlink:link, #content a.iconlink:visited, #content a.iconlink:hover,
#footer_menu a.iconlink:active, #footer_menu a.iconlink:link, #footer_menu a.iconlink:visited, #footer_menu a.iconlink:hover {
  text-decoration: none;
  background: transparent;
}

.listLeftLine a.iconlink:active span, .listLeftLine a.iconlink:link span, .listLeftLine a.iconlink:visited span, .listLeftLine a.iconlink:hover span,
#left_menu a.iconlink:active span, #left_menu a.iconlink:link span, #left_menu a.iconlink:visited span, #left_menu a.iconlink:hover span,
#content a.iconlink:active span, #content a.iconlink:link span, #content a.iconlink:visited span, #content a.iconlink:hover span,
#footer_menu a.iconlink:active span, #footer_menu a.iconlink:link span, #footer_menu a.iconlink:visited span, #footer_menu a.iconlink:hover span {
  text-decoration: underline;
}

.listLeftLine a.iconlink img, #left_menu a.iconlink img, #content a.iconlink img, #footer_menu a.iconlink img {
  vertical-align: middle;
}

.listLeftLine a.iconlink:hover span, #left_menu a.iconlink:hover span, #content a.iconlink:hover span, #footer_menu a.iconlink:hover span {
  background-color: #F6DB00;
}

.listLeftLine a.iconlink img[src="images/other/url_extern.gif"], #left_menu a.iconlink img[src="images/other/url_extern.gif"], #content a.iconlink img[src="images/other/url_extern.gif"], #footer_menu a.iconlink img[src="images/other/url_extern.gif"] {
  margin-bottom: 2px;
}

.listLeftLine a.iconlink img[src="images/other/email.gif"], #left_menu a.iconlink img[src="images/other/email.gif"], #content a.iconlink img[src="images/other/email.gif"], #footer_menu a.iconlink img[src="images/other/email.gif"] {
  margin-bottom: 2px;
}

.listLeftLine a.iconlink img[src="images/icons/pdf.gif"], #left_menu a.iconlink img[src="images/icons/pdf.gif"], #content a.iconlink img[src="images/icons/pdf.gif"], #footer_menu a.iconlink img[src="images/icons/pdf.gif"] {
  margin-bottom: 2px;
}

.listLeftLine a.iconlink img[src="images/global/show_arrow.gif"], #left_menu a.iconlink img[src="images/global/show_arrow.gif"], #content a.iconlink img[src="images/global/show_arrow.gif"], #footer_menu a.iconlink img[src="images/global/show_arrow.gif"] {
  margin-bottom: 2px;
}

/* Left menu */
#left_menu a.iconlink:active span, #left_menu a.iconlink:link span, #left_menu a.iconlink:visited span, #left_menu a.iconlink:hover span {
  text-decoration: none;
}

#left_menu a.iconlink:hover span {
  text-decoration: underline;
}

#left_menu a.iconlink:hover span {
  background-color: transparent;
}

#left_menu a.blocklink:active, #left_menu a.blocklink:link, #left_menu a.blocklink:visited, #left_menu a.blocklink:hover {
  text-decoration: none;
}

#right_menu a:active, #right_menu a:link, #right_menu a:visited, #right_menu a:hover {
  text-decoration: none;
}

a.iconlink img {
  vertical-align: middle;
  margin-right: 7px;
}

#content a.nostyle:active, #content a.nostyle:link, #content a.nostyle:visited, #content a.nostyle:hover,
#content a.icononly:active, #content a.icononly:link, #content a.icononly:visited, #content a.icononly:hover {
  background-color: transparent;
  text-decoration: none;
}

/* Anti fixes */
.ie6_abs_fix {
  display: none;
}

/* The STW-logo  */
h1 {
  position: absolute;
  /*top: 11px;*/
  top: 15px;	
  /*left: 20px;*/
  left: 19px;
  width: 56px;
  height: 115px;

  overflow: hidden;
  z-index: 5000;

  padding: 0;
  margin: 0;

  background: url(../images/global/stw_logo.gif) no-repeat;
}

h1 a {
  display: block;
  width: 56px;
  height: 0;

  padding-top: 115px;
  overflow: hidden;
}

/* Backgrounds */
#bg_top {
  position: absolute;
  left: 0;
  top: 0;

  width: 100%;
  height: 98px;
  overflow: hidden;
  z-index: 2000;

  background-color: #FFFFFF;
}

#bg_menu {
  position: absolute;
  left: 0;
  top: 98px;

  width: 100%;
  max-width: 1020px;
  height: 64px;
  overflow: hidden;
  z-index: 1000;

  background-color: #000000;
}

/* Menus */
#main_menu {
  z-index: 1500;
  position: absolute;
  top: 140px;
  left: 0;

  width: 475px;
  height: 21px;
  padding: 0 0 0 189px;
  background-color: #F6DB00;
}

#contact_menu {
  z-index: 2100;
  position: absolute;
  top: 24px;
  left: 0px;

  width: 85px;
  height: 68px;

  padding: 5px 0 0 85px;

  background-color: #FFFFCC;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
}

#contact_menu * {
  line-height: 16px;
}

#service_menu {
  z-index: 2200;
  position: absolute;
  top: 47px;
  left: 696px;
  width: 250px;
}

#profile_menu {
  position: absolute;
  top: 112px;
  left: 600px;
  z-index: 1002;

  text-align: right;
  width: 188px;
}

#profile_menu, #profile_menu * {
  color: #FFFFFF;
}

#lang_select {
  position: absolute;
  top: 112px;
  left: 85px;
  z-index: 1001;
  color: #FFFFFF;
}

/* Banner */
#banner {
  z-index: 2300;
  position: absolute;
  top: 30px;
  left: 178px;
  width: 500px;
  height: 67px;
}

/* Containers */
#container {
  position: relative;
  float: left;

  background: url(../images/global/background_dotted.gif) repeat-y #FFFFFF;

  width: 100%;
  min-height: 100%;
}

#container #left_menu {
  float: left;
  width: 140px;

  overflow: hidden;
  padding: 0 10px 20px 20px;
  margin-top: 230px;
}

#container #content {
  float: left;
  width: 443px;

  overflow: hidden;
  padding: 0 20px 150px 30px;
  margin-left: 1px;
  margin-top: 162px;
}

#container #right_menu {
  float: left;
  width: 270px;

  overflow: hidden;
  padding: 25px 10px 20px 10px;
  margin-left: 1px;
  margin-top: 162px;
}

#footer_menu {
  position: absolute;
  bottom: 0;
  left: 171px;

  width: 443px;
  padding: 0 20px 0 30px;
}

#footer_menu .blend {
  margin: 5px -20px 0 -30px;
  padding: 20px 0 20px 0;
  background-color: #FFFFFF;
  text-align: center;
}

/* Outer specific things */
#left_menu .block {
  margin-bottom: 20px;
}

#left_menu .block .intend {
  padding-left: 8px;
  margin-bottom: 10px;
}

#left_menu .block .outtend {
  margin-left: -20px;
}

#hopperholder {
  position: absolute;
  top: 161px;
  left: 0;
  z-index: 1007;

  padding-left: 20px;
  height: 78px;

  background: url(../images/global/menuTopEnd.gif) no-repeat;
}

#hopperholder select {
  width: 150px;
}

#hopperholder * {
  background-color: #F6DB00;
}

.newsbox {
  background: url(../images/global/news_sticked.gif) no-repeat;

  padding: 6px 0 20px 21px;
}

.newsbox img {
  float: left;
  margin: 3px 5px 0 0;
}

.newsbox h4 {
  display: inline;
  margin: 0;
  padding: 0;

  font-weight: bold;
}

/* Content specific things */
.listLeftLine {
  border-left: 1px dashed #CECECE;
  padding: 0 0 10px 10px;
}

#content, #content * {
  font-size: 13px;
}

#quicknavi {
  margin-left: -30px;
  background-color: #FFFFFF;
  padding: 10px 0 10px 9px;
}

#quicknavi, #quicknavi * {
  font-size: 10px;
}

#content h1 {
  position: static;
  height: auto;
  width: auto;
  overflow: visible;

  margin: 10px 0 4px 0;
  padding: 3px 7px 3px 7px;
  background-image: none;
  background-color: #f9e866;
  border-bottom: 1px solid #cecece;
  border-top: 1px solid #cecece;
}

#content h1, #content h1 * {
  color: #232323;
  font-weight: bold;
}

h2 {
  margin: 10px 0 0 0;
  padding: 3px 7px 3px 7px;

  background-color: #f9e866;
  border-bottom: 1px solid #cecece;
  border-top: 1px solid #cecece;
}

h2, h2 * {
  color: #232323;
  font-weight: bold;
}

p {
  margin: 10px 0 0 0;
  padding: 0 7px;
}


/* Tables */
.listHead {
  padding-left: 7px;
  background-color: #F9E866;
  border-top: 1px solid #CECECE;
  border-bottom: 1px solid #CECECE;
}

.listRowL {
  background-color: #FFFFFF;
  border-bottom: 1px dashed #CECECE;

  height: 5px;
  line-height: 0px;
}

.listRowF {
  padding-left: 7px;
  border-bottom: 1px dashed #CECECE;
  background-color: #FFFFCE;
}

.listRowS {
  padding-left: 7px;
  border-bottom: 1px dashed #CECECE;
}

.fixedTable {
  width: 443px;
  table-layout: fixed;
}

.showcol {
  vertical-align: bottom;
}

.showcol img {
  vertical-align: middle;
  margin: 3px 0px 0px 0px;
}

.showcol span {
  font-weight: bold;
}

.checkbox-td {
	position: relative;
	top: 2px;
}

div.sms-receive {
	display: inline;
}

div.sms-receive label {
	cursor: pointer;
}

/**
 * Google Search API settings
 */
 
form.gsc-search-box,
div.gsc-control div.gsc-twiddle,
div.gsc-control div.gsc-results-selector,
div.gsc-control div.gsc-stats,
div.gsc-control div.gs-visibleUrl,
div.gsc-control div.gs-watermark,
#searchcontrol_header
 {
	display: none;
 	visibility: hidden;	
}

#searchcontrol_header div.resultsfound {
	display:inline;
}

#searchcontrol_header div.noresults {
	display:none;	
}

/* Result block */
div.gs-webResult {
	border-bottom: 1px dashed #CECECE;
	background-color: #FFFFCE;
	padding: 4px 7px 0px 7px;
}
/* Title link */
div.gs-title {
	margin: 0px 0px 0px 0px;
}
/* snipet */
div.gs-snippet {	
	margin: 0px 0px 4px 0px;
}


/* 1, 2, 3 ... */
div.gsc-cursor-box {
	margin: 20px 3px 0px 3px;
}

div.gsc-cursor {
	display: inline;
}

div.gsc-trailing-more-results {
	/*display: inline;*/ 
	display: none;
}

div.gsc-cursor-page {
	display: inline;
	margin-right: 4px;
	cursor: pointer;
	/*text-decoration: underline;*/
}

div.gsc-cursor-page div.number {
	display: inline;
	text-decoration: underline;
}

div.gsc-cursor-page div.number:hover {
	background-color: #F6DB00;
}

div.gsc-cursor-current-page div.number {
	font-weight: bold;
	cursor: auto;	
	text-decoration: none;	
}

div.gsc-cursor-current-page:hover {
	background: none;
}