@import url( "header.css" );
@import url( "form_elements.css" );
@import url( "menus.css" );
@import url( "breadcrumb.css" );
@import url( "functionbar.css" );
@import url( "article.css" );
@import url( "footer.css" );
@import url( "newsbox.css" );
@import url( "sitemap.css" );
@import url( "tables.css" );

/*------------------------------------------------------------------------*/
/* Allgemein                                                              */
/*------------------------------------------------------------------------*/
html {
  margin: 0px;
  border: 1px;
  padding: 0px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #fff;
  background-color: #009933;
  margin: 0px;
  border: 0px solid #fff;
  padding: 0px;
}

a {
	color: #246004;
}
a:normal, 
a:active {
	color: #246004;
}
a:visited {
	color: #aaa;
}
a:hover {
	text-decoration: none;
}

form {
	margin: 0px;
	border: 0px solid #fff;
	padding: 0px;
}

h1, h2, h3 {
	line-height: 130%;
  margin: 0px 0px 10px 0px;
  padding: 0px;
}

img {
  margin: 0px;
  border: 0px solid #fff;
  padding: 0px;
}

ul, li {
  margin: 0px;
  border: 0px solid #fff;
  padding: 0px;
}

div {
  margin: 0px;
  border: 0px solid #fff;
  padding: 0px;
}

p {
	line-height: 130%;
}

hr {
	clear: both;
}

/*------------------------------------------------------------------------*/
/* Inhaltsblock                                                           */
/*------------------------------------------------------------------------*/
div.wrapper {
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	width: 770px;
}

/*------------------------------------------------------------------------*/
/* Inner                                                                  */
/*------------------------------------------------------------------------*/
#inner {
	float: left;
	text-align: left;
	background-color: #D9F0D9;
	background-image: url( "/images/bg_submenue.jpg" );
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	min-height: 400px;
	width: 768px;
}
* html #inner {
	height: 400px;
}

/*------------------------------------------------------------------------*/
/* Inhaltsblock                                                           */
/*------------------------------------------------------------------------*/
a.to_article_list {
  float: right;
	margin-top: 15px;
	font-weight: bold;
	font-size: 10px;
	color: #246004;
	margin-right: 5px;
	text-decoration: none;
}
a.to_article_list:normal, 
a.to_article_list:active, 
a.to_article_list:visited {
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	color: #246004;
}
a.to_article_list:hover {
	color: #246004;
	text-decoration: underline;
}

a#article_list {
	visibility: hidden;
}

/* Content Styles */

.teaser {
	font-weight: bold;
}
.teaser img {
  border: 1px solid black;
	margin-right: 10px;
}
.break { clear: both; }
.breakl { clear: left; }
span.source {
  font-size: 10px;
	font-style: italic;
}

/*------------------------------------------------------------------------*/
/* Box für Datum der Listeneinträge                                       */
/*------------------------------------------------------------------------*/
span.date {
	float: left;
	clear: left;
	width: 70px;
	color: #009933;
	background-color: #D9F0D9;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	margin: 10px 0px 0px 0px;
	border-left: 3px solid #009933;
	padding: 2px 10px 1px 7px;
}

/*------------------------------------------------------------------------*/
/* Einzelne Einträge in der Artikelliste                                  */
/*------------------------------------------------------------------------*/
div.list_entry {
	display: block;
	clear: both;
	margin: 0px 20px 0px 10px;
	padding: 10px 0px 5px 0px;
}
div.list_entry a.headline {
	color: #246004;
	font-weight: bold;
	line-height: 150%;
	text-decoration: underline;
}
div.list_entry a.headline:normal, 
div.list_entry a.headline:active {
	color: #246004;
	font-weight: bold;
	line-height: 150%;
	text-decoration: underline;
}
div.list_entry a.headline:visited {
	color: #aaa;
}
div.list_entry a.headline:hover {
	color: #246004;
	text-decoration: none;
}
div.list_entry a.more {
	color: #246004;
	font-size: 9px;
	font-weight: bold;
	text-decoration: underline;
}
div.list_entry a.more:normal, 
div.list_entry a.more:active {
	color: #246004;
	font-size: 9px;
	font-weight: bold;
	text-decoration: underline;
}
div.list_entry a.more:visited {
	color: #aaa;
}
div.list_entry a.more:hover {
	color: #246004;
	text-decoration: none;
}
div.list_entry {
	display: block;
	margin: 0px 20px 0px 10px;
	padding: 10px 0px 5px 0px;
}

div.resultnav {
	float: right;
	clear: left;
	text-align: right;
	background-color: #fff;
	margin: 10px 0px 0px 0px;
	padding: 0px 5px 2px 5px;
}
div.resultnav a.active {
	color: #246004;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}
div.resultnav a.active:normal, 
div.resultnav a.active:active, 
div.resultnav a.active:visited {
	color: #246004;
	text-decoration: none;
}
div.resultnav a.active:hover {
	color: #246004;
	text-decoration: underline;
}
div.resultnav .inactive {
	color: #eeeeee;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}

fieldset {
	width: auto;
	margin: 0px 10px 10px 0px;
	padding: 0px 10px 10px 10px;
	border: 1px solid #DAEBC7;
}
fieldset a {
  margin: 0px 10px 0px 0px;
  border: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
legend {
  color: #000;
	margin: 0px 0px 10px 0px;
  padding: 0px 5px 0px 5px;
  border: 0px 0px 0px 0px;
}
fieldset.forms {
	display: block;
  margin-top: 10px;
	margin-left: 0px;
}
fieldset.error {
  color: #ed1616;
	margin: 0px 10px 10px 0px;
	padding: 0px 10px 10px 10px;
	border: 1px solid #ed1616;
}
fieldset.error legend {
  color: #ed1616;
}
fieldset.info {
  color: #006699;
	margin: 0px 10px 10px 0px;
	padding: 0px 10px 10px 10px;
	border: 1px solid #006699;
}
fieldset.info legend {
  color: #006699;
}
fieldset.status {
  color: #009900;
	margin: 0px 10px 10px 0px;
	padding: 0px 10px 10px 10px;
	border: 1px solid #009900;
}
fieldset.status legend {
  color: #009900;
}

p.kleingedruckt {
  font-size: 9px;
}

/*------------------------------------------------------------------------*/
/* Made by zehn245.net                                                    */
/*------------------------------------------------------------------------*/
div#made_by {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #006B24;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
}

div#made_by a {
	color: #006B24;
	text-decoration: none;
}
div#made_by a:normal,
div#made_by a:active,
div#made_by a:visited {
	color: #006B24;
	text-decoration: none;
}
div#made_by a:hover {
	color: #006B24;
	text-decoration: underline;
}

