h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : bold;
	font-size: 16px;
	color: #000000;
}

h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : bold;
	font-size: 14px;
	color: #000000;
}

h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : bold;
	font-size: 12px;
	color: #000000;
}

body
{
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style : normal;
	font-size: 12px;
	color: #000000;
}

p,td,li,ul
{
	font-family: Arial, Helvetica, sans-serif;
	font-style : normal;
	font-size: 12px;
	color: #000000;
}

input,textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-style : normal;
	font-size: 12px;

	color: #000000;
}

table
{
	margin: 0px;
}

a
{
	color : #854370;
	font-weight : bold;
	text-decoration : none;
}

.head
{
	font-family: Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : bold;
	font-size: 15px;
	color: #ffcc00;
}

span.menue {font-size:12px}
a.menue    {font-size:12px;
			text-decoration:none;
			font-weight: normal;
			color:#333333}
ul.menue   {list-style-type:none;
            margin:0;
			padding:0;
		   }
li.menue   {background-color:#EFC153;
            width:150px;
			color:#333333;
			}
li.menue a {text-decoration:none;
		    color:#333333;
			display:block;
			width:100%;
			background-color:#F5D587;
			padding:0.2em 0.6em;
			border:1px solid #EFC153;
			}
li.active a {background-color:#CD99BD;}			

li.menue a:hover {background-color:#EFC153;
			      }
				  
span.submenue {font-size:12px}
a.submenue    {font-size:12px;
		       text-decoration:none;
			   font-weight: normal;
			   color:#666666}
ul.submenue   {list-style-type:none;
               margin:0;
			   padding:0;
		      }
li.submenue   {background-color:#BF8F69;
               width:440px;
		      }
li.submenue a {text-decoration:none;
               color:black;
			   display:block;
			   width:100%;
			   background-color:#BF8F69;
			   padding:0.2em 0.6em;
			   border:1px solid #777;
			   }
li.submenue a:hover {background-color:#EFC153;}


