/* CSS Document */




/* Body */

  body {
  	font-family:'Trebuchet MS', Arial, sans-serif;
  }


  h1 {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
  }
  
  h2 {
	font-size: 16px;
	font-weight: bold;
	font-style: none;
	text-align: left;
  }
  h3 {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	text-align: left;
  }

/* Navigation */
  #Nav1 {
	font-size: 16px;
	text-align:center;
	background-color: #92BBAD;
	position:relative;
	float:left;
	width:199px; height:25px;
	z-index:3;
	top: 20px;
	border-left: #92BBAD 1px solid;
  }
  #Nav1:hover {
    background-color: #DAE9E3;
  }
  #Nav1 a {
	text-decoration: none;
  }

  #Nav2 {
	font-size: 16px;
	text-align:center;
	background-color: #8BAD71;
	position:relative;
	float:left;
	width:200px;
	height:25px;
	z-index:3;
	top: 20px; 
  }
  #Nav2:hover {
    background-color: #C7D7BB;
  }
  #Nav2 a {
	text-decoration: none;
  }

  #Nav3 {
	font-size: 16px;
	text-align:center;
	background-color: #9CD268;
	position:relative; 
	float:left; 
	width:200px; 
	height:25px; 
	z-index:3; 
	top: 20px; 
  }
  #Nav3:hover {
    background-color: #C0E29E;
  }
  #Nav3 a {
	text-decoration: none;
  }

  #Nav4 {
	font-size: 16px;
	text-align:center;
	background-color: #A5E823;
    position:relative; 
	float:left; 
	width:199px; 
	height:25px; 
	z-index:3; 
	top: 20px;
	border-right: #A5E823 1px solid;
  }
  #Nav4:hover {
    background-color: #CEF389;
  }
  #Nav4 a {
	text-decoration: none;
  }

/* Banner-Bereich */
  #Banner {
	font-size: 16px;
	position:relative; 
	float:left; 
	width:195px; 
	height:478px; 
	z-index:2; 
	top: 20px; 
	padding-left: 4px; 
	padding-top: 0px; 
	border-left: #92BBAD 1px solid; 
	border-bottom: #92BBAD 1px solid;
  }
  #Banner a {
	text-decoration: none;
  }
  #Banner a:hover {
	text-decoration: underline;
  }

/* Hauptbereich */
  #Main {
	font-size: 14px;
	background-repeat: no-repeat;
	overflow:auto;
	margin: 0px auto 0; 
	position:relative;
	float:left; 
	width:599px;
	height:478px; 
	z-index:2; 
	top: 20px; 
	padding: 0px; 
	border-bottom: #92BBAD 1px solid; 
	border-right: #92BBAD 1px solid;
  }

