body, html
{ 
  background: #000 url(../template/bg.jpg) repeat;
  background-attachment:fixed;
  height:101%;
  margin:0px;
  padding:0px;
  border:0px;
}

body.intro
{ 
  background-color: #000; 
  font-family: verdana; 
  font-size: 14px;   
}

#content 
{
  margin: 0 14px;
}
 
#nav {  
  position:relative;  
  z-index:10;

  /* ie drop-down fix */
  font-size: 14px; 
  border: 0px solid #000;
  border-top: none;
  padding: 8px 8px 0px 8px;			
}

#wrapper {
  margin: 0 auto;
  width: 1290px;
  padding: 0 20px;
  float: center;
}

#main
{
  margin: 0 auto;
  width: 1040px;
  float:right;
}

#access {
  background: #000;
  display: block;
  float: left;
  margin: 0 auto 20px;
  
  position: fixed;
  -moz-box-shadow: 0px 0px 5px #000;
  -webkit-box-shadow: 0px 0px 5px #000;
  box-shadow: 0px 0px 5px #000;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  transition: background .5s linear;
  -o-transition: background .5s linear;
  -moz-transition: background .5s linear;
  -webkit-transition: background .5s linear;
  transition: color .2s linear;
  -o-transition: color .2s linear;
  -moz-transition: color .2s linear;
  -webkit-transition: color .2s linear;
	
  z-index: 99;
}

#main {	
  overflow: hidden;
  margin: 150px 0px 0 0px;
  padding:0px;
  background: url("../template/bg60.png");
  border: 0px solid blue;
  text-align: left;
	
  -webkit-border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;

  -webkit-border-bottom-right-radius: 7px;
  -webkit-border-bottom-left-radius: 7px;
  -moz-border-radius-bottomright: 7px;
  -moz-border-radius-bottomleft: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}

 
#navmain {

  width: 220px;
  float: left;

  background: #000;
  background: #000 url(../template/bg_nav.png) repeat-x 0 0;
  overflow: hidden;
  margin: 150px 0px 0 0px;
  padding:7px;
  text-align: left;	 
	 
  -moz-box-shadow: 0px 0px 5px #000;
  -webkit-box-shadow: 0px 0px 5px #000;
  box-shadow: 0px 0px 5px #000;
	
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;

  transition: background .5s linear;
  -o-transition: background .5s linear;
  -moz-transition: background .5s linear;
  -webkit-transition: background .5s linear;

  transition: color .2s linear;
  -o-transition: color .2s linear;
  -moz-transition: color .2s linear;
  -webkit-transition: color .2s linear;
}

span.maildisplaynone { display:none; }

/* Kontaktformular */
table.kontakt, 
table.newslvl1
{
  border-spacing:0px; 
  border-width:0px;
  border-color:#000015;
  border-style:dashed; 
  width:100%;  
}

td.kontakt_header, 
td.newslvl1_header, 
td.vita_header
{    
  background-color:#000015;    
  background-repeat:repeat;
  background-position:center center;  
  border-width:0px;         
  font-weight:bold;
  font-size: 16px;
  font-family: verdana;
  color: white;   
}

td.kontakt_content, td.newslvl1_content
{    
  background-color: white;          
  border-width:0px;     
  font-size: 16px; 
  color: black;
  padding:10px;
}

table.main
{
  border-collapse:collapse;
  padding:0px;
  border-spacing:0px;
  border-width:0px;
}

table.content
{
  border-spacing:0px;
  border-width:0px;
  border-color:black;
  border-style:solid;
  font-size: 14px;
  font-family: verdana;
}

td.content
{    
  background-color: #fb7e06;
  color:#000000;    
  font-size: 14px;
  font-family: verdana;
}

 

td.content_header
{    
  background-color: #fb7e06; 
   font-size: 14px;
   font-family: verdana;
   color:#000000;
}

td.content_main
{    
  background-color: #000000; 
  color: white;
  font-size: 14px;
  font-family: verdana;
 
  padding:14px
}

table.sr
{	
  border-spacing:0px;
  border-width:1px;
  border-color:black;
  border-style:solid;
  font-size: 14px;
  font-family: verdana;
  margin-top:5px;
  margin-bottom:5px;
}

td.sr
{    
  background-color: #fb7e06;    
  font-size: 14px;
  font-family: verdana;
  color:#000000;
}

td.sr_header
{    
  background-color: #fb7e06; 
  font-size: 14px;
  font-family: verdana;
  color:#000000;
}

td.sr_main
{    
  background-color: white; 
  color: black;
  font-size: 14px;
  font-family: verdana;
  padding:10px
}

td.menu
{
  font-weight:bold;
  background-color:#fb7e06;
  width:220px;	
  font-size:14px;
  padding:6px;
}

/* Navigationsmenue */


.menu a
{   
  font-weight:bold;
   width:220px;
   font-size:16px;
   font-family:verdana;
   text-align:center;
   text-decoration:none;
   font:bold;
   color: white;
}

.item 
{
  background-color:white;
  text-align:center;
  text-decoration:none;
  color: #000000;   
}

.item-hover 
{
  background-color: #fb7e06;  
  text-align:center;
  text-decoration:none;
  color: #000000;  
}

a.nav:hover,
a.nav:link,
a.nav:visited
{ 
  color: black; 
  text-decoration:none;
  font-family: verdana; 
  font-size: 14px; 
  font-weight:bold;
}


button.sr2,
input.sr2,
textarea.sr2
{
  background-color:#000000;
  color:white;
  padding:7px;
  margin:2px;
  border:1;
  border-color:red;
  font-size:14px;
  font-weight:bold;  
  font-family:Verdana;
  resize: none;
}