  /*
  CSS screen.css
  Stephan Boiting - lpg-portal
  */
  body {
    background: #eeeeee url(../images/bg_main.jpg) repeat-x fixed top;
    text-align: center;
    /*font-family: Georgia, "Times New Roman", Times, serif;
    font-family: "Lucida Grande", Tahoma;*/
    font-family:'Helvetica','Arial','Verdana',sans-serif;
    font-size: 12px;
    -x-system-font:none;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    letter-spacing: 0.01em;
    height: 100%;
  }
  img {
    border: 0px;
  }
  a {
    color: #333333;
    text-decoration: none;
  }
.anzeige {
  text-transform: upper;
  font-size: 9px;
  font-family:'Helvetica','Arial','Verdana',sans-serif;
}

/*
boxes
*/
  #container {
    width: 920px;
    margin: 0px auto;
    padding: 0px 20px 0px 20px;
    background: #ffffff;
    text-align: left;
    border-left: 1px solid #A0CB60;
    border-right: 1px solid #A0CB60;
    /*-moz-border-radius:12px 12px 12px 12px;*/
  }
  #top {
    width: 962px;
    height: 16px;
    margin: 0px auto;
  }
  #bottom {
    width: 962px;
    height: 16px;
    margin: 0px auto;
  }
  #nav {
    float: left;
    width: 892px;
    line-height: 13px;
    margin: 18px 0px 20px 30px;
    border-top: 1px dotted #dddddd;
    border-bottom: 1px dotted #dddddd;
    padding:4px;
  }
  #service {
    font-size: 10px;
    color: #999999;
  }
  #service a{
    font-size: 10px;
    color: #666666;
  }
  #bgBottom {
    width: 960px;
    height: 16px;
    margin: 0px auto;
    font-size: 8px;
    color: #D5E6BC;
  }
  #bgBottom a{
    font-size: 8px;
    color: #D5E6BC;
  }

  #header {
    width: 920px;
    height: 80px;
    margin: 0px 30px 0px 30px;
    padding-top: 20px;
  }

  #atmo {
    width:700px;
    padding: 10px 0px 30px 30px;
  }
  #logo {
    width: 434px;
    float: left;
  }
  #topBanner {
    margin-top: 0px;
    float: left;
  }
  #backLogo {
  height: 62px;
  width: 300px;
  background: transparent url('fileadmin/netstandards/templates/images/net_standards_logo.png');
  *background: #817F80 url('fileadmin/netstandards/templates/images/net_standards_logo_8.png');
  }
  #content {
    width: 980px;
    padding: 30px 0px 30px 0px;
    float: left;
  }
  #content table td {
    font-size: 11px;
  }
  #content table td.small{
    font-size: 11px;
  }
  #left {
    width: 588px;
    padding: 0px 40px 0px 32px;
    float: left;
    border-right: 1px solid #eeeeee;
    
  }

  #right {
    width: 290px;
    float: left;
    padding: 0px 0px 0px 10px;
  }
  #right .col1 {
    float: left;
    width: 140px;
  }
  #right .col2 {
    float: left;
  }
  #footer {
    width:100%;
    padding: 40px 30px 40px 30px;
  	float: left;
  }
  #footer p.note {
    color: #dddddd;
  }
  
/*
headers
*/
  h1 {
    font-size: 18px;
    margin: 0px 0px 15px 0px;
    padding: 0px;
  	text-align: left;
  	line-height: 26px;
    color: #9D0202;
    font-weight: normal;
  }

  h2 {
  	font-size: 13px;
  	font-weight: normal;
  	color: #9D0202;
    margin: 0px 0px 6px 0px;
  	text-align: left!important;
  }
  h3 {
    font-size: 12px;
    color: #ffffff;
    color: #9D0202;
    font-weight: bold;
    display: block;
    line-height: 14px;
    margin: 0px;
  }
  h4 {
    font-size: 16px;
    color: #cdcdcd;
    font-weight: normal;
    display: block;
    line-height: 15px;
    margin: 0px;
  }
  p {
  	color: #333333;
    margin: 4px 0px 20px 0px;
  	text-align: left!important;
  	/*letter-spacing: 0.1em;*/
  }
  p.note {
    font-size: 9px;
    margin-top: 30px;
  }
  .source {
  	font-size: 8px;
  	font-variant: normal;
  	color: #ffffff;
  	text-align: center!important;
  	letter-spacing: 0.1em;
  	float: right;
  	margin-bottom: 10px;
  }
  .clear {
    clear: both;
  }
  .red {
    color: rgb(153,0,0);
    font-weight: bold;
  }
  .blue {
    color: rgb(0,51,153);
  }
  .gray {
    color: #5F5F5F;
    font-size: 10px;
  }
  sup {
    color: #aaaaaa;
    font-size: 12px;
    vertical-align: top;
  }
  .sub {
    color: #ffffff;
    font-size: 10px;
    font-weight: lighter;
    line-height: 18px;
    margin-right: 2px;
  }

/* 
tooltips
*/
a.wt_csstooltip {
    position: relative;
    z-index: 240;
	  border-bottom: 1px dotted #ffffff;
	  color: #ffffff;
    cursor: help;
}
a.wt_csstooltip:hover { 
    z-index: 250; 
    text-decoration: none; 
    color: #9D0202;
    background-color: #EBF1FA;
}
a.wt_csstooltip span {
    display: none;
    font-style: normal;
    z-index: 250; 
}
a.wt_csstooltip:hover span {
    display: block;
    position: absolute;
    top: 2em;
    left: 2em;
    width: 17em;
    background-color: #D1DBEA;
    color: #000000;
    text-align: left;
    padding: 5px;
    border: 1px solid #C5C4C4;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    z-index: 2500; 
    filter:alpha(opacity=85);
    opacity: 0.85;
    -moz-opacity:0.85;
    -moz-border-radius:0px 6px 6px 6px;
}


/*
links
*/
#nav a {
    text-decoration: none;
	  color: #666666;
  }
#nav a:hover {
    text-decoration: none;
    border-bottom: 1px dotted #000000;
	  color: #000000;
  }
  
#content a, #footer a {
    text-decoration: none;
    border-bottom: 1px dotted #666666;
	  color: #666666;
  }
#content a:hover,#footer a:hover {
    text-decoration: none;
    border-bottom: 1px dotted #000000;
	  color: #000000;
  }

/*
listen
*/
#content ul,#content ol {
  	color: #ffffff;
  	line-height: 12px;
  	font-variant: normal;
  	padding-bottom:2px;
  	}
#content ul li,#content ol li {
  	line-height: 14px;
  	list-style-type: decimal;
  	margin-left: -15px;
  	}
#content ul li p,#content ol li p{
  	font-size: 11px;
  	}

#right ul li {
  float:left:
  width: 200px;
}

/*
images
*/
#right img {
  float: left;
  margin: 0px 10px 10px 0px;
}

/*
locator
*/
#zipcode {
  width: 60px;
}
#tx_locator_pi1_city {
  width: 200px;
}

/*
form
*/
.tx_locator_searchform input {
  font-size: 1.3em;
  height: 22px;
}
.tx_locator_searchform select {
  height: 26px;
  font-size: 1.2em;
}
.tx_locator_searchform submit {
  color: red;
  font-size: 1em;
  height: 22px;
}
/* locator */
.tx_locator_searchform {
  margin-bottom: 30px;
}
.gmnoprint {
  display: none;
}

