#main_container{
	border: 1px solid red;
	width:1116px;
	margin:0 auto;
}

.CELEMENT{
	width:100%;
        font-size:11px;
  font-family:Arial;
}

.CELEMENT a{
        font-family:Arial;
}

#adspace{
	margin: 0 auto;
}
#ad2{
	text-align:center;
		}
#ad1{
	margin-top:120px;
	margin-right:70px;
	float:right;
	
}

.tx-kesmallads-pi1-teaser_row{
margin-top:0px;
}

/*--------------------------------------------------------------
	Reset CSS 
----------------------------------------------------------------*/



body {
	line-height: 1;
}



blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	padding:0;
}

table table table  td {
padding-left:4px;
padding-top:4px;

}

table.anzeigen {
  width: 100%;
}
table.anzeigen tr.row0 {
  background-color: white;
}
table.anzeigen tr.row1 {
}
table.anzeigen th {
  padding: 5px;
  font-weight: bold;
	text-align: left;
}
table.anzeigen td {
  padding: 5px;
}



table.detail {
  width: 100%;
}
table.detail tr.row0 {
  background-color: white;
}
table.detail tr.row1 {
}
table.detail th {
  padding: 5px 5px 5px 0;
  font-weight: bold;
	text-align: left;
}
table.detail td {
  padding: 5px 5px 5px 0;
}


/*--------------------------------------------------------------
	End Reset CSS 
----------------------------------------------------------------*/

html {
  margin:0;
  padding:0;
  font-size:11px;
  font-family:Arial;
  line-height: 16px;
}
/******************/
/* Headers, plain */
/******************/
H1 { font-size: 18px; color: #535353; padding-bottom: 10px; }
H2 { font-size: 16px; color: #535353; padding-bottom: 10px; }
H3 { font-size: 16px; color: #535353; padding-bottom: 6px;}
H4 { font-size: 14px; line-height: 17px; color: #535353; padding-bottom: 6px;}
H5 { font-size: 16px; color: ##00975e; padding-bottom: 6px; }
H6 { font-size: 14px; color: ##00975e; padding-bottom: 6px; }
H1, H2, H3, H4, H5, H6 { margin: 0px 0px 0px 0px; margin-top: 0px; margin-bottom: 0px; padding-top: 0px; }
H1.csc-firstHeader, H2.csc-firstHeader, H3.csc-firstHeader, H4.csc-firstHeader, H5.csc-firstHeader, H6.csc-firstHeader { margin-top: 0px;}

body{
  margin:0;
  padding:0;
  background-color:#ffffff;
}

p {
  margin-top: 5px;  
  margin-bottom: 5px;  
}
p.notice {
  font-style:italic;
}
a{
/*color: #007348;*/
color: #048c74;

}
/*flag für geschieckte Rechnungen*/

a:hover{
text-decoration: underline;
}
a.boldlink {
  font-size:12px;
  font-weight:bold;
  text-decoration:none;
}
a.invoice {
	color: #000;
}

.green {
  color: #048c74;
}

div.logo {
background-image:url(../img/logo.jpg);
padding-left:30px;

}
#main{
  width:1011px;
  margin-left:auto;
  margin-right: auto;
  background-image:url(../img/shaddow_rl.jpg);
  background-repeat:repeat-y;
  text-align:center;
}
#header{
  margin-left:13px;
  margin-right:15px;
  /*padding-top:10px;*/
  text-align:left;
  padding-bottom:41px;
  /*padding-left:35px;*/
}

#header_top{
	background:url(../img/schatten_top.gif) no-repeat;
	width:1011px;
	height: 28px;
  	margin:auto;
	}

#logo{
  float: left;
  height:61px;
  margin-left: 20px;
/*  background-image:url(../img/logo.gif);*/
  background-repeat: no-repeat;
  }
#bannerTop{
  float: right;
  padding-right: 20px;
}
  
 #footer{
  margin-left:auto;
  margin-right:auto;
  width:1010px;
  background:url('../img/footer.gif') no-repeat;
  height: 70px;
  list-style-type:none;
  padding-left: 9px;
  padding-top: 29px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  clear: both;
 }
  
#footer a,                  
#footer a:link,                
#footer a:visited,        
#footer a:hover,           
#footer a:active {             
	text-decoration:none;
	color: #FFF;
}

#footer ul {
	margin: 0;
	padding: 1px 21px 0 ;
}


#footer li {
	float: right;
	display: block;
	padding: 0 30px 0 0px;
}

a img {
	border:0px;
}

/*------------------------------------------------------------
		Head Navigation with Border
--------------------------------------------------------------*/


#menu {
	float:left;
	line-height:normal;
	width: 974px;
	border-bottom: 4px solid #32AB7E;
	list-style:none;
	margin-top: 15px;
	padding: 0px 0px 0 8px;
}
#menu ul {
	margin-left: 0;
	margin-top: 0px;
	padding: 0px 0px 0 10px;
	list-style:none;
}
#menu li {
	float:left;
	background:url("../img/btn_no_left.jpg") no-repeat left top;
	margin: 0;
	padding:0 3px 0 5px;
}

#menu a {
	float:left;
	display:block;
	background:url("../img/btn_act_right.jpg") no-repeat right top;
	padding:5px 9px 4px 6px;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
}

#menu > ul a {width:auto;}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a {float:none;}
	/* End IE5-Mac hack */
#menu a:hover {
	color:#333;
}

#menu li:hover, #menu li:hover a {
	background-position: 0% -24px;
	color:#fff;
}

#menu li:hover a {
    background-position:100% -24px;
}


#menu li.hi  {
	float:left;
	background:url("../img/btn_no_left.jpg") no-repeat left top;
	margin: 0;
	padding:0 3px 0 5px;
	background-position:0% -24px;
	
}

#menu .hi a {
	float:left;
	display:block;
	background:url("../img/btn_act_right.jpg") no-repeat right top;
	padding:5px 15px 4px 6px;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	background-position:100% -24px;
}


div.submenu {
}

div.submenu ul {
  margin: 0px;
  padding: 0px;
  margin-left: 20px;
  list-style: disc;
}
div.submenu ul li.hi {
  font-weight: bold;
}

#content_top{
  background-image:url(../img/content_top_bg.jpg);
  width:982px;
  height:26px;
  background-repeat:repeat-x;
  margin-top:0;
  margin-left:13px;
  margin-right:16px;
}

#container{
	margin: auto;
	width:970px;
	padding-bottom:15px;
    text-align:left;
	font-size:12px;
	font-family:Arial;
    line-height: 16px;
/*	padding-right: 10px;*/
  }
#left{
	float:left;
	width:185px;
	padding-top: 15px;
	padding-left:10px;
}
#right{
	float:right;
	padding-top: 15px;
	padding-right: 10px;
	width: 185px;
}
#center{
	float: left;
	width: 525px;
	text-align:left;
	margin: 0 25px;
	/*padding-bottom: 20px;*/
	padding-top: 15px;
}

div#center.pdf{
width:auto;
}

#content{
	width: auto;
	margin: 0 15px 0 220px;
	text-align:left;
	padding-bottom: 20px;
	padding-top: 18px;
}

div.contentLine {
	border-bottom:1px dashed #d7d7d7;
	margin-top:10px;
}
div.contentCols div.clearer {
	clear:right;
}
.clearer {
	clear:both;
}


/*------------------------------------------------------------
		Content Box Left and Right (Gray Color)
--------------------------------------------------------------*/

.content-box-header{
  background:url('../img/box-header.gif') no-repeat;
  width: 181px;
  height:31px;
}

.content_box_header h4,
.content-box-header h4 {
	padding: 7px 0 0 10px;
	color: #fff;
}



.content_box_middle,
.content-box-middle{
  background:url('../img/box-middle.gif') repeat-y;
  width: 160px; /* keep width-value low to avoid padding near border of  the content box */
  padding: 5px 12px;
}


.content_box_middle li,
.content-box-middle li{
padding-right: 10px;
margin-left:-5px;
}



.content-box-footer{
  background:url('../img/box-footer.gif') no-repeat;
  width: 181px;
  height:7px;
  margin-bottom: 15px;
}

/*------------------------------------------------------------
		Content Box Left and Right (Green Color)
--------------------------------------------------------------*/

.content-box-header-green{
  background:url('../img/box-header-green.gif') no-repeat;
  width: 181px;
  height:28px;
}

.content_box_header-green h4,
.content-box-header-green h4 {
	padding: 7px 0 0 10px;
	color: #fff;
}



.content_box_middle-green,
.content-box-middle-green{
  background:url('../img/box-middle-green.gif') repeat-y;
  width: 160px; /* keep width-value low to avoid padding near border of  the content box */
  padding: 5px 12px;
	color: #fff;
}


.content_box_middle-green a,
.content-box-middle-green a{
	color: #fff;
}

.content_box_middle-green a.activate {
	color: #000;
}


.content_box_middle-green li,
.content-box-middle-green li{
padding-right: 10px;
margin-left:-5px;
}



.content-box-footer-green{
  background:url('../img/box-footer-green.gif') no-repeat;
  width: 181px;
  height:7px;
  margin-bottom: 15px;
}

.image{
  float:left;
  width:250px;
  background-color:#ccc;
  height:80px;
}
.jobsuche{
  width:250px;
  height:80px;
  background-color:red;
}


div.boxEckig {
	margin-bottom: 15px;
	padding: 10px;
	border: 1px solid #ccc;
}
div.boxEckig.home {
	background: url('../img/images/home_content.jpg') no-repeat;
	border: 2px solid #D7D7D7;
}


/*--------------------------------------------------------------
	2 Columns 
----------------------------------------------------------------*/

div.contentCols {

}

div.contentCols .contentCol-left {
  float: left;
  width:240px;
}
div.contentCols .contentCol-right {
  float: right;
  white-space:normal;
  width:240px;
}

/* Layout 1 */

.div_seperator {
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #a0a0a0;
}




/*--------------------------------------------------------------
Arbeitgeber shop
----------------------------------------------------------------*/

.testkrams{
  border:2px solid red;
}

.greyBox{
  border:2px solid #d7d7d7;
  background-color: #f3f3f3;
  padding-left:10px;
  padding-right:10px;
  padding-bottom:20px;
  padding-top:5px;
  margin-bottom: 15px;
}

.bghell {
	background-color:#e4eae8;
}


/*--------------------------------------------------------------
Arbeitgeber shop end
----------------------------------------------------------------*/


/*--------------------------------------------------------------
Formulare
----------------------------------------------------------------*/
form {
	padding: 0;
	margin: 0;
}
form label {
  width: 200px; /*170px*/
  float: left;
}

form.short label {
	width: 170px;
}

form input,
form select,
form textarea {
  width: 325px;
  margin-bottom: 5px;
}
form input.suchen {
width:auto;
margin-bottom:0;
margin-left:12px;
vertical-align:middle;
padding-bottom: 5px;
}

select.datum {width: 55px}
form select.input {
  margin-bottom: 5px;
}
form input.checkbox {
  width: 18px;
}
form select {
  margin-bottom: 5px;
}
form input.w100 {
  width: 100px;
}
form input.w200 {
  width: 200px;
}
form input.w50 {
  width: 50px;
}
form input.input.hi,
form textarea.input.hi,
form select.input.hi {
  border: solid 1px red;
}
#formLogin input {
  width: 150px;
}
#formLogin input.anmelden {
  width: 100px;
}
form #btnAnmelden {
	background: url(../img/btn-green.gif);
	border: none;
	height: 26px;
	color: #fff;
	/*text-align: left;*/
}
a.greenButton {
	background: url(../img/btn-green.gif);
	border: none;
	height: 26px;
	color: #fff;
	display: block;
	text-align: center;
	font-size: 12px;
	line-height:22px;
	text-decoration: none;
	/*text-align: left;*/
}

form#formLogin label {
	float: none;
}

/*--------------------------------------------------------------
CSS-Anpassung Arbeitgeber
----------------------------------------------------------------*/

.border_dashed{
border-bottom:1px dashed #cecece;
padding: 0 0 15px 0;
}


div.divErrorMessages {
  border: 2px solid red;
  padding: 10px;
  background-color: white;
  margin-bottom: 15px;
}
div.divErrorMessages li {
  margin-left: 20px;
}
div.divSuccessMessages {
  border: 2px solid green;
  padding: 10px;
  background-color: white;
  margin-bottom: 15px;
}
div.divSuccessMessages li {
  margin-left: 20px;
}

div.content_box_middle-green div.divErrorMessages {
	color: #000;
}

/*--------------------------------------------------------------
Kleinanzeigen Detailansicht
----------------------------------------------------------------*/

table.detail_job_small {
	/*border-collapse:separate;*/
	border-collapse:collapse;
	padding:8px;
	width:100%
}

table.detail_job_small td {
	vertical-align:top;
	width:50%;
	padding-bottom:5px;
	padding-right:12px;
}

table.detail_job_small td .head {
	font-weight:bold;
	/*color:#535353;*/
}
tr.temp {
border-top:1px solid #333333;}

/*h4.kleinanzeige {
background: transparent url(../img/box-header.gif) no-repeat scroll 0 0;}*/
/*--------------------------------------------------------------
Pinnwand
----------------------------------------------------------------*/

div.bulletin {
	border: 2px solid #c5c6c8;
	padding: 7px;
	margin-bottom: 5px;
	background-color: #fff;
	text-align: center;
	zoom: 1;
}

div.bulletin.bulletin_all {
	text-align: left;
}

div.bulletin img {
	padding-bottom: 5px;
}

div.bulletin h4 {
	font-size: 12px;
	color: #000;
	padding: 0;
}

div.bulletin h4 a {
/*	color: #000;*/
/*	text-decoration: none;*/
}

/*--------------------------------------------------------------
PagingBox
----------------------------------------------------------------*/
.pagingBox {
	zoom: 1;
	background-color: #D7D7D7;
	
}

.pagingBox table {
	/*float: right;*/
}

.pagingBox table td {
	font-size: 12px;
	font-weight: bold;
}

.pagingBox table td a {
	padding: 1px 3px;
	font-size: 12px;
	font-weight: bold;
	display: block;
	background-color: #D7D7D7;
	margin: 2px 5px 2px 0;
	text-decoration: none;
}

.pagingBox table td a:hover, 
.pagingBox table td a.current {
	background-color: #007348;
	text-decoration: none;
	color: #fff;
}

.greyBox .logoBox {
	padding-top: 10px;
	padding-bottom: 15px;
	border-bottom: 2px solid #D7D7D7;
	margin-bottom: 5px;
}

.greyBox .pictureBox {
	padding-top: 10px;
	padding-bottom: 15px;
	border-bottom: 2px solid #D7D7D7;
	margin-bottom: 5px;
}


.greyBox .descriptionBox {
	padding-top: 5px;
	border-top: 2px solid #D7D7D7;
	margin-top: 5px;
	padding-bottom: 5px;
	border-bottom: 2px solid #D7D7D7;
	margin-bottom: 5px;
}

/*--------------------------------------------------------------
Jobs Teaseransicht
----------------------------------------------------------------*/

ul.jobteaserBox {
	margin: 0;
	padding: 0;
	border: 2px solid #D7D7D7;
	border-bottom: none;
}

ul.jobteaserBox li {
	background: white none repeat scroll 0 0;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 3px 0;
	border-bottom: 2px solid #D7D7D7;
}

ul.jobteaserBox li.even {
	background-color: #F3F3F3;
}

ul.jobteaserBox li.odd {
	background-color: #FFF;
}

ul.jobteaserBox li div.info {
	/*padding: 5px;*/
	padding:10px;
	zoom: 1;
}

ul.jobteaserBox li div.block1 {
	float: left;
	width: 55%;
}

ul.jobteaserBox li div.block2 {
	float: right;
	width: 42%;
	text-align: right;
}

ul.jobteaserBox li div.block3 {
	float: left;
	font-weight: normal;
	width: 100%;
}

ul.jobteaserBox li div.block3 .left {
	float: left;
}

ul.jobteaserBox li div.block3 .right {
	float: right;
	padding-top: 10px;
}

ul.jobteaserBox li div.block3 .right a {
	background-image: url(../img/btn-green.gif);
	height: 22px;
	display: block;
	width: 120px;
	color: #fff;
	text-decoration: none;
	line-height: 22px;
	font-size: 12px;
	text-align: center;
}

/*--------------------------------------------------------------
	Heftarchiv images
----------------------------------------------------------------*/
img.heft {border: 1px solid gray;}

/*--------------------------------------------------------------
	Anpassung Profil
----------------------------------------------------------------*/
form#formProfile label {
  width: 170px;
}


div.hiddenInputTemplate {
  display: none;
}



/*--------------------------------------------------------------
	VideoBox mit Scrollable und Tooltip
----------------------------------------------------------------*/

.videoBox {
	border: 1px solid #ccc;
	padding: 6px;
	margin-bottom: 20px;
	zoom: 1;
}


.playerBox {
	margin-bottom: 10px;
}


.scrollableBox {
	zoom: 1;
}

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position: relative;
	overflow: hidden;
	width: 428px;
	height: 120px;

	/* custom decorations */
	border: 1px solid #ccc;
	background: url(../img/icons/h300.png) repeat-x;
	zoom: 1;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width: 20000em;
	position: absolute;
	clear: both;
}

/* single scrollable item */
.scrollable img {
	margin: 8px 0 8px 8px;
	background-color: #fff;
	padding: 4px;
	border: 1px solid #ccc;
	cursor: pointer;
	width: 100px;
	height: 56px;
	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.scrollable .text {
	margin-left: 8px;
	width: 110px;
	text-align: center;
}

/* active item */
.scrollable .active {
	border: 2px solid #000;
	z-index: 9999;
	position: relative;
}


/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background: url(../img/icons/hori_large.png) no-repeat;
	display: block;
	width: 30px;
	height: 30px;
	float: left;
	margin: 36px 10px;
	cursor: pointer;
	font-size: 1px;
}

/* right */
a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 


/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

#videotip { 
	display: none; 
	background: transparent url(../img/icons/white.png);
	font-size: 12px; 
	height: 69px; 
	width: 169px; 
	padding: 20px; 
	color: #000;     
}


.videoListBox {
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	zoom: 1;
}

.videoListBox .picture {
	background-color: #fff;
	padding: 4px;
	border: 1px solid #ccc;
	cursor: pointer;
	width: 100px;
	height: 56px;
	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	
	float: left;
}

.videoListBox .picture img {
	width: 100px;
	height: 56px;
}

.videoListBox .text {
	float: left;
	padding: 5px 10px;
	width: 340px;
}

.videoListBox .play {
	float: left;
	padding: 18px 0 0 5px;
	width: 24px;
}

.playerBox.listView {
	background-color: #F3F3F3;
	border: 2px solid #D7D7D7;
	margin-bottom: 15px;
	padding: 5px 6px;
}

/*--------------------------------------------------------------
	Messe: Jobsuche bewerben sich für Messe
----------------------------------------------------------------*/
.messeFormEdit {
	margin-bottom:5px;
}
#inputBlocks_registerForm .inputBlock .messeInput {
	width:329px;
}

div.tableTrennLine {
	border-bottom:2px solid #D7D7D7;
	margin:5px 0;
}

table.anzeigen td {
	vertical-align:top;
}




