/*
  $Id: stylesheet.css,v 1.0 2009/08/31 JO

  Gueterbahnhof Neubrandenburg
  http://www.gueterbahnhof-nb.de

  Copyright (c) 2009 PIXELFREUN.DE

*/

body {
  background-color: #2b3537;
  color: #b9c3c3;
  font-size:13px; 
  padding: 0px 0px 20px 0px;
  margin: 0px;
  text-align: center;
  font-family: Helvetica, Verdana, Arial, SunSans-Regular, Sans-Serif;
  /*overflow: hidden;*/
}

html {
margin:0;
padding:0;
}

a:focus {
  outline: none;
}

.backgroundimg {
width:100%; 
height:100%; 
position:fixed; 
top:0;
left:0; 
z-index:-1;
}

a {
  color: #ffffff;
  font-weight: normal;
  text-decoration: none;
}

a:hover {
  color: #f29400;
  font-weight: normal;
  text-decoration: underline;
}

h4 {
  font-size: 14px;
  font-weight: bold;
}

.index {
  width: 890px;
  text-align: left;
  vertical-align: middle;	
  margin: 0px auto;
  padding: 0px;
  z-index:4;
}
/******NAVI*********/
#navi {
/*width:845px;*/
  height:22px;
  margin:0px 0px 0px 25px;
  padding:238px 0px 0px 0px;
  z-index: 3;
}

#navi ul {
  margin:0;
  padding:0;
  z-index: 3;
}
  
#navi ul li {
  list-style: none;
  margin:0;
  padding:0;
  display:inline;
  z-index: 3; 
}

#navi a {
  color:#a0aaac;
  font-size: 1.01em;
  font-family: Arial, SunSans-Regular, Sans-Serif;
  text-transform: uppercase;
  margin:0px 0px 0px 0px;
  padding:0px 21px 0px 0px;
  font-weight:normal;
  z-index: 3;
}

#navi a:hover {
  color:#f29400;
  text-decoration:none;
  z-index: 3;
}

#navi a.activ {
  color:#fff;
  z-index: 3;
}

/******NAVI END*****/
.content {
 margin: 0px 20px 20px 0px;
 position: relative;
 top: 25px;
 z-index: 5;
}

#leftcol{
 width: 22%; 
 float: left; 
 position: relative;  
 text-align: left; 
}
 
#leftcol2{
 width: 47%; 
 float: left; 
 position: relative; 
 left: 2px;
 text-align: left; 
}
 
#leftcol4{
 width:30%; 
 float:left; 
 position:relative;
 left: 2px;
 line-height: 1.5; 
}
 
#twocols{
 width: 75%; 
 float: right; 
 position: relative; 
}  

#twocols2{
 width:70%; 
 float:right; 
 position:relative; 
}
 
#rightcol{
 width: 67%; 
 float: right; 
 position: relative; 
}

#rightcol1{
 width: 67%; 
 float: right; 
 position: relative;
 left: -12px; 
}
 
#rightcol4{
 width: 43%; 
 float: right; 
 position: relative; 
 margin: 0px 22px 0px 0px;
 line-height: 1.5;
}
 
#maincol{  
 float: left; 
 display: inline; 
 position: relative; 
 width: 29%;
 text-align: left; 
}
 
#maincol1{
 float: right; 
 display: inline; 
 position: relative; 
 left: -22px;
 width: 845px;
}
 
#maincol2{  
 float: right; 
 display:inline; 
 position: relative; 
 width:47%;
 margin: 32px 22px 0px 0px; 
}
 
#maincol3{  
 float: right; 
 display:inline; 
 position: relative; 
 width:47%;
 margin: 0px 22px 0px 0px;
 text-align: left; 
}
 
#maincol4{
 float: left; 
 display:inline; 
 position: relative;  
 margin: 0px 0px 0px 50px; 
 width:40%;
 line-height: 1.5;
}

#maincol5{  
 float: right; 
 display:inline; 
 position: relative; 
 width:47%;
 margin: 20px 23px 0px 0px; 
}
 
#footer{
 height: 90px;  
 clear: both;
 padding: 25px 0px 0px 0px;
 }
 
.text {
  position: relative;
  left: 22px;
} 
 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  
 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

#footer{
 width: 100%;  
 position: relative; 
 background-color:transparent; 
}
 
.csc-firstHeader{
  color: #b9c3c3;
  font-size: 14px;
}

TD.space {
  width: 14px;
}

TD.imp {
  width: 842px;
  border: 1px;
  border-color: #6f8083;
  border-style: solid;
}

TD.footer {
  font-size: 12px;
}
