html, body, #sitecontainer {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #ccc2a9 url('BG.gif') repeat-x;
	color: black;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 9pt;
}
img {
	border: none;
}
h1, h2, h3, h4 {
	color: black;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	font-weight: normal;
}
h2 {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 11pt;
	font-weight: bold;
}
h3, h4 {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 10pt;
}

#endlessShadowFrame{
	width: 992px;
	background: transparent url('BGShadowEndless.gif') repeat-y;
	margin: 13px auto 0 auto;
}

#siteContainer {
	width: 990px;
	padding: 12px 14px 0 14px;
	background: transparent url('BGShadow.gif') no-repeat;
	margin: 0 auto 0px auto;
	border: solid 0px #A49B8C;
}
/* Header ANFANG */
#header {
	width: 968px;
	background-color: #7B7261;
	border: solid 1px #6b6454;
	height: 24px;
	color: white;
	padding: 2px 0 0 0;
}
#headerLeft {
	margin-top: 4px;
	float: left;
	width: 200px;
	/*background-color: aqua;*/
	margin-left: 120px;
}
#headerRight {
	float: right;
	width: 240px;
	text-align:right;
	padding-right: 4px;
	padding-top: 3px;
	/*background-color: lime;*/
}

#LanguageSelection {
	float: left;
	margin: 0;
	padding: 0;
}
#LanguageSelection li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/* Header ENDE */
/* Banner ANFANG


*/
#Banner {
	height: 180px;
	width: 970px;
	background-color: black;
}

#BannerMember{
	height: 120px;
	width: 970px;
	background-color: black;
}

#TitleMember h1{
	float:left;
	width: 300px;
	margin: 15px 0 0 160px;
	font-size: 48pt;
	color: #dddddd;
	font-variant:small-caps;
}

#BannerPic{
	float: left;
	padding: 9px 0 0 4px;
	/*background-color: navy;*/
	width: 705px;
	height: 170px;
	z-index: 50;
	position: absolute;
	clip:rect(0px 703px 179px 0px);
}

#BannerFrame{
	float: left;
	height: 180px;
	width:inherit;
	position:relative;
	width:700px;
	top: 0px;
	left: 4px;
	background: transparent url('PagePicFrameThiner.gif') no-repeat scroll 0px 0px;
    z-index: 51;
}

#Logo {
	position:  relative;
	height: 0;
	top: -33px;
	left: 12px;
	z-index: 100;
	/*background-color: maroon;*/
}
/* Banner ENDE */
/* Hauptmenu ANFANG */
#mainMenu {
	/*background-color: gray;*/
	width: 250px;
	height: 180px;
	padding: 0;
	margin: 0;
	float: right;
	z-index: 120;
}
#mainMenu ul {
	margin: 7px auto;
	width: 200px;
	padding: 0 40px 0 0;
}
#mainMenu ul li {
	list-style-type: none;
	text-align: center;
	padding: 1px 0 0px 0;
	margin: 0;
	background: transparent url('MenuItemBG.gif') no-repeat center top;
}

#mainMenu ul li:first-child{
	background: none;
}

#mainMenu a:link, #mainMenu a:active, #mainMenu a:visited, #mainMenu a:hover {
	color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	width: 220px;
	height: 25px;
	display:block;
	text-decoration: none;
	font-variant: small-caps;
}
#mainMenu a:hover {
	text-decoration: underline;
}
#mainMenu .active a:link,
#mainMenu .active a:visited,
#mainMenu .active a:active{
	font-weight: normal;
	color:black;
	background: transparent url('activeMenuItemBG.gif') repeat-y center top;
}

/* Banner ENDE */
#mainContent {
	height: 100%;
	width: 970px;
	background: #efdec4 url('BGContent.gif') repeat-x center top;
	padding: 0;
}

/* Definition f r alle Men links  ANFANG */
a:link, a:visited, a:active {
	text-decoration: underline;
	color: black;
}
a:visited {
	color: black;
}

#breadCrumb a:link, #breadCrumb a:visited, 
#breadCrumb a:active, #footer ul li a:link, 
{
	text-decoration: none;
	color: black;
}
.header ul li a:visited {
	color: black;
}
.header ul li a:hover, #breadCrumb a:hover, #footer ul li a:hover {
	text-decoration: underline;
}
.active {
	font-weight: bold;
}
/* Definition f r alle Men links ENDE */
/* 2. Menuebene ANFANG */

/* 2. Menuebene ANFANG */
#subMenu {
	float: left;
	padding: 2px 0 0 0;
	height: 19px;
	width: 968px;
	background-color: #7B7261;
	border: solid 1px #6b6454;

}

#subMenu ul{
	margin:0;
}

#subMenu ul li span.leftBorderActiveItem, #subMenu ul li span.rightBorderActiveItem {
	display:none
}

#subMenu ul li {
	list-style-type: none;
	float: left;
	padding: 0 5px;
	height: 18px;
	margin: 0 6px;
}


#subMenu #menuitem215{
background-color: #fff357 !important;
color: black !important;
	padding: 0 !important;
	height: 20px !important;
}

#subMenu ul li span{
float:left;
display: inline;
}

#subMenu ul li a:link, 
#subMenu ul li a:active, 
#subMenu ul li a:visited, 
#subMenu ul li a:hover {
	color: white;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-variant: small-caps;
}

#subMenu ul #menuitem215 a:link, 
#subMenu ul #menuitem215 a:active, 
#subMenu ul #menuitem215 a:visited, 
#subMenu ul #menuitem215 a:hover {
	color: black !important;
}

#subMenu ul li a:hover {
	text-decoration: underline;
}

#subMenu .active a:link,
#subMenu .active a:active,
#subMenu .active a:visited,
#subMenu .active a:hover{
	color:black;
}

#subMenu .active  {
	font-weight: normal;
	padding: 0;
	height: 20px;
	background-color: #fffbf1;
}

#subMenu ul li.active span.leftBorderActiveItem{
	display:inline;
	width: 27px;
	height: 20px;
	background: transparent url('LeftBorderActiveMenuItem.gif') no-repeat;
}

#subMenu ul #menuitem215 span.leftBorderActiveItem{
	display:inline;
	width: 27px;
	height: 20px;
	background: transparent url('LeftBorderActiveMenuItemYellow.gif') no-repeat;
}

#subMenu ul li.active span.rightBorderActiveItem{
        display:inline;
	width: 27px;
	height: 20px;
	background: transparent url('RightBorderActiveMenuItem.gif') no-repeat;
}

#subMenu ul #menuitem215 span.rightBorderActiveItem{
	display:inline;
	width: 27px;
	height: 20px;
	background: transparent url('RightBorderActiveMenuItemYellow.gif') no-repeat;
}
/* 2. Menuebene ENDE */

#mainContent .leftContent img, #mainContent .rightContent img {
	border: double 3p black;
}

#mainContent .leftContent {
	min-height: 707px;	
	float: left;
	width: 648px;
	padding: 0 20px 10px 15px;
	text-align: justify;
	
}

/* Black Border im Contentbereich ANFANG */

#leftRightBorder{
	background: transparent url('borderBGLeftRight.gif') repeat-y;	
}

#topLeftBorder,#topRightBorder{
	width: 17px;
	height: 107px;
	background: transparent no-repeat;
}

#topLeftBorder{
	float: left;
	background-image: url('borderTopLeft.gif');
}

#topRightBorder{
	float:right;
	background-image: url('borderTopRight.gif');
}

#bottomBorder{
    clear:both;
	width: 970px;
	height: 40px;
	background: transparent url('borderBGBottom.gif') no-repeat;	
}

/* Black Border im Contentbereich ENDE */

#breadCrumb {
	font-size: 8pt;
	display: block;
	margin: 15px 0 15px 0px;
}
#.actveBreadCrumb {
	text-decoration: underline;
}


#icons{
   position:absolute;
   margin: 19px 0 0 531px;
}

#icons a{
   text-decoration: none;
   font-weight: bold; 
}

#icons a img{
   margin: 0px 0 0 3px;
}

.pageTitle{
	color: #9B5A44;
	font-variant:small-caps;
	font-size: 19pt;
	padding: 7px 0 7px 0;
	border-top: solid 1px #C1B197;
	border-bottom: solid 1px #C1B197;
}

#mainContent .rightContent {
	min-height: 500px;
	float: left;
	width: 220px;
	padding: 47px 10px 0 20px;
	background: transparent url('SeperatorMainContent.gif') no-repeat 0px 100px;
}
#mainContent .rightContent .csc-menu li {
	list-style-type: none;
	margin: 10px 0;
}

.platzZustand{
	margin-top: -4px;
	margin-bottom: 18px; 
	height: 43px;
	padding: 2px 0 2px 0;
	border-top: solid 1px #C1B197;
	border-bottom: solid 1px #C1B197;
}

.platzZustand img{
	border: none;
}

.platzZustand .bodytext{
	margin: 0;
	padding: 0;
	font-size: 10px;
}


#footer {
	background: #1d0f03 url('BGShadowBottom.gif') no-repeat scroll 0 -10px ;
	height: 40px;
	width: 992px;
}
#footer ul {
	float:right;
	padding: 5px 0 0 0;
	margin: 0 10px 0 0;
}
#footer ul li {
	float: left;
	margin: 0 10px;
	list-style-type: none;
}

#footer ul li a:visited, #footer ul li a:active, 
#footer ul li a:hover, #footer ul li a:link {
	text-decoration: none;
	color: white
}

#footer ul li a:hover{
	text-decoration: underline;		
}


/* clearfix hack ANFANG */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* clearfix hack ENDE */

/* Tables  ANFANG*/

table{
	width: 100%;
	border-collapse:collapse;
}

table tr td{
	padding: 5px 8px 5px 8px;
	text-align: left;
}

table td p{
        margin: 0;
        padding: 0;
}

/* TableDesign01 ANFANG */


.TableDesign01,.contentTable{
	max-width: 580px;
	table-layout:fixed;
	border-collapse:collapse;
}

.TableDesign01 tr,.contentTable tr{
	border-bottom: solid 1px #FCF6EA;
}

.TableDesign01 td, .contentTable td{
	font-size: 8pt;
}


.TableDesign01 th,.contentTable th{
	background-color: #BFAC8F;
	font-size: 10pt;
	padding: 5px;
}

.TableDesign01 table tr,.contentTable table tr{
	border: solid 1px #9F8F77;
}

.RowColor01,.contentTableRow_1{
   background-color: #DFC9A7;
}

.RowColor02,.contentTableRow_2{
   background-color:#EFDDC2;
}

.contentTableTopRow{
   background-color: #BFAC8F;
}


/* TableDesign01 ENDE */

/* Tables  ENDE*/


/*-----------------------------------  tt_news HEADER_LIST view  -----------------------------------*/


.news-header-list-container{
	vertical-align:middle;
	text-align:center;
}

.news-header-list-container a{
	font-size: 8pt;
}

.news-header-list-categories{
	float:left;
	margin-right: 4px;
}

.news-header-list-title{
	font-weight: bold;
	margin: 0 0 2px 0;
	padding: 6px 0 0 0;
        font-size: 10pt;
}

.news-header-list-title a{
	text-decoration: none !important;
	margin: 0;
	padding:0;
	font-size: 9pt;
}

/* Suchformular */

.suchbutton,.suchfeld{
	margin: 0;
	padding: 0;
	font-size: 8pt;
	background-color: #DFCFB5;
	border-top: solid 1px #FEFAEF;
	border-left: solid 1px #FEFAEF;
	border-right: solid 1px #BBAD92;
	border-bottom: solid 1px #BBAD92;
}

.suchfeld{
	height: 16px;
	border-right: solid 1px #FEFAEF;
	border-bottom: solid 1px #FEFAEF;
	border-top: solid 1px #1F1D1D;
	border-left: solid 1px #1F1D1D;

}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#DFC9A7; }

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { color:#8F0000; }



/* Sponsor Box */

#pp_ads {
	font-size: 7pt;
	font-weight: normal;
	width: 162px;
	height: 140px;
	margin-top: 20px;
}

#pp_ads_tablet {
	background-image: url('bg_ads.gif'); 
	background-repeat: no-repeat; 	
	background-position: top center; 
	width: 162px;
	height: 112px;
	margin-top: 6px;
	text-align: left;
}

#pp_ads_link {
	text-align: left;
}

/* Hack-fixes */

#c806{
display:none;
}


