/* 
** LINKS 
*/
a:active  {
	font-weight: bold;
	color: #49c8b4;
	text-decoration : underline;
	}
	
a:link {
	font-weight: bold;
	color: #240a00;
	text-decoration : underline;
	}
	
a:visited {
	font-weight: bold;
	color: #240a00;
	text-decoration : underline;
	}
	
a:hover {
	font-weight: bold;
	color: #49c8b4;
	text-decoration : underline;
	}
/* 
** ENDE LINKS 
*/


body {
	font-family:  Arial, Helvetica, sans-serif;
	/*font-size: 10px;*/
	line-height: 15px;
	color: #f0e6b3;
	margin: 0;
	background-color: #240a00;
	overflow-y: scroll;
	scrollbar-arrow-color: #f0e6aa;
	scrollbar-base-color: #49c8b4;
	scrollbar-track-color: #fff;

	
}
.luft {
	
	height:auto;
}


.rechtespalte {
	width: 158px;
	height: 388px;
	
	
	background-image: url(../images/rechtespalte_figur.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.headline {
	font-size: 15px;
	line-height: 30px;
	font-weight: bold;
	color: #240a00;
}

.inhaltbereich {
	height: 100%;
	background-color: #f0e6aa;
	/*background-image: url(../images/hintergrund_inhaltbereich.gif);*/
	background-repeat: no-repeat;
	padding: 15px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 14px;
	color: #240a00;
}

.untermenues {
	width: 634px;
	
	
	height: 66px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #49c8b4;
	
}