/*	Allgemeine Grundeinstellungen
*******************************************************************************/

:link, :hover, :visited {
  text-decoration:none; 
}

ul, ol { 
  list-style:none; 
}

h1, h2, h3, h4, h5, h6, pre, code { 
  font-size:1em; font-weight:normal; 
}

ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input, dl, dt, dd { 
  margin:0; 
  padding:0; 
}

img, a img, :link img, :visited img, fieldset { 
  border:none; 
}

img { 
  margin:0; 
  padding:0; 
  vertical-align:bottom; 
}

address { 
  font-style:normal; 
}

table {	
  border:none; 
  padding:0px; 
  margin:0px; 
  border-spacing:0px; 
  font-size:1em;
}

tr { 
  border:none; 
  padding:0px; 
  margin:0px; 
}

td { 
  border:none; 
  padding:0px; 
  margin:0px; 
  vertical-align:top; 
  border-spacing:0px; 
}

legend { 
  display:none; 
}

body, div, p, li { 
/*background-repeat:no-repeat; */
}


dl        {margin: 0 0 0 0;}
dl dt		  {margin: 0 0 0 0;}
dl dd+dt	{margin-top: 0;}
dl dd		  {margin: 0 0 0 0;}

ol			  {list-style: none;}
ol li		  {margin: 0 0 0 0;}
ol li ol	{margin: 0 0 0 0;}
ol li ul	{margin: 0 0 0 0;}

p			    {margin-bottom: 0em;}

ul			  {list-style: none;}
ul li		  {margin: 0 0 0 0;}
ul li ul	{margin: 0 0 0 0; list-style: none;}
ul li ol	{margin: 0 0 0 0;}

pre			  {font-size:1.2em; }


/*	html
*******************************************************************************/
html {
	min-height: 100%;
	margin-bottom: 1px;
}

html, body, textarea {
  scrollbar-base-color: default;
  scrollbar-face-color: White;
  scrollbar-track-color: White;
  scrollbar-arrow-color: #000;
  scrollbar-3dlight-color: #000;
  scrollbar-darkshadow-color: #000;
  scrollbar-highlight-color: White;
  scrollbar-shadow-color: White;
}  

html[xmlns^="http"]  {
  /*
  Zeigt Mozilla-Scrollbar dauerhaft an
  FF > Firefox 1.5
  IE 7 (inkl. Kompatibilitaetsmodus 
  getestet
	*/
	overflow-y: scroll; 
}

/*	body
*******************************************************************************/

/* Mit IE5-Hack*/
body {
/*
  overflow:scroll;
  overflow-x: auto;
  overflow-y: scroll;
*/

/*	background-image:url(muster.jpg);
	background-repeat:repeat-y;*/
  background-color:#000; /*cccccc*/
	font-family:verdana, arial, helvetica, sans-serif;
/*	font-family:arial, helvetica, verdana, sans-serif;*/
	font-size: xx-small;
  font-size: 100.01%;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: x-small;
}

/*WENN KEIN DOCTYPE DEFINIERT IST:*/
/*IE6-Hack
* html body {
	font-size: xx-small;
}
/*IE7-Hack
*:first-child+html body {
	font-size: xx-small;
}
/*ENDE OHNE DOCTYPE*/


.clearer {
	display:block;
	clear:both;
	line-height:0;
	height:1px;
	font-size:0;
	visibility:hidden;
}

.clear {
	clear:both;
}

.flLeft { 
  float:left; 
}

.flRight { 
  float:right; 
}

.warning { 
  color:#F00; 
}


/*	website / leisteunten
*******************************************************************************/
#website {
	position:relative;
	display:block;
  background-color:#000;
  border:1px;
  border-color:#77aa18; /*gruen*/
  border-style:solid;
	margin:30px auto 0 auto;
	padding:0;
	height:100%;
  width:91.5em;
  min-width:40em;
  color:#77aa18; /*gruen*/
	text-align:left;
/*	background-image:url(hintergrund_m_is.gif);  /**/
/*	background-image:url(herzel_logo_backgr.gif);  /**/
	background-repeat:no-repeat;
	background-position:center center;
  background-attachment:fixed;
}

/*Für IE: Rand unten, da Margin unten ignoriert wird*/
#leisteunten {
	position:relative;
	display:block; 
  height:20px;
}

/*	header
*******************************************************************************/
#header {
	position:relative;
	padding:0;
	height:105px;
  background-color:#000;
}

/* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
* html #header {
    height:105px;
}
/*
*:first-child+html #header {
    height:1em;
}
*/

#header-unten {
	position:relative;
	padding:0;
	height:2em;
/*  background-color:#EEE;  /**/
  margin:0 5px 0 5px;
  border-top:1px solid #77aa18;          /* Border-color am besten = Hintergrundfarbe der Seite */
}

#header-unten-rand {
	position:relative;
	padding:0;
	height:5px;
	background-image:url(grenze.gif);
	background-repeat:repeat-x;
}

/*	logo / breadcrumb / headerlink
*******************************************************************************/
#logo {
	position:absolute;
	top:0px;
	left:0px;
}

#logo a {
	display:block;
	height:105px;
	width:20em; /**/
	text-indent:-700em;
}

#headerlogo {
	float:left;
	width:20em;
	height:105px;
/*  background-color:#00f; /**/
}

#headerline {
  position:absolute;
	top:0;
	left:20em;
  height:105px; /**/
/*Wenn mit Mittel-Banner:
  width:52em;
	padding:0;*/
  width:50.6em; /*abzgl. padding-Wert*/
/*	padding:2em 0 0 1.4em; /**/
/*  margin:0 auto 0 auto; /**/
/*  background-color:#00f; /**/
	background-image:url(bannerlogo.gif);
  background-repeat:no-repeat;
}

#headerline a {
	display:block;
	height:105px;
	width:50em; /**/
	text-indent:-700em;
}

/* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
* html #headerline {
/*Wenn mit Mittel-Banner:
  width:51.7em;*/
  width:50.3em; /*abzgl. padding-Wert*/
}
*:first-child+html #headerline {
/*Wenn mit Mittel-Banner:
  width:51.7em;*/
  width:50.3em; /*abzgl. padding-Wert*/
}

#headerline2 {
	font-size:2.3em;
	font-weight:bold;
  color:#111111;
}

#headerpic {
	float:right;
/*Mit rechtem Bannerbild:*/
	width:19.5em;
	height:105px;
/*	background-image:url(startseite.gif); /**/
  background-color:#000; 

}
/* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
* html #headerpic {
	width:19.9em;  
}
*:first-child+html #headerpic {
	width:19.9em;  
}


#headerlink-l {
	float:left;
  margin:0;
	width:20em;
	padding:0.4em 0 0 1.4em;
}

#headerlink-l2 {
	font-size:1.1em;
}

#headerlink-l2 a, 
#headerlink-l2 a:link {
	color:#404040;
}

#headerlink-l2 a:hover {
	color:#FF1040;
/*	text-decoration:underline;*/
}


#headerlink-r {
	float:right;
  margin:0 0 0 20em;
	padding:0.4em 0 0 1.4em;
}

#headerlink-r2 {
	font-size:1.1em;
}

#headerlink-r2 a, 
#headerlink-r2 a:link {
	color:#77aa18;
}

#headerlink-r2 a:hover {
	color:#0f0;
/*	text-decoration:underline;*/
}

#breadcrumblinie {
	position:relative;
	padding:0;
	height:2em;
  background-color:#f00;
}

#breadcrumbbereich-l {
	float:left;
  margin:0;
	width:20em;
	padding:0.4em 0 0 1.4em;
}

#breadcrumbbereich-r {
  margin:0 0 0 20em;
	padding:0.4em 0 0 1.4em;
}

#breadcrumb {
	font-size:1.1em;
}  

#breadcrumb a, 
#breadcrumb a:link {
	color:#555555;
}

#breadcrumb a:hover {
	text-decoration:underline;
}


/*	content
*******************************************************************************/
#content {
	display:block;
	clear:both;
	position:relative;
  height:100%;
  min-height:420px; /**/
  padding:0 0 0 0;
/*  background-color:#FF0000;*/
}

/* hide from IE/MAC \*/
* html #content {
	height:1px;
}
/* end hide */

#main {
}

#main-block {
  display:block; /*Ggf. wichtig wg. Blockabschluss innerhalb Hauptcontent*/
  min-width: 20em;
  margin: 0 20em 0 4.3em;
/*Ohne rechte Spalte:
  margin: 0 0em 0 20em;*/
  height:100%; /*sonst Darstellungsproblem im IE*/
/*  background-color:#0000FF;*/
}

#main-block2 {
  display:block; /*Ggf. wichtig wg. Blockabschluss innerhalb Hauptcontent*/
	padding:1em 0.8em 1.4em 1.4em;
}


#right-block {
	float:right;
  height:100%;
	width:20em;
/*Ohne rechte Spalte:
	width:0em;*/
/*  background-color:#FF0000;*/
}

#right-block2 {
	padding:1em 1.6em;
}


/*	Navigation vertikal 
*******************************************************************************/
#navi-block {
	float:left;
	width:20em;
/*  border-right:1px solid #D30800; */
/*  background-color:#FF0000;*/
}

#navigation {
/*	text-align:right; */
  margin-top:3.2em;
	padding:0;
}

#navigation ul.nav1st {
/*	width:190px;*/
}

/***Ohne List-Style-Bild***/
#navigation ul.nav1st li {
	padding:0.8em 0 0.8em 1.4em;
  border-bottom:1px solid #404040;
  }
/***/
/***Mit List-Style-Bild***
#navigation ul.nav1st li {
	padding:0.8em 0;
	margin-left:2.8em;
  list-style-image:url(dd-punkt.gif);
}
***/

#navigation ul.nav1st li.active {
	background:#fff;
	padding-left:-2.8em;
}

#navigation ul.nav1st li.active a,
#navigation ul.nav1st li.active a:link {
	color:#000;
}

#navigation ul.nav1st a, 
#navigation ul.nav1st a:link {
	display:block;
	color:#FFF;
	font-size:1.2em;
	font-weight:bold;
}

#navigation ul.nav1st a:hover {
	color:#000;
}
#navigation ul.nav1st a.current:hover {
	color:#000;
}


/***Ohne List-Style-Bild***/
#navigation ul.nav1st li ul.nav2nd li {
	padding:0 0 0.1em 0;
	margin-left:-1.4em;
  border-bottom:none;
/*	list-style-type:square;*/
	color:#f00;
}
/***/
/***Mit List-Style-Bild***
#navigation ul.nav1st li ul.nav2nd li {
	padding:0;
	margin-left:1.5em;
  list-style-image:url(d-punkt.gif);
}
***/


/***2. Ebene***/
#navigation ul.nav2nd a, 
#navigation ul.nav2nd a:link {
	display:block;
	padding:0.4em 0 0.4em 2.8em;
	font-size:1.1em;
	font-weight:normal;
}

#navigation ul.nav2nd a.current, 
#navigation ul.nav2nd a.current:link {
	color:#000;
	text-decoration:underline;
}
#navigation ul.nav2nd a.current:hover, 
#navigation ul.nav2nd a:hover {
	color:#000;
	text-decoration:underline;
}

#navigation ul.nav2nd li.active a, 
#navigation ul.nav2nd li.active a:link {
	background:#f00;
	color:#000;
}

#navigation ul.nav2nd li.noactive a, 
#navigation ul.nav2nd li.noactive a:link {
	color:#FFF;
}

#navigation ul.nav2nd li.noactive a:hover {
	color:#000;
}


/***3. Ebene***/
#navigation ul.nav3rd a, 
#navigation ul.nav3rd a:link {
	display:block;
	padding:0.1em 2.2em 0.1em 0;
	font-size:1.1em;
	font-weight:normal;
}

#navigation ul.nav3rd a.current, 
#navigation ul.nav3rd a.current:link {
	color:#000;
	text-decoration:none;
}
#navigation ul.nav3rd a.current:hover, 
#navigation ul.nav3rd a:hover {
	color:#000;
	text-decoration:none;
}

#navigation ul.nav3rd li.active a, 
#navigation ul.nav3rd li.active a:link {
	color:#000;
}

#navigation ul.nav3rd li.noactive a, 
#navigation ul.nav3rd li.noactive a:link {
	color:#FFF;
}

#navigation ul.nav3rd li.noactive a:hover {
	color:#000;
}


/*	Infobereich Navi-Spalte
------------------------------------------------------------------------------*/
#navi-info {
	margin:3em 0 0 1.4em;
	font-size:1.1em;
	font-weight:bold;
  line-height:1.9em;
}

/*MIT BILD*/
#navi-info a, 
#navi-info a:link {
	display:block;
	width:12em;
	height:6em;
	background-image:url(bild.gif);
	text-indent:-1000em;*/
}
/*ENDE BILD*/

#navi-info a, 
#navi-info a:link {
	color:#A09F8D;
}

#navi-info a:hover {
	color:#EB297C;
}

#navi-info .active a, 
#navi-info .active a:link {
	color:#EB297C;
}

#navi-info .noactive a, 
#navi-info .noactive a:link {
	color:#A09F8D;
}

#navi-info .noactive a:hover {
	color:#EB297C;
}


/*	main-block - Elemente
*******************************************************************************/

/*	Schrift
------------------------------------------------------------------------------*/
#main-block h1 {
	color:#77aa18; /*gruen*/
	font-family:arial, helvetica, verdana, sans-serif;
/*  font-family:verdana, arial, helvetica, sans-serif;*/
	font-size:1.8em;
	font-weight:bold;
/*	line-height:1.8em;*/
/*  padding-bottom:1em;*/
  padding-left:0.2em;
  margin-left:-0.2em;
}

#main-block .teaser {
	margin-bottom:1.2em;
	font-size:1.2em;
/*	line-height:1.4em;*/
}

#main-block .teaser h1 {
	font-size:1.17em;
  background-color:#EEEEEE;
}

#main-block h2 {
	color:#77aa18; /*gruen*/
	font-family:arial, helvetica, verdana, sans-serif;
/*  font-family:verdana, arial, helvetica, sans-serif;*/
	font-size:1.4em;
	font-weight:bold;
/*	line-height:1.2em; /**/
}

#main-block h3 {
	font-family:arial, helvetica, verdana, sans-serif;
/*  font-family:verdana, arial, helvetica, sans-serif;*/
	font-size:1.17em;
	font-weight:bold;
}

#main-block p, 
#main-block .fliesstext {
	margin-bottom:1.2em;
	font-size:1.2em;
	line-height:1.4em;
}

#main-block .small {
  margin-bottom:1.0em;
	font-size:1.0em;
	line-height:1.2em;
}


/*	Listen
------------------------------------------------------------------------------*/
#main-block ul,
#main-block ol {
	margin-bottom:1.2em;
	font-size:1.2em;
	line-height:1.4em;
}
#main-block ul li ul,
#main-block ul li ol,
#main-block ol li ol,
#main-block ol li ul {
	font-size:1.1em;
}

#main-block ul {
	margin-left:1.3em;
	list-style-type:square;
}

#main-block ol {
	margin-left:2em;
/*	list-style-type:decimal-leading-zero;*/
	list-style-type:decimal;
}


/*	Links
------------------------------------------------------------------------------*/
#main-block a, #main-block a:link {
/*	color:#336699;*/
	color:#77aa18; /*gruen*/
/*  border-bottom: dashed 1px #77aa18; /**/
  font-weight:bold;
/*	text-decoration:underline; /**/
}

#main-block a:hover {
	color:#0f0;
}



/*	Bilder
------------------------------------------------------------------------------*/
#main-block div.image {
	margin-bottom:0;
}
#main-block div.image p {
	margin:0;
	font-size:0.9em;
}
#main-block div.flLeft {
	margin-right:1.4em;
}
#main-block div.flRight {
	margin-left:1.4em;
}



/*	right-block - Elemente
*******************************************************************************/

/*	Schrift
------------------------------------------------------------------------------*/
#right-block h1 {
	color:#77aa18; /*gruen*/
	font-family:arial, helvetica, verdana, sans-serif;
/*  font-family:verdana, arial, helvetica, sans-serif;*/
	font-size:1.5em;
	font-weight:bold;
/*  padding-bottom:0.5em;*/
/*	line-height:1.5em;*/
}

#right-block .teaser {
	margin-bottom:1.1em;
	font-size:1.1em;
/*	line-height:1.3em;*/
}

#right-block .teaser h1 {
	font-size:1.09em;
}

#right-block h2 {
	color:#77aa18; /*gruen*/
	font-family:arial, helvetica, verdana, sans-serif;
/*  font-family:verdana, arial, helvetica, sans-serif;*/
	font-size:1.2em;
	font-weight:bold;
/*  line-height:1.2em;*/
}

#right-block h3 {
	font-family:arial, helvetica, verdana, sans-serif;
/*  font-family:verdana, arial, helvetica, sans-serif;*/
	font-size:1.09em;
	font-weight:bold;
}

#right-block p, 
#right-block .fliesstext {
	margin-bottom:1.1em;
	font-size:1.1em;
	line-height:1.3em;
}

#right-block .small {
	margin-bottom:0.9em;
	font-size:0.9em;
	line-height:1.1em;
}

/*	Listen
------------------------------------------------------------------------------*/
#right-block ul,
#right-block ol {
	margin-bottom:1.1em;
	font-size:1.1em;
	line-height:1.3em;
}

#right-block ul li ul,
#right-block ul li ol,
#right-block ol li ol,
#right-block ol li ul {
	font-size:1em;
}

#right-block ul {
	margin-left:1.3em;
	list-style-type:square;
}

#right-block ol {
	margin-left:1.9em;
/*	list-style-type:decimal-leading-zero;*/
	list-style-type:decimal;
}


/*	Links
------------------------------------------------------------------------------*/
#right-block a, #right-block a:link {
	color:#FF1040;
/*	text-decoration:underline;*/
}

#right-block a:hover {
	color:#999999;
}



/*	Bilder
------------------------------------------------------------------------------*/
#right-block div.image {
	margin-bottom:0;
}
#right-block div.image p {
	margin:0;
	font-size:0.9em;
}
#right-block div.flLeft {
	margin-right:1.4em;
}
#right-block div.flRight {
	margin-left:1.4em;
}



/*	Fussbereich
*******************************************************************************/
#fussbereich {
	position:relative;
/*  margin-top:2.4em; /**/
	padding:0;
	height:3.5em; /**/
}

#fuss-l {
	float:left;
  margin:0;
	width:20em;
	padding:0.4em 0 0 1.4em;
}

#fuss-l2 {
	font-size:1.1em;
}

#fuss-l2 a, 
#fuss-l2 a:link {
	color:#FF1040;
}

#fuss-l2 a:hover {
	color:#999999;
/*	text-decoration:underline;*/
}


#fuss-r {
/*	float:left;*/
  margin:0 0 0 20em;
	padding:0.4em 0 0 1.4em;
}

#fuss-r2 {
	font-size:1.1em;
}

#fuss-r2 a, 
#fuss-r2 a:link {
	color:#404040;
}

#fuss-r2 a:hover {
	color:#FF1040;
/*	text-decoration:underline;*/
}



/* Sitemap
*******************************************************************************/

/*	 Variante List-Typen
------------------------------------------------------------------------------
#sitemap{
	float: left;
	width:490px;
	padding:0;
}


#sitemap .langsitemap{
	float: left;
	width:300px;
	padding:0;
}


#sitemap ul {
  list-style-type:square;
  list-style-position:inside;
  margin-top:3em;
}


#sitemap .sitemaplevel1 ul{
	font-size:1.0em;
  list-style-type:disc;
  margin-top:5px;
  margin-bottom:30px;
  padding-left:50px;
}
#sitemap .sitemaplevel1 ul a.level1{
}
#sitemap .sitemaplevel1 li {
  margin-bottom:30px;
  margin-top:5px;
}
#sitemap .sitemaplevel1 a {
  font-style:normal;
  font-weight:normal;
}


#sitemap .sitemaplevel2 ul{
	font-size:1.0em;
  padding-left:50px;
}
#sitemap .sitemaplevel2 ul a.level2{
}
#sitemap .sitemaplevel2 li {
  margin-bottom:10px;
}
#sitemap .sitemaplevel2 a {
  font-style:normal;
  font-weight:normal;
}


#sitemap .sitemaplevel3 ul{
	font-size:1.0em;
  padding-left:50px;
}
#sitemap .sitemaplevel3 ul a.level3{
}
#sitemap .sitemaplevel3 li {
  margin-bottom:10px;
}
#sitemap .sitemaplevel3 a {
  font-style:normal;
  font-weight:normal;
}


#sitemap .sitemapartikel ul{
	font-size:1.0em;
}
#sitemap .sitemapartikel li{
  list-style-type:circle;
}
#sitemap .sitemapartikel a{
  font-style:normal;
  font-weight:normal;
}
*/


/*	 Variante List-Grafik
------------------------------------------------------------------------------*/
#sitemap{
	float: left;
	width:480px;
	padding:0;
}


#sitemap .langsitemap{
	float: left;
	width:100%;
	padding:0;
}


#sitemap ul {
  list-style-type:none;
/*  list-style-position:inside;*/
  margin-top:3em;
  margin-left:0;
}


#sitemap .sitemaplevel1 ul{
  margin-top:5px;
  margin-bottom:30px;
	font-size:1.0em;
  list-style-image:url(sm_winkel.gif);
  padding-left:50px;
}
#sitemap .sitemaplevel1 ul a.level1{
}
#sitemap .sitemaplevel1 li {
  margin-bottom:10px;
}
#sitemap .sitemaplevel1 a {
  font-style:normal;
  font-weight:bold;
}


#sitemap .sitemaplevel2 ul{
	font-size:1.0em;
  padding-left:50px;
}
#sitemap .sitemaplevel2 ul a.level2{
}
#sitemap .sitemaplevel2 li {
  margin-bottom:10px;
}
#sitemap .sitemaplevel2 a {
  font-style:normal;
  font-weight:normal;
}


#sitemap .sitemaplevel3 ul{
	font-size:1.0em;
  padding-left:50px;
}
#sitemap .sitemaplevel3 ul a.level3{
}
#sitemap .sitemaplevel3 li {
  margin-bottom:10px;
}
#sitemap .sitemaplevel3 a {
  font-style:normal;
  font-weight:normal;
}


#sitemap .sitemapartikel ul{
	font-size:1.0em;
}
#sitemap .sitemapartikel li{
  list-style-image:url(sm_winkel.gif);
}
#sitemap .sitemapartikel a{
  font-style:italic;
  font-weight:normal;
}



/* Formular-Module
*******************************************************************************/


/*	Modul 50.10
------------------------------------------------------------------------------
#form-module * {
	padding:0;
	margin:0;
}

#form-module {
	margin:0 0 0 -0.2em;
	padding:0;
/*	width:40.5em; /**
  width:100%;
	background-color:#f7f7f7;
	color:#000;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:1em;
}

#form-module fieldset {
	border:0px solid #fff;
}

#form-module legend {
	display:none;
}

#form-module p {
	margin:0;
	padding:1em;
	font-size:1.2em;
	font-weight:bold;
}

#form-module .formsmall {
	padding:1.2em;
	font-size:1em;
  color:#404040;
}

#form-module .element {
	display:block;
	clear:both;
	background-color:#f7f7f7;
	border-top:2px solid #fff;
}

#form-module label {
	display:block;
	float:left;
	padding:1em;
	width:10em;
	font-size:1.2em;
	border-right:2px solid #fff;
}

#form-module label.checkbox {
	width:31em;
	border-left:2px solid #fff;
	border-right:none;
}

#form-module input, 
#form-module select { 
	float:left;
	margin:0.5em;
	width:24.3em;
	border:1px solid #333;
}

#form-module textarea {
	float:left;
	margin:0.5em;
	width:26.9em;
	border:1px solid #333;
}

#form-module input.text {
	height:1.4em;
}

#form-module input.checkbox {
	width:10em;
	padding:0;
	border:none;
}

#form-module input.submit { 
	margin:0;
	padding:0.2em 0 0.2em 0;
	width:100%;
	border:1px solid #333;
	background-color:#E0E0E0;
	color:#333;
	font-family:verdana, arial, helvetica, sans-serif;
	text-align:center;
	cursor:pointer;
}

#form-module input.submit:hover { 
	background-color:#CCCCCC;
	color:#000;
}

#form-module label.textarea, 
#form-module textarea.textarea {
	height:8em;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:1.2em;
}

#form-module-thanks {
	display:block;
	color:#000;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:1.2em;
}
*/

/*	Modul 50.11
------------------------------------------------------------------------------*/
.labelcontainer {
  float:left; 
  width:33%; 
}

.feldgesamtcontainer {
  float:clear; 
  padding-bottom:0.5em;
}

.submitbutton {
  margin:0;
  padding:auto;
  width:33%;
  height:1.6em; 
  font-size:1.2em;
  font-weight:normal; 
  border:1px solid #77aa18; 
  color:#77aa18;
  background-color:#000; /*EDEDED*/
  cursor:pointer;
}

.inputtext {
  margin:0;
  width:65.5%; 
  height:1.4em; 
  border:1px solid #77aa18;
  background-color:#000;
  color:#77aa18;
}

.inputtext_warn {
  margin:0;
  width:65.5%; 
  height:1.4em; 
  border:1px solid #f00;
  background-color:#000;
  color:#77aa18;
}

.inputarea {
  margin:0;
  width:98.5%;
  height:6em;
  font-family:verdana, arial, helvetica, sans-serif; 
  font-size:1em;
  border:1px solid #77aa18; 
  background-color:#000;
  color:#77aa18;
}


/*	Modul 50.12
------------------------------------------------------------------------------
.labelcontainer {
  float:left; 
  width:33%; 
}

.feldgesamtcontainer {
  float:clear; 
  padding-bottom:0.5em;
}

.feldtabelle {
  width:100%; 
  margin-bottom:0.8em;
}

.labelzelle {
  width:33%;
}

.feldzelle {
  width:65.5%;
  vertical-align:bottom; 
}

.submitbutton {
  margin:0;
  padding:0.2em auto 0.2em auto;
  width:33%;
  height:1.8em; 
  font-size:1.2em;
  font-weight:normal; 
  border:1px solid #ccc; 
  background-color:#D0D3E7;
  cursor:pointer;
}

.inputtext {
  margin:0;
  width:98.5%; 
  height:1.4em; 
  font-size:1.2em;
  border:1px solid #ccc;
}

.inputselect {
  margin:0;
  height:1.6em; 
  border:1px solid #ccc;
}

.inputcheck {
  margin:0;
  border:1px solid #ccc;
}

.inputarea {
  margin:0;
  width:98.5%;
  height:6em;
	font-family:verdana, arial, helvetica, sans-serif;
  font-size:1.1em;
  border:1px solid #ccc; 
}
*/

/*	Spezielle Suchformulare (Keine Standard-Module)
------------------------------------------------------------------------------*/
#suchblock {
	display:block;
/*	clear:both;*/
	position:relative;
  height:100%;
	padding:0;
  margin:0 0 0.2em 0;
}

#suchblock-1l {
	float:left;
  margin:0;
/*	width:14em;*/
	padding:0.7em 0 0.4em 0;
}

#suchblock-1m {
  margin:0 0 0 10em;
	padding:0.4em 0 0.4em 0.2em;
}

#suchblock-1r {
	float:right;
  margin:0;
	padding:0.4em 0;
/*	width:2em;*/
}

#suchblock-2 {
	padding:0.4em 0;
  margin:0.8em 0 1em 0;
}

#suchblock-3 {
	padding:0.4em 0.2em;
}



/* Individualanpassungen
*******************************************************************************/

#article-list {
	clear:both;
  width:100%;
  border-bottom:0.1em solid #404040;
}

.bildkasten {
  border-style:solid; 
  border-width:2px; 
  border-color:#EDEDED;
  padding:14px 8px 0 8px;  
}

.liste {
  border-style:solid; 
  border-width:2px; 
  border-color:#EDEDED;
  background-color:#EDEDED;
}

.listenkopf {
	font-weight:bold;
  border-style:solid; 
  border-width:2px; 
  border-color:#CCCCCC;
  background-color:#CCCCCC;
}

#textliste {
}

#textliste ul {
  list-style-type:disc;
  padding-left:15px;
}



/* AB hier horizontale Dropdown-Navi
****************************************************************/

/*******************************************************************************
        
        Horizontales Dropdown-Menu, CSS
        
        CSS-Grundlage:  Copyright by Stu Nicholls @ www.cssplay.co.uk
        Please see Copyright Notice @
        http://www.cssplay.co.uk/menus/final_drop.html
        
*******************************************************************************/

.menu {
  font-family: verdana, sans-serif; 
  width:906px;                    /*  (1)  */
  margin-left:5px;
  position:relative; 
  font-size:1.2em;
  font-weight:bold;
/*  padding-top:20px; /*loeschen, wenn menue unten ist*/
  padding-bottom:35px;
/*  z-index:100; /**/
  border-top:1px solid #77aa18;          /* Border-color am besten = Hintergrundfarbe der Seite */
}
.menu ul {                        /* UL Ebene 1 */
  padding:0; 
  margin:0;
  list-style-type: none;
}
.menu ul li {                     /* Listenelemente der Ebene 1 */
  float:left;
  position:relative;
}
.menu ul li a, 
.menu ul li a:visited {           /* Links der Listenelemente der Ebene 1 */
  display:block; 
  text-decoration:none; 
  color:#77aa18; /*gruen*/
  width:159px; /*139*/                    /* Breite von (.menu)/(Anzahl der Punkte)-(1Px)  --> (1) */
  height:32px;                    /*  (2)  */
  border:1px solid #000;          /* Border-color am besten = Hintergrundfarbe der Seite */
  border-width:1px;  /**/
/*  background:#aaa; /**/
/*  padding-left:10px;  /**/
  text-align:center;  /*entweder center oder loeschen*/
  line-height:33px;               /*  --> (2)  */
}
* html .menu ul li a, .menu ul li a:visited {
  width:159px;                    /* für 'normale' Browser */
  w\idth:149px;                   /* für IE */
}
.menu ul li ul {
  display: none;
}

table {
/*  margin:-1px;  /**/
  border-collapse:collapse;
  font-size:0.9em; /*0.8em*/
}

/* li:hover  für non-IE-Browser  ---  a:hover  für IE */
  .menu ul li:hover a,
  .menu ul li a:hover {
  color:#0f0; 
  background:#233200; /**/
}

.menu ul li:hover ul,
.menu ul li a:hover ul {
  display:block; 
  position:absolute; 
  top:25px; /*-63px = 3 Menuepunkte nach oben*/                          /*  --> (2)  */
  margin-top:1px;
  left:0; 
  width:150px;
}
* html .menu ul li a:hover ul {
  margin-top:0;
  marg\in-top:1px;
}

.menu ul li:hover ul li ul,
.menu ul li a:hover ul li a ul {
  visibility:hidden; 
  position:absolute; 
  height:0; 
  width:0;
}

.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {
  display:block; 
  background:#000; /**/
  color:#77aa18; /*gruen*/
  height:auto; /**/
  line-height:1.2em; 
/*  padding:5px 10px; /**/
  width:128px
/*  background:#f00; /*111200*/
}
* html .menu ul li a:hover ul li a {
  width:150px;
  w\idth:129px;
}

.menu ul li:hover ul li a.drop,       /* Ebene 2 mit  Subpunkten */
.menu ul li a:hover ul li a.drop {
/*  background:#aaa url(../../graphics/drop.gif) bottom right no-repeat; /**/
}

.menu ul li:hover ul li a:hover,      /* Ebene 2 hover */
.menu ul li a:hover ul li a:hover {
/*  background:#00f;  /**/
  color:#0f0;
  width:128px;
/*  border:1px solid #77aa18;          /* Border-color am besten = Hintergrundfarbe der Seite */
/*  border-width:1px;  /**/
  background:#233200; /**/
}

.menu ul li:hover ul li:hover ul,     /* Ebene 3 */
.menu ul li a:hover ul li a:hover ul {
  visibility:visible; 
  position:absolute; 
  left:150px; 
  top:0;
  width:150px;
}

.menu ul li:hover ul li:hover ul.left,  /* Ebene 3  letztes Element */
.menu ul li a:hover ul li a:hover ul.left {
  left:-150px;
}

