@charset "utf-8";
/* CSS Document */

body {
	color: #333333;
}

a {
color: #009794;
background: transparent;
text-decoration: none;
}

a:hover {
color: #80c7c4;
text-decoration: underline;
}

a img {
border: 0 none;
}


/* NAVI Ebene 0 */

#navi ul{
	list-style-type:none;
	font-size: 100%;
}

#navi li {
	display: inline-block;
	margin-right: 30px;
	/*position:relative;*/
	float:left;
}

#navi a{
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
}

#navi a:hover{
	color:#80c7c4;
}

#navi .active{
	color:#fff;
}

#navi .secondline{
	font-size:80%;
	color: #80c7c4;
	text-transform:none;
}


/* NAVI Ebene 1 */

#fontNavi1 ul {
	list-style-type:none;
	margin-top: 9px;
	margin-bottom: 20px;
}

#fontNavi1 li {
	font-size: 1em;
	font-weight: normal;
	text-transform:none;
	display:block;
}

#fontNavi1 a/*, #fontNavi1 a:link, #fontNavi1 a:active, #fontNavi1 a:visited*/{
	background: transparent url(icon-mainnavi.gif) left no-repeat;
	background-position: 0 4px;
	margin: 0 25px 4px 4px; 
	padding: 0 0 4px 20px;
	text-decoration:none;
	border-bottom: #e1e1e1 solid 1px;
	display: block;
	color: #333333;
}

#fontNavi1 a:hover{
	color: #009794;
	display:block;
	background: url(icon-mainnavi.gif) left no-repeat;
	background-position: 0 4px;
}

#fontNavi1 .active {
	color: #009794;
	display:block;
	background: url(icon-mainnavi.gif) left no-repeat;
	background-position: 0 4px;
}



/* NAVI Ebene 2 */

#fontNavi2 ul {
	list-style-type:none;
	margin: 3px 0 10px 0;
	padding-left: 20px;
}


#fontNavi2 li {
	font-size: 0.93em;
	font-weight: normal;
	text-transform: none;
	display: block;
}

#fontNavi2 a{
	background: none;
	margin: 0 25px 2px 4px; 
	padding: 0 0 2px 0;
	display:block;
	border-bottom: #e1e1e1 solid 1px;
	text-decoration:none;
	color: #333333;
}

#fontNavi2 a:hover{
	color: #009794;
	display:block;
	background: none;
}

#fontNavi2 .active {
	color: #009794;
	display:block;
	background: none;
}


/* NAVI Ebene 3 */

#fontNavi3 ul {
	list-style-type:none;
	margin: 3px 0 3px 0;
	padding-left: 10px;
}

#fontNavi3 li {
	font-size: 1em;
	font-weight: normal;
	text-transform: none;
	display: block;
}

#fontNavi3 a{
	background: none;
	margin: 0 25px 2px 4px; 
	padding: 0 0 2px 0;
	display:block;
	border-bottom: #e1e1e1 solid 1px;
	text-decoration:none;
	color: #333333;
}

#fontNavi3 a:hover{
	color: #009794;
	display:block;
	background: none;
}

#fontNavi3 .active {
	color: #009794;
	display:block;
	background: none;
}


/* Inhalt */

#contentCenterText {
	background: url(bg-contentCenter.jpg) top center repeat-y;
	float: left;
	/*min-height: 350px;*/
	width:426px;
	text-align: left;
	position:relative;
	margin:0;
	padding: 8px 47px 0 47px;
	font-size: 0.80em;
}

#contentCenterText a {
color: #009794;
background: transparent;
text-decoration: underline;
}

#contentCenterText a:hover {
color: #80c7c4;
/*color:#e91378;*/
text-decoration: none;
}

#contentCenterText h1 {
	font-size: 1.60em;
	font-weight: normal;
	margin: 0 0 15px 0; 
	padding: 0 0 5px 0;
	color: #009794;
	background: transparent url(icon-h1.gif) left no-repeat;
	background-position: 0 5px;
	text-transform:uppercase;
	text-indent: 24px;
	border-bottom: #e1e1e1 solid 1px;
	display: block;
}

#contentCenterText h2 {
	font-size: 1.40em;
	font-weight: normal;
	margin: 14px 0 11px 0;
	padding: 0;
	color: #009794;
	background: none;
	text-transform:none;
}

#contentCenterText h3 {
	font-size: 1.20em;
	font-weight: normal;
	margin: 8px 0 6px 0;
	padding: 0;
	color: #009794;
	background: none;
	text-transform:none;
}

#contentCenterText p{
	margin: 8px 0;
}

#contentCenterText b, #contentCenterText strong{
	font-weight: normal;
	color: #009794;
}

#contentCenterText ul{
	list-style-type:none;
	margin-top: -2px;
	margin-bottom: 2px;
	/*padding-bottom: 10px;*/
}

#contentCenterText li {
	/*line-height: 16px;*/
	margin-top: 4px;
	margin-left: -39px;	
	padding-left: 12px;
	background: url(icon-content-list.gif) no-repeat top left;
	background-position: 0 5px;
}

#contentCenterText ol {
	list-style-type:none;
	list-style:none;
}

#contentCenterText ol li {
	background: none;
	margin: 0 0 0 -39px;
	padding:0;	
}

#contentCenterText img {
	padding: 1px;
	margin: 0;
	border: 1px solid #cecece;
}

#contentCenterText .csc-textpic-imagewrap {
	padding: 0 14px 0 0;
	margin: 0;
}

#contentCenterText iframe {
	margin: 0;
	padding: 1px;
	border: 1px solid #cecece;
}

/*.gallery img {
	margin:0;
	padding: 1px;
	border: 1px solid #cecece;
}*/

#contentCenterText acronym:hover {
	color: #80c7c4;
}

#contentCenterText table {
	margin: 0 0 12px 0;
	/*font-size: 0.80em;*/
}


#contentCenterText tr {
	font-weight:normal;
	font-style:normal;
}

#contentCenterText input, #contentCenterText textarea, #contentCenterText select {
	margin: 2px 0 2px 2px;
	font-size: 1.0em;
	background: #e1e1e1;
	border: solid 1px #cdcdcd;
}

#contentCenterText .searchbox-button {
	width: 16px;
	height: 16px;
	display: block;
	padding: 0;
	margin: -15px 0 0 10px;
	background: transparent url(symbolSearch.gif) no-repeat -1px -1px;
}

#contentCenterText .faq h3 {
font-size: 100%;
}


#contentCenterText .faq h3 a{
text-decoration:none;
}

#contentRightText{
	float: left;
	/*min-height: 350px;*/
	width:154px;
	text-align: left;
	position:relative;
	margin:0;
	padding: 0;
}

#contentRightText h1, #contentRightText h2 {
	font-size: 1em;
	font-weight: normal;
	color: #009794;
	text-transform:uppercase;
	border-bottom: #e1e1e1 solid 1px;
	background: transparent url(icon-mainnavi.gif) left no-repeat;
	background-position: 0 13px;
	padding: 8px 0 5px 20px;
	margin:0;
	display:block;
}

#contentRightText p{
	font-size: 0.80em;
	margin: 10px 0 10px 0;
}

#contentRightText ul{
	list-style-type:none;
	font-size: 0.80em;
	/*margin-top: -2px;
	margin-bottom: -2px;*/
}

#contentRightText li {
	/*line-height: 16px;*/
	margin-top: 2px;
	margin-left: -19px;	
	padding-left: 0px;
	/*background: url(icon-content-list.gif) no-repeat top left;
	background-position: 0 5px;*/
}

#contentBorderText{
	float: left;
	width:154px;
	text-align: left;
	position:relative;
	margin:0;
	padding: 0 0 0 0;
	font-size: 0.78em;
}

#contentBorderText h1, #contentBorderText h2 {
	font-size: 1.25em;
	font-weight: normal;
	color: #009794;
	text-transform:uppercase;
	border-bottom: #e1e1e1 solid 1px;
	background: transparent url(icon-mainnavi.gif) left no-repeat;
	background-position: 0 13px;
	padding: 8px 0 5px 20px;
	margin:0;
	display:block;
}

#contentBorderText p{
	margin: 10px 0 10px 0;
	line-height: 18px;
}

#contentBorderText a/*, #contentBorderText a:link, #contentBorderText a:active, #contentBorderText a:visited*/{
	/*background: transparent url(greendot.png) center right no-repeat;*/
	color: #333333;
	margin: 0 /*1px 0 0*/; 
	padding: 0 8px 0 0;
	border: none;
	text-decoration:none;
	/*display: block;*/
}

#contentBorderText a:hover{
	color: #009794;
}

#contentBorderText .active{
	color: #009794;
}

#contentBorderText .theFirst a, #contentBorderText .theMiddle a{
	float: left;
}

#contentBorderText .theLast a{
	float: left;
	background: none;
	margin:0;
	padding:0;
}

#contentBorderText input, #contentBorderText textarea, #contentBorderText select {
	margin: 2px 0 2px 2px;
	font-size: 1.0em;
	background: #e1e1e1;
	border: solid 1px #cdcdcd;
	margin: 6px 0 14px 0;
}

#contentBorderText .searchbox-button {
	width: 15px;
	height: 15px;
	display: block;
	padding: 0;
	margin: -8px 0 14px 9px;
	/*background: transparent url(symbolSearch.gif) no-repeat -2px -2px;*/
}


.trennerRechts, .trennerRechts a {
	background: transparent url(separator.gif) center right no-repeat;
	/*background-position: 0;*/
	margin-right: 5px;
	padding-right: 5px;
}

#goofbook, #goofbook h2 {
	font-size: 1.2em;
	margin:0;
	padding: 0 0 14px 0;
	font-weight: normal;
}

#goofbook h3  {
	font-size: 1.1em;
	margin:0;
	padding: 14px 0 8px 0;
	font-weight: normal;
}


		.tx-indexedsearch .tx-indexedsearch-browsebox LI { display:inline; margin-right:5px; }
		.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 { margin-top:10px; margin-bottom:5px; font-size: 1em; }
		.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw { font-weight:bold; font-style:normal; }
		.tx-indexedsearch .tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
		.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr { font-style:normal; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { color:#e91378; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#e1e1e1; }
		/*		.tx-indexedsearch-info { display:none; }*/
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top: 30px; margin-bottom: 5px; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { margin-top:0px; margin-bottom:0px; }

		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { background:#e1e1e1; vertical-align:middle; }
		.tx-indexedsearch .tx-indexedsearch-res .noResume { color:#333333; }
		.tx-indexedsearch .tx-indexedsearch-category { background:#e1e1e1; font-size:16px; font-weight:bold; }

		/* Additional styles, needed for the tableless template_css.tmpl (styles don't conflict with the original template) */
		.tx-indexedsearch .res-tmpl-css { clear:both; margin-bottom:1em; }
		.tx-indexedsearch .searchbox-tmpl-css LABEL { margin-right:1em; width:10em; float:left; }
		.tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch .percent-tmpl-css { letter-spacing:0; font-weight:normal; margin-top:-1.2em; float:right; }
		.tx-indexedsearch .info-tmpl-css dt, .tx-indexedsearch dl.info-tmpl-css dd { float:left; }
		.tx-indexedsearch .info-tmpl-css dd.item-mtime { float:none; }
		.tx-indexedsearch .info-tmpl-css dd.item-path { float:none; }
		.tx-indexedsearch-title {font-size:1.2em; }
		

		
#contentCenterText .browsebox ul{
	list-style-type:none;
	margin: 30px 0;
	padding: 30px 0;
}

#contentCenterText .browsebox li {
	margin: 0 12px 0 0;
	padding: 0;
	background: none;
}

#contentCenterText .tx-indexedsearch-browsebox {padding: 5px 0 15px 0;}

#contentCenterText .tx-indexedsearch-res img {border:none;}

#contentCenterText .tx-gooffotoboek-pi1 img {
	margin: 0;
	padding: 0;
	border: none;
}

#contentCenterText .gfpb_landscape img {
	margin: 0;
	padding: 1px;
	border: 1px solid #cecece;
}

#contentCenterText .gallery img {
	margin: 0;
	padding: 1px;
	border: 1px solid #cecece;
}

#contentCenterText .separator{
	margin: 0 0 16px 0;
	padding: 0;
	/*float:left;*/
}

.important {
	/*color:#ff0000;*/
	color:#e9006e;
}

#contentCenterText .tx-srfreecap-pi2-cant-read { font-size: 100%; color:#333333; }
#contentCenterText .tx-srfreecap-pi2-cant-read a:link { background-color:transparent; font-weight: normal; text-decoration:none; }
#contentCenterText LABEL {width: 420px;}
