@charset "utf-8";
/* CSS Document */

  body {
  	overflow:scroll;
  	scrollbar:default;
	background-color:#CCCCCC;
    color: black;
    font-size: 12px;
    font-family:Geneva, Arial, Helvetica, sans-serif;
    margin: 0; padding: 1em 0;
    text-align: left;

  }
  .header1 {
  	color:#666666;
  	font-size:1.5em;
	font-weight:bold;
	font-style:italic;
	}

  .header2 {
  	color:#0099FF;
  	font-size:1.5em;
	font-weight:bold;
	font-style:italic;
	}

  .ueberschrift_klein {
  	font-weight:bolder;
  }

  a:link {
  	font-size: 11px;
    border:none;
    color:#333333;
	text-decoration:none;
  }
  a:visited {
  	font-size: 11px;
    color:#333333;
	text-decoration:none;
  }
  a:hover {
  	font-size: 11px;
    color:#0099FF;
	text-decoration:none;
  }
  a:active {
  	font-size: 11px;
    color:#0099FF;
	text-decoration:none;
  }
  .link_active {
  	font-size: 11px;
  	color:#0099FF;
	text-decoration:none;
  }
  
  div#Basis {
  	background-color:#003333;
	padding:0;
	margin:0 auto;
	width:800px;
	height:100%;
  }

  div#oben {
	position:relative;
	border:none;
	background-color:#E5E5E5;
	border-bottom-style:solid;
	width:798px;
	height:120px;
  }
  
  div#logo {  
	position:relative;
	text-align:center;
	padding-top:20px;
	border:none;
	width:200px;
	height:100px;
  }
  
  div#header {  
	position:relative;
	border:none;
	width:598px;
	height:100px;
  }
  
  div#menu {  
	position:relative;
	border:none;
	width:588px;
	height:20px;
	text-align:right;
	font-weight:bold;
	padding-right:10px;
  }
  
  div#main {  
	position:relative;
	background-color:#EEEEEE;
	border:none;
	width:798px;
	height:100%;
  }

  div#main-home-pic {  
	position:relative;
	width:300px;
	height:auto;
  }

  div#main-allgemein-pic {  
	position:relative;
	width:180px;
	height:auto;
  }

  div#header_picture {
	position:relative;
	background-color:#FFFFFF;
	text-align:right;
	border:none;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:20px;
	width:478px;
	height:40px;
  }
  
  div#header_picture_1 {
	position:relative;
	background-color:#FFFFFF;
	text-align:right;
	border:none;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:20px;
	width:598px;
	height:40px;
  }

  div#inhalt-home {
	position:relative;
	background-color:#FFFFFF;
	width:458px;
	height:100%;
	padding-bottom:40px;
	padding-right:20px;
	padding-left:20px;
	padding-bottom:80px;
	overflow: auto;
  }
  
  div#inhalt-allgemein {  
	position:relative;
	background-color:#FFFFFF;
	width:578px;
	height:100%;
	padding-bottom:40px;
	padding-right:20px;
	padding-left:20px;
	padding-bottom:80px;
  }

  div#inhalt-allgemein_lang {  
	position:relative;
	background-color:#FFFFFF;
	width:578px;
	height:400px;
	padding-bottom:40px;
	padding-right:20px;
	padding-left:20px;
	padding-bottom:40px;
  }
  
  div#unterlink {
  	position:relative;
	padding-top:20px;
	padding-left:20px;
	font-size:1em;
	width:auto;
  }
  
  div#disclaimer {
  position:relative;
  width:438px;
  height:150px;
  margin-left:40px;
  padding-left:20px;
  padding-right:20px;
  font-size:0.8em;
  font-style:italic;
  overflow:auto;
  }

  div#footer {
	position:relative;
	border:none;
	background-color:#E5E5E5;
	border-top-style:solid;
	width:788px;
	height:20px;
	text-align:right;
	padding-right:10px;
  }
