	* {
		margin: 0;
		padding: 0;
	}

	body {
		text-align: left; /* links zentrieren fuer IE 5 */
		background-color: white;
	}

	p {
		margin-bottom: 1em;
	}

	img {
		margin: 0 5px;
	}

	#wrap {
		text-align: left;
		width: 780px;
		background: #396 url(sidebar.gif) left top repeat-y;
		font-family: Arial, Verdana, Helvetica, sans-serif;
		background-color: white;
		color: black;
	}

	#Kopf {
		width: 780px;
		height: 108px;
		background-color: #396;
		background-image: url(kopf.gif); 
		background-repeat: no-repeat;
		background-position: left top;
	}

	#Navigation {
		width: 180px;
		float: left;
		font-size: 0.9em;
		color: white;
		background-color: #396;
	}

	#Navigation ul {
		margin-left: 16px;
		list-style-type: none;
	}

	#Navigation ul li {
		margin-bottom: 6px;
	}

	#Navigation ul li ul {
		margin-left: 14px;
	}

	#Navigation ul li ul li {
		margin-bottom: 3px;
	}

	#Navigation a {
		color: white;
		text-decoration: none;
	}

	#Navigation a:hover {
		text-decoration: underline;
	}

	#Inhalt {
		margin-left: 200px;
	}

	#Inhalt p {
		margin-top: 0.8em;
	}

	#Inhalt a {
		font-weight: bold;
		color: #339966; 
		text-decoration: none;
	}

	#Inhalt a:hover {
		text-decoration: underline;
	}

	#Inhalt hr {
		margin-top: 0.5em;
		margin-bottom: 0.5em;
	}

	#Inhalt li {
		margin-left: 2em;
	}

	#Inhalt blockquote {
		margin-left: 2em;
	}

	#Inhalt .int_link, #Inhalt .ext_link, #Inhalt .pdf_link, #Inhalt .doc_link, #Inhalt .email_link, #Inhalt .int2_link {
		background-image: url(link-pfeil.gif); 
		background-repeat: no-repeat;
		background-position: left center;
		padding-left: 16px;
	}

	#Inhalt .mark {
		background-image: url(redasterik.gif); 
		background-repeat: no-repeat;
		background-position: left center;
		padding-left: 20px;
	}

	#Inhalt div.article {
		overflow: hidden;
		height: 100%;
  }


	#Inhalt .anmeldung td {
		padding: 0.2em 0;
	}

	#Inhalt .anmeldung input {
		font-size: 0.8em;
	}

	#footer {
		clear:left;
		display: block;
		width: 780px;
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 0.9em;
		list-style-type: none;
		color: white;
		background-color: #396;
		height: 1.8em;
	}

	#footer li {
		float: right;
		margin: 0.2em 0.5em;
		padding: 0;
	}

	#footer a {
		color: white;
		text-decoration: none;
	}

	#footer a:hover {
		text-decoration: underline;
	}

