body { margin: 0; padding: 0; }
#joboffer * { margin: 0; padding: 0; }

/* __________ variable elemente __________ */
#joboffer {
	width: 610px;
	margin: 10px auto;
	padding: 585px 45px 45px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003b5a;
	border: 1px solid #000000;
	line-height: normal;
	position: relative;
	text-align: justify;
	background:#fff 0 0 no-repeat;
}

#joboffer #jo-logo {
	position: absolute;
	display:block;
	width: 124px;
	height: 56px;
	bottom: 45px;
	right: 45px;
	text-indent:-9999px;
	background: url('logos.jpg') 0 0 no-repeat;
}
#joboffer #jo-logo:hover {
	background:url(logos.jpg) no-repeat !important;
}
#joboffer h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	line-height: normal;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

#joboffer h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: normal;
	color: #01b5dd;
	margin: 0px;
	padding: 20px 0;
	text-align: left;
}
#joboffer h2 span {
	font-size: 21px;
	color: #003b5a;
	font-weight: normal;
	display: block;
}
#joboffer h3 {
	display:inline;
	font-size:1em;
	padding:0;
}
#joboffer #company-intro {
	font-weight:normal;
}

#joboffer #company-continfo {
line-height: 16px;

}

#joboffer #company-continfo h5{
font-size: 15px;
display:inline;
}

#joboffer #job-tasks {
}

#joboffer #job-requim {
}
#joboffer .jo-left {
	width: 300px;
	float: left;
	padding:0 0 1em 0;
}
#joboffer .jo-right {
	width: 295px;
	float: right;
	padding:0 0 1em 0;
}


#joboffer ul {
	list-style: disc;
	margin: 0 0 0 18px;
	padding: 0 0 1em 1px;
	text-align: left;
}

/* __________ Listen mit Grafik __________
#joboffer ul {
	text-align: left;
	list-style-type: none;
	position: relative;
}

#joboffer li {
	background-image: url(../../point.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	line-height: 21px;
}
*/

/* __________ links __________ */
#joboffer a {
	color: #003b5a;
	text-decoration: none;
}
#joboffer a:hover {
	color: #003b5a;
	text-decoration: underline;
}

#joboffer #jo-logo img {
	width: 100%;
	height: 100%;
}

#joboffer #jo-logo a {
	background: none;
}

/* __________ fix elements __________ */
#joboffer a img { border: none; }
#joboffer img {	border: none; }

/* __________ clearfix __________ */
.jo-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.jo-clearfix { display: inline-block; }
* html .jo-clearfix { height: 1px; }
.jo-clearfix { display: block; }

