/* CSS Document 
    
    Hier nur Styles für die externe Jobausschreibungen!!!!! 
*/

html, body {
	margin:0px;
	padding:0px;
	height:100%
}



body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000000;
}

p {
	text-align:justify;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#97c00e;
}

a:hover { 
	text-decoration:none; 
}

h1 {
	font-size:18px;
	font-weight:bold;
}

h2 {
	font-size:14px;
	font-weight:bold;
}

h3 {
	font-size:11px;
	font-weight:bold;
}

.box_all {
	position:relative;
	width:621px;
	margin:0px auto; 
	vertical-align:top;
}

.box_header {
	position:relative;
	background-image: url(/images/jobs_header.jpg);
	background-repeat:no-repeat;
	width:621px;
	height:101px;
}

.box_content {
	position:relative;
	background-image:url(/images/jobs_content.jpg);
	background-repeat:repeat-y;
	width:541px;
	padding:20px 40px 30px 40px;
}

.box_footer {
	position:relative;
	background-image:url(/images/jobs_footer.jpg);
	background-repeat:no-repeat;
	width:621px;
	height:22px;
}

.list_head {
	list-style-type:none;
	margin-left:-30px;
}

.webdeveloper ul li {
	list-style-type:none;
}

.webdeveloper ul {
	padding-left:15px;

}

.concept_artist ul li {
    list-style-type:disc;
}

