body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #EBEBEB;
	width:990px;
	background-image:url(background2.gif);
	background-repeat:repeat-y;
	
	margin:0;
	padding:0;
	
/*	border:3px solid white;*/
}


p {
	margin:0;
	padding:0;
}

h1, h2, h3, h4 {
	margin:0;
	padding:0;
}

div {
	text-align:left;
}


#header {
	height:147px; 
	background-image:url(header.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

/********************************************************************************************************/
/*	Navigation																							*/
/********************************************************************************************************/
#navcontainer {
	float:left;
	width:200px;

	margin:0;
	padding:20px 0;
	font-weight:bold;
}


#navcontainer a {
	color:#222;
	text-decoration:none;
}

#navcontainer ul {
	margin:0;
	padding-left:0;
	list-style-type: none;
}


#navcontainer ul a {
	display: block;
	padding: 4px 0 4px 25px;
	width: 175px;					/* muss noch GENAU angepasst werden */
	background-color: #ddfac4;
	border-bottom: 1px solid #a5d074;
}

#navcontainer ul a:hover {
	background-color: #eefce1;
}


#navcontainer ul ul a {
	display: block;
	padding: 2px 0 2px 45px;
	width: 155px;						/* muss noch GENAU angepasst werden */
	background-color: #eefce1;
	border-bottom: 1px solid #FFF;
	font-size:10px;
}

#navcontainer ul ul a:hover {
	background-color: #f6fdf0;
}


/********************************************************************************************************/
/*	Inhalt																								*/
/********************************************************************************************************/
#content {
	padding:20px;
	width:544px;
/*	background-color:#eefce1; */		/* hellgrün */
/*	background-color:#EBEBEB; */		/* grau */
	float:left;
}


#content a {
	color:#49771E;
	text-decoration:none;
}

#content a:hover {
	text-decoration:underline;
}


/********************************************************************************************************/
/*	Newsbox																								*/
/********************************************************************************************************/
#newsbox {
	float:right;
	width:180px;
	font-size:12px;
	font-style:normal;
	padding:20px 10px;
	color:#FFFFFF;
}


#newsbox a {
	color:#eefce1;
	font-weight:bold;
	text-decoration:none;
}

#newsbox a:hover {
	text-decoration:underline;
}

