/*------------------------------------------------------------------------*/
/* Allgemein      test                                                        */
/*------------------------------------------------------------------------*/
html {
    margin: 0; 
    border: 0;
    padding: 0;
}
body {
    background-color:  #ECF2D4; 
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    margin: 0;
    border: 0;
    padding: 0;
}
a {
    color: #8EA228;
}

/*------------------------------------------------------------------------*/
/* Form Elemente                                                          */
/*------------------------------------------------------------------------*/
/*
input {
    border: 1px solid #42760F;
	background-color: #fff;
}
input.button {
	background-color: #CDDE8C; 
	color: #000;
    border-color: #42760F;
}
input.button#default {
    border-color: #333;
}
input.text {
}
input.quicksearch {
}

select {
    border-color: #adaaad;
	background-color: #fff;
}
select option {
	background-color: #fff;
}
option.default {
}
option.readonly {
}
option.oblig {
}
option.error {
	color: #ED1616;
}
input.checkbox {
	background-color: transparent;
}
input.radio {
    border-color: #fff;
	background-color: transparent;
}
input.default {
	border-color: #42760F;
}
input.readonly {
	border-color: #e7e7e7;
}
input.oblig {
	border-color: #adaaad;
}
input.error {
    border-color: #ED1616;
}
input.mail {
	border-color: #adaaad;
}
input.mail_error {
    border-color: #ED1616;
}
textarea {
    border-color: #CDDE8C; ;
}
textarea.readonly {
    border-color: #CDDE8C;
}
textarea.default {
    border-color: #adaaad;
}
textarea.oblig {
	border-color: #adaaad;
}
textarea.error {
    border-color: #ED1616;
}
*/
/* main div ........................................................... */
#container {
	margin: 0;
	padding: 0;
	width: 1280px;
    border: 0px solid red;
}
* html #container {
	width: 1280px;
}

/* main sub divs ........................................................... */
div.header {
/*	background-image: url(../images/bg_header_3d_dl_wandelroeschen.jpg);*/
	background-image: url(../images/blumenmontage_480_80.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px; 
    background-color: #A0BF23;
    width: 930px;
    height: auto;
	margin: 0px 0 0 0px;
    text-align: left; 
    border: 0px solid red;
    border-left: 80px solid #A0BF23;
}
* html div.header {
width: 920px;

}
div.header_ {
    height: 80px;
}
div.header_bottom {
	margin: 0px 0 0 80px;
    background-color: #8BA22F;
    color: #fff;
    width: 850px;
    height: auto;
    border: 0px solid red;
}
* html div.header_bottom {
    width: 850px;
}
div.inner {
	background-image: url(../images/bg_kgin_inner.jpg);
	background-repeat: repeat-y;  
    width: auto;
    min-height: 300px;
	margin: 0px 0 0 0;
    padding: 0;
    text-align: left; 
    border: 0px solid #A0BF23;
    border-left: 0px solid #CDDE8C;
    clear: both;
}
* html div.inner {
    height: 300px;
}
/* main sub div header elements .................................................... */

/*--- LOGO & NAME ---*/
div.pagelogo {
/*	background-image: url(../images/logo_kgin_bg_8BA22F_cw_205_60.jpg);
	background-repeat: no-repeat;  
*/
    float: left;
	margin: 15px 0 15px 20px;
	padding: 0 0 0 0px;
    border: 0px solid red;
}
* html div.pagelogo {
	margin: 15px 0 15px 15px;
/*    width: 300px;
    height: 70px;*/
    width: 169px;
    border: 0px solid red;

}
div.pagelogo DIV.csc-textpic DIV.csc-textpic-single-image img
{
	margin-bottom: 5px;
}

div.pagename {
    float: left;
	color:#fff;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: bold;
	font-family: Tahoma;
	margin: 0 0 0 50px;
	padding: 5px 10px 5px 10px;
/*    height: 30px;*/
    min-height: 50px;
    height: auto;
    border: 0px solid red;
    border-bottom: 0px solid #A0BF23;
}
* html div.pagename {
    height: 70px;
	margin: 0;
	padding: 12px 10px 0px 10px;
}
div.pagename h1 {
	font-size: 18px;
    margin: 0;
    padding: 0;
    border: 0;
    border: 0px solid #A0BF23;
}

/* header sub divs ........................................................... */

/* menubar_top ........................................................... */
/*
div.menubar_top {
    background-color: #A0BF23;
    margin: 0;
    height: 20px;
    width: 900px;
}
* html div.menubar_top {
    height: 20px;
    width: 900px;
}
*/
/*--- TOP MENU ---*/
div.topmenubar {
    background-color: #CDDE8C;
    margin: 0px 0 0 0;
    height: 30px;
    width: 850px;
    border: 0px solid red; 
    border-left: 160px solid #A0BF23;
}
* html div.topmenubar {
    margin: 0px 0 0 0;
    height: 30px;
/*
    width: 1010px;
*/
    width: 850px;
}
#topmenu {
	color: #fff;
	height: auto;
	width: 300px;
    margin: -15px 0 0 325px;
    padding: 0;
	font-size: 12px;
    text-decoration: none;
    border: 0px solid red;
}
* html #topmenu {  /* NUR FUER ie */
    margin: -5px 0 0 325px;
}

#topmenu_links {
	float: left;
}
#topmenu input {
    border: 1px solid #fff;
	background-color: #E3F1AC; ;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
}
#topmenu input.button {
	background-color: #A0BF23;
	color: #fff;
	width: 20px;
	font: bold 9px Verdana, Arial, Helvetica, sans-serif;
    border: 1px solid #fff;
	padding: 0px 5px 0px 5px;
}
#topmenu div.csc-menu p a, #topmenu ul.csc-menu li a  {
	padding: 0px 4px 0px 0px;
	color: #fff;
    text-decoration: none;
    float:left;
}
#topmenu div.csc-menu p a {
	padding: 0 2px 2px 2px;
}
#topmenu div.csc-menu p a, #topmenu ul.csc-menu   {
    list-style-type: none;    
}

#topmenu a:normal, #topmenu ul.csc-menu li a:normal,
#topmenu a:active, #topmenu ul.csc-menu li a:active,
#topmenu a:visited, #topmenu ul.csc-menu li a:visited{
	color: #fff;
    text-decoration: none;
}
#topmenu a:hover, #topmenu ul.csc-menu li a:hover {
	color: #fff;
    text-decoration: underline;
}
.csc-menu {
}
.csc-menu-def {
}
div.csc-menu-def p, ul.csc-menu-def li  {
    float:left;
/*    height: 10px; */
    margin: 0;
    padding: 0 3px 0 3px;
    border-left: 0px solid #fff;
    /*border: 1px solid red;*/
}

/* menubar ........................................................... */
div.menubar {
    background-color: #CDDE8C;
    margin: 5px 0 0 0;
    height: 74px;
    width: 890px;
    border-left: 10px solid #A0BF23;
}
* html div.menubar {
    margin: 2px 0 0 0;
    height: 75px;
    width: 900px;
}

/*--- MAIN MENU ---*/
#mmenu {
    background-color: #A0BF23;
    margin: 0 0 0 0;
	padding: 0;
	height: 22px;
    clear: both;
    border: 0px solid red;
    width: 610px;
    overflow: hidden;
}

* html #mmenu {  /* NUR FUER ie */
	padding: 0;
}

#mmenu div.mmenu_act, #mmenu div.mmenu_not_act {
	border: 0;
	margin: 0;
	padding: 0;
	text-align: left;
	float: left;
/*    border: 1px solid red;
    border-top: 1px solid #fff;*/
}
#mmenu div.mmenu_act {
    text-align: center;
}
#mmenu div.mmenu_not_act {
    text-align: center;
}
#mmenu div.mmenu_act a {
	background: #B6DA27;
	color: #000;
	padding: 0px 3px 0px 3px;
	margin: 0px 0px 0 0px;
	text-decoration: none;
	font: 12px/20px Verdana, Arial, Helvetica, sans-serif;
       font-weight: bold;
	border-top: 0px solid #fff;
	border: 1px solid #fff;
	display: block;
       width: 114px;
	height: 20px;
       text-align: center;
}
#mmenu div.mmenu_not_act a {
	background: #8BA22F; /*#A0BF23;*/
	color: #fff;
	padding: 0px 3px 0px 3px;
	margin: 0px 0px 0 0px;
	text-decoration: none;
	font: 12px/20px Verdana, Arial, Helvetica, sans-serif;
	border-top: 0px solid #fff;
	border: 1px solid #fff;
	display: block;
       width: 114px;
	height: 20px;
       text-align: center;
}
* html #mmenu div.mmenu_act a {
    width: 114px;
}
* html #mmenu div.mmenu_not_act a {
    width: 114px;
}

#mmenu div.mmenu_act a:hover, #mmenu div.mmenu_not_act a:hover {
	/*color: #000;
	background-image: url(../images/zwergmitschaufel_25_48.gif);
	background-repeat: no-repeat;
	background-position: 5px 1px;  */
}

/* submenubar -------------------------------------------------------*/
div.submenubar {
/*	background-image: url(../images/zwergmitschaufel_bg_A0BF23.jpg);
	background-repeat: no-repeat;
	background-position: 0px 200px;
    background: red; /*#A0BF23;*/
    width: 100px;
    min-height: 320px;
    margin: 0 0 0 0px;
    float:left;
    border: 1px solid red;
}
* html div.submenubar {
    width: 100px;
    height: 320px;
    margin: 0 0 0 0px;
}


/*--- SUB MENU ---*/
#menu {
	width: 160px;
    min-height: 235px;
	float: left;
	font: 11px/14px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000;
/*	background-color: #E3F1AC;*/
	border: 0px solid red;
	padding: 0;
	margin: 45px 0 0 0px;

	filter: alpha( opacity=85 );
	-moz-opacity: 0.85;
	opacity: 0.85;
/*	background-image: url(../images/bg_submenu_square_wandelroeschen.jpg);
	background-repeat: no-repeat; 
	background-position: 18px 95px;  */
}

* html #menu {
	width: 160px;
    height: 235px;
	margin: 58px 0 0 0px;
}
/*smenu*/

#smenu {
	margin: 0 0 15px 0;
	padding: 0;
}
#smenu div.smenu_act {	
	padding: 0;
	margin: 0;
}
#smenu div.smenu_not_act {	
	padding: 0;
	margin: 0;
}
#smenu div.smenu_act a {
	background-color: #B6DA27; /*#B3D68D;*/
	color: #000;
	width: 145px;
	height: 22px;
	margin: 0;
	padding: 0 10px 0 5px;
	text-decoration: none;
	display: block;
	text-align: left;
	line-height: 2em;
	font-size: 11px;
	font-weight: 600;
       overflow: hidden;
	white-space: nowrap; 
	border: 0px solid red;
}
#smenu div.smenu_not_act a {
	background-color: #8BA22F; 
	color: #fff;
	width: 145px;
	height: 22px;
	margin: 0;
	padding: 0 10px 0 5px;
	text-decoration: none;
	display: block;
	text-align: left;
	line-height: 2em;
	font-size: 11px;
	white-space: nowrap; 
	border: 0px solid red;
}
* html #smenu div.smenu_act a {
	width: 145px;
}
* html #smenu div.smenu_not_act a {
	width: 145px;
}
#smenu div.smenu_act a:hover {
	color: #000;
	background: #A0CF6E; 
}
#smenu div.smenu_not_act a:hover {
	color: #000;
	background: #A0CF6E; 
}
* html #smenu div.smenu_not_act a:hover {
}
/*ssmenu*/
#smenu div.ssmenu_act {	
	padding: 0;
	margin: 0;
}
#smenu div.ssmenu_not_act {	
	padding: 0;
	margin: 0;
}
#smenu div.ssmenu_act a {
	background-color: #B6DA27; /*#B3D68D;*/
	color: #000;
	width: 135px;
	height: 12px;
	margin: 0px 0 0 0px;
	padding: 0 10px 5px 15px;
	text-decoration: none;
	display: block;
	text-align: left;
	line-height: 1em;
	font-size: 11px;
       font-weight: normal;
       /*overflow: hidden;*/
	white-space: nowrap; 
	border: 0px solid red;
   	border-bottom: 0px solid #B6DA27;
}
#smenu div.ssmenu_not_act a {
	background-color: #B6DA27; 
	color: #fff;
	width: 135px;
	height: 12px;
	margin: 0px 0 0 0px;
	padding: 0 10px 5px 15px;
	text-decoration: none;
	display: block;
	text-align: left;
	line-height: 1em;
	font-size: 11px;
       font-weight: normal;
	white-space: nowrap; 
	border: 0px solid red;
   	border-bottom: 0px solid #B6DA27;
}
* html #smenu div.ssmenu_act a {
	width: 135px;
	height: 14px;
}
* html #smenu div.ssmenu_not_act a {
	width: 135px;
	height: 14px;
}
#smenu div.ssmenu_act a:hover {
	color: #000;
	background: #A0CF6E; 
}
#smenu div.ssmenu_not_act a:hover {
	color: #000;
	background: #A0CF6E; 
}
* html #smenu div.ssmenu_not_act a:hover {
}

/* content frame */
div.content_frame {
    border: 0px solid red;
    width: auto;
    /*height: 100%;*/
    margin: 0 0 0 0px;
    float: left;
    overflow: hidden;
}
* html div.content_frame {
    margin: 0 0 0px 0px;
}

#breadcrumb {
	width: 606px;
	height: 16px;
	text-align: left;
	color: #000;
	/*overflow: hidden;*/
	background: #B6DA27;
	white-space: nowrap;
	font-family: Verdana, Arial, Helvetica, sans-serif;
       font-size: 9px;
	border: 2px solid #B6DA27;
	margin: 0px 0 0 0;
	padding: 2px 0 0 0;
  
}
* html #breadcrumb {
	height: 22px;
	width: 606px;
}
#path {
    margin: 0;
    padding: 0 0 0 14px;
    border: 0px solid red;
}
#breadcrumb a {
       font-size: 9px;
	color: #000;
	text-decoration: none;
	padding: 0 0 0 5px;
}
#breadcrumb a:normal,
#breadcrumb a:active,
#breadcrumb a:visited {
       font-size: 9px;
	color: #000;
}
#breadcrumb a:hover {
	text-decoration: underline;
}

/* main content */
div.content_main {
	width: 570px;
	min-height: 1020px;
       height: auto;
	float: left;
	text-align: left;
	background: #fff;
	margin: 0px 0 0px 0;
	padding: 10px 20px 20px 20px;
       border: 0px solid #A0BF23;
       float:left;
}

* html div.content_main {
	width: 570px;
       height: 1100px;
}

div.content_main {
	font-size: 12px;
}

/* main content header */
div.csc-header h3.csc-firstHeader, div.csc-textpicHeader h3.csc-firstHeader {
	background-image: url(../images/bg_content_header_gnome_wandelroeschen.jpg);
/*    background-color: #E3F1AC; CDDE8C*/
       padding: 2px 4px;
}
* html div.csc-header h3.csc-firstHeader, div.csc-textpicHeader h3.csc-firstHeader,
*+html div.csc-header h3.csc-firstHeader, div.csc-textpicHeader h3.csc-firstHeader
{
	font-size: 1.2em;	
}
* html h4, 
*+html h4 
{
	font-size: 1em;	
}
* html h5, 
*+html h5 
{
	font-size: 0.8em;	
}

/* Header */
div.csc-header h1,
div.csc-header h1.csc-firstHeader,
div.csc-textpicHeader h1,
div.csc-textpicHeader h1.csc-firstHeader {
	background-image: url(../images/bg_content_header_gnome_wandelroeschen.jpg);
/*    background-color: #E3F1AC; CDDE8C*/
       padding: 2px 4px;
    	font-size: 13px;
/*    	font-weight: normal; */
}
/*
div.csc-header h2,
div.csc-header h2.csc-firstHeader,
div.csc-textpicHeader h2,
div.csc-textpicHeader h2.csc-firstHeader {
    	padding: 0;
    	font-size: 16px;
    	font-weight: normal;
}

div.csc-header h3,
div.csc-header h3.csc-firstHeader,
div.csc-textpicHeader h3,
div.csc-textpicHeader h3.csc-firstHeader {
    	padding: 0;
    	font-size: 14px;
    	font-weight: normal;
}

div.csc-header h4,
div.csc-header h4.csc-firstHeader,
div.csc-textpicHeader h4,
div.csc-textpicHeader h4.csc-firstHeader {
    	padding: 0;
    	font-size: 12px;
    	font-weight: normal;
}

div.csc-header h5,
div.csc-header h5.csc-firstHeader,
div.csc-textpicHeader h5,
div.csc-textpicHeader h5.csc-firstHeader {
    	padding: 0;
    	font-size: 10px;
    	font-weight: normal;
}
*/

div.leftbar {
	position: relative;
	background-color: #CDDE8C;
	width: 240px;
	min-height: 1020px;
	float:left;
	border: 0px solid red;
}

/*--- RIGHT COLUMN ---*/
#box_right_1 {
	position:absolute;
	top:65px;
	left:20px;
	width:200px;
	min-height:300px;
	border: 0px solid #8BA22F;

}
* html #box_right_1 {
	position:absolute;
	top:62px;
	left:20px;
}
#box_right_1 table{
	margin: 0 0 20px 0;
}

#box_right_1 h4{
	font-size: 0.7em;	
	background-color: #E4F1AC;
	margin:0;
	padding: 2px;
}
* html #box_right_1 h4{
	font-size: 0.8em;	
}

#box_right_1 p{
	font-size: 0.9em;	
}

#box_right_1 a{
	color: #333333;	
}


/*--- FOOTER ---*/
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	background-color: #8BA22F;
	clear: both;
        width: 850px;
	margin: 0px 0 0 0;
        border: 0px solid red;
    	border-left: 160px solid #A0BF23;
}
* html #footer {
	width: 1010px;
}
#footer_frame {
	padding: 1px 0 2px 0;
	margin: 0px 0 0 0px;
    border: 0px solid red;
	padding: 36px 20px 12px 20px;
    width: 620px;
	text-align: center;
    border: 0px solid red;
}
* html #footer_frame {
    width: 795px;
}
#footer a {
    color: #fff;
    text-decoration: none;
}
#footer a:normal,
#footer a:active,
#footer a:visited {
	color: #fff;
    text-decoration: none;
}
#footer a:hover {
	color: #fff;
    text-decoration: underline;
}
#copyright {
    margin: 0 0 0 40px;
    float:left;
}
* html #copyright {
    margin: 0 0 0 0px;
}
#copy_year {
    margin: 0 3px 0 0;
    float:left;
}
#footermenu {
    margin: 0;
    padding: 0 0 0 10px;
    float:left;
	width: 250px;
    border: 0px solid red;
}
* html #footermenu {
	width: 250px;
}
#footermenu ul.csc-menu   {
    list-style-type: none;    
    margin: 0;
    padding: 0px 0 0 0;
}

#footermenu ul.csc-menu li a {
    padding: 0px 4px 0 0;
}


/*------------------------------------------------------------------------*/
/* Made by kleingarten-infonetz.de                                                    */
/*------------------------------------------------------------------------*/
div#made_by {
    border: 0px solid red;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #A0BF23;
	padding: 20px 0 20px 297px;
	margin: 0;
	clear: both;
}
* html div#made_by {
	padding: 10px 0 20px 297px;
}
div#made_by a {
	color: #A0BF23;
	text-decoration: none;
}
div#made_by a:normal,
div#made_by a:active,
div#made_by a:visited {
	color: #92E638;
	text-decoration: none;
}
div#made_by a:hover {
	color: #92E638;
	text-decoration: underline;
}

div#google_left {
    border: 0px solid red;
    margin: 0 0 0 20px;
    padding: 0;
}

div#google_left p {
	margin: 0 0 6px 0;
}


/* sitemap */
.csc-sitemap-level1 {
    margin: 0;
    line-height: 2.5;
}
.csc-sitemap-level2 {
    margin: 0;
    text-indent: 20px;
    line-height: 1.5;
}
.csc-sitemap-level3 {
    margin: 0;
    text-indent: 40px;
    line-height: 1.5;
}

.csc-menu {
}
.csc-menu-def {
}
div.csc-menu-def p  {
    float:left;
    margin: 2px 0 0 0;
    padding: 0 3px 0 3px;
    border-left: 1px solid #fff;
}
div#footer div.csc-menu-def p  {
    margin: 0 0 0 3px;
}
div.csc-menu-def a {
}

div.sixgnomes {
	background-image: url(../images/sechszwerge_schatten.jpg); 
	background-repeat: no-repeat;
	background-position: 0 0;
    width: 248px;
    height: 91px;
    margin: -141px 0 0px 530px;
}

/* content_home */
div#content_home p {
    font-size: 14px;
    line-height: 14px;
}
/*  content elements */
div.csc-frame-frame1 p.bodytext {
}
div.csc-frame-frame2 p.bodytext {
}

/* vorstandsliste */
div.vorstand_liste_element div.csc-header span.header h3 {
    border-top: 1px solid #E3F1AC;
    border-left: 1px solid #E3F1AC;
	color: green;
	font-size: 12px;
    padding: 2px;
}
div.vorstand_liste_element span.text-body p.bodytext{
	font-size: 12px;
}
div.vorstand_liste_element span.text-body {
    float: left;
    margin: 0 4px;
}
div.vorstand_liste_name span.text-body p.bodytext{
	font-size: 10px;
    width: 160px;
}
div.vorstand_liste_name span.text-body {
    float: left;
    margin: 0 4px 0 0;
}
/* Kontakt Formular */
table.csc-mailform p.csc-form-label-req {
	font-size: 12px;
}
table.csc-mailform  td.csc-form-fieldcell input[type=submit] {
    background-color: #E3F1AC;
	font-size: 11px;
}
table.csc-mailform  td.csc-form-fieldcell input[type=text], table.csc-mailform  td.csc-form-fieldcell textarea {
	font-size: 12px;
    border: 1px solid #000;
}
/* Kontakt Formular */
/*
fieldset.csc-mailform {
	position: relative;
	font-size: 12px;
}
* html fieldset.csc-mailform {
	height: 300px;
}
#mailformformtype_mail {
    background-color: #CDDE8C;
	font-size: 11px;
}
.csc-mailform-field {
	margin: 10px 0;
}
* html .csc-mailform-field {
	margin: 10px 10px 0 10px;
}
#mailformName, #mailformVorname, #mailformEmailAdresse, #mailformemail, #mailformIhre_Nachricht, #mailformformtype_mail {
	position: absolute;
	left: 100px;
}
#mailformIhre_Nachricht {
}

#mailformformtype_mail {
	top: 250px; 
}
*/
.csc-mailform-field {
    margin-top: 7px;
    vertical-align:middle;
    border: 1px solid #fff;
    font-size: 11px;
}
* html .csc-mailform-field {
    margin-top: 0;
}
fieldset.csc-mailform label {
	float: left;
	display: block;
	width: 16em;
	clear: left; /* Umbruch */
    text-align: right;
    border: 1px solid #fff;
}

fieldset.csc-mailform input {
	position: relative;
	left: 17em;
    	left: 1em;
	display: block;
	border: 1px solid #a5acb2;
	padding: 2px;
    font-size: 11px;
	background: #fff;
    width: 19em;
}
* html fieldset.csc-mailform input {
	top: -1.2em;
    left: 2em;
}
fieldset.csc-mailform select {
	position: relative;
	top: 0em;
	left: 17em;
	display: block;
	width: 19em;
    font-size: 11px;
	border: 1px solid #a5acb2;
}
* html fieldset.csc-mailform select {
	top: -1.2em;
    left: 2em;
}
fieldset.csc-mailform textarea {
	position: relative;
	top: 0em;
	left: 17em;
	left: 1em;
	display: block;
	border:	1px solid #a5acb2;
	padding: 2px;
	width: 19em;
	height: 15.7em;
    font-size: 11px;
}
* html fieldset.csc-mailform textarea {
	top: -1.2em;
    left: 2em;
}
/*
fieldset.radio input{
	border: none; 
	background: none;  
	left: 17.5em;			
}
* html fieldset.radio input  {
	left: 18.5em; 
}
*/
#mailformformtype_mail {
    background-color: #CDDE8C;
	top: 0em;
	left: 17em;
	clear: left; 
	width: 12em;
}
* html #mailformformtype_mail {
	top: 0em;
    left: 18em;
}
form {
/*	margin: 2em 0;
	display: block; */
}

fieldset.csc-mailform {
	border: 1px solid #000;
	display: block;
	padding: 1em 1em;
	clear: both;
	width: 49.5em; 
	margin: 2em 0 0 0;
}
* html fieldset.csc-mailform {
	width: 51.5em; 
}
/* Such Formular */
table.csc-searchform p.csc-form-label {
	font-size: 12px;
}
table.csc-searchform  td.csc-form-fieldcell input[type=submit] {
    background-color: green;
	font-size: 11px;
}

/*-----------------------------------  tt_news  -----------------------------------*/

/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer{
	clear:right;
	height:1px;
	border:1px solid #F5F8E7;
}
.news-latest-container HR.clearer {
	clear:left;
}

/*------------------------  tt_news LATEST view  -----------------------------------*/
.news-latest-container {
	border:1px solid #333;
	background-color:#CDDE8C;
}
.news-latest-container H2,.news-latest-gotoarchive {
	color:#fff;
	padding:3px;
	margin:3px;
	border:1px solid #666;
	background-color:#769024;
}
.news-latest-gotoarchive {
	font-weight:bold;
	margin-top:5px;
}
.news-latest-gotoarchive A:LINK, .news-latest-gotoarchive A:VISITED, .news-latest-gotoarchive A:HOVER {
	color:#fff;
}
.news-latest-gotoarchive A {
	color:#fff;
}
.news-latest-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	padding:3px;
	margin:3px;
	border:1px solid #666;
	background-color:#F5F8E7;
}
.news-latest-item IMG {
	margin-bottom:5px;
	margin-right:5px;
	border:1px solid #666;
	float:left;
}
.news-latest-category IMG {
	float: none;
	border:none;
	margin:0px;
}
.news-latest-date,.news-latest-morelink,.news-latest-category {
	font-size:9px;
}
.news-latest-morelink {
	height:12px;
}

.news-latest-morelink A {
	float:right;
}

/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {
	border:0px solid #000;
	background-color:#FFF;
}
* html .news-list-container{  /* NUR FUER ie */
    padding-top: 3px;
}
.news-list-item {
	/* IE hack */
	/*height: 1%; */
	/* line-height: 1.3; */
	/* IE hack end */
    height:auto;
	padding:3px;
	margin:10px 0 0 0;
	border-top:1px solid #666;
	border-left:1px solid #666;
	border-bottom:0px solid #666;
	border-right:0px solid #666;
	background-color:#F5F8E7;
}
* html .news-list-item {  /* NUR FUER ie */
    margin-top: 3px;
    height: 1%;;     /* Version 5.x */
    line-height: 1.3;
    h\eight: 1%;;     /* Version 6 */
    l\ine-height: 1.3;
}
.news-search-form {
	padding:3px;
	margin-bottom:5px;
	border:1px solid #666;
	background-color:#F5F8E7;
}
.news-search-emptyMsg{
	margin:0px;
}
.news-search-form FORM {
	margin:0px;
}
.news-list-container H3 {
	margin-bottom: 5px;
	padding: 2px 2px 4px 2px;
	border-bottom: 2px solid #95AE33;
	background-color: #95AE33;
    font-size: 11px;
}

.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED,.news-list-container H3 A:HOVER {
	color:#fff;
	padding-left:2px;
}
.news-list-container H3 A {
	color:#fff;
}
.news-list-container P {
	padding-left:3px;
}
.news-list-date {
	float: right;
	color: #3E551C;
	width: 180px;
	text-align: right;
	height: 20px;
	margin-top: -2px;
	margin-right: -2px;
	font-size: 9px;
	font-weight: normal;
	background-color: #F5F8E7;
}
.news-list-imgcaption {
	float: right;
	padding-top:3px;
	padding-right:3px;
	font-size: 9px;
}
.news-list-container IMG {
	float: right;
	border:1px solid #666;
	margin-bottom:5px;
	margin-right:2px;
	margin-left:5px;
}
.news-list-container IMG.spacer-gif {
	border:0px solid #666;
    margin: 0;
}
.news-list-category IMG {
	float: none;
	border:none;
	margin:0px;
}
.news-list-morelink,.news-list-category {
	font-size:9px;
	margin-left:3px;
	margin-top:3px;
}
.news-list-morelink  {
	margin-bottom:3px;
}
.news-list-browse {
	text-align: center;
}

/*----------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox {
	margin:3px;
	border:1px solid #666;
	padding:3px;
	background-color:#F5F8E7;
}
.tx-ttnews-browsebox TD {
	font-size: 10px;
}
.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell {
	font-weight: bold;
}
.tx-ttnews-browsebox-SCell P,.tx-ttnews-browsebox TD P{
	margin:0px;
}
.tx-ttnews-browsebox-SCell {
	background-color: #CDDE8C;
	border:1px solid #666;
}
.news-search-emptyMsg {
	font-size: 11px;
	margin-left: 10px;
}
/*------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
	padding:5px;
	margin-bottom:5px;
	border-top:1px solid #666;
	background-color:#F5F8E7;
}
.news-single-item H2, .news-single-item H2 font {
	font-size: 15px;
	font-weight:bold;
	color: #95AE33;
	margin-bottom: 5px;
}
.news-single-item H3 {
	margin-bottom: 15px;
}
.news-single-img {
	float: right;
	margin-left:5px;
	margin-top:5px;
}
.news-single-imgcaption {
	padding:3px;
	clear:both;
}
.news-single-category {
	float: right;
}
.news-single-backlink, .news-single-backlink a {
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.news-single-timedata {
	float: right;
}
.news-single-timedata, .news-single-author,.news-single-imgcaption {
	font-size: 9px;
}
.news-single-author {
	padding-bottom: 3px;
}
.news-single-additional-info {
	background-color: #CDDE8C;
	margin-top: 15px;
	border: 1px solid #666;
	padding:3px;
	padding-bottom:0px;

}
.news-single-related,.news-single-files,.news-single-links  {
	border: 1px solid #666;
	margin:0px;
	margin-bottom: 3px;
	padding:3px;
	background-color:#F5F8E7;
}

.news-single-related DD, .news-single-links DD, .news-single-files DD {
	margin-left:20px;
}

.news-single-related DT, .news-single-links DT, .news-single-files DT {
	font-weight: bold;
	font-size: 11px;
	margin-left:5px;
	width:90%;
}

/*-------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
	margin-top:10px;
	padding:3px;
	border:1px solid #333;
	background-color:#CDDE8C;
}
.news-amenu-container LI {
	padding-bottom:1px;
}
.news-amenu-container UL {
	padding:3px;
	margin-top:5px;
	margin-left:0px;
	margin-bottom:0px;
	border:1px solid #666;
	background-color:#F5F8E7;
	list-style-type: none;
}
.news-amenu-container H2 {
	color:#fff;
	padding:3px;
	border:1px solid #666;
	background-color:#769024;
}
.news-amenu-item-year {
	font-weight: bold;
	border: 1px solid #666;
	padding: 2px;
	background-color: #769024;
	color:#fff;
}

/*-------------------- tt_news Categorymenu (CATMENU) --------------------------------- */


.news-catmenu  {
	padding:5px;
	margin:10px 0px 10px 10px;
	border:1px solid #666;
	background-color:#F5F8E7;
}
.news-catmenu-header  {
	font-size:11px;
	font-weight:bold;
}
.news-catmenu DIV {
	font-size:10px;
	white-space: nowrap;
}
.news-catmenu DIV img {
	margin:0px;
	padding:0px;
	vertical-align: middle;
}
.news-catmenu-ACT {
	font-weight:bold;
}

/*  Styles for catmenu mode "nestedWraps" */
.level0 {
	background-color:#fff;
}
.level1 {
	padding-left:10px;
	background-color:#eee;
}
.level2 {
	padding-left:10px;
	background-color:#ddd;
}
.level3 {
	padding-left:10px;
	background-color:#ccc;
}
.level4 {
	padding-left:10px;
	background-color:#bbb;
}

/* sitemap */
.csc-sitemap-level1 {
margin: 0;
line-height: 2.5;
}
.csc-sitemap-level2 {
margin: 0;
text-indent: 20px;
line-height: 1.5;
}
.csc-sitemap-level3 {
margin: 0;
text-indent: 40px;
line-height: 1.5;
}

* html table tr td
{
	text-align: left;
}

table tr td
{
	text-align: left;
}

div.overview table,
div.overview table td,
div.overview table th,
table.contenttable,
table.contenttable td,
table.contenttable th,
{
    font-size: 12px;
    border: 1px solid black;
border-collapse: collapse;
}
table.contenttable td {
}
.csc-header h4 {
	background-image: url(../images/bg_content_header_wandelroeschen.jpg);
	background-repeat: repeat-y;
    padding: 2px 4px;
    font-size: 13px
    
}
/******************/
.subheader {
    padding: 0px 0px;
    font-size: 13pt;
    font-weight: 500;
    
}
table.listcontainer {
	border: 0px;
	BORDER-RIGHT: 1px solid; 
	BORDER-TOP: 1px solid; 
	BORDER-LEFT: 1px solid; 
	BORDER-BOTTOM: 1px solid; 
	BORDER-COLLAPSE: collapse;
	border-color: #c0c0c0;
	width: 100%;
}
td.listcontainer_header {
	BORDER-BOTTOM: 1px solid;
	width:98%;
	background-color: #B6DA27;
	font-family:Verdana;
	font-size: 8pt;
	font-weight: bold;
}
td.listcontainer_content {
	PADDING-RIGHT: 10px; 
	PADDING-LEFT: 10px; 
	PADDING-BOTTOM: 10px; 
	PADDING-TOP: 10px;
	width: 98%;
}
li.list {
	font-size: 8pt;
	font-family: Verdana;
	padding: 2px 0 2px 0px;
}
table.attlist {
	border: 0;
	width: 100%;
}
tr.attlist_line_a {
	background-color: #ECF2D4;
	font-size: 8pt;
	padding: 10px;
}
tr.attlist_line_b {
	font-size: 8pt;
	padding: 2px 0 2px 0;
}
td.attlist_td1 {
	width: 50%;
	font-weight:bold; 
	padding: 3px 2px;
}
td.attlist_td2 {
	width: 50%;
	padding: 3px 2px;
}
span.attlist_price {
	color: red;
	font-size: 13pt;
}

/*********************/
div.overview {
	border: 0px solid red;
}

div.overview table.contenttable,
div.overview table
{
       background-color: #E8F0CB;
       padding: 0;
       margin: 0;
       font-size: 12px;
       border: 1px solid black;
       border-collapse:collapse;
}

div.overview table.contenttable tbody, 
div.overview table tbody
{
       padding: 0;
       margin: 0;
}

div.overview table.contenttable thead,
div.overview table thead 
{
	background-color: #B6DA27;
	padding: 0;
	margin: 0;
}

div.overview table.contenttable thead tr, 
div.overview table thead tr 
{
	font-family:Verdana;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	margin: 0;
}

div.overview table.contenttable thead td, 
div.overview table thead td 
{
	border: 1px solid;
	padding: 2px;
	margin: 0;
}

div.overview table.contenttable tbody td, 
div.overview table tbody td 
{
	border-right: 1px solid;
	padding: 5px;
}

div.overview td.overview {
}

/*--- freecap ---*/
.tx-tipafriend-pi1-captcha {
	font-size: 0.7em;
	border: 0px solid red;
}
/*--- tipafriend ---*/
#tipafriend_link {
	width: 195px;
	height: 30px;
       margin: 7px 0 0 21px;
border: 0px solid red;
}
/*--- kwl ---*/

.kwl {
	DISPLAY: none
}
