div#sitewrapper {
	background: url(../pics/bg-top-green.png) repeat-x;
}

div#mainmenuwrapper {
	height: 121px;
	padding-left: 20px;
}

.gridwrapper {
	padding: 0px 9px 0px 9px;
}

div.gridwrapper.gray .csc-header h3 {
	padding-top: 25px;
}

div#submenu {
	margin-top: 25px;
}

div.gridwrapper.gray .csc-header h4 {
	padding-top: 10px;
}

div#rootline ul#breadcrumblist {
	line-height: 25px;
}

div#rootline_wrapper {
	height: 35px;
	padding: 0px 20px;
}

p.rootline {
	margin-bottom: 0px;
	line-height: 35px;
}

p.bodytext {
	margin-bottom: 20px;
}

ul#breadcrumblist li {
	float: left;
}

div#submenu ul {	
	margin-bottom: 0px;
	list-style: none;
	border-top: #bfbfbf 1px solid;
}

div#submenu ul li {
	margin-left: 0px;
	border-bottom: #bfbfbf 1px solid;
}

div#submenu ul li a {
	font-size: 13px;
	display: block;
	padding: 5px 7px 5px 15px;
	background: url(../pics/list-pfeil.png) no-repeat left center;
}

div#submenu ul li a:hover {
	background: #e5e5e5 url(../pics/list-pfeil-gruen.png) no-repeat left center;
}

li.menu1-lev2-cur a {
	background: #e5e5e5 url(../pics/list-pfeil-gruen.png) no-repeat left center !important;
}

/* 
 * Gr�ner Bereich
 */
.green {
	background-image: url(../pics/bg-branding-green.png);
	background-repeat: repeat-x;
	height: 282px;
	padding: 14px 9px 0px 9px;
}

#branding .green {
	font-size: 13px;
	background: #1e720c;
	color: #ffffff;
	background-image: url(../pics/bg-branding-green.png);
	background-repeat: repeat-x;
	background-position: 50% -45px;
	height: 1%;
	padding-top: 0px;
}
#branding .green .left {
	padding-top: 20px;
}

#branding .green h4 {
	font-size: 16px;
	color: #ffffff;
}

.green h3 {
	color: #fff;
	margin-bottom: 0px;
	padding-left: 35px;
	line-height: 30px;
	font-size: 16px;
	background: #bfbfbf url(../pics/pfeil.gif) no-repeat left center;
}

.green h3 a {
	color: #fff;
}

.green div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom: 0px;
}

.gray {
	background: #f8f8f8; height: 1%;
}

div#logo {
	position: absolute;
	top: 0px;
	right: 50%;
	margin-right: -465px;
}

div#logo img {
	height: 135px;
	width: 310px;
}

div#copyrightinformation {
	background: url(../pics/footer-bg.png) repeat-x;
	color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
}

div#copyrightinformation a {
	color: #fff;
}

.copyrightinfo {
	font-size: 11px;
	margin-top: 10px;
}

.gridwrapper gray {
	margin-top: 8px; margin-bottom: 8px;
}

.contentbox {
	padding: 5px 15px 15px 15px;
}

.color-gray {
	position: relative;
	background: #eeeeee;
}

div.contentbox.color-gray {
	margin-bottom: 20px;
}

body#page_1 div.contentbox.color-gray {
	padding-top: 25px;
	height: 250px;
}

div.color-gray dl.csc-menu-4 dt {
	font-size: 14px;
	padding-left: 25px;
	background: url(../pics/pfeil-klein-gruen.gif) no-repeat left center;
}

div.color-gray dl.csc-menu-4 dd {
	font-size: 12px;
	padding-left: 25px; margin-bottom: 10px;
}


/* 
 * Jobcontrol
 */
div.tx-dmmjobcontrol-pi1 .dmmjobcontrol_search_tr {
	line-height: 30px;
}

div.tx-dmmjobcontrol-pi1 td.dmmjobcontrol_search_td1 {
	padding-right: 8px;
}

div.tx-dmmjobcontrol-pi1 tr.dmmjobcontrol_search_tr select {
	width: 180px;
}
 
 
div.tx-dmmjobcontrol-pi1 tr.dmmjobcontrol_search_tr input[type=text]  {
	width: 174px;
}


/*
 * Mailforms
 */
 
.tx-thmailformplus-pi1 p.label-and-text {
	line-height: 30px;
}

.grid_8 .tx-thmailformplus-pi1 p.label-and-text label,
.grid_8 .tx-thmailformplus-pi1 p.label-and-select label  {
	display: block;
	float: left;
	width: 180px;
}

input,textarea,.tx-thmailformplus-pi1 p.label-and-text input,.tx-thmailformplus-pi1 p.label-and-textarea textarea, select {
	font: 12px Verdana, Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	color: #656565;
	padding: 4px;
	border: #c1c1c1 1px solid;
	background-color: #f5f5f5;
}

.grid_8 .tx-thmailformplus-pi1 p.label-and-text input {
	width:380px;
}

.grid_8 .tx-thmailformplus-pi1 p.label-and-text input[type="checkbox"],
.grid_8 .tx-thmailformplus-pi1 p.label-and-text input[type="radio"] {
	width: auto;
}

.grid_8 .tx-thmailformplus-pi1 p.label-and-text input#street,
.grid_8 .tx-thmailformplus-pi1 p.label-and-text input#ort {
	width:270px;
}

.grid_8 .tx-thmailformplus-pi1 p.label-and-text input#nr,
.grid_8 .tx-thmailformplus-pi1 p.label-and-text input#plz {
	width:96px;
}

.tx-thmailformplus-pi1 p.label-and-textarea label {
	display: block;
	margin-bottom: 10px;
	padding-top: 15px;
}

.grid_8 .tx-thmailformplus-pi1 p.label-and-textarea textarea {
	width: 560px;
	height: 300px;
}

p.label-and-checkbox {
	float: left;
	padding-right: 50px;
}

p.label-and-checkbox label {
	width: 110px;
	display: block;
	float: left;
}

fieldset {
	border: #c1c1c1 1px solid;
	padding: 20px 15px;
	
}

.required {
	font-weight: bold;
}


/*
 * Comment Form
 */
div.tx-comments-captcha input.tx-comments-comment-input {
 	width: 100px !important;
}

/*
 *	Bewerberbox "Check it"
 */

form#bewerberbox {
	margin: 11px 0px;
}

form#bewerberbox p.label-and-text label {
	width: 72px;
	line-height: 21px;
	float: left;
	display: inline;
}

form#bewerberbox p.label-and-text input {
	width: 180px;
}

p.submitbutton{
	text-align: right;
}

table.contenttable {
	margin: 15px 0px 25px 0px;
}

/* Tabellen */
table.contenttable td,
table.contenttable th {
	padding: 2px 10px;
	border: #bfbfbf 1px solid;
}

table.contenttable th {
	font-weight: normal;
	text-align: left;
	background: #388F25;
	color: #fff;
	border-color: #388F25;
}

tr.tr-even {
	background: #fff;
}

a#togglePartner {
	display: block;
	height:95px;
	right: 50%;
	margin-right: -498px;
	top: 75px;
	position: absolute;
	width: 95px;
	background: url(../pics/partnerseiten.gif) no-repeat;
	color: #fff;
	text-indent: -9999px;
}

#partner {
	display: none;
	position: absolute;
	top: 0px;
	right: 50%;
	margin-right: -175px;
	width: 300px;
	font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	background: #B65A32;
	padding: 25px;
	color: #EFEFEF;
	border: #c5c5c6 3px solid;
	border-top: none;
	text-align: center;
}

#partner h3, #partner a {
	color: #fff;
}
