/* ---------------------------------------------------------
   Allgemeine Seiteneinstellungen
   --------------------------------------------------------- */

	body {
		margin: 0px;
		padding: 0px;
		font-family: Helvetica, Arial, sans-serif;
		text-align: left;
		color: black;
		background-color: white;
	}

/* ---------------------------------------------------------
   Positionierung der DIV - Tags
   --------------------------------------------------------- */
	
	#container {
		width: 650px;
	}
	#header_functions {
		display: block;
		text-align: left;
	}
	#header_logo
	{
		display: none;		
	}

	#header_logo_print
	{
		height: 60px;
		margin-bottom: 20px;
		text-align: center;
		padding-left: 20px;
		padding-right: 20px;		
	}
	#header_menu_main {
		display: block;
	}
	#header_menu_sub {
		display: block;
	}
	#header_menu_sub_intro {
		display: block;
	}
	#content_right
	{
		display: none;	
	}
	
	#content_left
	{
		width: 600px;
		padding-right: 20px;
		padding-left: 20px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#content_left small {
		 font-size: 90%;
		}
	
	#footer	
	{
		clear: both;
		height: 20px;
		background-color: white;
		color: black;
	    text-align: center;
	}
/* ---------------------------------------------------------
   MENÜS Knöpfe und Hover - Functions
   --------------------------------------------------------- */

	#header_functions span
	{
      display: block;
      color:#2C2C2C;
	  font-size:85%;
      font-weight:600;	  
      padding: 7px 5px 7px 28px; /* Innenabstand oben rechts unten links */
	}
   	#header_functions a {
      display: block;
      color:#2C2C2C;
      background-color:#fff;
      font-size:85%;
      font-weight:600;	  
      padding: 6px 12px 6px 12px; /* Innenabstand oben rechts unten links */
      text-decoration:none;
      text-align:center;
      vertical-align:middle;
      margin-right:2px;
	  margin-bottom:1px;
      border:1px solid #2C2C2C;
      }
	#header_functions a:hover {
      color:#2C2C2C;
      background-color:#C7CEDA;
      border:1px solid #2C2C2C;	  
      }

/* ---------------------------------------------------------
   MENÜS Knöpfe und Hover - Main
   --------------------------------------------------------- */

	#header_menu_main a {
      display: block;
      color:#FFFFFF;
      background-color:#F4A31C;
      width:128px;
      padding: 12px 0px 12px 15px; /* Innenabstand oben rechts unten links */
      font-size:85%;
      font-weight:600;	  
      text-decoration:none;
      text-align:left;
      }
    #header_menu_main a.active {
      text-decoration:underline;
      }

/* ---------------------------------------------------------
   MENÜS Knöpfe und Hover - Sub
   --------------------------------------------------------- */

    #header_menu_sub a {
      display: block;
      color:#2C2C2C;
      background-color: #C7CEDA;
      width:128px;
      padding: 12px 0px 12px 15px; /* Innenabstand oben rechts unten links */
      font-size:85%;
      font-weight:600;	  
      font-family:Helvetica, Arial, sans-serif;
      text-decoration:none;
      text-align:left;
      }

    #header_menu_sub span {
      display: block;
      color:#545454;
      background-color: #C7CEDA;
      width:128px;
      padding: 12px 0px 12px 15px; /* Innenabstand oben rechts unten links */
  	  font-size:85%;
      font-family:Helvetica, Arial, sans-serif;
      text-decoration:none;
      text-align:center;
      }
	#header_menu_sub a.active {
      text-decoration:underline;
      }



/* ---------------------------------------------------------
   MENÜS Knöpfe und Hover - Sub Intro
   --------------------------------------------------------- */

    #header_menu_sub_intro a {
      display: block;
      color:#2C2C2C;
      width:128px;
	  height:35px;
      padding-left:10px;
      padding-top:10px;	  
	  font-size:85%;
      font-family:Helvetica, Arial, sans-serif;
      text-decoration:none;
      text-align:left;
      margin-right:2px;
	  margin-bottom:2px;
	  margin-top:2px;
      }
  
    #header_menu_sub_intro a:hover {
      color:#2C2C2C;
      background-color:white;
      }

    #header_menu_sub_intro span {
      display: block;
      width:128px;
	  height:35px;
      padding-left:10px;
      padding-top:10px;	
      margin-right:2px;
	  margin-bottom:2px;
	  margin-top:2px;
      }

    #header_menu_sub_intro p {
      margin:0px;
      }

/* ---------------------------------------------------------
   SCHRIFTEN
   --------------------------------------------------------- */


	#content_left h1 {
		 font-size: 110%;
		 font-weight: bolder;
		}
	
	
	#content_left h2 {
		 font-weight: bolder;	 
		}

	#content_left a {
      color:black;
      text-decoration:underline;
      text-align:left;
      margin:0px;
      }

	#footer	p
	{
		padding: 5px;
		font-size: 80%;
	}		

	#footer	a
	{
		background-color: white;
		color: black;
	}

