   
.csc-mailform .csc-mailform-label {
margin-top:30px;
font-weight:bold;
border:none;
}

.csc-mailform-field label {
	width:auto;

}

.csc-mailform {
	border:none;
	margin-left:0px;
	padding-left:0px;
}

.csc-mailform fieldset {
	border:none;
	margin-left:0px;
	padding-left:0px;
}

.csc-mailform legend {
	font-weight:bold;
	margin-left:0px;
	padding-left:0px;
}



label {
  clear:both;
  display:block;
  width:80px;
  margin-bottom:px;
  padding-left:0px;
}

legend {
border:0px !important;
}


.csc-mailform-radio input {
	width:auto;
		float:left;
	display:block;
	margin-right:3px;
	margin-top:3px !important;
	margin-top:0px; /*to fix ie6 position*/
}


.csc-mailform-radio fieldset label {
	width:auto;
	clear:none;
	float:left;	margin-right:50px;
	display:block;
	padding-right:10px;
	white-space:nowrap; /*to fix ie6 wrapping*/
}



#stripe {
	margin-left: 0px;
	margin-top: 0px;
	height: 184px;
	width: 100%;
	background-color: #FFF8BD;
}

body {
	margin: 0px;
	margin: 0px;
	font-family: Verdana,Arial,sans-serif;
	font-size: 8px;
	font-weight: normal;
	background-color: #ffffff;
}

body.start {
	background-image: url('/fileadmin/images/bg_start.gif');
	background-repeat: repeat;
}

/* sitemap */

.csc-sitemap a:link,
.csc-sitemap a:visited
 {
	color: #000000 !important;
}

.csc-sitemap a:hover,
.csc-sitemap a:active {
	color: #EE7F00 !important;
}

/*  infonav */
#infoNavBox {
	text-align: right;
	top: 0px;
	height: 20px;
	width: 997px;
}

.infoNav {
	margin-top: 2px;
	padding-left: 5px;
	padding-right: 0px;
	height: 20px;
	text-align: right;
	color: #000000;
	font-family: Verdana,Arial,sans-serif;
	font-size: 11px;
	display: inline;
	float: right;
}

.infoNav a {
	padding-left: 5px;
	padding-right: 5px;
	color: #000000;
	text-decoration: none;
	font-family: Verdana,Arial,sans-serif;
	font-size: 11px;
}

/* searchbox */
.searchbox {
	font-size: 6px;
	height: 20px;
	white-space: nowrap;
	margin-right: 8px;
	display: inline;
	float: right;
}

.inputField	{
	margin-top: 1px;
	height: 15px;
	width: 110px;
	font-family: Verdana,Arial,sans-serif;
	font-size: 9px;
}

/* bannerbox / mainNav */
div.bglogo {
	position: absolute;
	top: 41px;
	left: 0px;
	width: 997px;
	height: 143px;
	background-image: url('/fileadmin/images/bglogo.gif');
	background-repeat: repeat;
	background-position: bottom left;
}

div.bglogo.company {
	background-image: url('/fileadmin/images/bglogo_1.gif');
}

div.bglogo.products {
	background-image: url('/fileadmin/images/bglogo_2.gif');
}

div.bglogo.refs {
	background-image: url('/fileadmin/images/bglogo_3.gif');
}

div.bglogo.partners {
	background-image: url('/fileadmin/images/bglogo_4.gif');
}

div.bglogo.training {
	background-image: url('/fileadmin/images/bglogo_5.gif');
}

#logo {
	bottom: 0px;
	left: 0px;
}

/* Start Seite */
#bannerStart {
	position: absolute;
	top: 41px;
	left: 0px;
	width: 997px;
	height: 143px;
}

#bannerTop {
	position: absolute;
	top: 41px;
	left: 0px;
	width: 997px;
	height: 278px;
	background-image: url('/fileadmin/images/bgLogoStart_top.jpg');
	background-repeat: no-repeat;
}

#bannerBottom {
	position: absolute;
	top: 184px;
	left: 0px;
	width: 762px;
	height: 135px;
	background-image: url('/fileadmin/images/bgLogoStart_bottom.jpg');
	background-repeat: no-repeat;
}

#mainNavBox {
	position: absolute;
	top: 18px;
	left: 330px;
	padding: 0;
	margin: 0px;
}

#mainNav {
	padding: 0;
	border-bottom: 1px solid #CCCCCC;
}

/* subnav */
.subNavBox {
	position: absolute;
	top: 210px;
	left: 0;
	width: 210px;
}

   
#subNavigation LI {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
	width: 210px;
}

#subNavigation UL {
	padding: 0;
	margin: 0;
}

   
#subNavigation A {
	font-family: Verdana,Arial,sans-serif;
	font-size: 10px;
	text-decoration: none;
	display: block;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 12px;
	padding-right: 0px;
	margin: 0;
	width: 210px;
}

/* erste SubNav-Ebene */
.navTreeLevel1 A:link,
.navTreeLevel1 A:visited {
	font-weight: bold;
	color: #333333;
	border-bottom: 1px solid #cccccc;
}

.navTreeLevel1 A:hover,
.navTreeLevel1 A:focus {
	background-image: url('/fileadmin/images/navmarker.gif');
	background-repeat: no-repeat;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	color: #EE7F00;
}

.navTreeLevel1active A {
	background-image: url('/fileadmin/images/navmarker.gif');
	background-repeat: no-repeat;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	color: #EE7F00;
}

/* zweite SubNav-Ebene */
.navTreeLevel2 A:link,
.navTreeLevel2 A:visited {
	font-weight: normal;
	color: #333333;
	border-bottom: 1px solid #cccccc;
	background-color: #FFFCE4;
}

.navTreeLevel2 A:hover,
.navTreeLevel2 A:focus {
	background-image: url('/fileadmin/images/navmarker.gif');
	background-repeat: no-repeat;
	border-bottom: 1px solid #cccccc;
	font-weight: normal;
	color: #EE7F00;
	background-color: #FFFCE4;
}

.navTreeLevel2active A {
	background-image: url('/fileadmin/images/navmarker.gif');
	background-repeat: no-repeat;
	border-bottom: 1px solid #cccccc;
	font-weight: normal;
	color: #EE7F00;
	background-color: #FFFCE4;
}

/* dritte SubNav-Ebene */
.navTreeLevel3 A:link,
.navTreeLevel3 A:visited {
	color: #333333;
	border-bottom: 1px solid #cccccc;
	background-color: #FFFCE4;
}

.navTreeLevel3 A:hover,
.navTreeLevel3 A:focus {
	background-image: url('/fileadmin/images/navmarker.gif');
	background-repeat: no-repeat;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	color: #EE7F00;
	background-color: #FFFCE4;
}

.navTreeLevel3active A {
	background-image: url('/fileadmin/images/navmarker.gif');
	background-repeat: no-repeat;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	color: #EE7F00;
	background-color: #FFFCE4;
}

   
/* content */
#contentBox {
	padding: 0;
	margin: 0px 0px 0px 240px;
	width: 755px;
	height: 500px;
}

#content {
	margin-top: 65px;
	margin-left: 90px;
	font-family: Verdana,Arial,sans-serif;
	font-size: 11px;
	font-weight: normal;
	width: 600px;
	color: #000000;
	line-height: 19px;
}

#content h1 {
	font-size: 15px;
	font-weight: bold;
}

#content h2 {
	margin-top: 10px;
	font-size: 12px;
	font-weight: bold;
}

#content h3 {
	margin-top: 20px;
	font-size: 11px;
	font-weight: bold;
}

#content h4 {
	margin-top: 20px;
	font-size: 11px;
	font-weight: bold;
}

/* content teaser */
#contentBoxStart {
	padding: 0;
	margin: 0;
	width: 755px;
	height: 500px;
}

#contentMotivStart {
	position: absolute;
	top: 350px;
	left: 150px;
	background-image: url('/fileadmin/images/motivStart.jpg');
	background-repeat: no-repeat;
	width: 591px;
	height: 174px;
}

.contentTeaserStart {
	width: 190px;
	margin-left: 790px;
	font-family: Verdana,Arial,sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	line-height: 13px;
}

.contentTeaserStart .teaserDate  {
	margin-top: 20px;
	font-weight: bold;
	color: #EE7500;
}

.contentTeaserStart .teaserHeader  {
	margin-left: 10px;
	margin-top: 10px;
	font-weight: bold;
	color: #000000;
}

.contentTeaserStart .teaserText  {
	margin-left: 10px;
	font-weight: normal;
	color: #000000;
}

.teaserTrenner  {
	margin-top: 15px;
	background-image: url('/fileadmin/images/TeaserStartLinie.gif');
	background-repeat: no-repeat;
	background-position: right;
	height: 5px;
	width: 190px;
}

/* listing */
#content UL {
	margin-bottom: 15px;
	margin-top: 15px;
	margin-left: 25px;
	line-height: 17px;
	padding: 0;
	list-style-image: url('/fileadmin/images/bullet.gif');
	list-style-type: square;
}

#content LI {
	margin-bottom: 5px;
}

/* links */
#content a:link, #content a:hover, #content a:active, #content a:visited {
	color: #F27C0E;
	text-decoration: none;
}

/* noPrint - Hides all elements irrelevant for printing */
.visualNoPrint {
	display: none;
}

/* suche */
.SucheBox {
	width: 520px;
	background-color: #EEF3F7;
}

.SucheTextfield {
	font-family: Verdana,Helvetica,Tahoma,TrebuchetMS,Arial;
	font-weight: bold;
	font-size: 10px;
	color: #000000;
}

.SucheLink a:link, .SucheLink a:visited, .SucheLink a:hover, .SucheLink a:active {
	font-family: Verdana,Helvetica,Tahoma,TrebuchetMS,Arial;
	font-size: 10px;
	font-weight: normal;
	color: #000000 !important;
}
	
.SucheLink a:hover, .SucheLink a:active {
	text-decoration: underline;
	color: #ffffff;
}

	
.SucheBeschreibungHeadline {
	font-family: Verdana,Helvetica,Tahoma,TrebuchetMS,Arial;
	font-weight: bold;
	font-size: 12px;
	color: #2D328E;
	margin-bottom: 15px;
	margin-top: 25px;
	margin-left: 2px;
	margin-right: 20px;
}

.SucheBeschreibungBox {
	width: 580px;
	background-color: #FFFFFF;
	margin-bottom: 20px;
}

.SucheBeschreibung H2 {
	margin-top: 0px;
}

.SucheBeschreibung P {
	margin-bottom: 0px;
}

.SucheBeschreibung {
	font-family: Verdana,Helvetica,Tahoma,TrebuchetMS,Arial;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	padding-top: 15px;
	padding-bottom: 18px;
	margin-left: 2px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-top: 0px;
	background-color: #FFFFFF;
}

.SucheKriterien {
	font-family: Verdana,Helvetica,Tahoma,TrebuchetMS,Arial;
	font-size: 11px;
	color: #000000;
	vertical-align: absmiddle;
}

.tx-indexedsearch {
	font-family: Verdana,Helvetica,Tahoma,TrebuchetMS,Arial;
	font-size: 10px;
}

.tx-indexedsearch TABLE {
	font-family: Verdana,Helvetica,Tahoma,TrebuchetMS,Arial;
	font-size: 10px;
	width: 580px;
}

.tx-indexedsearch TD {
	font-family: Verdana,Helvetica,Tahoma,TrebuchetMS,Arial;
	font-size: 10px;
}

.tx-indexedsearch-searchbox {
	font-family: Verdana,Helvetica,Tahoma,TrebuchetMS,Arial;
	font-size: 10px;
	padding: 0px;
	white-space: normal;
	margin-top:30px
}

.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-searchbox TD {
	padding: 3px;
	text-align: left;
	vertical-align: absmiddle;
}

.tx-indexedsearch .tx-indexedsearch-searchbox INPUT {
	font-size: 10px;
	height: 16px;
	border-width: 1px;
}

.tx-indexedsearch .tx-indexedsearch-searchbox SELECT {
	font-size: 10px;
	height: 16px;
	border-width: 1px;
}

.tx-indexedsearch .tx-indexedsearch-res {
	font-family: Verdana,Helvetica,Tahoma,TrebuchetMS,Arial;
	font-size: 10px;
}

.tx-indexedsearch .tx-indexedsearch-res .noresume {
	color: #666666;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr p {
	font-style: italic;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr p .tx-indexedsearch-redmarkup {
	color: #FF0000;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {
	background: #EEF3F7;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-sechead {
	margin-bottom: 5px;
	margin-top: 20px;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-sechead h2 {
	margin-bottom: 0px;
	margin-top: 0px;
}

.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 .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-whatis {
	margin-bottom: 5px;
	margin-top: 10px;
}

.tx-indexedsearch .tx-indexedsearch-whatis p .tx-indexedsearch-sw {
	font-style: italic;
	font-weight: bold;
}

.tx-indexedsearch p.tx-indexedsearch-noresults {
	font-weight: bold;
	text-align: center;
}

