@charset "UTF-8";
/* CSS Document */

body {
	
	
	font-family: Arial, Helvetica, sans-serif;
}

p {
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	margin:0px;
}

#head {
	line-height: 0;
	margin-bottom:20px;
	}

#Anzeige {
	width: 740px;
	color: #000000;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: top;
	border: 1px solid #4E7D15;
	margin: 20px auto;
	position: relative;
	box-shadow: 0.5px 5px 30px #CCCCCC;
}

#Inhalt {
	padding-left:30px;
	padding-right:30px;
}

#linkeBox {
	float: left;
	width: 330px;
	margin-bottom: 15px;
}

#rechteBox {
	float:right;
	width: 330px;
	margin-bottom: 15px;
}

.Text {
	font-family: Arial, Helvetica, sans-serif;
	color: #00000;
	line-height: 15px;
	font-size: 12px;
	text-align: justify;
}

.Jobtitel {
	font-size: 25px;
	font-weight: bold;
	line-height: auto;
	color: #4E7D15;
	text-align: center;
	margin-top: 20px;
}

.Subjob {
	text-align: center;
	color: #8EA902;
	font-size: 16px;
	margin-bottom: 20px;
}

.Headline {
	font-size: 12px;
	color: #4E7D15;
	font-weight: bold;
	line-height: normal;
}

ul {
	font-size:12px;
	padding-left:10px;
	margin-top:5px;
	list-style-type:disc;
	margin-bottom:0px;
}

li {
}

a:focus {
	outline: none
}
a:link {
	color: #4E7D15;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4E7D15;
}
a:hover {
	text-decoration: underline;
	color: #4E7D15;
}
a:active {
	text-decoration: underline;
	color: #4E7D15;
	position: absolute;
}

.linie {
	background-color:#FFFFFF;
	height: 1px;
	margin-top: 15px;
	margin-right: -15px;
	margin-bottom: 15px;
	margin-left: -15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #4E7D15;
}
