html, body {
	height:100%;
}

.body {
		position: relative;
		top: 20px;
		bottom: 20px;
		margin: auto;
		padding: 20px;
}

.text, h3 span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 16px;
}

.textsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 13px;
}

.text_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	line-height: 16px;
}

.text_large, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	line-height: 16px;
}

.text_sbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	line-height: 13px;
}

.text_gruen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #003300;
	line-height: 16px;
}

.text_bgruen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #003300;
	line-height: 16px;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9pt;
	color: #003300;
	text-decoration:none;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9pt;
	color: #003300;
	text-decoration:none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9pt;
	color: #cc3333;
	text-decoration:none;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9pt;
	color: #cc3333;
	text-decoration:none;
}

a:focus {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9pt;
	color: #cc3333;
	text-decoration:none;
}

a.navi_menue:link, a.navi_menue:visited {
	color: #003300;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../img/navi/navi_norm.png);
	display: block;
	padding-left: 15px;
	background-repeat: no-repeat;
	height: 31px;
}

a.navi_menue:hover, a.navi_menue:active, a.navi_menue:focus {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../img/navi/navi_over.png);
	display: block;
	padding-left: 15px;
	background-repeat: no-repeat;
	height: 31px;
}

a.navi_submenue:link, a.navi_submenue:visited {
	color: #003300;
	font-weight: normal;
	text-decoration: none;
	height: 31px;
}

a.navi_submenue:hover, a.navi_submenue:active, a.navi_submenue:focus {
	color: #cc3333;
	font-weight: normal;
	text-decoration: none;
	height: 31px;
}

.hgtrans {
	background-attachment: fixed;
	background-color: #ffffff;
	background-repeat: repeat;
	background-position: left left;
}

table.vacancies {
	width: 100%;
	border-bottom: 1px solid #CCC;
}

table.vacancies td {
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

h3 {
  
}

ul.vacancies {
	margin: 0;
	padding: 0 0 0 20px;
}

ul.vacancies li {
	margin-bottom: 1em;
}

.extra_space {
  padding-bottom: 3em;  
}

