/* default styles for extension "tx_indexedsearch" */
		.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; }
		.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
		.tx-indexedsearch .tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
		.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr { font-style:italic; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { color:red; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#eeeeee; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; 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:#cccccc; vertical-align:middle; }
		.tx-indexedsearch .tx-indexedsearch-res .noResume { color:#666666; }
		.tx-indexedsearch .tx-indexedsearch-category { background:#cccccc; 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; }
/* default styles for extension "tx_srfreecap_pi2" */
		.tx-srfreecap-pi2-image { margin-left: 1em; }
		.tx-srfreecap-pi2-cant-read { font-size: .9em; color:#35006d; }
		.tx-srfreecap-pi2-cant-read a:link { background-color:transparent; font-weight:bold; text-decoration:none; }
@CHARSET "ISO-8859-1";


/* ************************** */
/* Listen in Navigation       */
/* ************************** */

#navigation-box ul,
#footer-box ul,
#content-navi-box ul,
#breadcrumb-box ul {
	display: block;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	clear: both;
}

#navigation-box li,
#footer-box li {
	display: block;
	float: left;
	width: 132px;
	color: #ffffff;
}


/* ************************** */
/* Topnavi                    */
/* ************************** */

#navigation-box li.last {
	display: block;
	float: left;
}

#navigation-box li a {
	display: block;
	padding: 3px 8px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}



/* ************************** */
/* Subnavi                    */
/* ************************** */

#navigation-box ul ul {
	padding-bottom: 25px;
}

#navigation-box ul ul li {
	display: block;
	float: none;
	line-height: 120%;
}

#navigation-box ul ul a {
	display: block;
	color: #000000;
	font-weight: normal;
	margin: 0px 0px 0px 1px;
}

#navigation-box ul ul a:hover {
	background-color: #FF9C99;
}

#navigation-box ul ul a.current {
	background-color: #FF9C99;
}


/* ************************** */
/* Contentnavi                */
/* ************************** */

#content-navi-box ul {
	clear: none;	
}

#content-navi-box ul li {
	float: left;
	margin-right: 1px;
}

#content-navi-box a {
	display: block;
	padding: 3px 7px;
	text-decoration: none;
	color: #ffffff;
	background-color: #196092;
}

#content-navi-box a:hover,
#content-navi-box a.current {
	background-color: #88B4DC;
}


/* ************************** */
/* Breadcrumb                */
/* ************************** */
#breadcrumb-box ul li {
	float: left;
	color: #88B4DC;
}

#breadcrumb-box a {
	text-decoration: none;
	color: #88B4DC;
}

#breadcrumb-box a:hover {
	text-decoration: underline;
}


/* ************************** */
/* Footernavi                 */
/* ************************** */

#footer-box {
	background-color: #E42A25;
}

#footer-box ul {
	float: right;
}

#footer-box li {
	width: auto;
}

#footer-box li a {
	display: block;
	padding: 3px 8px;
	color: #ffffff;
	text-decoration: none;
}
form {
	width: 100%;
}
form legend {
	font-weight: bold;
	padding: 0;
	display: none;
	position: absolute;
	overflow: hidden;
	left: -2000px;
	width: 1px;
	height: 1px;
	text-indent: -2000px;
}
/**********************************************
fieldsets
**********************************************/
form fieldset {
	border: none;
	margin: 0px 0px 1em 0px;
	padding: 0px 0px 0px 0px;
}
form fieldset fieldset {
	width: auto;
	margin-top: 0em;
}
form fieldset.separator {
	margin-top: 10px;
	padding-top: 10px;
	background-image: url(../../typo3temp/scriptmerger/../../fileadmin/res/css/img/horizontal_border_blue.gif)  ;
	background-position: left top;
	background-repeat: repeat-x;
}

form fieldset.checkbox-group,
form fieldset.radiogroup {
	background-color: #88B4DC;
	padding: 10px 25px;
	margin: 0px;
}

/**********************************************
wrapper
**********************************************/
form fieldset div.field {
	padding: 0px 0px 10px 0px;
	margin: 0;
	clear: left; /* so kann das label mehrere zeilen haben */
	overflow: hidden; /* spannt p auf */
	height: 1%;	
	width: 100%;
}
form fieldset div.submit {
	/*padding: 10px 0px 5px 0px !important;
	margin: 10px 0px 5px 0px !important;*/
	/*border-top: 1px solid #D0D0D0;*/
	height: 1%;
}
form fieldset div.field-checkbox {
	width: 345px;
	float: left;
}

form fieldset.radiogroup div.field {
	width: 345px;
	float: left;
	clear: none;
}
/**********************************************
labels
**********************************************/
form fieldset div.field label {
	display: block;
	float: none;
	padding: 0.27em 0pt 0pt 0pt;
	margin-bottom: 5px;
	width: 100%;
	font-size: 100%;
	cursor: pointer;
	font-style: italic;
	color: #196092;
}
form fieldset div.field label.small {
	display: inline;
	float: left;
	padding: 0.27em 5px 0pt 15px;
	width: auto;
	font-size: 120%;
	cursor: pointer;
}
form fieldset div.field-checkbox label {
	float: left !important;
	display: inline;
	margin-left: 20px !important;
	width: auto !important;
}
form fieldset fieldset.radiogroup label {
	width: auto;
	display: inline;
	float: none;
	padding: 0px 2em 2px 0.4em;
}

form p.bodytext {
	font-style: italic;
	color: #196092;
}

/**********************************************
controls
**********************************************/
form div.field input,form div.field textarea {
	padding: 1px 4px 1px 4px;
}
form div.field input, form div.field select, form div.field textarea {
	width: 730px;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 100%;
	background-color: #88B4DC;
}

form div.field textarea {
	height: 85px;	
}

form div.field select {
	width: 740px;
	border: 1px solid #88B4DC;
}
form div.field input,form div.field select,form div.field textarea {
	border: 1px solid #88B4DC;
}
form fieldset div.field span.csc-mailform-label {
	clear:both;
	float: left;
	padding: 0.27em 0pt 0pt 0pt;
	margin: 0pt 0pt 1pt 140px;
	width: 270px;
	font-size: 100%;
}

form div.field input:focus,form div.field select:focus,form div.field textarea:focus {
	border: 1px solid #196092;
	background-color: #88B4DC;
}
form fieldset fieldset.radiogroup input {
	width: auto;
	display: inline;
	float: none;
	border: none;
}
form fieldset input.checkbox {
	width: auto !important;
	float: left;
	border: none;
	display: inline;
	margin: 0.27em 0pt 0pt 0pt !important;
}
form fieldset input.date {
	width: 80px;
	float: left;
}


form div.submit input.button,
form input.button {
	cursor: pointer;
	padding: 3px 5px !important;
	border: 0px;
	color: #ffffff;
	font-style: italic;
	background-color: #196092 !important;
	width: auto !important;
	border: 1px solid #196092 !important;
}/*
form input.button:hover {
	cursor: pointer;
	border: none;
	background-image: url(../../typo3temp/scriptmerger/../../fileadmin/res/css/../img/submit-button.gif)  ;
	background-position: left;
	background-repeat: no-repeat;
}*/
/**********************************************
errors
**********************************************/

.tx-veguestbook-pi1 .formerrors,
.formerrors {
	border: 1px solid #FF9C99;
	color: #FF9C99;
	padding: 10px;
	margin: 0px 0px;
	font-weight: bold;
}

.tx-veguestbook-pi1 .formerrors {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

.tx-veguestbook-pi1 .formerrors {
	border: none;
}

.tx-veguestbook-pi1 .formerrros ul,
.formerrors ul {
	list-style-type: none;
	padding: 0px 20px;
}

.tx-veguestbook-pi1 .formerrros ul {
	padding: 0px !important;
}

form .error {
	background-color: #FF9C99 !important;
}


.csc-mailform .radio fieldset {
	margin: -5px auto auto 140px;
}
.csc-mailform .radio fieldset input {
	width: auto;
	display: inline;
	float: none;
	border: none;
	margin: 0;
	padding: 0;
}
.csc-mailform .radio fieldset label {
	width: auto;
	display: inline;
	float: none;
	padding: 0px 2em 2px 0.4em;
}
#mailform input.button {
}

#mailform fieldset.radiogroup fieldset {
	margin-bottom: 0px;
}

#mailform fieldset div.checkbox label {
	margin-left: 20px;
}

.tx-srfreecap-pi2-image {
margin-left:0px;
margin-top:8px;
margin-bottom:8px;
}

/**********************************************
guestbook
**********************************************/

form fieldset span.required {
}

form fieldset div.capture img {
	margin-bottom: 5px;
}

label.radio{
	display: none;
}
@CHARSET "ISO-8859-1";

#header-section img {
	margin: 0px;
	padding: 0px;
	display: block;
}

#flash-banner-box {
	position: absolute;
	width: 659px;
	height: 109px;
	right: 0px;
	top: 0px;
	background-color: #FFFFFF;
}

#navigation-box {
	width: 100%;
	background-image: url(../../typo3temp/scriptmerger/../../fileadmin/res/css/img/bg_topnavi.gif)  ;
	background-position: left top;
	background-repeat: no-repeat;
}

#content-navi-box,
#breadcrumb-box {
	margin-bottom: 15px;
	width: 100%;
}

#footer-box {
}




/* *********************** */
/* Teaserspalte		       */
/* *********************** */

#teaser-section .outer {
	background-position: left top;
	background-repeat: no-repeat;
}

#teaser-section .inner {
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 6px;
}

#teaser-section .suchnavigator,
#teaser-section .search {
	background-color: #E42A25;
	background-image: url(../../typo3temp/scriptmerger/../../fileadmin/res/css/img/red_top.gif)  ;
}

#teaser-section .suchnavigator .inner,
#teaser-section .search .inner {
	background-image: url(../../typo3temp/scriptmerger/../../fileadmin/res/css/img/red_bottom.gif)  ;
}


#teaser-section .counter {
	background-color: #196092;
	background-image: url(../../typo3temp/scriptmerger/../../fileadmin/res/css/img/blue_top.gif)  ;
}

#teaser-section .counter .inner {
	background-image: url(../../typo3temp/scriptmerger/../../fileadmin/res/css/img/blue_bottom.gif)  ;
}




