/*******************************************
* RTE FORMATE
********************************************/
.translation {
	font-size: 12px;
	font-style: italic;
	color: #666666;
	padding-left: 20px;
	line-height: 15px;
}

/*.translation {
	list-style-image: url(../bilder/arrow.gif);
	list-style-position:outside;
	margin-top:-10px;
	margin-left:33px;
	padding: 0px;
}*/

.grossbuchstabenRot {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF3300;
	letter-spacing: 0.2ex;
	line-height: 18px;
	margin: 0;
}

.grossbuchstabenBlau {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0033CC;
	letter-spacing: 0.2ex;
	line-height: 18px;
	margin: 0;
}

.fettRot {
	font-size: 13px;
	font-weight: bold;
	color: #FF3300;
	letter-spacing: 0.1ex;
	line-height: 18px;
	margin: 0;
}

.fettBlau {
	font-size: 13px;
	font-weight: bold;
	color: #0033CC;
	letter-spacing: 0.1ex;
	line-height: 18px;
	margin: 0;
}

table.tabelleBlau {
	border-collapse: collapse;
	border:1px solid #0033CC;
	
}

table.tabelleBlau td {
	border: 1px solid #0033CC;
	vertical-align: top;
	padding: 3px;
}

td.zelleBlau {
	background-color: #0033CC;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 0.1ex;
}

td.zelleGrau {
	background-color: #999999;
	color: #0033CC;
	font-weight: bold;
	letter-spacing: 0.1ex;
}

td.zelleZentrieren {
	vertical-align:center;
}

.rte_image {
	border: none;
}


/*******************************************
* Allgemeine Formate
********************************************/
BODY {
	background-color:#CCCCCC;
	font-family: arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	color: #000000;
     }
	 
table.center {
	margin-left: auto; 
	margin-right: auto;
}

td {
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	line-height: 18px;
}

a img{
	border:0;
}

img{
	border:0;
}

td.top {
	vertical-align: top;
}

a:link { color:#0033CC; text-decoration:none }
a:visited { color:#0033CC; text-decoration:none }
a:hover { color:#0033CC; text-decoration:underline }
a:active { color:#0033CC; text-decoration:underline }

ul.red_arrow {
	list-style-image: url(../bilder/arrow.gif);
	list-style-position:outside;
	margin-top:-10px;
	margin-left:33px;
	padding: 0px;
}

.breadcrum_where {
	color: #999999;
}

.breadcrum {
	color: #0033CC;
}

.breadcrum a:link { color:#999999; text-decoration:none }
.breadcrum a:visited { color:#999999; text-decoration:none }
.breadcrum a:hover { color:#999999; text-decoration:underline }
.breadcrum a:active { color:#999999; text-decoration:underline }

.footer {
	color: #0033CC;
	background: url(../bilder/background_footer.gif); 
	background-repeat: repeat;
	background-position: 0px 0px;
}

.footer a:link { color:#0033CC; text-decoration:none }
.footer a:visited { color:#0033CC; text-decoration:none }
.footer a:hover { color:#0033CC; text-decoration:underline }
.footer a:active { color:#0033CC; text-decoration:underline }

td.mainnav {
	background: url(../bilder/background_mainnav.gif); 
	background-repeat: repeat;
	background-position: 0px 0px;
}

P {
	margin-top:0px;
}

H1 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1ex;
	line-height: 22px;
	margin-bottom: 0px;
	padding-top:10px;
	color: #0033CC;
	font-style: italic;
}

.layer_adminpanel {
	position: absolute;
	bottom: 10px;
	left: 0px;
	z-index:3000;
}

.textfeld {
	height:20;
	width:200; 
	font-size:11; 
	border: 1px solid #999999; 
	padding: 2px;
}

.csc-header {
	margin-bottom: 5px;
}

/*******************************************
* Styles für FE LOGIN *
********************************************/

.tx-felogin-pi1 input[type=text], .tx-felogin-pi1 input[type=password] {
	border: 1px solid #999999;
	padding: 3px;
	margin-bottom: 15px;
}

.tx-felogin-pi1 input[type=submit] {
	border: 1px solid #999999;
	padding: 3px;
	margin-bottom: 15px;
}

.tx-felogin-pi1 input[type=submit]:hover {
	color: #0033CC;
}

.tx-felogin-pi1 fieldset {
	border: 1px solid #CCC;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top:10px;
}

.tx-felogin-pi1 legend {
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}

.tx-felogin-pi1 .username {
	color: #0033CC;
	font-weight: bold;
	margin-bottom: 15px;
}

/*******************************************
* Styles für USER REGISTER *
********************************************/

.tx-srfeuserregister-pi1 fieldset {
	width: 420px;	
}

.tx-srfeuserregister-pi1 input[type=text], .tx-srfeuserregister-pi1 input[type=password] {
	border: 1px solid #999999;
	padding: 3px;
}

.tx-srfeuserregister-pi1 input[type=text], .tx-srfeuserregister-pi1 {
	width: 240px;
}

.tx-srfeuserregister-pi1 h2 {
	font-size: 16px;	
}

.tx-srfeuserregister-pi1 .editprofile-field {
		margin-bottom: 10px;
}

.tx-srfeuserregister-pi1 input[type=submit] {
	border: 1px solid #999999;
	padding: 3px;
	margin-bottom: 15px;
	margin-top: 15px;
}

.tx-srfeuserregister-pi1 input[type=submit]:hover {
	color: #0033CC;
}

.tx-srfeuserregister-pi1 dt {
	width: 150px;	
}



/*******************************************
* Styles für eigene Sitemap *
********************************************/

ul.menu-level1 {
	list-style-type: none;
	list-style-position:outside;
	margin-top: 0px;
	padding: 0px;
}

li.menu-level1-item {
	padding: 3px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.2ex;
}

ul.menu-level2 {
	list-style-type: none;
	list-style-position:outside;
	margin-top: 0px;
	margin-left:20px;
	padding: 0px;
}

li.menu-level2-item {
	padding: 1px;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	letter-spacing: 0.1ex;

}

ul.menu-level3 {
	list-style-type: none;
	list-style-position:outside;
	margin-top: 0px;
	margin-left:20px;
	padding: 0px;
}

li.menu-level3-item {
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	font-style: italic;
	letter-spacing: 0ex;
}

.titel-special {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF3300;
	letter-spacing: 0.2ex;
	margin: 0;
}

/*******************************************
* Styles für Extension "tx_indexedsearch"
********************************************/
.tx-indexedsearch-searchbox-sword {height:20; width:230; font-size:11; border: 1px solid #999999; padding: 2px;}
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }
.tx-indexedsearch .tx-indexedsearch-whatis P .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
.tx-indexedsearch P.tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title { background:#eeeeee; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P { font-weight:bold; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P.tx-indexedsearch-percent { font-weight:normal; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P { font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P .tx-indexedsearch-redMarkup { }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#E0E7F5; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { color:#006699; margin-top:0px; margin-bottom:0px; background:transparent; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TABLE { background:#cccccc; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { vertical-align:middle; }
.tx-indexedsearch .tx-indexedsearch-res .noResume { color : #666666; }
.tx-indexedsearch-sw, .csc-sword, .tx-indexedsearch-redMarkup { font-family: monospace; font-style: normal; padding:0 0.3em 0 0.3em; background:#ffff88; border: 1px #ccd solid; }

/*******************************************
* Styles für Extension "tx_tipafriend"
********************************************/

.tipafriend_1 {
	font-size: 12px;
}

.tipafriend_2 {
	font-size: 12px;
}

td.zelleTipafriend {
	background-color: #CCFFFF;
	color: #CC3399;
	font-weight: bold;
}

/*******************************************
* Styles für Extension "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 #F9FFE5;

}
.news-latest-container HR.clearer {
	clear:left;
}

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.latest_header {
}

.news-latest-container {
}

.news-latest-container H2,.news-latest-gotoarchive {
	color:#fff;
	padding:3px;
	margin:3px;
	border:1px dotted #3399CC;
	background-color:#769024;
}

.news-latest-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	padding:3px;
	margin-top:13px;
	margin-left:3px;
	margin-right:3px;
	margin-bottom:0px;
}

.news-latest-item H3 {
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.news-latest-item P {
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: -18px;
}

.news-latest-item IMG {
	margin-bottom:0px;
	margin-right:5px;
	border:1px solid #666;
	float:left;
}

.news-latest-date,.news-latest-morelink,.news-latest-category {
	font-size:9px;
}

.news-latest-morelink {
	height:12px;
	padding-bottom:0px;
}

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


/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {
	
}
.news-list-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	padding:3px;
	margin:3px;
}



.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: 10px;
	padding: 2px;
	background-color: #CCCCCC
}

.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED,.news-list-container H3 A:HOVER {
	color:#0033CC;
	padding-left:2px
}

.news-list-container H3 A {
	color:#FFFFFF;

}
.news-list-container P {
	padding-left:3px;
}
.news-list-date {
	float: right;
	color: #999999;
	width: 180px;
	text-align: right;
	height: 22px;
	margin-top: -4px;
	margin-right: -2px;
	font-size: 10px;
	font-weight: normal;
	background-color: #FFFFFF;
	}

.news-list-imgcaption {
	float: right;
	padding-top:3px;
	padding-right:3px;
	font-size: 9px;

	}

.news-list-container IMG {
	float: right;
	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:11px;
	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;
	padding:3px;
}

.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: #CCCCCC;
}
.news-search-emptyMsg {
	font-size: 11px;
	margin-left: 10px;
}
	/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
	padding:5px;
	margin-bottom:5px;
}

.news-single-item H2 {
	font-size: 16px;
	font-weight:bold;
	color: #0033CC;
	margin-bottom: 0px;
}
.news-single-item H3 {
	margin-bottom: 15px;
	font-size: 12px;
}

.news-single-img {
	float: right;
	margin-left:5px;

}

.news-single-imgcaption {
	margin-top: -2px;
	padding:2px;
	clear:both;
}

.news-single-category {
	float: right;
}

.news-single-backlink, .news-single-backlink a {
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.news-single-timedata {
	float: right;
}

.news-single-timedata, .news-single-author,.news-single-imgcaption {
	font-size: 10px;
	color: #666666;
}
.news-single-author {
	padding-bottom: 3px;
}
.news-single-additional-info {
/*	clear: both;*/
	margin-top: 15px;
	padding:3px;
	padding-bottom:0px;

}
.news-single-related,.news-single-files,.news-single-links  {
	border: 1px solid #999999;
	margin:0px;
	margin-bottom: 5px;
	padding:3px;
}

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

.news-single-links P {
	margin:0px;
}

.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 {
}

.news-amenu-container LI {
	padding-bottom:1px;
}
.news-amenu-container UL {
	padding:3px;
	margin-top:5px;
	margin-left:0px;
	margin-bottom:0px;
	list-style-type: none;
}
.news-amenu-container H2 {
}
.news-amenu-item-year {
	font-weight: bold;
	padding-top: 5px;
	color:#FF3300;
}

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