/* 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";

.clear 
{
	clear: both;
	height: 0px;
	line-height: 1%;
	font-size: 0pt;
	width: 1px;
}


#page-section {
	margin: 0px auto;
	width: 925px;
}


#header-section,
#navigation-section,
#content-main-section,
#footer-section {
	position: relative;	
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#header-section {
	height: 109px;
}

#navigation-section {
	padding-bottom: 15px;
	background-image: url(../../fileadmin/res/css/img/horizontal_border.gif) ;
	background-position: bottom left;
	background-repeat: repeat-x;
}

#content-main-section {
	display: block;
	margin: 15px 0px;
	background-image: url(../../fileadmin/res/css/img/vertical-border.gif) ;
	background-position: bottom left;
	background-repeat: repeat-y;
}


#teaser-section {
	float: left;
	width: 122px;
	border: none;
}

#content-section {
	margin-left: 33px;
	width: 740px;
	float: left;
}


#footer-section {
	padding-top: 15px;
	background-image: url(../../fileadmin/res/css/img/horizontal_border.gif) ;
	background-position: top left;
	background-repeat: repeat-x;
	margin-bottom: 15px;
}
@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;
}
@CHARSET "ISO-8859-1";





.csc-textpic-imagerow{
	clear: both;
	}

.csc-textpic-image {
	
	float: left;
	margin-right: 30px;
} 

.csc-textpic-lastcol{
	margin-right: 0px;
}

.csc-textpic-caption{
	color: #666666;
	font-size: 95%;
	font-style: italic;
	clear: both;
	padding-top: 4px;
	}

BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}


/* *********************** */
/* Gueltig fuer alle CE    */
/* *********************** */

.ce,
.teaser {
	width:100%;
	padding: 13px 0px 0px 0px;
	margin: 0px;
	margin-bottom: 13px;
	background-image: url(../../fileadmin/res/css/img/horizontal_border_blue.gif) ;
	background-position: left top;
	background-repeat: repeat-x;	
	clear: both;
}



h1, h4, h5, h2 a, h3 a {
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	margin-bottom: 6px;
	color: #196092;
}

h1{
	font-size: 140%;
}
 h2 a, .teaser h3, h5 {
	padding-top: 0px;
	margin-bottom: 13px;
	color: #88B4DC;
	/*font-style: italic;
	font-size: 100%;
	font-weight: normal;*/
}

 h4, h5, h3 a {
	font-size: 100%;
	text-decoration: underline;
	margin-bottom: 13px;
}

h4, h5 {
	text-decoration: none;
	font-style:normal;
	margin-bottom: 0px;
}

h4.additional-margin {
	margin-bottom: 20px;
}

p {
	margin: 0px 0px 13px 0px;
	padding: 0px;
}

img {
	border: none;
}

a {
	color: #E42A25;
	text-decoration: none;
}

a:hover,
h3 a:hover  {
	color: #E42A25;
	text-decoration: underline;
}


h3 {
	font-size: 100%;
	color: #196092;
	font-weight: bold;
	font-style: normal;
	}

h2 {
	font-size: 110%;
	color: #196092;
	font-weight: bold;
	font-style: normal;
	}

/* *********************** */
/* CE    				   */
/* *********************** */





.ce-textpic,
.ce-image {
	margin-bottom: 0px;
}

.ce-textpic img {
	display: block;
	margin: 3px 20px 5px 0px;
	float: left;
}

.ce-textpic .intext-right {
	margin: 0px 0px 13px 20px;
	float: right;
}

.ce-textpic .intext-left {
	margin: 0px 20px 13px 0px;
	float: left;	
}

.ce-textpic .intext-right img {
	margin: 0px;
	display: block;
}

.ce-textpic .intext-left img {
	margin: 0px;
	display: block;
}

.ce-image img {
	display: block;
	float: left;
	margin: 0px 10px 13px 0px;
}

.ce-sitemap ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.ce-filelinks div.file {
	margin: 0px;
	padding: 0px;
	margin-bottom: 13px;
	width: 100%;
}

.ce-filelinks img {
	vertical-align: text-top;
	margin-right: 10px;
	float: left;
}

.ce-filelinks span {
	display: block;
}

.ce-filelinks a {
	padding-right: 10px;
}

.detail {
	color: #88B4DC;
	font-style: italic;
}

.important {
	color: #196092;
}


.teaser {
	margin-bottom: 0px;	
}

.first {
	background-image: none;
	padding-top: 0px;
}

.teaser h2, .teaser h2 a:link, .teaser h2 a:visited {
	/*font-size: 100%;
	font-style: normal;
	text-decoration: none;*/
	margin-bottom: 13px;
	color: #196092;
}

.teaser h3 {
	color: #88B4DC;
	font-style: italic;
	text-decoration: none;
}

.teaser h2 a:hover  {
	color: #E42A25;
	text-decoration: underline;
}

/* *********************** */
/* Unternehmen		       */
/* *********************** */
.ce-profile-image {
	float: right;
}
	
.ce-profile-image img {
	display: block;
	float: none;
	margin: 0px 0px 13px 20px;
} 

.ce-profile p {
	margin-bottom: 25px;
}


/* *********************** */
/* Teaserspalte		       */
/* *********************** */

#teaser-section .ce {
	background-image: none;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

#teaser-section h3 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	color: #ffffff;
	font-size: 90%;
	text-decoration: none;
	width: 100%;
}


#teaser-section ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	clear: both;
}

#teaser-section .suchnavigator ul li {
	line-height: 120%;
	background-image: url(../../fileadmin/res/css/img/suchnavigator_dotted_line.gif) ;
	background-position: top left;
	background-repeat: repeat-x;
}

#teaser-section .suchnavigator ul li a {
	display: block;	
	padding: 5px 1px;
}

#teaser-section .suchnavigator ul li a:hover {
	background-color: #FF9C99;
	color: #000000;
	text-decoration: none;
}

#teaser-section .counter ul li {
	float: left;
}

#teaser-section .counter span {
	background-color: #000000;
	padding: 0px 3px;
	font-family: Courier New, Courier, sans-serif;
	color: #ffffff;
	font-size: 120%;
}

#teaser-section a {
	color: #ffffff;
	text-decoration: none;
}

#teaser-section a:hover {
	text-decoration: underline;
}


#teaser-section form fieldset {
	margin: 0px;
}

#teaser-section form input.text {
	width: 100px;
	border: 1px solid #E42A25;
	padding: 2px 3px;
}

#teaser-section form input.submit {
	border: 1px solid #E42A25 !important;
	background-color: #E42A25 !important;
	color: #ffffff;
	cursor: pointer;
	padding: 0px !important;
	margin: 0px 0px 0px -2px;
}

ul.browsebox {
	margin: 0px 0px 10px 0px;
	padding: 0;
	list-style: 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(../../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(../../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(../../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(../../fileadmin/res/css/img/red_top.gif) ;
}

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


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

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


