/* CSS Document */

div#stand {
	WIDTH: 1024px;
	position: relative;
	MARGIN: 20px auto;		
	background-color: #FFFFFF;
	padding: 3px 3px 3px 3px;
	border-width: 1px;
	border-color: #609f3d;
	border-style: solid;
}

	
	.content {
	width: 1024px;
	position: relative;
	background-image: url(bilder/hg.jpg);
	background-repeat:repeat;
	}
	
.navi-oben{
	width: 800px;
	position: absolute;
	top: 187px;
	left: 30px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #660066;
	text-align: left;
	height: 20px;
	font-weight: bold;
		}
	.navi-oben A:link {COLOR: #660066; text-decoration: none;}
	.navi-oben A:visited {COLOR: #660066; text-decoration: none;}
	.navi-oben A:active {COLOR: #660066; text-decoration: none;}
	.navi-oben A:hover {COLOR: #609f3d; text-decoration: none;}

	
/* Textbereich */

div#inhalt {
	font-family: Arial, sans-serif;
	position: relative;
	padding: 1px 0px 30px 125px;
	min-height: 500px;
	}

.headline {
	width: 500px;
	color: #770377;
	font-size: 16px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	line-height: 150%;
  }
  
.headline2 {
	width: 500px;
	color: #770377;
	font-size: 14px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	line-height: 150%;
  }

.text {
	width: 500px;
	color: #000000;
	font-size: 12px;
	font-family: Arial, sans-serif;
	line-height: 150%;
  }	
  
  	.text A:link {COLOR: #660066; text-decoration: none;}
	.text A:visited {COLOR: #660066; text-decoration: none;}
	.text A:active {COLOR: #660066; text-decoration: none;}
	.text A:hover {COLOR: #95235F; text-decoration: none;}

.highlight {
	color: #660066;
	font-size: 14px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	line-height: 150%;
  }
  
  .highlight-lila {
	color: #770377;
	font-size: 14px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	line-height: 150%;
  }
  
 .highlight-gruen {
	color: #609f3d;
	font-size: 14px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	line-height: 150%;
  }

div#right {
	width: 230px;
	position: relative;
	float: right;
	padding: 80px 20px 0px 0px;
	z-index:4;
	font-family: Arial, sans-serif;
	color: #609f3d;
	font-size: 11px;
	min-height:400px;
	}
	
	.right A:link {COLOR: #660066; text-decoration: none;}
	.right A:visited {COLOR: #660066; text-decoration: none;}
	.right A:active {COLOR: #660066; text-decoration: none;}
	.right A:hover {COLOR: #95235F; text-decoration: none;}
	

 
/*Fusszeile*/
  
div#footer {
	clear: both;
	height: 40px;
	padding: 5px 0px 0px 320px;
}

.footer {
	color: #95235F;
	font-size: 11px;
	font-family: Arial, sans-serif;
	}

	.footer A:link {COLOR: #95235F; text-decoration: none;}
	.footer A:visited {COLOR: #95235F; text-decoration: none;}
	.footer A:active {COLOR: #95235F; text-decoration: none;}
	.footer A:hover {COLOR: #95235F; text-decoration: none; font-weight: bold;}
