/*******************/
/* Box dunkelgrün */
/*****************/
div.box_gruen {
	margin: 10px 0;
	padding: 5px 5px 0;
	font-size: 12px;
	background: url(images/boxtop01.gif) top left repeat-x;
	color: black;
	background-color: #7db41b;
	border: 1px solid #7db41b;
}
div.box_gruen h3 {
	margin:10px 0 6px;
	font-size: 12px;
	color: white;
}
div.box_gruen div {
	background: url("images/li_top.gif") repeat-x left top;
	margin: 0;
	padding-top: 5px;
}
div.box_gruen p {
	margin: 0 0 4px 0;
}
div.box_gruen a {
	color: #222;
	text-decoration: none;
	background-color:#d7e8bb;
	display: block;
	padding: 0;
	margin-top:5px;
}

/**************/
/* Box weiss */
/************/
div.box_weiss {
	margin: 10px 0;
	padding: 5px 5px 0;
	font-size: 12px;
	background: url(images/boxtop02.gif) top left repeat-x;
	color: black;
	background-color: #fff;
	border: 1px solid #cfe6b2;

}
div.box_weiss h3 {
	margin: 10px 0 6px;
	font-size: 12px;
	color: #7ab51d;
}
div.box_weiss div {
	background: url("images/li_top.gif") repeat-x left top;
	margin: 0;
	padding-top: 5px;
}
div.box_weiss a {
	color: #7ab51d;
	text-decoration: none;
	display: block;
	padding: 2px 0;
	margin-top:5px;
}
div.box_weiss a:hover {
	text-decoration: underline;
}
div.box_weiss p {
	margin: 0 0 4px 0;
}

/*****************/
/* Box weiss ticker */
/***************/
div.box_weiss_ticker {
	margin: 0 0 20px 0;
	padding: 5px 5px 0;
	font-size: 12px;
	background: #fff url(images/boxtop02.gif) top left repeat-x;
	color: black;
	border: 1px solid #cfe6b2;
}
div.box_weiss_ticker h3 {
	margin: 10px 0 6px;
	font-size: 12px;
	color: #7ab51d;
}

/*****************/
/* Box hellgrün */
/***************/
div.box_hellgruen{
	margin: 10px 0;
	font-size: 12px;
	background: url(images/boxtop03.gif) top left repeat-x;
	color: black;
	background-color: #d7e8bb;
	border: 1px solid #cfe6b2;
	padding: 5px 5px 0;
}
div.box_hellgruen h3 {
	margin:10px 0 6px;
	font-size: 12px;
	color: #7ab51d;
}
div.box_hellgruen h2 {
	margin:15px 0 6px;
	font-size: 16px;
	color: #7ab51d;
}

div.box_hellgruen p {
	margin: 0 0 4px 0;
}
div.box_hellgruen a {
	color: #d7e8bb;
	text-decoration: none;
	background-color:#7ab51d;
	display: block;
	padding: 2px;
	margin-top:5px;
}
div.box_hellgruen div {
	margin: 0;
	background: url("images/li_top.gif") repeat-x left top;
	padding-top: 5px;
}
/***********************/
/* Box hellgrün Titel */
/*********************/
div.box_hellgruen_titel{
	font-size: 12px;
	background: url(images/boxtop03.gif) top left repeat-x;
	color: black;
	background-color: #d7e8bb;
	border: 1px solid #cfe6b2;
	padding: 12px 0 0 0;
}
div.box_hellgruen_titel h3 {
	margin:10px 0 6px;
	font-size: 12px;
	color: #7ab51d;
}
.titelblock  h2 {
	margin:3px 0 6px;
	font-size: 16px;
	color: #7ab51d;
}

div.box_hellgruen_titel p {
	margin: 0 0 4px 0;
}
div.box_hellgruen_titel a {
	color: #d7e8bb;
	text-decoration: none;
	background-color:#7ab51d;
	display: block;
	padding: 2px;
	margin-top:5px;
}
div.box_hellgruen_titel div {
	margin: 0;
	background: url("images/li_top.gif") repeat-x left top;
	padding-top: 0px;
}