/* 
 * stylesheet for ############ NGG 2007 ###############
 * global definitions
 * use for best viewing performance wwEdit CMS (www.wwedit.de)
 * (c) www.wegewerk.com
 * created: 20070926 bms
 * customized: ########### 
 * lastmodified: 20070926 bms
 */

*{
  padding: 0;
  margin: 0;
  border: 0;
}

body{
  font-size: 100.1%;
  font-family: verdana, sans-serif;
  color: #505050;
}

#page_container{
  font-size: .83em;
}


.msie6 #page_container{
  height: 1%;
}

/* links */
a {
  color: #cc0001;
  text-decoration: none;
}

a:hover, 
a:focus,
a:active {
  text-decoration: underline;
}


/* headlines */
h1 {

}

h2 {
  font-size: 1em;
}

h3{

}

h4{

}

h5{

}

h6{

}


img {
  border: 0px;
}

.msie img{
  margin-bottom: -3px;
}


.right{
  text-align: right;
}

.left{
  text-align: left;
}

.clear{
  clear: both;
  display: block;
  height: 0px;
  line-height: 0px;
  font-size: 0;
}

.noheight{
  display: block;
  height: 0px;
  line-height: 0px;
  font-size: 0;
}

.bold{
  font-weight: bold
}
    
.normal{
  font-weight: normal;
}
    
.invisible{
  display: none;
}


.offscreen{
  position: absolute;
  left: -1000px;

}

a.offscreen:focus,
a.offscreen:hover,
a.offscreen:active{
  position:absolute;
  top: 0;
  left: auto;
  padding: 10px 0px 10px 0px;
  display: block;
  text-align: center;
  background-color: #ffc75a;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  width: 772px;
}

hr { 
	border-top: 1px solid #D7D7D7;
}

