/*
 * GENERAL
 *
 */
IMG {
	border: none;
}
body{
	margin: 0px;
	font-size: 10px;
	font-family: "arial regular",arial;
}
input{
	font-size: 11px;
	font-family: "arial regular",arial,Helvetica,sans-serif;
}
h1 {
	font-size: 12px;
	font-family: "arial regular",arial,Helvetica,sans-serif;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

ul {
	list-style-image: url("images/strich.gif");
	margin: 0px;
	padding-left: 17px;
}

.csc-firstHeader{
	font-weight: bold;
	color: #000000;
}


a {
	text-decoration: underline;
	color: #000000; 
	font-size: 12px;
}
form {
	margin: 0px;
}

sup {
	vertical-align:top;
}

p.bodytext{
	margin: 0px;
}

.csc-header{
	margin-bottom: 12px;
}


/*
 * LAYOUT CONCEPT
 *
 */

#all {
	width: 1050px;
	text-align: left;	
}

#left {
	width: 151px;	
	float: left;	
}
#right {	
	width: 866px;
	float: left;
	margin-left: 9px;
}





/*
 *LEFT PLACEHOLDER
 *
 */
#logoLeft{
	width: 125px;
	height: 142px;
	margin-left: 26px;
	margin-top: 20px;
}
#menuLeft{		
	width: 151px;	
	margin-top: 56px;
	margin-left: 0px;
}




/*
 * RIGHT PLACEHOLDER
 *
 */
#logoRight{	
	width: 837px;
	margin-left: 17px;
	height: 142px;
}
#leftContent{	
	width: 387px;
	float: left;
	padding-left: 16px;
	margin-right:  50px;	
}
#rightContent{			
	width: 385px;	
	float: left;
	
}
#footer{	
	border-top: 1px solid #6db42d;
	border-bottom: 1px solid #6db42d; 
	width: 822px;
	height: 18px;
	color: #a6a8a9;
	margin-left: 176px;
	margin-top: 30px;
	margin-bottom: 42px;
	font-size: 10px;
	line-height: 18px;
	position: relative;
}

#footer a{
	color: #a6a8a9;
	font-size: 10px;
	text-decoration: none;
}

form table tr td.csc-form-fieldcell INPUT.form-error {
	border-color: #cd015a;	
}




/*
 * Left-Content Placeholder
 *
 */
#menuTop{
	width: 436px;
	height: 35px;		
	margin-top: 21px;
	padding-top: 4px;
}
#path {
	color: #9c9e9f;
	font-size: 10px;
	margin-bottom: 24px;
	margin-left: 2px;		
}
#path div a{
	color:  #c1c3c4;
	text-decoration: none;
	float: left;
}
#path .delimiter{
	float: left;
	background-image: url("images/rootline-delimiter.gif");
	height: 10px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 2px;
	width: 1px;	
}
#content{		
	font-size: 12px;
	padding-top: 0px;
	margin-left: 2px;	
}



#content p {		
	line-height: 18px;
}

.csc-mailform tr{
	height: 18px;
	line-height:18px;
}

.csc-mailform td{
	height: 15px;
	line-height:15px;
	vertical-align: top;
}

.csc-mailform td p {
	margin:0;
	vertical-align: top;
}

csc-form-radio {
	border: none;
}

#checkboxUnterlagen input{
	border: none;
}



/*
 *Left-Content Placeholder
 *
 */
#toolbar{		
	/*height: 62px;*/
	margin-top: 17px;
	float: right;
}


#boxes{		
	width: 385px;
	margin-top: 84px;
}





/*
 * TOOLBAR
 *
 */
#toolbar div{
	float: left;		
}

#toolbar div.suche {
	width: 144px;
	height: 31px;
}

#toolbar div.suche-franz {
	width: 166px;
	height: 31px;
}



#toolbar div.suche {
	background-image: url("images/suchfeld.gif");
}

#toolbar div.suche-franz{
	background-image: url("images/recherche.gif");
} 

#toolbar div.suche input, #toolbar div.suche-franz input{
	width: 90px;
	height: 13px;
	border-width: 0px;
	margin-left: 46px;
	margin-top: 6px;	
}

#toolbar div.suche input{
	margin-left: 46px;
}

#toolbar div.suche-franz input{
	margin-left: 68px;
}


#toolbar div.delimiter{
	background-image: url("images/delimiter.gif");
	width: 2px;
	height: 31px;
	margin-left: 10px;
	margin-right: 10px;
}




/*
 * BOXES
 *
 */
#boxLeft {
	/*height: 385px;*/	 
	float: left;
}
#boxLeft.boxes-one-column {
	width: 366px;
}
#boxLeft.boxes-two-columns {
	width: 183px;
}
#boxRight{
	width: 183px;
	/*height: 385px;*/	
	float: right;
}
div.small-box{
	height: 102px;
	width: 183px;	
	margin-bottom: 20px;	
}
div.small-box div.box-content{
	padding: 7px;		
}
div.small-box div.box-content, div.small-box a{
	font-size: 12px;
	color: #ffffff;	
}
div.small-box div div.box-heading{	
	font-weight: bold;	
}
div.small-box div.box-text{
	height: 60px;
	overflow: hidden;
}
div.small-box div div.box-link{	
	text-align: right;
	margin-right: 7px;
}
div.large-box{
	width: 183px;
	height: 222px;
	background-image: url("images/box-large.gif");
	margin-bottom: 20px;			
}
div.large-box div.box-content{
	padding: 7px;		
}

div.large-box div.box-content, div.large-box a{
	font-size: 12px;
	color: #ffffff;	
}
div.large-box div div.box-heading{	
	font-weight: bold;	
}
div.large-box div div.box-text{	
	height: 60px;
	overflow: hidden;
}
div.large-box div div.box-link{	
	text-align: right;
	margin-right:7px;
}
div.large-box div.box-image{
	margin-top: 10px;
	text-align: center;
}




/*
 * MENU-TOP
 * 
 */
#menuTop div{
	float: left;	
}

#menuTop div a img{
	border: none;	
}
#menuTop div.delimiter{
	background-image: url("images/menu-top-delimiter.gif");
	width: 2px;
	height: 18px;
	margin-left: 10px;
	margin-right: 10px;
}




/*
 * MENU-LEFT
 *
 */
div.menu-left-entry-1-act, div.menu-left-entry-2-act, div.menu-left-entry-3-act{
	color: #cd015a;
	border-bottom: 1px solid #cd015a;
	line-height: 2px;  
}
div.menu-left-entry-1, div.menu-left-entry-2, div.menu-left-entry-3{
	border-bottom: 1px solid;
	line-height: 1px;	
}
div.menu-left-entry-1, div.menu-left-entry-1-act{
	padding-left: 24px;	
}
div.menu-left-entry-2, div.menu-left-entry-2-act{
	margin-left: 24px;	
}
div.menu-left-entry-3, div.menu-left-entry-3-act{
	margin-left: 36px;	
}
div.menu-left-after-cur {
	margin-top: 8px;
}


/*
 * Management Extension
 *
 */
 div.management, div.management-right, div.management-last, div.management-last-right{				
	width: 170px;	
	height: 180px;	
	font-size: 10px;
	font-family: "arial regular",arial;
	float: left;	
	font-size: 12px;
	
}

 div.management, div.management-right{
 	margin-bottom: 30px;
}

div.management-right, div.management-last-right{
	margin-left: 40px;
}		
div.management div, div.management-right div, div.management-last div, div.management-last-right div{		
	line-height: 1.3;		
}		
div.management .image, div.management-right .image, div.management-last .image, div.management-last-right .image{		
	height: 113px;		
}
div.management .name, div.management-right .name, div.management-last .name, div.management-last-right .name{
	margin-top: 6px;
	line-height: 15px;	
	font-weight: bold;
}
div.management .link, div.management-right .link, div.management-last .link, div.management-last-right .link{		
	text-decoration: underline;
	line-height: 15px;	
}	
div.management .link a, div.management-right .link a, div.management-last .link a, div.management-last-right .link a{		
	text-decoration: none;
}




/*
 * Customerlist Extension
 *
 */	
div.customer div, div.first-customer div{
	float: left;
	margin: 0;
}
div.customer, div.first-customer{
	width: 400px;	
	font-size: 10px;
	font-family: "arial regular",arial;
	height: 60px;
	margin: 0;
}

div.first-customer{
	margin-top: 21px;
}

div.address{		
	width: 170px;
	overflow: hidden;
}
div.address p{
	margin: 0;		
}
div.logo{
	width: 	210px;
	padding-left: 4px;
}





td.csc-form-fieldcell input, td.csc-form-fieldcell select, td.csc-form-fieldcell textarea {
	border:1px solid #669933;
}

select {
	border:1px solid #669933;
}

input, textarea, select {
	font-size:11px;
}

/* Menu / Sitemap, "Sitemap" */

DIV.csc-menu-2 { }

DIV.csc-menu-2 P.csc-sitemap { margin-top: 5px; margin-bottom: 5px;}

DIV.csc-menu-2 P.csc-sitemap A { text-decoration: none; }

DIV.csc-menu-2 P.csc-sitemap-level1 { margin-left: 0px; margin-top: 20px;}

DIV.csc-menu-2 P.csc-sitemap-level2 { margin-left: 20px; }

DIV.csc-menu-2 P.csc-sitemap-level3 { margin-left: 40px; }

DIV.csc-menu-2 P.csc-sitemap-level4 { margin-left: 60px; }

DIV.csc-menu-2 P.csc-sitemap-level1 A { color: #000000; letter-spacing: 1px; font-weight: bold; }

DIV.csc-menu-2 P.csc-sitemap-level2 A { color: #000000; color:#000000;}

DIV.csc-menu-2 P.csc-sitemap-level3 A { color: #000000; color:#000000;}

DIV.csc-menu-2 P.csc-sitemap-level4 A { color: #000000; color:#000000;}



DIV.csc-menu-2 P.csc-sitemap-level1 A:hover { color: #80be49;}

DIV.csc-menu-2 P.csc-sitemap-level2 A:hover { color: #80be49;}

DIV.csc-menu-2 P.csc-sitemap-level3 A:hover { color: #80be49;}

DIV.csc-menu-2 P.csc-sitemap-level4 A:hover { color: #80be49;}



DIV.csc-sitemap UL {
	list-style:none outside none;
	margin-top: 5px; 
	margin-bottom: 5px;
	padding-left:0px;
}


DIV.csc-sitemap a{
	text-decoration:none;
}

DIV.csc-sitemap UL LI {
	line-height:18px;
	margin-top:20px;
}

DIV.csc-sitemap UL LI a{
	color:#000000;
	font-weight:bold;
	letter-spacing:1px;
}


DIV.csc-sitemap UL UL{
	padding-left:20px;
}

DIV.csc-sitemap UL LI LI{
	margin-bottom:5px;
	margin-top:5px;
}

DIV.csc-sitemap UL LI LI a{
	font-weight:normal;
	letter-spacing:0px;
}

DIV.csc-sitemap A:hover {
	color: #80be49;
}



.placeholder{
	height: 16px;
	width: 1px;
}

.tx-thmailformplus-pi1, .tx-thmailformplus-pi1 form{
	padding: 0px;
	margin: 0px;
}


#toolbar a {
	text-decoration:none;
}

DIV.language a {
	background-image: url("images/language.gif");
	width: 12px;
	height: 31px;
	display: block;
}

DIV.language a:hover {
	background-image: url("images/language_rot.gif");
}

DIV.language1 a {
	background-image: url("images/language_german.gif");
	width: 12px;
	height: 31px;
	display: block;
}

DIV.language1 a:hover {
	background-image: url("images/language_german_rot.gif");
}

DIV.print-icon a {
	background-image: url("images/druck-symbol.gif");
	width: 25px;
	height: 31px;
	display: block;
}

DIV.print-icon a:hover {
	background-image: url("images/druck-symbol_rot.gif");
}

DIV.pdf a {
	background-image: url("images/pdf-symbol.gif");
	width: 20px;
	height: 31px;
	display: block;
}

DIV.pdf a:hover {
	background-image: url("images/pdf-symbol_rot.gif");
}

/*JOBS Extension
ul.job-categories{
	line-height: 2.5;
}
*/

ul.job-categories li {
	margin-bottom:20px
}
