a:link, a:visited
{
	color: rgb(144,24,8); 
}
a:active, a:hover
{
	text-decoration:underline;
}

a.menu:link, a.menu:visited, a.menu:active 
{
	color: rgb(68,68,68); 
}
a.menu:hover
{
	color: rgb(144,24,8);
}
a.extern:before
{ content:url(design/extern.gif)" "; }
a.pdf:before
{ content:url(design/pdf.gif)" "; }


body
{
	background-color: #ffffff;
	color: #000000;
}

div.seite
{
	background-color: #E8E9E2;
	background-image:url(design/hintergrund_gruen.jpg); background-repeat:no-repeat;

}
div.kopf
{
	border-bottom:8px solid #ffffff; 
	background-color:#76926D; 
}

h1, h2, h3, h4, h5, h6
{
	color: rgb(144,24,8);
}

div.inhalt, div.events
{
	border-top:1px solid rgb(211,212,170); 
	border-left:1px solid rgb(211,212,170); 
	border-bottom:1px solid rgb(211,212,170); 
	background-image:url(design/gruen_schatten_rechts.jpg);
	background-repeat:repeat-y;
	background-position:right;
	padding-right: 12px;
}

div.bottom
{
	background-color:#fff; 
	border-top: solid 8px #76926D;
}

div.menubox
{
	/*border:1px solid rgb(211,212,170);*/
	/*background-color:#999999;*/
}
div.menutitle
{
	/*background-color:#C7D5AA; 
	background-image:url(design/gruen_schatten_unten.jpg);
	background-position: bottom;
	background-repeat:repeat-x;
	height:40px;*/
	border-bottom:1px solid rgb(211,212,170);
	
}

div.personen
{
	border-color:rgb(211,212,170);
	border-width:2px;
	border-style:outset;
	}
	
div.persaktiv
{
	border-width:2px;
	border-style:outset;
	color:rgb(144,24,8);
	background-color:#F1F2ED;
	border-color:rgb(144,24,8);
}


div.menuitem
{
	/*border:1px solid rgb(211,212,170); */
	background-image:url(design/gruen_menu_schatten.jpg);
	background-repeat:no-repeat;
	height: 37px;
}
div.menuitemactive
{
	background-image:url(design/gruen_menuactive_schatten.jpg);
	background-repeat:no-repeat;
	height: 37px;
}

/*div.menutitle
{
	border-color:rgb(211,212,170);
	border-bottom-style:groove;
}*/