/*------------------------------------------------------------------------*/
/* Defaults                                                              */
/*------------------------------------------------------------------------*/
html {
    	margin: 0; 
    	border: 0px;
    	padding: 15px 0px 20px 0px;
}
body {
    	font: 11px Arial, Helvetica, sans-serif;
	margin: 0;
    	border: 0;
    	padding: 0;
    	text-align: center; /* bug ie */
}
a {
	color: #317B4A;
}
a:normal, 
a:active {
    	color: #317B4A;
}
a:visited {
    	color: #aaa;
}
a:hover {
	text-decoration: none;
}
form {
	margin: 0;
	border: 0;
	padding: 0;
}
h1, h2, h3 {
	line-height: 130%;
    	margin: 0px 0px 10px 0px;
    	padding: 0;
}
img {
    	margin: 0;
    	border: 0;
    	padding: 0;
}
p {
	line-height: 130%;
}

p.align-left{
	text-align: left;
}

p.align-center{
	text-align: center;
}

p.align-right{
	text-align: right;
}

p.align-block{
	text-align: justify;
}

.important {
	color: #8A0020;
}

.name-of-person {
	color: #10007B;
}

.detail {
	color: #186900;
}
.csc-frame-frame1 {
	background-color: #EDEBF1; border: 1px solid #333333;
}

.csc-frame-frame2 {
	background-color: #F5FFAA; border: 1px solid #333333;
}

/*------------------------------------------------------------------------*/
/* Inhaltsblock                                                           */
/*------------------------------------------------------------------------*/
input {
	margin-right: 3px;
       padding-left: 3px;
    	border: 1px solid #317B4A;
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    	font-size: 9px;
	margin: 0;
}
input.button {
	background-color: #D2F5AE; /*#D1E9AD;*/
	color: #000;
	width: 80px;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    	border: 1px solid #42760F;
	padding: 0px 5px 0px 5px;
}
input.button#default {
    	border: 1px solid #333;
}
input.text {
	padding-left: 5px;
}
input.quicksearch {
	filter: alpha( opacity=85 );
	-moz-opacity: 0.85;
	opacity: 0.85;
	padding-left: 5px;
}

select {
    	border: 1px solid #adaaad;
	background-color: #fff;
	font-size: 9px;
/*
	font-family: Verdana, Arial, Helvetica, sans-serif;
*/
}
select option {
	background-color: #fff;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
option.default {
}
option.readonly {
}
option.oblig {
}
option.error {
	color: #ED1616;
}
input.checkbox {
	height: 13px;
	width: 13px;
    	margin: 0;
    	border: 0;
    	padding: 0;
	background-color: transparent;
}
input.radio {
	height: 13px;
	width: 13px;
    	margin: 0;
    	border: 0;
    	padding: 0;
	background-color: transparent;
}
input.default {
	border: 1px solid #42760F;
}
input.readonly {
	border: 1px solid #e7e7e7;
}
input.oblig {
	border: 1px solid #adaaad;
}
input.error {
    	border: 1px solid #ED1616;
}
input.mail {
	border: 1px solid #adaaad;
}
input.mail_error {
    	border: 1px solid #ED1616;
}
textarea {
    	padding-left: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    	font-size: 9px;
    	border: 1px solid #317B4A;
}
textarea.readonly {
    	border: 1px solid #D2F5AE;
}
textarea.default {
    	border: 1px solid #adaaad;
}
textarea.oblig {
	border: 1px solid #adaaad;
}
textarea.error {
    	border: 1px solid #ED1616;
}
/* colors ..............................................................*/
.color1 {
/*
    	color: #CE5938;
*/
}
.bg_color1 {
/*
    	background-color: #CE5938;
*/
}
.border_color1 {

    	border-color: #d7d7d3;

}
.color2 {
    	color: #317B4A;
}
.bg_color2 {
/*
    	background-color: #317B4A;
*/
}
.border_color2 {
    	border-color: #317B4A;
}
.color3 {
    	color: #EDCC4A;
}
.bg_color3 {
/*
    	background-color: #EDCC4A;
*/
}
.border_color3 {
    	border-color: #EDCC4A;
}

/* main div ........................................................... */
#container {
	background-image: url(/fileadmin/templates/images/bg_left_container.jpg);
	background-repeat: repeat-y;
	background-position: 0 156px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0 0 0;
	width: 995px;
	border: 1px solid #d7d7d3;
}

/* main sub divs ........................................................... */
#header {
	background-image: url(/fileadmin/templates/images/header.jpg);
	background-repeat: no-repeat;
	background-position: 0 30px;
	background-color: #ffffff;
	margin: auto;
    	text-align: left; 
    	height: 124px;   
	border-left-width:0px;
    	border-left-style:solid;
}

#inner {
	border-left-width:0px;
	border-left-style:solid;
	margin: 0px;
	padding: 0px;
	width: 995px;
	float: left;
	text-align: left;
	clear: left;

	background-image: url(/fileadmin/templates/images/bg_left.jpg);
	background-repeat: no-repeat;

	background-position: 0px 0px;
	min-height: 330px;
    	height: auto;
	position: relative;
}
/* Easy Clearing on - http://www.positioniseverything.net/easyclearing.html */
#inner:after
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
/*\*/
* html #inner
	{
	height: 1%;
	}
/* */
/* Easy Clearing off */

* html #inner {
	height: 330px;
	width: 995px;

}
/* main sub div header elements .................................................... */
/*--- LOGO & NAME ---*/
div.header_top {
    	width: 980px;
    	height: 1px;
    	margin: 0;
    	padding: 0;
    	border: 0;
}
div.vereinslogo {
	margin: 0px 0 5px 0px;
	padding: 0;
 	max-width:170px;
	width: 170px;
	position: absolute;
	bottom: 0;
	text-align: center;
}
div.vereinslogo .csc-textpic-imagewrap{
	margin: 0 21px 0 21px;
}

#homelink {
	float: right;
	display: block;
	font-weight: normal;
	margin: 30px 32px 0 0;
	padding: 0;
    	width: 154px;
    	height: 64px;
}
* html div.vereinsname {
	letter-spacing: 0.03em;
}

/*--- TOP MENU ---*/
#topmenu {
    	float: left;
	color: #fff;
	height: 90px;
	width: 150px;
    	margin: 0;
    	padding: 20px 0 0 20px;
	font-size: 12px;
}
* html #topmenu {  /* NUR FUER ie */
	height: 110px;
	width: 170px;
}
#topmenu ul.csc-menu {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
#topmenu ul.csc-menu li {
	text-align: left;
	padding: 0;
	margin: 0 0 3px 0;
	border-left: 0px solid #fff; 
}
#topmenu_links {
	float: left;
}
#topmenu input {
    	border: 1px solid #fff;
	background-color: #D2F5AE; ;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
}
#topmenu input.button {
	background-color: #71C319;
	color: #fff;
	width: 20px;
	font: bold 9px Verdana, Arial, Helvetica, sans-serif;
    	border: 1px solid #fff;
	padding: 0px 5px 0px 5px;
}
#topmenu a {
	padding: 0;
	color: #fff;
    	text-decoration: none;
}
#topmenu a:normal,
#topmenu a:active,
#topmenu a:visited {
	color: #fff;
    	text-decoration: none;
}
#topmenu a:hover {
	color: #fff;
    	text-decoration: underline;
}


/* main sub div inner elements ........................................................... */
/*--- MENU BARS ---*/
/*--- MAIN MENU ---*/
#mmenu_left {
	margin: 0;
	padding: 0 0 0 170px;
       float:left;
       overflow: hidden;
	height: 35px;
}
* html #mmenu_left {  /* NUR FUER ie */
	margin: 0 -3px 0 0;
}

#mmenu {
	margin: 0;
	padding: 0;
/*
	padding: 8px 0 8px 0px;
	border-left-width:170px;
       border-left-style:solid;
	border-right-width:15px;
       border-right-style:solid;
	border-bottom: 0px solid #fff;
*/
       overflow: hidden;
	height: 37px;
}
* html #mmenu {  /* NUR FUER ie */
	height: 37px;
}

#mmenuli {
	margin: 0;
	float: right;
	padding: 8px 0 8px 12px;
/*
	border-top-width:1px;
       border-top-style:solid;
       border-top-color:#d7d7d3;
*/
	border-top: 1px solid #d7d7d3;
	border-left: 1px solid #d7d7d3;
	border-bottom: 1px solid #d7d7d3;

       overflow: hidden;
	width: 798px;
	height: 19px;

}
* html #mmenuli {  /* NUR FUER ie */
	height: 35px;
}
	
#mmenu ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	clear: left;
	height: 20px;
}
#mmenu ul li {
	display: inline;
	text-align: left;
	padding: 0;
	margin: 0;
	position: relative;
	top: -1px;
}
#mmenu ul li a {
	color: #000;
	padding: 0 11px 0 11px;
	margin: 0;
	text-decoration: none;
        text-align: center;
	font: 12px/20px Verdana, Arial, Helvetica, sans-serif;
	border-right: 0px solid #000;
	border-top: 0px solid #fff;
	position: relative;
	top: 1px;
}

#mmenu ul li a:hover {
	color: #F7650E;
}
#mmenu ul li a.act {
	color: #F7650E;
	padding: 0 11px 0 11px;
	margin: 0;
	text-decoration: none;
    	text-align: center;
	font: 12px/20px Verdana, Arial, Helvetica, sans-serif;
}

/*--- SUB MENU ---*/
#container_menu {
	float: left;
	border: 0;
	padding: 0;
	margin: 0;
	float: left;
}
#menu {
	width: 170px;
	font: 13px/14px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000;
/*
	background-color: #ECDFAE; 
*/
	border: 0;
	padding: 0;
	margin: 0;

	filter: alpha( opacity=85 );
	-moz-opacity: 0.85;
	opacity: 0.85;
}

#smenu {
	margin: 0 0 0 29px;
	padding: 0;
       border-right: 1px solid #d7d7d3;
}
	
#smenu ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	clear: left;
}

#smenu ul li {
	display: block;
	text-align: left;
	padding: 0;
	margin: 0;
	text-indent: 2px;
}

#smenu ul li a {
	background-color: #EFEFEF;
	width: 145px;
	height: 23px;
	border-left: 0px none;
	border-bottom: 0px solid #42760F;
	border-right: none;
	padding: 0;
	margin: 0;
/*
	margin-top: -1px;
	border-top: 1px solid #42760F;
*/
	padding-left: 10px;
	color: #838B87;
	color: #444444;
	text-decoration: none;
	display: block;
	text-align: left;
	line-height: 2em;
	font-size: 10px;
}
* html #smenu ul li a {  /* NUR FUER ie */
    	width: 169px;    
}

#smenu ul li a:hover {
	color: #EFEFEF;
	background-color: #838B87; 
	width: 146px;
}

#smenu ul li a.acts {
	background-color: #838B87; 
	height: 2em;
	height: 23px;

	border-left: 0px none;
	border-bottom: 0px solid #42760F;
	border-right: 0px solid #42760F;
	padding: 0 0 0 10px;
	margin: 0;
/*
	margin-top: -1px;
	border-top: 1px solid #42760F;
*/
	color: #ffffff;
	text-decoration: none;
	display: block;
	text-align: left;
	line-height: 2em;
	font-size: 10px;
    	overflow: hidden;
	white-space: nowrap; 
	width: 146px;
}
* html #smenu ul li a.acts {  /* NUR FUER ie */
    	width: 169px;   
}

#smenu ul.sub {
    	margin-left: 15px;
}

#smenu ul.sub li a {
	width: 146px;
	height: 2em;
	border-left: 1px none;
	border-bottom: 1px solid #42760F;
	border-right: none;
	border-top: none;
	padding: 0 0 0 5px;
	margin: 0;
	color: #000;
	text-decoration: none;
	display: block;
	text-align: left;
	line-height: 2em;
	font-size: 10px;
}

#smenu ul.sub li a.acts {
	background: #B3D68D;
	width: 135px;
	height: 2em;
	border-left: 1px none;
	border-bottom: 1px solid #42760F;
	border-right: 10px solid #42760F;
	padding: 0;
	padding-left: 5px;
	margin: 0;
	color: #EFEFEF;
	text-decoration: none;
	display: block;
	text-align: left;
	line-height: 2em;
	font-size: 10px;
}

/*------------------------------------------------------------------------*/
/* Inhaltsblock / Breadcrumb                                                         */
/*------------------------------------------------------------------------*/
#container_content {
	width: 772px;
	min-height: 350px;
	float: left;
	text-align: left;
	background: #fff;
	margin: 0 15px 0 0px;
	padding: 0 0 0 23px;
       height: auto;
	float: right;
	border-left: 1px solid #d7d7d3;
}
#breadcrumb {
	width: 600px;
	height: 16px;
	text-align: left;
	color: #000;
	overflow: hidden;
	white-space: nowrap;
/*
	font-family: Verdana, Arial, Helvetica, sans-serif;
*/
       font-size: 10px;
	margin: 0;
	padding: 8px 2px 11px 22px;
	padding: 8px 0px 11px 0px;
}
* html #breadcrumb {
	height: 47px;
	width: 615px;
}
#breadcrumb a {
    	font-size: 9px;
	color: #000;
	text-decoration: none;
}
#breadcrumb a:normal,
#breadcrumb a:active,
#breadcrumb a:visited {
    	font-size: 9px;
	color: #000;
}
#breadcrumb a:hover {
	text-decoration: underline;
}

#content_main {
	width: 600px;
	min-height: 330px;
	float: left;
	text-align: left;
	background: #fff;
	margin: 0;
	padding: 10px 20px 20px 20px;
	padding: 10px 0px 20px 0px;
    	height: auto;
}
* html #content_main {
	height: 360px;
	width: 795px;
}

#content_main a#top {
	visibility: hidden;
}

.text-body, .bodytext {
	font-size: 12px;
	max-width: 600px;
}

/*--- FOOTER ---*/
#footer {
/*
	font-family: Verdana, Arial, Helvetica, sans-serif;
*/
	font-size: 10px;
	padding: 0;
	margin: 0 0 0 185px;
	text-align: center;
	clear: both;
	border-left: 1px solid #d7d7d3;
	width: 794px;
    	height: 15px;

}
* html #footer {
    	width: 995px;
}
#footer a {
	color: #000;
    	text-decoration: none;
}
#footer a:normal,
#footer a:active,
#footer a:visited {
	color: #000;
    	text-decoration: none;
}
#footer a:hover {
	color: #000;
    	text-decoration: underline;
}
#copyright {
    	margin: 0px 0 0 22px;
    	float:left;
}
#copy_year {
    	margin: 0px 3px 0 3px;
    	float:left;
}
#footermenu {
	float:right;
	padding: 1px 0px 0 0px;
}

#footermenu ul.csc-menu {
	border: 0;
	margin: 0;
	padding: 0 2px 0 0;
	list-style-type: none;
	text-align: center;
	clear: left;
}
#footermenu ul.csc-menu li {
	display: inline;
	text-align: left;
	padding: 0 3px 0 3px;
	margin: 0;
	border-left: 1px solid #fff; 
}


div#sitestats {
    	text-align: right;
	margin-right: 20px;
	padding-bottom: 10px;
}
div.subfooter {
    	text-align: center;
	clear: both;
}
/*------------------------------------------------------------------------*/
/* Made by kleingarten-infonetz.de                                        */
/*------------------------------------------------------------------------*/
div#made_by {
	display: block;
/*
	font-family: Arial, Helvetica, sans-serif;
*/
	font-size: 9px;
	text-align: center;
	padding: 10px 0 10px 0;
	margin: 0;
	clear: both;
	color: #317B4A;
}

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


/* 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 {

}

/* 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 {
}

/* Header */
h1,
div.csc-header h1,
div.csc-header h1.csc-firstHeader,
div.csc-textpicHeader h1,
div.csc-textpicHeader h1.csc-firstHeader {
    	padding: 0;
    	font-size: 18px;
    	font-weight: bold;
	color: #959C99;
	text-decoration: underline;
}
h2,
div.csc-header h2,
div.csc-header h2.csc-firstHeader,
div.csc-textpicHeader h2,
div.csc-textpicHeader h2.csc-firstHeader {
    	padding: 0;
    	font-size: 13px;
    	font-weight: normal;
	color: #959C99;
	text-decoration: underline;
}

h3,
div.csc-header h3,
div.csc-header h3.csc-firstHeader,
div.csc-textpicHeader h3,
div.csc-textpicHeader h3.csc-firstHeader {
    	padding: 0;
    	font-size: 13px;
    	font-weight: normal;
	color: #959C99;
}

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;
}

/* 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
		3. klassen fuer spezielle seiten
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/

/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Kontakt Formular
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/ 

.csc-mailform 
{
	border: none;
	display: block;
	padding: 0;
	width: 38em; 
	margin: 46px 0 0 0;
	font-size: 12px;
}

.csc-mailform-field label 
{
	float:left;
	clear:both;
	display:block;
	width:82px;
/*
	padding-left:0px;
*/
	padding: 0 10px 0 0;
	margin-bottom: 10px;
	text-align: right;
}

/* -IE6*/
* html .csc-mailform-field label 
{
	width: 92px;
}

/* IE7*/
*+html .csc-mailform-field label 
{
	margin-bottom: 0;
}

.csc-mailform-field input,
.csc-mailform-field textarea,
.csc-mailform-field select 
{
	float: left;
	display: block;
	width: 300px;
	border: 1px solid #9FE6E2;
	background: #9FE6E2;
	padding: 1px;
	margin-bottom: 10px;
}

/* -IE6*/
* html .csc-mailform-field input,
* html .csc-mailform-field textarea,
* html .csc-mailform-field select  
{
/*
	margin-bottom: 10px;
*/
}

/* IE7*/
*+html .csc-mailform-field input,
*+html .csc-mailform-field textarea,
*+html .csc-mailform-field select  
{
	width:296px;
/*
	margin-bottom: 10px;
*/
}

.csc-mailform-field textarea
{
	height: 210px;
/*
	margin-bottom: 10px;
*/
}

/* IE7*/
*+html .csc-mailform-field textarea
{
/*
	height: 210px;
	margin-bottom: 10px;
*/
}

#mailformformtype_mail 
{
/*
    	background-color: #D0D0D0;
*/
	clear: left; 
	width: 11em;
	border: 0;
}

.csc-mailform-submit 
{
	/* Absende Button nach rechts verschieben. Der Wert ergibt sich aus der Summe width + padding-left aus dem label Abschnitt -> oben */
	margin-left: 92px;
	/* Float wieder abschalten */
	clear: both;
/*
	text-align: left;
*/
	padding-left:10px;
}

/* -IE6*/
* html .csc-mailform-submit 
{
	margin-left: 55px;
}


/* Such Formular */
table.csc-searchform p.csc-form-label {
	font-size: 12px;
}
table.csc-searchform  td.csc-form-fieldcell input[type=submit] {
/*
    	background-color: #317B4A;
*/
	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 #fff;
}
.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:#F9FFE5;
}
.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:0px;
	margin:0px;
	border:0px solid #666;
	background-color:#fff;
}
* 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:#EDCC4A;
}
.news-search-emptyMsg{
	margin:0px;
}
.news-search-form FORM {
	margin:0px;
}
.news-list-container H3 {
	margin-bottom: 5px;
	padding: 2px 0px 4px 0px;
	border-bottom: 1px solid #317B4A;
	background-color: #fff;
       font-size: 15px;
}
.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED,.news-list-container H3 A:HOVER {
	color:#317B4A;
	padding-left:2px;
	text-decoration: none;
}
.news-list-container H3 A {
	color:#317B4A;
}
.news-list-container H3 A:HOVER {
	text-decoration: underline;
}
.news-list-container P {
	padding-left:3px;
}
.news-list-date {
	float: right;
	color: #3E551C;
	width: 180px;
	text-align: right;
	height: 20px;
	margin-top: 1px;
	margin-right: 0px;
	font-size: 9px;
	font-weight: normal;
	background-color: #fff;
}
.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-morelink a,.news-list-morelink a:normal, .news-list-morelink a:active,.news-list-morelink a:visited {
     	text-decoration: none;
}
.news-list-morelink a:hover {
       text-decoration: underline;
}

.news-list-browse {
	text-align: center;
}

/*----------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox {
	margin:3px;
	border:1px solid #666;
	padding:3px;
	background-color:#EDCC4A;
}
.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:0px;
	margin-bottom:5px;
	border-top:0px solid #666;
	background-color:#fff;
}
.news-single-item H2  {
	font-size: 15px;
	font-weight:bold;
	color: #317B4A;
	margin-bottom: 15px;
	padding: 2px 0px 4px 0px;
	border-bottom: 1px solid #317B4A;
}
.news-single-item H2 font {
	font-size: 15px;
}

.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;
	margin-top: 8px;
}
.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;
/* 	clear: both; */
	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:#EDCC4A;
}

.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:#EDCC4A;
	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:#EDCC4A;
}
.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;
}
.csc-textpic-imagerow {
}
* html	.csc-textpic-image {
	margin: 0;
	padding: 0;
	
}
/* Pictures on left, add margin on right */
* html	DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin-right: 0px;
	margin-top: 5px;
}
/* Pictures centered, add margin on left */
* html DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin-left: 5px;
	margin-top: 5px;
}

DIV.tx-newloginbox-pi1 TABLE TBODY TR TH {
	font-size: 12px;
	text-align: right;
}




