/* Standart-CSS fUer Webdesign */
*	{
	padding: 0;
	margin: 0;
	}



/* Grundeinstellungen fuer den Body */
 body {
	color: black;
	font-family: Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 0 0;
	text-align: center;
	background-color: #FFFFCC;
  }
  div#Seite {
	text-align: left;
	padding: 0;
	position: relative;
	margin-left: 12%;
	margin-top: 7%;
	border: thin none #00FFFF;
	width: 950px;
	height: 800px;
	}

  h1 {
    font-size: 1.5em;
    margin: 0; padding: 0.3em;
    text-align: center;
    border-bottom: 1px solid silver;
  }
  div#Nav {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	position: relative;
	margin-left: 0;
	width: 950px;
	z-index: 0;
	border: medium none #FF00FF;
	vertical-align: top;
  }

  div#Inhalt {
	padding: 0;
	text-align: left;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	height: 600px;
	float: left;
  }
  
  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
    margin-bottom: 0;
  }
  div#Inhalt h2 {
    font-size: 1.2em;
    margin: 0.2em 0;
    color: navy;
  }
  div#Inhalt p {
    font-size: 1em;
    margin: 1em 0;
  }

  


  div#Fusszeile {
	clear: both;
	font-size: 0.6em;
	padding: 0em;
	text-align: center;
	margin-top: 0.5em;
	margin-right: 0;
	margin-bottom: 1;
	vertical-align: bottom;
  }
  
  .h1
{
  font-size : 1.5em;
  font-weight: bold;
  color:black;  
  line-height: 1;
}
	
.h2 {
  font-size: 1.2em;
  font-weight: bold;
  color: black;  
  margin-bottom: 7px;
}

.h3 {
  font-size: 1em;
  color: black;  
  margin-bottom: 7px;
}

a:link {
	color:black;
	text-decoration: none;
	font-weight: bold;
}
	 
a:visited{ 
  color: black;
  text-decoration: none;
  font-weight: bold;
}

a:active{ 
  color: #000000;
  text-decoration: none;
  
}
	
a:hover{
	color:#FFFFFF;
	text-decoration: none;
	background-color: #FFFACD;
}

 div#top_Adv{
	font-size: small;
	font-weight: bold;
	text-transform: uppercase;	  
	width: 350px;
	padding: 0;
	margin: 0 0 0 0;
	position: relative;
	left: 60%;
	}
	/*, #top_Adv a:link, #top_Adv a:visited, #top_Adv a:active*/
#top_Adv a , #top_Adv a:link, #top_Adv a:visited, #top_Adv a:active
	{
	text-decoration: none;
	font-weight: bold;
	text-transform: none;
	text-align: center;
	display:block;
	white-space:nowrap;
	color:#FFFFFF
	}
	
#top_Adv a:hover{
	background-color: #FFFACD;
	}	
