/* GLOBALS CSS DEFINITIONS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/

body{
	/*font-family : Verdana , Arial, Helvetica, sans-serif;*/
	font-family: Tahoma;
	margin : 0px;
	line-height: 1.6em;
	font-size : 12px;
	text-align: center;
	color : #000000;
	background-image: url(hinten3.jpg);
  background-repeat: repeat-y;
  background-position: center;
}



H1  {
	font-size: 18px;
	color: #5A24AE;
	font-weight: bold;
	padding-top: -20px;
	margin-top:20px;
	margin-bottom:0px;
}

H2 {
	font-size: 18px;
	color : #5A24AE;
	font-weight:bold;
	padding-top:0px;
	margin-top:0px;
}

H3 {
	font-size: 18px;
	font-weight:bold;
	color : #5A24AE;
	padding-top:0px;
	margin-top:0px;
	margin-bottom: 6px;
}

A {
	color:#000000;
	text-decoration: none;
}

A:hover {
	color: #000000;
	text-decoration: none;
}
.news-latest-container{

	font-size: 12px;
	font-weight:bold;
	color : #69323D;
	padding-top:0px;
	margin-top:0px;
	margin-bottom: 6px;
}
.news-latest-item{

	font-size: 12px;
	font-weight:normal;
	color : #000000;
	padding-top:0px;
	margin-top:0px;
	margin-bottom: 6px;
}
/* LAYOUT ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/
#all{
  margin: 0px auto;
  width: 960Px;
  margin-top: 0px;
  border: 1px solid;
  border-color: #787878;
  align: center;
  z-index: 10;
  }
#overall{
  margin: 0px auto;
  width: 982Px;
  margin-top: 0px;
  border: 0px solid;
  border-color: #a9a9a9;
 /* background-image: url(hinten2.jpg);
  background-repeat: repeat;*/
  align: center;
  z-index: 20;
  }

#logo {
padding-left: 0px;
padding-right: 0px;
height: 170px;
width: 900px;
text-align: right;
background-image: url(head4.jpg);
background-repeat: no-repeat;
z-index: 30;
}

#menu {
padding-left: 6px;
padding-right: 6px;
width: 900px;
border: 0px solid;
background-color: #ffffff;
text-align: right;
font-size: 10px;
color: #000000;
z-index: 40;
}

#menuhor {
background-color: #5925AE;
padding-left: 0px;
text-align: right;
z-index: 50;
}

#Ticker {
padding-bottom: 10px;
z-index: 60;
}
#logo A:link { color: #ffffff;text-decoration: none;unerline: 0px solid; }  
#logo A:visited { color: #ffffff;text-decoration: none;unerline: 0px solid; }  
#logo A:hover {color: #ffffff; text-decoration: none;unerline: 0px solid; } 
#logo A:hover {color: #ffffff; text-decoration: none;unerline: 0px solid; } 
#logo A:active {color: #ffffff; text-decoration: none;unerline: 0px solid; } 

#banner {
text-align: left;
height: 150px;
padding-left: 0px;
padding-right: 0px;
color: #979797;
background-color: #F9F7F0;
}

#inhalt{
width: 600px;
padding-top: 10px;
padding-right: 20px;
padding-left: 20px;
text-align: left;
line-height: 1.6em;
font-size : 12px;
background-color: #ffffff;
color: #000000;
border-top: 0px solid;
border-right: 0px solid;
border-bottom: 0px solid;
border-color: #a9a9a9;

}

#inhaltrechts{
padding-top: 13px;
padding-right: 0px;
padding-left: 0px;
text-align: left;
line-height: 1.6em;
font-size : 10px;
background-color: #ffffff;
color: #000000;
border-top: 0px solid;
border-right: 0px solid;
border-bottom: 0px solid;
border-color: #a9a9a9;
z-index: 100;
}
#menu2 {
padding-left: 0px;
padding-right: 0px;
padding-top: 33px;
background-color: #ffffff;
}

#service {
padding-left: 0px;
padding-right: 0px;
padding-top: 8px;
background-color: #ffffff;
}

#foot {
padding-left: 0px;
padding-right: 0px;
background-color: #ffffff;
}


/*ul {
float: right;
display: block;
height: 85px;
text-decoration: none;
color: #000000;
font-size: 14px;
font-weight: bold;
line-height: 150px;
margin-right: 0px;
margin-left: 10px;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0px;
padding-right: 3px;

}

ul a{

color: #ffffff;
text-decoration: none;
font-size: 14px;
font-weight: bold;

}

ul a:hover{
display: block;
text-decoration: none;
color: #ffffff;
margin-right: 0px;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
text-decoration: none;
font-size: 14px;
font-weight: bold;
background: url(buttonback3.gif);
background-repeat: repeat-x;
}*/

ul, li, ol{ 
list-style-image: url(bild3.gif); 
line-height:20px;
} 

/*-----------------------------------  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 #F9FFE5;

}
.news-latest-container HR.clearer {
	clear:left;
}

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-container {
	border:0px solid #a9a9a9;
	background-color:#ffffff;
	color: #000000;
	background-image: url(news.jpg) no-repeat;
  	background-position: bottom center;
}

.news-latest-container H2,.news-latest-gotoarchive {
	color:#ffff00;
	padding:3px;
	margin:3px;
	border:0px solid #666;
	/*background-color:#D8FA70;*/
	background-color:#5A24AE;
}

.news-latest-gotoarchive {
	font-weight:bold;
}
.news-latest-gotoarchive A:LINK, .news-latest-gotoarchive A:VISITED, .news-latest-gotoarchive A:HOVER {
	color: #000000;
}
.news-latest-gotoarchive A {
	color: #000000;
}
.news-latest-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	padding:3px;
	margin:3px;
	color: #000000;
	border:1px solid #cccccc;
	background-color:#ffffff;
}

.news-latest-item IMG {

	margin-bottom:5px;
	margin-right:5px;
	border:1px solid #cccccc;
	float:left;
	color: #000000;
}
.news-latest-category IMG {
	float: none;
	border:none;
	margin:0px;
	color: #000000;
}
.news-latest-date,.news-latest-morelink,.news-latest-category {
	font-size:9px;
	color: #000000;
}

.news-latest-morelink {
	height:12px;
	color: #000000;
}

.news-latest-morelink A {
	float:right;
	color: #000000;
}


/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {

	border:1px solid #797979;
	background-color:#ffffff;
}


.news-list-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	padding:3px;
	margin:3px;
	border:0px solid #5A24AE;
	background-color:#ffffff;

	}
.news-search-form {
	padding:3px;
	margin-bottom:5px;
	border:1px solid #666;
	background-color:#F9FFE5;

}
.news-search-emptyMsg{
	margin:0px;
}
.news-search-form FORM {
	margin:0px;
}
.news-list-container H3 {
	margin-bottom: 5px;
	padding: 0px;
	border-bottom: 0px solid #769024;
	color: #5A24AE;
	background-color: #ffffff;
}
.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED,.news-list-container H3 A:HOVER {
	color:#5A24AE;
	padding-left:2px;
}
.news-list-container H3 A {
	color:#fff;

}
.news-list-container P {
	padding-left:3px;
}
.news-list-date {
	
	color: #000000;
	width: 180px;
	text-align: left;
	height: 20px;
	margin-top:  0px;
	padding-left: 2px;
	font-size: 9px;
	font-weight: normal;
	background-color: #F9FFE5;
	}

.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-category IMG {
	float: none;
	border:none;
	margin:0px;
}

.news-list-morelink,.news-list-category {
	font-size:9px;
	margin-left:3px;
}
.news-list-morelink  {
	margin-bottom:3px;
}
.news-list-browse {
	text-align: center;
}



	/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox, .browseBoxWrap {
	margin:3px;
	border:1px solid #666;
	padding:3px;
	background-color:#F9FFE5;
}

.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: #BBE53A;
	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:1px solid #666;
	background-image: url(news.jpg);
	background-repeat: no-repeat;
  background-position: bottom center;

}
.news-single-item H2 {
	font-size: 16px;
	font-weight:bold;
	color: #FFFF00;
	margin-bottom: 0px;
	background-color:#5A24AE;
}
.news-single-item H3 {
	margin-bottom: 15px;
}



.news-single-img {
	float: right;
	margin-left: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;
	color: #FFFF00;
}
.news-single-timedata, .news-single-author,.news-single-imgcaption {
	font-size: 9px;
	color: #FFFF00;
}
.news-single-author {
	padding-bottom: 3px;
}
.news-single-additional-info {
	background-color: #BBE53A;
/*	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:#F9FFE5;
}

.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:#BBE53A;
}
.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:#F9FFE5;
	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:#F9FFE5;
}
.news-catmenu-header {
	font-size:11px;
	font-weight:bold;
}
.news-catmenu DIV {
	font-size:10px;
	white-space: nowrap;
}
.news-catmenu DIV img, .news-catmenu img, .news-catmenu-header img {
	margin:0px;
	padding: 0px;
	vertical-align: middle;
}
.news-catmenu-ACT {
	font-weight:bold;
}

/*  Styles for catmenu mode "nestedWraps" */
.level1 {
	padding:1px;
	padding-left:10px;
	background-color:#ebf8bf;
	border-left:1px solid #666;
	border-top:1px solid #666;
}
.level2 {
	padding:1px;
	padding-left:10px;
	background-color:#ddf393;
	border-left:1px solid #666;
}
.level3 {
	padding:1px;
	padding-left:10px;
	background-color:#cae46e;
	border-left:1px solid #666;
	border-top:1px solid #666;

}
.level4 {
	padding:1px;
	padding-left:10px;
	background-color:#b0cb51;
	border-left:1px solid #666;
}

.csc-textpic-image, .csc-textpic-firstcol, .csc-textpic-lastcol{
	position: relative;
	margin: 5px 0px 2px 0px;
	padding : 28px 1px 2px 2px;

}

/*#tabelle{
	align: center;
	width: 526px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	padding-left: 10px;
	padding-top: 20px;
}*/
	

	
span.hidden {
    position:absolute;
    left:-1000px;
    top:-1000px;
    width:0;
    height:0;
    overflow:hidden;
    display:inline;
}
div#mainmenu {
	  valign: top;
    background-color: #5A24AE;
    width: 150px;
    text-align: left;
    border: 0px solid black;
    border-bottom: 0px;
}
div#mainmenu * {
    margin: 0px;
    padding: 0px;
    color: #FEF302;
}
div#mainmenu .cur {
    color: #ffff00;
}

div#mainmenu .act {
    color: red;
}
div#mainmenu ul {
    list-style-type: none;
}
div#mainmenu ul li {
    border-bottom: 1px solid black;
}

div#mainmenu ul li a,
div#mainmenu ul li div {
    padding: 3px 3px 3px 10px;
    text-decoration: none;
    font-family: verdana,arial,helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    display: block;
}
div#mainmenu ul li a:hover {
    background-color: #FEF302;
    color: #5A24AE;
}
div#mainmenu ul ul {
    background-color: #5A24AE;
}
div#mainmenu ul ul li {
    border-bottom: none;
}
div#mainmenu ul ul li a,
div#mainmenu ul ul li div {
    font-size: 10px;
    padding-left: 25px;
}
div#mainmenu ul ul li a:hover{
    background-color: #5A24AE;
    color: #FF0000;
}


.bilder{
margin-top: -25px;
}

div .tx-loginboxmacmade-pi2{
text-align: right;
padding-right: 17px;
padding-top: 22px;
margin-bottom: -15px;
width: 160;
height: 47px;
background-image: url(login.jpg);
background-position: center;
background-repeat: no-repeat;

}

.tx-slideshow-pi1 {
text-align:center;
margin-left: 2px;
}
