@charset "utf-8";
/* CSS Document */

  #site {
    font-family: Arial, Verdana, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-size: 100%;
	font-weight: bold;
	color: black;
	text-decoration: none;
	
    text-align: center;
	vertical-align: middle;
	line-height: 120%;
  }

  #site a:link, a:visited, a:active, a:hover {
    color: #333366;
    font-weight: bold;
	text-decoration: none;
  }

  #header {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-size: 80%;
	font-weight: bold;
	color: black;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	line-height: 120%;
	padding: 0%;
	list-style-type: none;
  }

  #header a:link, a:visited, a:active, a:hover {
    color: #333366;
    font-weight: bold;
	text-decoration: none;
  }

  #navigation  ul li {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-size: 120%;
	font-weight: bold;
	color: black;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	line-height: 150%;
	padding-left: 4%;
	list-style-type: none;
  }

  #navigation a:link, a:visited, a:active, a:hover {
    color: #333366;
    font-weight: bold;
	text-decoration: none;
   	text-align: left;
  }

  #list {
    text-align: left;
    padding: 0;
  }

  #news {
    font-family: Arial, Verdana, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-size: small;
	font-weight: bold;
	color: black;
	text-decoration: none;
	
    text-align: center;
	vertical-align: middle;
	line-height: 150%;
  }

  #news a:link, a:visited, a:active, a:hover {
    color: #333366;
    font-weight: bold;
	text-decoration: none;
  }
  
  #foot {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-size: 80%;
	font-weight: bold;
	color: black;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	line-height: 150%;
	padding: 0%;
	list-style-type: none;
  }

  #foot a:link, a:visited, a:active, a:hover {
    color: #333366;
    font-weight: bold;
	text-decoration: none;
  }

  #footleft p {
    text-align: left;
  }

  #swo h1 {
    font-family: Arial, Verdana, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-size: 180%;
	font-weight: bold;
	color: black;
	text-decoration: none;
	
    text-align: center;
	vertical-align: middle;
	line-height: 120%;
  }

  #content h1 {
    font-family: Arial, Verdana, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-size: 150%;
	font-weight: bold;
	color: black;
	text-decoration: none;
	
    text-align: center;
	vertical-align: middle;
	line-height: 180%;
	padding: 1%;
  }

  #content h2 {
    font-family: Arial, Verdana, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-size: 130%;
	font-weight: bold;
	color: black;
	text-decoration: none;
	
    text-align: center;
	vertical-align: middle;
	line-height: 160%;
	padding: 1%;
  }

  #content p {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-size: 100%;
	font-weight: bold;
	color: black;
	text-decoration: none;
	text-align: justify;
	vertical-align: middle;
	line-height: 120%;
	padding: 0.2%;
  }

  #content a:link, a:visited, a:active, a:hover {
    color: #333366;
    font-weight: bold;
	text-align: left;
	text-decoration: none;
  }

  #content  ul li {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-size: 100%;
	font-weight: bold;
	color: black;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	line-height: 150%;
	padding-left: 20%;
	list-style-type: none;
  }

  #absatz p {
    padding: 1%;
  }

  #bild p {
	text-align: center;
  }

  .table {
	height: 160px;
	vertical-align: middle;
  }

  .border {
	border: 0;
  }

  .link {
	border: 0;
    vertical-align: middle;
	padding: 1%;
  }

  .bigspacerleft {
     padding: 10px;
	 text-align: left;
  }
  
  .bigspacerright {
     padding: 10px;
	 text-align: right;
  }
  
  .vertrieb {
     text-align: left;
  }
  
  .line {
	  background-color: #dddddd;
  }