/* default styles for extension "tx_felogin_pi1" */
	.tx-felogin-pi1 label {
		display: block;
	}
/* default styles for extension "tx_cssstyledcontent" */
	/* Headers */
	.csc-header-alignment-center { text-align: center; }
	.csc-header-alignment-right { text-align: right; }
	.csc-header-alignment-left { text-align: left; }

	div.csc-textpic-responsive, div.csc-textpic-responsive * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;  }

	/* Clear floats after csc-textpic and after csc-textpic-imagerow */
	div.csc-textpic, div.csc-textpic div.csc-textpic-imagerow, ul.csc-uploads li { overflow: hidden; }

	/* Set padding for tables */
	div.csc-textpic .csc-textpic-imagewrap table { border-collapse: collapse; border-spacing: 0; }
	div.csc-textpic .csc-textpic-imagewrap table tr td { padding: 0; vertical-align: top; }

	/* Settings for figure and figcaption (HTML5) */
	div.csc-textpic .csc-textpic-imagewrap figure, div.csc-textpic figure.csc-textpic-imagewrap { margin: 0; display: table; }

	/* Captions */
	figcaption.csc-textpic-caption { display: table-caption; }
	.csc-textpic-caption { text-align: left; caption-side: bottom; }
	div.csc-textpic-caption-c .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-c { text-align: center; }
	div.csc-textpic-caption-r .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-r { text-align: right; }
	div.csc-textpic-caption-l .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-l { text-align: left; }

	/* Float the columns */
	div.csc-textpic div.csc-textpic-imagecolumn { float: left; }

	/* Border just around the image */
	div.csc-textpic-border div.csc-textpic-imagewrap img {
		border: 2px solid black;
		padding: 0px 0px;
	}

	div.csc-textpic .csc-textpic-imagewrap img { border: none; display: block; }

	/* Space below each image (also in-between rows) */
	div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 10px; }
	div.csc-textpic .csc-textpic-imagewrap .csc-textpic-imagerow-last .csc-textpic-image { margin-bottom: 0; }

	/* colSpace around image columns, except for last column */
	div.csc-textpic-imagecolumn, td.csc-textpic-imagecolumn .csc-textpic-image { margin-right: 10px; }
	div.csc-textpic-imagecolumn.csc-textpic-lastcol, td.csc-textpic-imagecolumn.csc-textpic-lastcol .csc-textpic-image { margin-right: 0; }

	/* Add margin from image-block to text (in case of "Text & Images") */
	div.csc-textpic-intext-left .csc-textpic-imagewrap,
	div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
		margin-right: 10px;
	}
	div.csc-textpic-intext-right .csc-textpic-imagewrap,
	div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
		margin-left: 10px;
	}

	/* Positioning of images: */

	/* Center (above or below) */
	div.csc-textpic-center .csc-textpic-imagewrap, div.csc-textpic-center figure.csc-textpic-imagewrap { overflow: hidden; }
	div.csc-textpic-center .csc-textpic-center-outer { position: relative; float: right; right: 50%; }
	div.csc-textpic-center .csc-textpic-center-inner { position: relative; float: right; right: -50%; }

	/* Right (above or below) */
	div.csc-textpic-right .csc-textpic-imagewrap { float: right; }
	div.csc-textpic-right div.csc-textpic-text { clear: right; }

	/* Left (above or below) */
	div.csc-textpic-left .csc-textpic-imagewrap { float: left; }
	div.csc-textpic-left div.csc-textpic-text { clear: left; }

	/* Left (in text) */
	div.csc-textpic-intext-left .csc-textpic-imagewrap { float: left; }

	/* Right (in text) */
	div.csc-textpic-intext-right .csc-textpic-imagewrap { float: right; }

	/* Right (in text, no wrap around) */
	div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap { float: right; }

	/* Left (in text, no wrap around) */
	div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap { float: left; }

	div.csc-textpic div.csc-textpic-imagerow-last, div.csc-textpic div.csc-textpic-imagerow-none div.csc-textpic-last { margin-bottom: 0; }

	/* Browser fixes: */

	/* Fix for unordered and ordered list with image "In text, left" */
	.csc-textpic-intext-left ol, .csc-textpic-intext-left ul { padding-left: 40px; overflow: auto; }

	/* File Links */
	ul.csc-uploads { padding: 0; }
	ul.csc-uploads li { list-style: none outside none; margin: 1em 0; }
	ul.csc-uploads img { float: left; margin-right: 1em; vertical-align: top; }
	ul.csc-uploads span { display: block; }
	ul.csc-uploads span.csc-uploads-fileName { text-decoration: underline; }

	/* Table background colors: */

	table.contenttable-color-1 { background-color: #EDEBF1; }
	table.contenttable-color-2 { background-color: #F5FFAA; }
	table.contenttable-color-240 { background-color: black; }
	table.contenttable-color-241 { background-color: white; }
	table.contenttable-color-242 { background-color: #333333; }
	table.contenttable-color-243 { background-color: gray; }
	table.contenttable-color-244 { background-color: silver; }
/* specific page styles for extension "tx_cssstyledcontent" */
	.csc-textpic-intext-right-nowrap .csc-textpic-text { margin-right: 410px; }
	.csc-textpic-intext-left-nowrap .csc-textpic-text { margin-left: 410px; }
/* default styles for extension "tx_pujobboersenewest" */
	textarea.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	input.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	.tx-pu-jobboerse-newest table {
		border-collapse:separate;
		border-spacing:10px;
	}

	.tx-pu-jobboerse-newest table th {
		font-weight:bold;
	}

	.tx-pu-jobboerse-newest table td {
		vertical-align:top;
	}

	.typo3-messages .message-error {
		color:red;
	}

	.typo3-messages .message-ok {
		color:green;
	}

.pu-newest
	{
		background-color:#E9E9E9;
	}
	.pu-header
	{
		background-color: #7C7C7C;
		background-repeat: no-repeat;
		background-size: 100% 50%;
		width:100%;
		height:31px;
	}
	.pu-header-image
	{	
		width:120px; 
		height:auto; 
		margin-left:8%;

	}
	.pu-content
	{
		margin-top:28px; 
		width:95%;
		margin-right:auto; 
		margin-bottom:10px;
		margin-left:auto; 
		height:auto; 
		background-color:#FFF;
	}
	.pu-detail
	{
		clear:both;
		margin-top:5px;
		min-width:50px;
		overflow:hidden;
	}
	.pu-detail-content
	{
		float:left;
		width:95%;
		margin-left:5px;
		margin-top:5px;
		margin-bottom:5px; 
		overflow:hidden;
		text-overflow:ellipsis;
	}
	.pu-detail-header
	{
		line-height: 0px;
		padding: 0px;
		color: #757575;  	
	    white-space: nowrap;
		text-transform: uppercase; 
		width:100%;
		font: 500 10px	Arial,sans-serif; 
	}
	.pu-detail-bottom
	{
	   font: 600 12px Arial,sans-serif; 
	   padding:0px;
	   width:100%; 
	}
	.pu-detail-bottom a
	{
		text-decoration:none; 
		color:#2D2C2C
	}
	.pu-detail-bottom a:hover
	{
		color:red;
	}
	.pu-breakline
	{
		clear:both; 
		border: 0;
		height: 2px;
		background: #afafaf; 
		padding:0px;
		background-image: -webkit-linear-gradient(left, #fffefe, #afafaf, #fffefe);
	}
	.pu-footer
	{
		width:100%; 
		height:20px;
	}
	.pu-footer a
	{
		float:right;
		margin-right:10%;
		text-decoration:none; 
		color:red;
	}
/* default styles for extension "tx_puimagerating" */
	textarea.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	input.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	.tx-pu-imagerating table {
		border-collapse:separate;
		border-spacing:10px;
	}

	.tx-pu-imagerating table th {
		font-weight:bold;
	}

	.tx-pu-imagerating table td {
		vertical-align:top;
	}

	.typo3-messages .message-error {
		color:red;
	}

	.typo3-messages .message-ok {
		color:green;
	}

	figure {
	  float: left;
	  padding: 5px;
	  float: left;
	  border-radius: 5px;
	}

	figure img {
	  border-radius: 3px 3px 0 0;
	  width:150px !important;
	  height:auto;
	}

	figure figcaption {
	  padding: 2px 4px 2px 4px;
	  background-color: #636363;
	  color: #cccccc;
	  font-style: italic;
	  border-radius: 0 0 3px 3px;
	}
	.voting{
		display: table-cell;
		min-width: 555px;
		vertical-align: middle;
		height:auto;
		min-height: 240px;
		clear:both;
	}
		.voting-grey{
		float:left;
		display: table-cell;
		min-width: 555px;
		vertical-align: middle;
		border-bottom: 1px solid #999;
		padding-top: 20px;
		padding-bottom: 20px;
		background-color: #d5d5d5;
	}
	.voting-normal{
	float:left;
	padding-top:20px;
	padding-bottom:20px;
    display: table-cell;
    min-width: 555px;
    vertical-align: middle;
	border-bottom: 1px solid #999;
}
	.answer{
		float: left;
		width: 30px;
		margin-top: 50px;
	}
	
	.description{
		text-align: justify;
		color:#333333;
		margin-top: 70px;
		margin-left: 50px;
		font-family:Arial,Helvetica;
	
	}
	.description:hover
	{
		cursor:pointer;
	}
	.submit{
	background-color: #ad1021;
    color: white;
    width: 200px;
    height: 30px;
    margin-top: 15px;
    margin-left: 180px;
    font-size: 15px;
	}
	.description h4{
		text-align:center;
		color:#393836;
	}
	
	.tx-pu-imagerating p
	{
		font-weight:bold;
	}