/* CSS Document */

body
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	color: #9f8873;
	background-color: #f0ece8;
	}

	
h1
	{
	font-weight: bold;
	font-size: 11px;
	line-height: 17px;
	color: #7e6047;
	margin-bottom: 0px;
	}

	
form
	{
	margin: 0px;
	padding: 0px;
	}

	
/*  -------------------- LAUFTEXT --------------------  */

.lauftext
	{
	margin-bottom: 0px;
	line-height: 17px;
	}

	
/*  -------------------- FUSSZEILE --------------------  */

.fusszeile
	{
	color: #9f8873;
	background-color: #f0ece8;
	padding-left: 8px;
	}
	
	
/*  -------------------- RUBRIKEN TITEL --------------------  */

.rubrikentitel
	{
	font-weight: bold;
	color: #7e6047;
	border-left: 1px solid #7e6047;
	padding-left: 8px;
	}


	
/*  -------------------- UNTERTHEMEN TITEL --------------------  */

.aktiv
	{
	font-weight: bold;
	color: #5e6e8d;
	border-left: 1px solid #5e6e8d;
	padding-left: 8px;
	}
	
	
	
/*  -------------------- LINK STANDARD --------------------  */

a, a:visited
	{
	font-weight: normal;
	color: #9f8873;
	text-decoration: none;
	}

	
a:hover, a:active
	{
	color: #7e6047;
	}
	
	
/*  -------------------- LINK RUBRIKEN --------------------  */

a.rubriken, a.rubriken:visited
	{
	font-weight: bold;
	color: #b9a797;
	border-left: 1px solid #7e6047;
	padding-left: 8px;
	}
	

	
a.rubriken:hover, a.rubriken:active
	{
	color: #7e6047;
	}


/*  -------------------- LINK RUBRIKEN OHNE LINIEN --------------------  */

a.rubrikenohne, a.rubrikenohne:visited
	{
	font-weight: bold;
	color: #b9a797;
	border-left: none;
	padding-left: 8px;
	}
	

	
a.rubrikenohne:hover, a.rubrikenohne:active
	{
	color: #7e6047;
	}	
	
	
/*  -------------------- LINK UNTERTHEMEN --------------------  */

a.unterthemen, a.unterthemen:visited
	{
	font-weight: normal;
	color: #9fb1c1;
	border-left: none;
	padding-left: 8px;
	line-height: 22px;
	}
	

	
a.unterthemen:hover, a.unterthemen:active
	{
	color: #5e6e8d;
	}
	


/*  -------------------- SITE ZENTRIEREN --------------------  */

#box
	{
	width: 900px;
	height: 580px;
	
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -450px;   /* halbe Breite */
	margin-top: -290px;    /*halbe Hoehe */
	}