#content {
	background: url(../img/bg_content.jpg) bottom;
	z-index:1;
}

#content h1 {
	font-family: Times;
	font-size: 24px;
	color: #00797f;
}

#content p {
	line-height: 150%;
    margin-top: 15px;
}

#content span.detail {
	color: #666666;
}

#content hr.clear {
	clear: both;
	visibility: hidden;
}

#content li {
	margin-left: 15px;
}

/* content one column styles - begin */

	#content.one-column {
		padding: 20px;
	}
	
	#content.one-column h1 {
		margin-bottom: 10px;
	}

/* content one column styles - end */

/* content two column styles - begin */

	#content.two-columns div.left {
		float:left;
		width:420px;
		padding:0;
		margin:0px 10px 10px 20px;
		*- margin:0px 0px 10px 10px;
	}
	
	#content.two-columns div.right {
		float:left;
		width:420px;
		padding:0;
		margin:0px 20px 10px 10px;
		*- margin:0 0 10px 20px;
	} 
	
	
	#content.two-columns #text {
		float: left;
		margin-left: 20px;
		margin-bottom: 20px;
		*padding-left:10px;
		*margin-left: 10px;
		*- margin-left:6px;
		width: 420px;
	}
	
	#content.two-columns div.accordion {
		float: left;
		margin-left: 20px;
		margin-bottom: 20px;
		*margin-right:10px;
		width: 420px;
	}
	
	#content.two-columns p {
		margin: 0;
		padding: 0;
	}
	
	#content.two-columns #headline {
		position:relative;
		padding: 20px 0 20px 20px;
	}

/* content one column styles - end */

/* content three bulletins styles - begin */

	#content.three-bulletins div.bulletin {
		float: left;
		margin:10px 0px 10px 9px;
		*margin:15px 0px 0px 9px;
	    *- margin:15px 0px 0px 6px;
		padding: 10px;
		*padding:10px;
		width: 268px;
		*width: 288px;
		height: 141px;
		*height:160px;
		background: url(../img/bg_bulletin.jpg) no-repeat;
		*font-size:10px;
	}
	
	#content.three-bulletins h1 {
	    font-size: 16px;
	}
	
	#content.three-bulletins p.bodytext {
	}
	
	#content.three-bulletins a.important {
		display: block;
		position: relative;
	    right: 10px;
		width: 252px;
		height: 42px;
		padding-top: 10px;
		padding-left: 35px;
		background: url(../img/bg_bulletin_a_important.jpg) no-repeat;
		font-family: Times;
		font-size: 30px;
	}

/* content three bulletins styles - end */

/* content teasered styles - begin */

	#content.teasered div {
		margin: 20px 0 20px 20px;
	}
	
	#content.teasered div.teaserText {
		float: left;
		width: 365px;
		padding-left: 35px;
		margin-top: 70px;
		background: url(../img/quote.gif) no-repeat top left;
		font-family: Times;
		font-size: 18px;
		font-style: italic;
	}
	#content.teasered div.text div {
	    width: 100%;
	    margin: 0;
	    padding: 0;
	}
	#content.teasered div.text div h1 {
	    margin-bottom: 20px;
	    padding: 0;
	}
	
	#content.teasered div.text {
		float: left;
		width: 435px;
	}
	
	#content.teasered div.text p.bodytext {
		width: 435px;
	}

/* content three bulletins styles - end */

/* content accordion styles - begin */

	#content div.accordion h2 {
		margin: 0;
		padding: 5px 0 5px 15px;
		cursor: pointer;
		font-family: Verdana;
		font-size: 11px;
		color: #00797f;
		border-top: 1px solid #cccccc;
		background: url(../img/arrow_right.gif) left no-repeat;
	}
	
	#content div.accordion h2.selected {
		background: url(../img/arrow_down.gif) left no-repeat;
	}
	
	#content div.accordion p.bodytext {        
		margin: 0;
		padding: 10px 0 20px 15px;
	}

/* content accordion styles - end */

/* content jobcontrol styles - begin */

	#content.sidebar #jobControlSearch {
		float:left;
	
		width: 310px;
		*- padding:20px 0px 10px 15px;
	}
	
	#content.sidebar #jobControlSearch p {
		margin: 0 0 5px 0;
	}
	
	#content.sidebar #jobControlSearch label {
		display:block;
		float:left;
		width: 120px;
		font-weight: bold;
	}
	
	#content.sidebar #jobControlSearch input {
		border: 1px solid #00797f;
		width: 170px;
	}
	
	#content.sidebar #jobControlSearch select {
		border: 1px solid #00797f;
		width: 170px;
	}
	#content.sidebar #jobControlSearch input.submit {
		float: right;
		margin: 10px 20px 0 0;
		*margin:10px 17px 0px 0px;
		*- margin:10px 2px 0px 0px;
		border: 1px solid #00797f;
		background: #ffffff;
	}
	
	#content.sidebar #jobControlContent {
		float:left;
		width: 530px;
		margin: 0 0 0 20px;
		*- margin:20px 0px 20px 20px;
		*- width:550px;
	}
	
	#content.sidebar #jobControlContent h1 {
	    margin: 0 0 5px 0;
	}
	
	#content.sidebar #jobControlContent hr {
	    margin: 5px 0 5px 0;
	    border: none;
	    background-color: #eeeeee;
	}
	
	#content.sidebar #jobControlContent p {
	    margin: 5px 0 0 0;
	    padding: 0;
	}
	
	#content.sidebar #jobControlContent p.headline {
	    margin: 0 0 20px 0;
	    font-style: italic;
	}
	#content.sidebar #jobControlContent p.headline span.right {
	    float: right;
	}
	
	#content.sidebar #jobControlContent p span.title {
	    font-weight: bold;
	    font-size: 12px;
	}
	
	#content.sidebar #jobControlContent p span.label {    
	    width: 125px;
	    margin: 0 0 0 5px;
	    font-weight: bold;
		float: left;
	}
	#content.sidebar #jobControlContent p span.text {    
	    margin: 0 0 0 5px;
		display: block;
	}
	
	#content.sidebar #jobControlContent h2.header {
	    margin: 20px 0 5px 0;
	    padding: 0 0 2px 5px;
	    border-bottom: 1px solid #00797f;
	    font-size: 12px;
	    font-weight: bold;
	}
	
	#content.sidebar #jobControlContent p.bodytext {
	    padding: 5px 0 5px 5px;
	}
	
	#content.sidebar #jobControlContent ul {
	    margin: 5px 0 5px 10px;
	}
	
	#content.sidebar #jobControlContent ul.pageBrowser {
		margin: 10px 0 5px 0;
		list-style: none;
	}
	
	#content.sidebar #jobControlContent ul.pageBrowser li {
		float: left;
		margin: 0 2px 0 2px;
		padding: 0;
	}
	
	#content.sidebar #jobControlContent ul.pageBrowser li.on {
		font-weight: bold;
	}
	
	#content.sidebar #jobControlContent ul.pageBrowser li.off a:hover {
		color: #666666;
	}
	
	#content.sidebar #jobControlContent ul.pageBrowser li.prev a {
		color: #666666;
		font-weight: bold;
	}
	
	#content.sidebar #jobControlContent ul.pageBrowser li.next a {
		color: #666666;
		font-weight: bold;
	}
	
	#content.sidebar #jobControlContent table {
		font-size: 10px;
		width: 100%;
	}
	
	#content.sidebar #jobControlContent th {
		padding: 5px;
		background: #666666;
		border-bottom: 1px solid #ffffff;
		color: #ffffff;
		text-align: left;
	}
	
	#content.sidebar #jobControlContent tr.even td {
		background: #eeeeee;
		border-right: 1px solid #ffffff;
	}
	
	#content.sidebar #jobControlContent tr.odd td {
		background: #ffffff;
		border-right: 1px solid #eeeeee;
	}
	
	#content.sidebar #jobControlContent tr td:last-child {
		border-right: none;
	}
	
	#content.sidebar #jobControlContent td {
		padding: 5px;
		vertical-align: top;
	}
	
	#content.sidebar #jobControlContent form.apply {
		width: 530px;
		border:0px;
		margin-bottom: 15px;
	}
	
	#content.sidebar #jobControlContent form.apply fieldset {
		border:0px;
		clear:both;
	}
	
	#content.sidebar #jobControlContent form.apply label {	
		display: block;
		float:left;
		width: 100px; 
		margin-right:10px;
		text-align:right;
	}
	
	#content.sidebar #jobControlContent form.apply .medium {
		width:198px;
		border:1px;
		border-style:solid;
		border-color: #00797f;
		padding:3px 0px 3px 0px;
	}
		
	#content.sidebar #jobControlContent form.apply .xlarge  {
		width:400px;
		border:1px;
		border-style:solid;
		border-color: #00797f;
		padding:3px 0px 3px 0px;
	}
		
	#content.sidebar #jobControlContent form.apply .small {
		width: 145px;
		border:1px;
		border-style:solid;
		border-color: #00797f;
		padding:3px 0px 3px 0px;
	}
		
	#content.sidebar #jobControlContent form.apply .large {
		width: 252px;
		border:1px;
		border-style:solid;
		border-color: #00797f;
		padding:3px 0px 3px 0px;
	}
	
	#content.sidebar #jobControlContent form.apply textarea {
		width:400px;
		border:1px;
		border-style:solid;
		border-color: #00797f;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
	}
		
	#content.sidebar #jobControlContent form.apply h3 {
		color: #00797f;
	}
		
	#content.sidebar #jobControlContent hr {
		margin:10px 0px 0 0px;
		background:none;
	}
		
	#content.sidebar #jobControlContent form.apply select {
		width:400px;
	}

	#content.sidebar div.text ul {
	    margin-top: 10px;
	}
	#content.sidebar div.text ul li {
	    margin-bottom: 5px;
	}

	#content.sidebar div.text table {
	    margin-top: 10px;
	}
	
/* content jobcontrol styles - end */

/* content sidebar styles - begin */

	#content.sidebar {
	    padding: 20px;
	    background: url(../img/bg_content_sidebar.jpg) bottom;
	}
	
	#content.sidebar #sidebarMenu {
	    float:left;
	    width: 310px;
	    *- margin: 20px 15px 15px 5px;
	    *- width: 290px;
	}
	
	#content.sidebar div.text {
	    float:left;
	    width: 500px;
	    *- margin:20px 0px 15px 35px;
	}
	
	#content.sidebar #sidebar {
	    float: left;
	    width: 290px;
	    *- margin:20px 0px 10px 10px;
	}
	
	
	#content.sidebar div.text table td {
	    font-size: 11px;
	    height:12px;
	}
	
	#content.sidebar div.text table td p {
	    padding:0;
	    margin:0;
	}

/* content sidebar styles - end */

/* content survey styles - begin */

	#content.sidebar #survey {
	    float: left;
	    width: 500px;
	    margin-left: 40px;
	    *- margin:20px 0px 10px 50px;
	}
	
	.tx-simplesurvey-pi1-questiontext {
	    font-size: 12px;
	    font-weight: bold;
	    float: left;
	    margin: 0 5px 10px 0;
	}
	
	.tx-simplesurvey-pi1-question {
	    font-size: 12px;
	    margin: 0 0 10px 0;
	}
	
	.tx-simplesurvey-pi1-userdata {
	    font-weight: bold;
		font-size:14px;
		margin-top:45px;
	    height:30px;
	    width: 100%;
	}
	
	.tx-simplesurvey-pi1-userdata-title {
		float:left;
		text-align:right;
		width:85px;
		height:20px;
		margin:5px 5px 5px 0px;
		color:#00797f;
		font-size:11px;
	}
	
	.tx-simplesurvey-pi1-userdata-answer input{
	    width:150px;
		margin:5px 5px 5px 5px;
		float: left;
	}
	
	.tx-simplesurvey-pi1-submit {
		clear:both;
		width: 200px;
		margin-left:45px;
		margin-top:5px;
		padding:0;
		*- margin-top:10px;
	    *margin-top:15px;
	    float:left;
	}
	
	.tx-simplesurvey-pi1-answer {
	    margin: 5px 0 10px 60px;
	}
	
	.tx-simplesurvey-pi1-answer input {
	    margin: 0 10px 0 0;
	}
	
	.tx-simplesurvey-pi1-result-header-questions {
	    margin: 15px 0 0 0;
	    font-size: 12px;
	    font-weight: bold;
	}
	
	.tx-simplesurvey-pi1-result-question {
	    font-weight: bold;
	    border-bottom: 1px solid #00797f;
	}
	
	.csc-textpic-caption {
		padding-top: 10px;
		font-size: 12px;
		font-weight: bold;
	}

/* content survey styles - end */

#partner {
	float:right;
	margin-top:-70px;
	width: 562px;
	height:70px;
	z-index:100;
	}

#partner img {
	float:right;
	margin:0px 20px 0px 10px;
	}

/*-----------------------------*/
/* DMJobControl View Extension */
/*-----------------------------*/

/*�berschrift*/
#content_right .csc-firstHeader{

}

.tx-viewdmmjobcontrol-pi1 .jotd-wrapper-box{

}
.tx-viewdmmjobcontrol-pi1 .jotd-wrapper-box ul.jodt-list{

}
.tx-viewdmmjobcontrol-pi1 .jotd-wrapper-box ul.jodt-list li{

}
.tx-viewdmmjobcontrol-pi1 .jotd-wrapper-box ul.jodt-list li h3{

}
.tx-viewdmmjobcontrol-pi1 .jotd-wrapper-box ul.jodt-list li h3 a{

}
.tx-viewdmmjobcontrol-pi1 .jotd-wrapper-box ul.jodt-list li div{

}
.tx-viewdmmjobcontrol-pi1 .jotd-wrapper-box ul.jodt-list li a{

}

/*##########*/
/* Language */
/*##########*/

.langselect {
    left: 875px;
    position: absolute;
    top: 420px;
}
