body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	background-repeat: repeat-x;
	background-position: left top;
}


td, tr, th, p {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px
}


ul { margin: 0px 0px 0px 20px; }
li { font-size: 11px; list-style: url(/img/template/list.gif) none outside; }
.related a {font-weight: bold; font-size: 14px; background:  url(/img/article/intlink_1.gif) no-repeat 0 4px;padding: 0 0 0 15px; margin: 0 0 5px 0;display: block;}

a, a:link, a:active {
	color: #A3C631;
	text-decoration: none;
}
a:visited 	{color: #004c93;
	text-decoration: none;}
	
a:hover {
	color: #666666;
	text-decoration: underline;
}

.articleText { text-align: left; }

.articleCode {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}

.articleHead, .articleList_tophead, h1, h2 {
	font-weight: bold;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	color : #A3C631;
}

.articleSubHead, .articleList_topsubhead, h3, h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #929295;
	margin-bottom: 0px;
}

.articleSummary {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #000;
}

.contentHead {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #A3C631;
}

.contentSubHead {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #929295;
}

.tableHead {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #A3C631;
	line-height: 13px;
}

.tableSubHead {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #929295;
}

.v09 {  font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 9px; }
.v10 {  font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 10px; }
.v11 {  font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 11px; }
.v12 {  font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 12px; }
.v13 {  font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 13px; }
.v14 {  font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 14px; }


.formButton	{ font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 10px; font-weight: bold; color: #FFFFFF; background-color: #92A1AF; }
.formLabel	{ font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 10px; }
.checkLabel	{ font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 10px; font-weight: bold;}
.radioLabel	{ font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 10px; font-weight: bold;}
.formTextArea	{ font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 11px;	}
.inputText	{ font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 11px; font-weight: bold;}
.inputPass	{ font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 11px; font-weight: bold;}
.selectMenu	{ font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 11px; font-weight: bold;}
.selectList	{ font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 11px; font-weight: bold;}

/* search */
.formSearch { font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 12px; font-weight: bold;}
.search_form {}
.search_result {}



.nav_table, .nav_table a, .nav_table a:link, .nav_table a:active, .nav_table a:visited, .nav_table a:hover {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;

}
.nav_table a:hover {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-decoration: none;
	color: #B7C390;
}

.nav_table_active, .nav_table_active a, .nav_table_active a:link, .nav_table_active a:active, .nav_table_active a:visited, .nav_table_active a:hover {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #A3C631;
	text-decoration: none;

}

.articleList_toptext {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
}

.articleList_listhead {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}


/* CSS for the top level list */
#list_top_ul {
	padding: 3px 0;
	margin-left: 0;
	border-bottom: 1px solid #5E747F;
	font: bold 12px Helvetica, sans-serif;
}
#list_top_ul li {
	list-style: none;
	margin: 0;
	display: inline;
}
#list_top_ul li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #778;
	border-bottom: none;
	background: #D7DEE5;
	text-decoration: none;
}
#list_top_ul li a:link { color: #5E747F; }
#list_top_ul li a:visited { color: #5E747F; }
#list_top_ul li a:hover {
	color: Black;
	background: #92A1AF;;
	border-color: #227;
}
#list_top_ul li a#list_top_active_link, #list_top li a#list_top_home_active_link {
	background: white;
	border-bottom: 1px solid white;
}

/* CSS for the currect level list */
#list_level ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
	font-size: 11px;
}
#list_level li { margin: 0 0 1px 0; }
#list_level a {
	display: block;
	padding: 2px 2px 2px 24px;
	border: 1px solid #92A1AF;
	width: 160px;
	background-color: #B7C2D0;
}
#list_level a:link, #list_level_ul a:visited {
	color: Black;
	text-decoration: none;
}
#list_level a:hover {
	border: 1px solid #92A1AF;
	background-color: #FF8C00;
	color: Black;
}
#list_level_parent a:link, #list_level_parent a:visited, #list_level_parent_link a:hover {
	border: 1px solid #92A1AF;
	background-color: #FF6600;
	color: White;
}
.rahmen {
border: 1px solid #80A6C9;
}

.navrow, .navrow a, .navrow a:link, .navrow a:visited  {
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	font-family:  Helvetica, Arial, Verdana, sans-serif;
}
.navrow a:hover {
	font-size: 12px;
	color: #B7C390;
	font-weight: normal;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	text-decoration: none;
}
.navrow a:active {
	font-size: 12px;
	color: #A3C631;
	font-weight: normal;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	text-decoration: none;
}
.navrowactive, .navrowactive a, .navrowactive a:link, .navrowactive a:visited, .navrowactive a:hover   {
	font-size: 12px;
	color: #A3C631;
	font-weight: normal;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	text-decoration: none;

}
.navrowactive a:active   {
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	text-decoration: none;
}


.ebene, ebene a, .ebene a:link, .ebene a:active, .ebene a:visited, .ebene a:hover {
	font-size: 12px;
	color: #666666;
	font-weight: normal;
}
.ebene1  {
	font-size: 14px;
	color: #8AB89A;
	font-weight: normal;
	list-style-type: square;
	line-height: 14px;
	text-indent: -10pt;
}

.ebene1 a, .ebene1 a:link, .ebene1 a:active, .ebene1 a:visited, .ebene1 a:hover {
	font-size: 12px;
	color: #8AB89A;
	font-weight: bold;
	line-height: 20px;
}

.ebene2, .ebene2 a, .ebene2 a:link, .ebene2 a:active, .ebene2 a:visited, .ebene2 a:hover {
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	text-indent: -10pt;
	line-height: 15px;
}


.artikel, .artikel a, .artikel a:link, .artikel a:active, .artikel a:visited, .artikel a:hover {
	font-size: 12px;
	color: #666666;
}
.artikel1, .artikel1 a, .artikel1 a:link, .artikel1 a:active, .artikel1 a:visited, .artikel1 a:hover {
	font-size: 11px;
	color: #666666;
}
.artikel2, .artikel2 a, .artikel2 a:link, .artikel2 a:active, .artikel2 a:visited, .artikel2 a:hover {
	font-size: 10px;
	color: #666666;
}
.artikel3, .artikel3 a, .artikel3 a:link, .artikel3 a:active, .artikel3 a:visited, .artikel3 a:hover {
	font-size: 9px;
	color: #666666;
}
.image_caption {
	border: 0px none #A3C631;
	font-size: 11px;
	color: #A3C631;
}
.imglistcaption {
	border: 0px none #A3C631;
	font-size: 12px;
	color: #A3C631;
	padding-left: 18px;
}
.image_td {
	background-color: #FFFFFF;
	font-size: 10px;
}

.languageselect {
	font-family: Helvetica, Verdana, Arial, sans-serif, "Gill Sans Light";
	font-size: 10px;
	color: #A3C631;
	height: 15px;
	width: 90px;
	border: 1px solid #A3C631;
}
.inputbox {
	font-family: Helvetica, Verdana, Arial, sans-serif, "Gill Sans Light";
	font-size: 12px;
	color: #A3C631;
	border: 1px solid #A3C631;
	background-color: #FFFFFF;
	font-weight: bold;
	height: 20px;
	width: 350px;
}
.inputboxmiddle {
	font-family: Helvetica, Verdana, Arial, sans-serif, "Gill Sans Light";
	font-size: 12px;
	color: #A3C631;
	border: 1px solid #A3C631;
	background-color: #FFFFFF;
	font-weight: bold;
	height: 20px;
	width: 300px;
}

.inputboxsmall {
	font-family: Helvetica, Verdana, Arial, sans-serif, "Gill Sans Light";
	font-size: 12px;
	color: #A3C631;
	border: 1px solid #A3C631;
	background-color: #FFFFFF;
	font-weight: bold;
	height: 20px;
	width: 40px;
}

.inputfeld {
	font-family: Helvetica, Verdana, Arial, sans-serif, "Gill Sans Light";
	font-size: 12px;
	color: #A3C631;
	border: 1px solid #A3C631;
	font-weight: bold;
	height: 75px;
	width: 350px;

}
.contentbox {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #A3C631;
	border-bottom-color: #A3C631;
	border-left-color: #A3C631;
	border-top-color: #A3C631;
	border-top-style: solid;
}
.aktuelleshead {
	font-weight: bold;
	font-size: 16px;
	font-family: Helvetica, Verdana, Arial, sans-serif, "Gill Sans Light";
	text-decoration: none;
	color : #929295;
	text-transform: uppercase;
}
.backlink {
	position: static;
	bottom: 80px;
}
.footer  {
	font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
	font-size: 12px;
	color: #004E97;
	font-weight: normal;
	text-decoration: none;
}

.footer a, .footer a:link, .footer a:active, .footer a:hover {
	font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
	font-size: 12px;
	color: #A3C631;
	font-weight: normal;
	text-decoration: none;
}
.footer a:visited {
color: #004c93;
font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;}

.footer a:hover {
	font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
	font-size: 12px;
	color: #B7C390;
	font-weight: normal;
	text-decoration: underline;
}
.active {
	background-color: #000000;
}

.navaktiv2 {
	line-height: 24px;
	height: 24px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
}
.navaktiv {
	line-height: 24px;
	height: 24px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
}
hr {
	height: 1px;
	width: 100%;
	background-color: #000000;
	border-top: 1px dotted #000000;
	border-right: 1px none #000000;
	border-bottom: 1px none #000000;
	border-left: 1px none #000000;
}
.zeiten, .zeiten a, .zeiten a:link, .zeiten a:active, .zeiten a:visited, .zeiten a:hover {
	color: #FFFFFF;
	font-size: 10px;
}
.zeiten hr {
	height: 1px;
	width: 100%;
	background-color: #FFFFFF;
	border-top: 1px dotted #FFFFFF;
	border-right: 1px none #FFFFFF;
	border-bottom: 1px none #FFFFFF;
	border-left: 1px none #FFFFFF;
}
.subspace {
	height: 25px;
	vertical-align: top;
}

.mainspace {
	vertical-align: bottom;
	height: 25px;
}
.fehler {
	font-size: 9px;
	color: #CC0000;
}
.bewerbung {
	font-size: 12px;
	color: #000000;
	border: 1px solid #A3C631;
	height: 20px;
	width: 200px;
	margin: 3px 0px 0px;
}

.bewerbungfeld {
	font-size: 12px;
	color: #000000;
	border: 1px solid #A3C631;
	height: 75px;
	width: 200px;
	margin: 3px 0px 0px;
}
.bewerbungbutton {
	font-size: 12px;
	color: #000000;
	border: 1px solid #A3C631;
	height: 20px;
	width: 200px;
	font-weight: bold;
	background-color: #FFFFFF;
	margin: 10px 0px 0px;
}
.mitarbeiter {
	border-top: 1px solid #A3C631;
	border-right: 0px none;
	border-bottom: 0px none;
	border-bottom: 0px solid #A3C631;
	width: 310px;
	height: 125px;
}

.firma {
	border-top: 1px solid #A3C631;
	border-right: 0px none;
	border-bottom: 0px none;
	border-bottom: 0px solid #A3C631;
}
.firmenlogo {
	float: right;
}
.fuss td {padding-top: 15px;}
.update {font-size: 9px;}

/* DEUTSCHE SPRACHAUSWAHL */
#deutsch {font-size: 6px;height: 12px; overflow: hidden; width: 145px;margin-left: 5px;}
#deutsch span {font-size: 6px;line-height: 6px; overflow: hidden;float: right;}
#deutsch .english {margin-left: 10px;}
#deutsch .deutsch a:link, #deutsch .deutsch a:active, #deutsch .deutsch a:visited {display: block; height: 12px; width: 62px; background:url(/img/template/deutsch.gif) no-repeat 0 0;overflow: hidden;}
#deutsch .deutsch a:hover {background:url(/img/template/deutsch.gif) no-repeat 0 0px;overflow: hidden;}

#deutsch .english a:link, #deutsch .english a:active, #deutsch .english a:visited {display: block; height: 12px; width: 62px; background:url(/img/template/english.gif) no-repeat 0 -12px;overflow: hidden;}
#deutsch .english a:hover {background:url(/img/template/english.gif) no-repeat 0 0px;overflow: hidden;}

/* ENGLISCHE SPRACHAUSWAHL */
#english {font-size: 6px;height: 12px; overflow: hidden; width: 145px;margin-left: 5px;}
#english span {font-size: 6px;line-height: 6px; overflow: hidden;float: right;}
#english .deutsch {margin-left: 10px;}
#english .english a:link, #english .english a:active, #english .english a:visited {display: block; height: 12px; width: 62px; background:url(/img/template/english.gif) no-repeat 0 0;overflow: hidden;}
#deutsch .english a:hover {background:url(/img/template/english.gif) no-repeat 0 0px;overflow: hidden;}

#english .deutsch a:link, #english .deutsch a:active, #english .deutsch a:visited {display: block; height: 12px; width: 62px; background:url(/img/template/deutsch.gif) no-repeat 0 -12px;overflow: hidden;}
#english .deutsch a:hover {background:url(/img/template/deutsch.gif) no-repeat 0 0px;overflow: hidden;}