@charset "ISO-8859-1";
   /* Style Sheed by S.Giese */ 

  body {
	font-size: 85%;
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #062170;
	background-image: url(../img/hintergrund.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
    }

  #wrap { 
  	margin: 0pt auto;
    width: 760px;
	background:url(../img/transblau.png);
	background-repeat: repeat;
	text-align: left;
	}
#top {
	width: 760px;
	text-align: right;
	}

  #header { 
  	width: 760px;
    height: 195px;
    text-align: right;
	background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    }

  #navigation { 
  	border-bottom: 1px solid #999;
    width: 760px;
    height: 70px;
    }

  #navigtion ul { 
  	white-space: nowrap;
    list-style-image: none;
    }

  #navigation ul li { 
  	margin: 0pt 10px 0pt 0pt;
    float: left;
    list-style-type: none;
    font-size: 120%;
    font-weight: bold;
    }

  #navigation ul a:link, #navigation ul a:visited { 
  	margin: 0 0 0 0;
    padding: 42px 20px 5px 20px ;
    display: block;
    float: left;
    height: auto;
    text-decoration: none;
    color: #FFF;
    background-image: url(../img/button.png);
    background-repeat: no-repeat;
    background-position: center;
    }

  #navigation ul a:hover, #navigation ul a:active { 
    color: #fe800c;
    background-image: url(../img/button1.png);
    background-repeat: no-repeat;
    background-position: center;
	text-decoration: underline;
    }

  #navigation a#hier:link, #navigation a#hier:visited, 
  #navigation a#hier:hover, #navigation a#hier:active { 
  	color: #000;
    background-image: url(../img/button2.png);
    background-repeat: no-repeat;
    background-position: center;
    }
#plate {
	width: 100%;
	float: left;
	background: url(../img/transblau.png);
	background-repeat: repeat;
	}

#map {
		
		margin-left: 50px;
		margin-bottom: 50px;
		}
#vlightbox {
	margin-left: 40px;
	}
 #content {
	border-right: 1px solid #999;
	float: left;
	width: 530px;
	color: #FFF;
	background:url(../img/trans.png);
	background-repeat: repeat-y;
    }

  #sidebar { 
  	float: right;
    width: 229px;
    }

  #footer { 
  	border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    float: left;
    width: 760px;
    text-align: center;
    color: rgb(255, 255, 255);
    margin-bottom: 50px;
	background: url(../img/trans.png);
	background-repeat: repeat;
    
	}

  blockquote { 
  	font-style: oblique;
    background-image: url(../img/trans.png);
    background-repeat: repeat;
    padding-bottom: 3px;
    padding-top: 3px;
    }

  /*p.boxtext { 
  	border: 1px solid rgb(0, 0, 0);
    padding: 5px;
    }
*/
  h1, h2, h3, h4, h5, h6 { 
  	margin: 20px;
    }

  p { margin: 15px 20px;
    }
	a:link {
		color: #F00;
		text-decoration: none;
	}
		
  a:hover { 
  	color: #FFF;
    text-decoration: underline;
    }

  a:visited { color:#fe800c;
    text-decoration: none;
    }
