/*************   TRV Fidelia Homepage Styles    **************/

body {
	margin: 15px;
	height: 100%;
	padding: 0px;
	font-family: Sans Serif, Arial, Helvetica;
	font-size: 11px;
}

.clr {
	clear: both;
}

#seitencontainer{
	width: 800px;
	heigth: 100%;
	overflow: hidden;
	border: 1px solid #cccccc;
}

/****************   Kopfzeile:  	Menu für die einzelnen Level der Website   **************************/


#kopfzeile-gesamt {
	width: 800px;
  	margin-bottom: 0px;
	margin-right: 0px;
}

#levelmenu {
	height: 21px;
	margin: 0px;
	padding: 0px;
	background: #EFECEC;
	float: right;
}


#levelmenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border-left: 1px solid #cccccc;
}

#levelmenu ul li {
	display: block;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	font-size: 11px;
	line-height: 22px;
	border-left: 1px solid #cccccc;
}

#levelmenu ul li a {
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #990000;
}

#levelmenu ul li a:hover {
	font-weight: bold;
	background: #FFFF33;
}


#levelmenu-nav-active {
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	background: #FFFF33;
}


/***************************************** Kopfbild  **************************/

#kopfbild{
    clear: both;
	text-align: left;
	border: 0px;
	margin: 0px;
	width: 800px;
	height: 148px;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}

/****************   Infomzeile: Zusatzmenu und Pfad **************************/


#infozeile-gesamt {
    clear: both;
	width: 798px;
  	margin-bottom: 0px;
	margin-right: 0px;
	border-top: 0px;
	border-bottom: 1px solid #cccccc;
	overflow: hidden;
}
#pfad {
	font-size: 10px;
	float: left;
	width: 100%px;
	display: block;
	padding-left: 5px;
	text-align: left;
}
#pfad a{
	text-decoration: none;
	color: #990000;
	line-height: 18px;

}

#infomenu {
    float: right;
	margin: 0px;
	padding: 0px;
}

#infomenu ul{
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 10px;
	border-left: 1px solid #cccccc;
}

#infomenu ul li {
	display: block;
    float: left;
	padding: 0px;
	margin: 0;
	border-left: 1px solid #cccccc;
	line-height: 18px;
}

#infomenu ul li a {
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #990000;

}

#infomenu li a:hover { 
    background: #FFFF33;
	}

#infomenu-nav-active {
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	background: #FFFF33;
}

/***********************************    Menü Links   *************************/

	
	#nav {
		float: left;
		width: 150px;
		padding: 0px;
		margin: 0px;
		text-align: left;
		background:#EFECEC;
	}
	
	#nav, #nav ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}	
	#nav li {
		display: inline;
		padding: 0;
		margin: 0;
	}
	
	
	#nav li a {
		display: block;
		padding-top: 6px; 
		padding-bottom: 6px; 
		text-decoration: none;
		border-bottom: 1px solid #ddd;
		border-top: 1px solid #fff;
		color: #990000;
		font-size: 12px;
		padding-left: 10px;
	}
	
	#nav li a:hover {
		background: #FFFF33;
	}
	
	li.activel1 a{
		font-weight: bold;  
		background: #FFFF33; 
	}
		
	li.activel2 a{	
	    font-weight: bold; 
	    background: #FFFF33; 
	}
	
	#nav li li a {
		padding-top: 4px; 
		padding-bottom: 4px; 
		padding-left: 25px;
		font-size: 11px;
	}


/***************************** Inhaltsbereiche Container **********************/

#textkoerper {
	float: left;
	width: 428px;
	display: block;
	background: #FFFFFF;
	padding: 10px;
	min-height: 400px;
	font-size: 12px;
	border-left: 1px solid #DFDFDF;
	border-right: 1px solid #DFDFDF;
	text-align: left;
}

#spalterechts {
    float: left;
	display: block;
	background: #FFFFFF;
	text-align: left;
	padding: 10px;
	width: 180px;
	min-height: 400px;
	font-size: 12px;
	
}
#fusszeile{
    clear: both;
	width: 798px;
	border-top: 1px solid #DFDFDF;
	font-size: 10px;
	padding: 6px;

}


/*************   Schriftarten ********************************/

a {
	text-decoration: none;
	color: #990000;
}

HR {
	border-bottom: 1px solid #FFFF33;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
}

TABLE {
   font-size: 12px;
}

a:visited {
	text-decoration: none;
	color: #990000;
}

a:hover {
	text-decoration: none;
	color: #990000;
	background-color: #FFFF33;
}

#textkoerper h1 {
    width: 100%;
	font-size: 12px;
	font-weight: bold;
	COLOR: #000000; 
	margin-top: 13px;
	margin-bottom: 7px;
	border-bottom: 1px solid #FFFF33;
	padding-bottom: 5;
}

#textkoerper p {
	margin-top: 0px;
	margin-bottom: 5px;
}


#spalterechts h1 {
    width: 100%;
	font-size: 12px;
	font-weight: bold;
	COLOR: #000000; 
	margin-top: 13px;
	margin-bottom: 7px;
	border-bottom: 1px solid #FFFF33;
	padding-bottom: 3;
}

#spalterechts h2 {
	font-size: 11px;
	font-weight: bold;
	COLOR: #000000; 
	margin-top: 9px;
	margin-bottom: 3px;
}

#spalterechts p {
	margin-top: 0px;
	margin-bottom: 5px;
}

.csc-caption {
    color: #999999;
	}

/*++++++++++++++++++++INDEXED_SEARCH++++++++++++++++++++++++++*/
div.tx-indexedsearch {font-size: 12px;}
div.tx-indexedsearch TD {font-size: 12px;}
div.tx-indexedsearch { font-family:arial; font-size:10pt; color:red; } 
div.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px;	font-size: 12px;}
div.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px;	font-size: 12px;}
div.tx-indexedsearch .tx-indexedsearch-whatis P .tx-indexedsearch-sw { font-weight:bold; font-style:italic; font-size: 12px;}
div.tx-indexedsearch .tx-indexedsearch-whatis {margin-top:10px; margin-bottom:5px; font-size: 12px;}
div.tx-indexedsearch P.tx-indexedsearch-noresults { text-align:left; font-weight:bold;	font-size: 12px; }
div.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title { background:#E0E0F6; font-size: 12px;}
div.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P { font-weight:bold; font-size: 12px;}
div.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title .tx-indexedsearch-percent {background:#E0E0F6; font-weight:normal; font-size: 12px;}
div.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P { font-style:italic; font-size: 12px;}
div.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P .tx-indexedsearch-redMarkup { color:#993300; font-size: 12px; }
div.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#eeeeff; font-size: 10px;}
div.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead {	margin-top:20px; margin-bottom:5px; font-size: 12px;}
div.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { margin-top:0px; margin-bottom:0px; font-size: 12px; }
div.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TABLE { background:#cccccc; font-size: 12px;}
div.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { vertical-align:absmiddle; font-size: 12px;}
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT { font-size:8px; }
.tx-indexedsearch .tx-indexedsearch-rules P { color:black; }
.tx-indexedsearch P { font-size:12px; }
.tx-indexedsearch .tx-indexedsearch-rules H2 { font-size:12px; color:003399; font-weight:bold; }
.tx-indexedsearch .tx-indexedsearch-whatis P { color:black; }
.tx-indexedsearch .tx-indexedsearch-whatis P .tx-indexedsearch-sw { color:black; }
.tx-indexedsearch .tx-indexedsearch-browsebox P { color:black; }

/*++++++++++++++++++++  NEWS +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.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 {}

.news-latest-container H3 {
	font-size: 11px;
	font-weight: bold;
	COLOR: #000000; 
	margin-bottom: 3px;
}
.news-latest-item {	margin-top: 9px;}
.news-latest-item IMG {
	margin-bottom:5px;
	margin-right:5px;
	border:1px solid #666;
	float:left;
}
.news-latest-category {
	color: #666666;	
	font-size:9px; 
	float: right;
	color: #666666;
	width: 250px;
	text-align: right;
	font-size: 9.5px;
	font-weight: normal;
	margin-top: 2px;
}
.news-latest-date{
	color: #666666;	
	font-size:9px; 
	float: right;
	color: #666666;
	width: 70px;
	text-align: right;
	font-size: 9.5px;
	font-weight: normal;
	margin-top: 2px;
	}

/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {}
.news-list-item {	margin-top: 9px;	}
.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 {
	font-size: 11px;
	font-weight: bold;
	COLOR: #000000; 
	margin-bottom: 3px;
}
.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED,.news-list-container H3 A:HOVER {}
.news-list-container H3 A {}
.news-list-container P {}
.news-list-date {
	float: right;
	color: #666666;
	width: 180px;
	text-align: right;
	font-size: 9.5px;
	font-weight: normal;
	margin-top: 2px;
	}

.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-left:5px;
}
.news-list-category {	color: #666666;	font-size:9px; }
.news-list-browse {	text-align: center;}



	/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox, .browseBoxWrap {}

.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 {}
.news-search-emptyMsg {	font-size: 11px;	margin-left: 10px;}
	/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {}
.news-single-item H2 {
    width: 100%;
	font-size: 12px;
	font-weight: bold;
	COLOR: #000000; 
	margin-top: 13px;
	margin-bottom: 7px;
	border-bottom: 1px solid #FFFF33;
	padding-bottom: 5;
}
.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 {clear:both; margin-bottom:5px;	}
.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, .news-single-category {font-size: 9px;	color: #666666;}
.news-single-author {padding-bottom: 1px; float:left;}
.news-single-additional-info {
/*	clear: both;*/
	margin-top: 15px;
	border: 1px solid #D1D3D4;
	padding:3px;
	padding-bottom:0px;

}
.news-single-related,.news-single-files,.news-single-links  {
	margin:0px;
	margin-bottom: 3px;
	padding:3px;
}

.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%;
}
/*++++++++++++++++++++  Tabellen +++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.contenttable {
    border-width:1px;
    border-color:#D1D3D4;
    border-style:solid;
    font-family:Arial, Verdana, Helvetica, sans-serif;
    font-size:12px;
    vertical-align: top;
    word-wrap: break-word; 
    overflow: hidden;
}

.tr-even {
    background:#FFFFFF;
    vertical-align: top;
}

.tr-odd {
    background:#F7FAFF;
    vertical-align: top;
}
.contenttable .tr-0 {
    background:#EFECEC;
    font-weight:bold;
}
.contenttable TD { padding-right: 6px;}


/*+++++++++++++++++++++++++++++ MAILFORM +++++++++++++++++++++++++++++++++*/

fieldset.csc-mailform label {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
        width: 120px;
        float: left;
        clear: right;
}

fieldset.csc-mailform {

}

fieldset.csc-mailform input, textarea {
	float: left;
	margin-left: 0px;
}

DIV.csc-mailform-field
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 27px;
	border: 0px; 

	}
fieldset {border: 0px; }

/*+++++++++++++++++++++++++++++ Gallerie +++++++++++++++++++++++++++++++++*/

div.tx-cegallery-pi1-album_entry {
    background-color: #FFFFFF; 
	border: 1px solid #DFDFDF;
    }
	

