/* CSS Document - layout */
.bild {
	position: static;
	margin-top: 40px;
	margin-right: 10px;
	width:285px;
	height:100%;
	text-align: right;
	}

.bild p {
	padding-right: 0px;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	color: #333333;
	letter-spacing: normal;
	word-spacing: normal;
	}

/* Rechte Spalte siehe jeweilig aktuelle Seite (Grund: wechselndes Hintergrundbild) */
	
.rechtsinhalt {
	position: static;
	width:230px;
	margin-top: 72px;
	padding-left: 30px;
	padding-right: 20px;
	background-image: url(liste.gif);
	background-repeat: no-repeat; 
	background-position: 0px 3px; 
	}
	
.rechtsunten {
	position: static;
	width:230px;
	margin-top: 20px;
	padding-left: 30px;
	padding-right: 20px;
	background-image: url(liste.gif);
	background-repeat: no-repeat; 
	background-position: 0px 3px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: black;
	}

.rechtsinhalt p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: black;
	font-weight: normal;
	letter-spacing: normal;
	word-spacing: normal;
	text-align: left;
	height: 100%;
	}
	
.rechtsinhalt h1 {
	font-family: verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: black;
	font-weight: bold;
	letter-spacing: normal;
	word-spacing: normal;
	text-align: left;
	margin-bottom: 13px;
	}

/* Anweisungen zu Link müssen immer in der Reihenfolge link, visited, hover erfolgen !!! */
	
.rechtsinhalt a:link {
	text-decoration: none;
	font-weight: normal;
	color: black;
	}
	
.rechtsinhalt a:visited {
	text-decoration: none;
	font-weight: normal;
	color: black;
	}
	
.rechtsinhalt a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: black;
	}






