/* WellingCSS*/
  body {
    color: #666666; 
	background-color:#ccc;
    font-size: 0.74em;/*100.01%;*/
    font-family: Helvetica,Arial,sans-serif;
    margin: 0; padding: 1em 0;
    text-align: center;  /* Zentrierung im Internet Explorer */

  }

  div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 800px;
    padding: 0.2em;
	font-size:0.9em;
	background-color:#999999;
	border:1px solid white;
  }

  *html div#Seite {
	 /*font-size: 0.74em;*/
  }

  div#Kopfzeile {
  border: 2px solid white;
  }
  
  h1 {
    font-size: 1.5em;
    margin: 0; padding: 0.3em;
    text-align: center;
    border-bottom: 1px solid silver;
  }
  
  img {
  	border:0; padding:0;
  }
  
  a {
  text-decoration:none;
  color:#ababab;
  }
  
  td {
  
  }
  
/*---------------------------------------- NAVIGATION ----------------------------------------------------*/

  ul#Navigation {
    font-size: 100.01%;
    float: left; width: 150px;
    margin: 1em 0 1.2em; padding: 0;
  }
  ul#Navigation li {
    list-style: none;
    margin: 0; padding: 0.5em;
  }
  ul#Navigation a {
    display: block;
    padding: 0.2em;
    font-weight: bold;
  }
  ul#Navigation a:link {
  text-decoration:none;
    color: black; background-color: white;
	
  }
  ul#Navigation a:visited {
  text-decoration:none;
    color: #666; background-color: white;
  }
  ul#Navigation a:hover {
  text-decoration:none;
    color: black; background-color: #eee;
  }
  ul#Navigation a:active {
  text-decoration:none;
    color: white; background-color: gray;
  }
/*---------------------------------------- CONTENT ----------------------------------------------------*/
  div#Inhalt {
    margin: 1em 0 1em 5em;
    padding: 5em 1em;
  }
  * 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: black;
  }
  div#Inhalt p {
    font-size: 1em;
    margin: 1em;
  }
/*---------------------------------------- FOOTER -----------------------------------------------------*/
  div#Address {
  	color: #FFFFFF;
	background-color:#CCCCCC;
	padding: 10 0 10 0px;
  	text-align:center;
	font-size:12px;
  }
  
  div#Footer {
    clear: both;
    font-size: 1em;
    padding: 1em 0 1em 0;
    text-align: center;
	color: #fff;
	font-size:0.75em;
  }

/*---------------------------------------- ROUNDED -----------------------------------------------------*/
 div {
	margin:0;
}

.ro {
	background:url(../pics/Rand/rounded_RO.gif) top right no-repeat;
}

.lo {
	background:url(../pics/Rand/rounded_LO.gif) top left no-repeat;
	margin-left:160px;
}

.ru {
	background:url(../pics/Rand/rounded_RU.gif) bottom right no-repeat;
}

.lu {
	background:url(../pics/Rand/rounded_LU.gif) bottom left no-repeat;
}

.inhalt {
	margin:0;
	padding:2.5em 2.5em 3.5em 2.5em;
}

.inhalt p {
	margin:0;
	padding:0;
}
 

