/**********************************/
/* Allgemein                      */
/**********************************/

body {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;

  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: small;
	 
  background-color: White;
  margin: 0px;
  padding: 0px;

}

h1, h2, h3, h4, h5, h6 {
  color: #33333333;
  font-weight : normal;
  
  margin: 0em;
  margin-bottom: 1em;
}

h1 {
	font-size: 160%;
}

h2 {
	font-size: 100%;
	font-weight: bold;
}
	
h3 {
	font-size: 100%;
	font-weight: bold;
	color: #33333333;
}

h4 {
	font-size: 100%;
	font-weight: bold;
	color: #33333333;
}

h5 {
	font-size: 100%;
	font-weight: bold;
	color: #33333333;
}

h6 {
	font-size: 100%;
	font-weight: bold;
}

div,
form,
fieldset,
input,
textarea {
	margin: 0px;
	padding: 0px;
}

select,
input,
textarea {
	font-family: Tahoma, "MS Sans Serif", Geneva, sans-serif;
	font-size : 8pt;
	color: #333333;
}

fieldset {
	border: none;
	margin-bottom: 1.2em;
	width: 100%;
}

a,
a:link{
	color: #8F9090;
	text-decoration: underline;
}

a:visited{
	color: #3e3e3e;
	text-decoration: underline;
}

a:hover,
a:active,
a:focus {
	color: #3e3e3e;
	text-decoration: underline;
}

img {
	border: none;
	margin: 0;
	padding: 0;
	display: inline;
}

#seite {
  position: relative;
  
  margin: 0px 10px;
  padding: 0px;
  height: 1%;
}

#seitenkopf {
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;
    
  overflow: hidden;
  text-align: left;

  height: 157px;
}

#jobster-logo {
  position:absolute;
  top: 0px;
  left: 0px;
}

#topmenu-logoleiste {
  position: relative;
  top: 0px;
  right: 0px;
  left: 0px;
	
  font-size: smaller;
  text-align: right;
  color: #000000;
  overflow: hidden;
  
  padding-left: 205px;
}

#topmenu-logoleiste img{
  padding-top: 10px;
  padding-bottom: 5px;
  float: right;
}

#topmenu {
  position: relative;
  right: 0px;
  top: 0px;
  left: 0px;

  border-top: 5px solid #cd0917;
  border-bottom: 5px solid #9f9f9f;
  text-align:right;
  background-color: #cccccc;
  color: #333333;

  padding: 5px;
}

#topmenu a,
#topmenu a:link,
#topmenu a:visited {
	text-align:right;
	text-decoration: none;
	color: #333333;
}

#topmenu a:hover,
#topmenu a:active,
#topmenu a:focus {
	text-align:right;
	text-decoration: underline;
	color: #666666;
}

#seiteninhalt {
  position: relative;
  left: 0px;
  right: 0px; 
  top: 0px;
  
  margin: 0px;
  padding: 0px;
  height: 1%;
}

#inhaltspalte-wrap {
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;

   
  padding: 0px;
  margin: 0px;
  margin-left: 220px;
  margin-right: 215px;
}

#inhaltspalte {
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;
  
  background-color: #f2f2f2;
  border: 0px;
  border-left: 10px solid #f2f2f2;
  border-right: 10px solid #f2f2f2;
  overflow: hidden;
  
  padding: 0px;
  margin: 0px;
}

#inhaltspalte h1{
  margin: 0;
  padding: 0;
  padding: 10px 0px;
  margin-bottom: 10px;
  background-color: #f2f2f2;
  border-bottom: 1px solid #cd0917;
}

#inhaltspalte p {
	margin: 0px;
	padding: 0px;
	display: inline;
}

.spacer {
  border-bottom: 30px solid #f2f2f2;
}

#hauptmenuspalte {	
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 0px;
  margin: 0px;
  width: 205px;
  overflow: hidden;
}

.hauptmenu {
  width: 205px;
}

div.hauptmenu {
	padding-top: 15px;
	
	background-color: #9f9f9f;
	
	border-top: 5px solid #cd0917;
	border-bottom: 5px solid #cd0917;
}

ul.hauptmenu {
	background-color: #cccccc;
	
	padding:0px;
	margin:0px;
	
	border-bottom: 1px solid white;
	
	list-style: none;

}

.hauptmenu-link {
	border-top: 1px solid white;
}

.hauptmenu-link a,
.hauptmenu-link a:link,
.hauptmenu-link a:visited,
.hauptmenu-link a:hover,
.hauptmenu-link a:active,
.hauptmenu-link a:focus {
  display:block;
  text-decoration: none;
  padding: 5px;
  padding-left: 15px;
  font-size: 85%;
  color: black;
}

.hauptmenu-link a:hover,
.hauptmenu-link a:active,
.hauptmenu-link a:focus {
  background-color: #eeeeee;
  border-left: 5px solid #cd0917;
}

.hauptmenu-link-act {
  border-top: 1px solid white;
  background-color: #9f9f9f;
}

.hauptmenu-link-act a,
.hauptmenu-link-act a:link,
.hauptmenu-link-act a:visited,
.hauptmenu-link-act a:hover,
.hauptmenu-link-act a:active,
.hauptmenu-link-act a:focus {
  display:block;
  text-decoration: none;
  padding: 5px;
  padding-left: 15px;
  font-size: 85%;
  color: #ffffff;
  font-weight: bold;
}

.hauptmenu-link-act a:hover,
.hauptmenu-link-act a:active,
.hauptmenu-link-act a:focus {
  background-color: #eeeeee;
  border-left: 5px solid #cd0917;
  color: black;
}

.hauptmenu-sublink {
  border-top: 1px solid white;
  background-color: #dadada;
}

.hauptmenu-sublink a,
.hauptmenu-sublink a:link,
.hauptmenu-sublink a:visited,
.hauptmenu-sublink a:hover,
.hauptmenu-sublink a:active,
.hauptmenu-sublink a:focus {
  display:block;
  text-decoration: none;
  padding: 5px;
  padding-left: 30px;
  font-size: 85%;
  color: black;
}

.hauptmenu-sublink a:hover,
.hauptmenu-sublink a:active,
.hauptmenu-sublink a:focus {
  background-color: #eeeeee;
  border-left: 5px solid #9f9f9f;
}

.hauptmenu-sublink-act {
  border-top: 1px solid white;
  background-color: #eeeeee;
  border-left: 5px solid #9f9f9f;
}

.hauptmenu-sublink-act a,
.hauptmenu-sublink-act a:link,
.hauptmenu-sublink-act a:visited,
.hauptmenu-sublink-act a:hover,
.hauptmenu-sublink-act a:active,
.hauptmenu-sublink-act a:focus {
  display:block;
  text-decoration: none;
  padding: 5px;
  padding-left: 30px;
  font-size: 85%;
  color: black;
}

.hauptmenu-sublink-act a:hover,
.hauptmenu-sublink-act a:active,
.hauptmenu-sublink-act a:focus {
  background-color: #ffffff;
}

#hauptmenusuche {
	border-top: 1px solid white;
}

#hauptmenusucheform {
	margin-top: 60px;
	
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	
	padding: 10px;
	padding-top: 25px;
	padding-bottom: 25px;
	
	color: #ffffff;
	
	background-color: #9f9f9f;
	
	display: block;
	
}

#labelsuche {
	font-size: 90%;
	font-weight: bold;
	color: #fefefe;
}

#submitsuche {
	vertical-align: text-bottom;
}

#zusatzinfospalte {
  position: absolute;
  top: 0px;
  right: 0px;
  
  width: 205px;
  padding: 0px;
  margin: 0px;
  overflow: auto;
}

#zusatzinfo {
  font-size: 95%;
  background: #f2f2f2;
    
  padding-bottom: 8px;
  width: 205px;
}

#zusatzinfo h2 {
  font-size: 100%;
  font-weight: bold;
  color:#ffffff;
  background-color: #9f9f9f;
  
  padding: 5px;
  margin:0;
  margin-bottom: 8px;
}

#zusatzinfo ul {
  list-style: none;

  padding: 0px;
  margin: 0px;
  margin-left: 10px;
}

#zusatzinfo ul li {
  padding: 0px;
  margin: 0px;
}

#zusatzinfo .telefon {
	padding-left: 15px;
	background-image: url(../../bilder/icon-telefon.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#zusatzinfo .e-mail {
  background-image: url(../../bilder/icon-e-mail.gif);
  background-position: top left;
  background-repeat: no-repeat;

  padding-left: 15px;
  margin-bottom: 1em;
}

#zusatzinfo a,
#zusatzinfo a:link,
#zusatzinfo a:visited {
  color: #cd0917;
  text-decoration: none;
}

#jobster-j img{
	float: right;
}

.invisible {
	display: none;
}

.clear-float {
	clear: both;
	position: relative;
	font-size: 0.5em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 1.5em;
}

#toplink-wrapper {
  position: relative;
  display: block;
  
  background-color: #f2f2f2;
  border-top: 8px solid #ffffff;
  border-bottom: 8px solid #ffffff;
  
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
}

#toplink-wrapper a,
#toplink-wrapper a:link {
  color: #333333;
  text-decoration: none;
}

#toplink-wrapper a,
#toplink-wrapper a:link,
#toplink-wrapper a:hover,
#toplink-wrapper a:active,
#toplink-wrapper a:focus,
#toplink-wrapper a:visited {
  color: #333333;
  text-decoration: none;
}

/**********************************/
/* Intro-Anpassung              */
/**********************************/

#intro {
  padding: 0px;    
  margin: 0px;
  background-color: #f2f2f2;
  border: none;
}

#intro .intro_box {
  height: 1%;
  position: relative;
  margin: 0px;
  padding: 0px;
  background-color: #f2f2f2;
}

#intro img {
  padding: 0px;
  border: 0px;
  margin: 0px;
}

#intro .intro_image {
  position: relative;
  font-size: 85%;
  padding: 0px;
  margin: 0px;
  margin-bottom: 1em;
  margin-left: 1em;
  float: right;
}

#intro .intro_text {
  clear: left;
  margin: 0px 0px;
  padding: 0px 0px 0px 0px;
}

#intro .intro_content p{
  padding: 0px;
  margin: 1em 0px;
}

#intro h3 {
  color: #cd0917;
  font-size: 120%;
  margin-bottom: 1.2em;
  padding-top: 0.5em;
}

#intro a,
#intro a:link,
#intro a:visited,
#intro a:active,
#intro a:hover,
#intro a:focus {
  color: #cd0917;
  text-decoration: none;
}

#intro .whiteline {
  float: none;
  clear: both;
  position: relative;
  border-bottom: 2px solid white;
}

/**********************************/
/* tt_News-Anpassung              */
/**********************************/

#newsliste {
  padding: 8px 0px;
  margin: 0px;
  background-color: #f2f2f2;
}
	
#newsliste li {
  list-style-type : none;
  padding: 8px;
  
  border-top: 10px solid #f2f2f2;
  background-color: #ffffff;
}

.newsblock h6 {
	font-weight: normal;
	font-size: 80%;
	
	color: #6b6b6b;
	
	margin-bottom: 5px;
}

.newsblock h3 {
  color: #cd0917;
  margin-bottom: 10px;
}

.newsblock a,
.newsblock a:link,
.newsblock a:visited,
.newsblock a:active,
.newsblock a:hover,
.newsblock a:focus {
  color: #cd0917;
  text-decoration: none;
}

.newstext p {
	display: inline;
}

div.einzelnews {
  padding: 9px;
  padding-right: 10px;
}

.einzelnews h6 {
  font-weight: normal;
  font-size: 80%;
  color: #6b6b6b;
  margin-bottom: 10px;
}

.einzelnews h3 {
  color: #cd0917;
  margin-bottom: 0px;
}

.newstext h3 {
  color: #333333;
  margin-bottom: 10px;
}

.einzelnews a,
.einzelnews a:link,
.einzelnews a:visited,
.einzelnews a:active,
.einzelnews a:hover,
.einzelnews a:focus {
  color: #cd0917;
  text-decoration: none;
}

.news-amenu-container ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  margin-left: 10px;
}

.news-amenu-item-year {
  font-weight: bold;
  color: #cd0917;
  text-decoration: underline;
}

.news-amenu-container a,
.news-amenu-container a:link,
.news-amenu-container a:visited,
.news-amenu-container a:active,
.news-amenu-container a:hover,
.news-amenu-container a:focus {
  color: black;
  text-decoration: none;
}

/**********************************/
/* CSSStyledContent-Anpassung     */
/**********************************/



/**********************************/
/* MailForm-Anpassung             */
/**********************************/

.radiolayout {
  width:60%;
  padding-top:15px;
  padding-bottom:15px;
}

.formular {
  padding-top:20px;
  padding-bottom:80px;
  padding-left:20px;
}

.mf-radio {
	border:0px;
}

.mf-text {
	border: 1px solid #C0C0C0;
	margin-top: 2px;
	margin-bottom: 1ex;
	padding: 2px;
}

.mf-check {
	border: 0px;
}
.mf-select {
	border:0px;
}

.mf-input {
  border: 1px solid #C0C0C0;
  margin-top: 2px;
  margin-bottom: 1ex;
  padding: 2px;
}

.mf-submit {
  margin-top: 6ex;
  background-color: #ffffff;
  padding: 1ex;
  border: 1px solid #C0C0C0;
  font-weight: bold;
}

/**********************************/
/* Newsletter-Anpassung           */
/**********************************/

.tx-tdnewsletter-pi1 {
  padding-top:15px;
  padding-bottom:80px;
  padding-left:20px;
  padding-right:10px;
}

.nlform-button {
  margin-top: 2ex;
  border: 1px solid #C0C0C0;
}

.nlform-input {
  border: 1px solid #C0C0C0;
  margin-top: 2px;
  margin-bottom: 1ex;
  padding: 2px;
}

input.nlform-radio {
  border: 0px;
  background-color: #ffffff;
}

div.nlform-radio {
  padding-top:15px;
  padding-bottom:15px;
}

/**********************************/
/* Glossar-Anpassung              */
/**********************************/

#glossary-wrap {
  padding-top:15px;
  padding-bottom:80px;
  padding-left:20px;
  padding-right:10px;
}

.glossary-back,
.glossary-all {
  padding-left: 5px;

  background-color: #f2f2f2;

  border-top:10px solid #ffffff;
  
  height: 1.5em;
}

.glossary dt {
  color: #cd0917;
}

/**********************************/
/* Sitemap-Anpassung              */
/**********************************/

div.tx-wssitemap-pi1 {
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 20px;
  padding-bottom: 40px;
  border-bottom: 80px solid #f2f2f2;
  background-color: #ffffff;
}

/**********************************/
/* tt_board-Anpassung             */
/**********************************/

.board-wrap {
  padding-top:15px;
  padding-bottom:30px;
  padding-left:20px;
  padding-right:10px;
  border-top: 1px solid #cd0917;
}

.board-linktotop {
  padding: 0;
  margin: 0;
}

.board-linktotop a {
  color: #000000;
  font-size: 80%;
  text-decoration: underline;
  padding: 0;
  margin: 0;
}

.tt_board_table {
  width: 100%;
}

.tt_board_post_head_1 {
  background-color: #e0e0e0;
  border: 0px;
  border-bottom: 1px solid #9f9f9f;
  border-left: 1px solid #9f9f9f;
  text-align: left;
  
  padding: 4px 0px;
}

.tt_board_post_head_2 {
  background-color: #e0e0e0;
  border: 0px;
  border-bottom: 1px solid #9f9f9f;
  text-align: right;
  
  padding: 4px 4px;
}

.tt_board_post_head_3 {
  background-color: #e0e0e0;
  border: 0px;
  border-bottom: 1px solid #9f9f9f;
  border-right: 1px solid #9f9f9f;
  text-align: left;
  
  padding: 4px 4px;
}

.tt_board_post_betreff_3 {
  background-color: #e9e9e9;
  border: 0px;
  border-left: 1px solid #9f9f9f;
  border-right: 1px solid #9f9f9f;
  text-align: left;
  font-weight: bold;
  
  padding: 4px 4px;
}

.tt_board_post_text_3 {
  background-color: #ffffff;
  border: 1px solid #9f9f9f;
  border-top: 0px;
  text-align: left;
  font-family: courier;
  
  padding: 8px 4px;
}

.tt_board_post_foot {
  text-align: right;
  
  padding: 4px 4px;
}

.tt_board_forum_head_1 {
  background-color: #e0e0e0;
  border: 0px;
  border-bottom: 1px solid #9f9f9f;
  border-left: 1px solid #9f9f9f;
  text-align: left;
  
  padding: 4px 0px;
}

.tt_board_forum_head_2 {
  background-color: #e0e0e0;
  border: 0px;
  border-bottom: 1px solid #9f9f9f;
  text-align: left;
  
  padding: 4px 4px;
}

.tt_board_forum_head_3 {
  background-color: #e0e0e0;
  border: 0px;
  border-bottom: 1px solid #9f9f9f;
  border-right: 1px solid #9f9f9f;
  text-align: left;
  
  padding: 4px 4px;
}

.tt_board_cat_head_1 {
  background-color: #e0e0e0;
  border: 0px;
  border-bottom: 1px solid #9f9f9f;
  border-left: 1px solid #9f9f9f;
  text-align: left;
  
  padding: 4px 0px;
}

.tt_board_cat_head_2 {
  background-color: #e0e0e0;
  border: 0px;
  border-bottom: 1px solid #9f9f9f;
  text-align: left;
  
  padding: 4px 4px;
}

.tt_board_cat_head_3 {
  background-color: #e0e0e0;
  border: 0px;
  border-bottom: 1px solid #9f9f9f;
  border-right: 1px solid #9f9f9f;
  text-align: left;
  
  padding: 4px 4px;
}

.tt_board_cat_text_1 {
  text-align: left;
  
  padding: 4px 0px;
}
.tt_board_cat_text_2 {
  text-align: left;
  
  padding: 4px 0px;
}

.tt_board_cat_text_3 {
  text-align: left;
  
  padding: 4px 0px;
}

.tt_board_form input {
  padding: 4px 8px;
  margin-bottom: 8px;
}

.tt_board_form textarea {
  padding: 4px 8px;
  margin-bottom: 8px;
}

/**********************************/
/* tx-indexedsearch-Anpassung     */
/**********************************/

.tx-indexedsearch {
  padding-top:15px;
  padding-bottom:30px;
  padding-left:20px;
  padding-right:10px;
}

.tx-indexedsearch-title a,
.tx-indexedsearch-title a:link,
.tx-indexedsearch-title a:visited,
.tx-indexedsearch-title a:hover,
.tx-indexedsearch-title a:focus,
.tx-indexedsearch-title a:active {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}

.tx-indexedsearch-redMarkup {
  color: #cd0917;
}

.tx-indexedsearch-header {
  margin: 0px;
  margin-top: 15px;
  background-color: #9f9f9f;
  padding: 0px;
}

.tx-indexedsearch-icon {
  padding: 0px;
  padding-left: 5px;
  margin: 0px;
}

.tx-indexedsearch-title {
  padding: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0px;
}

.tx-indexedsearch-descr {
  margin-top: 15px;
}

.tx-indexedsearch-info {
  margin-top: 15px;
  margin-bottom: 15px;
}

.tx-indexedsearch-info a,
.tx-indexedsearch-info a:link,
.tx-indexedsearch-info a:visited,
.tx-indexedsearch-info a:hover,
.tx-indexedsearch-info a:focus,
.tx-indexedsearch-info a:active {
  color: #cd0917;
  text-decoration: underline;
}

/**********************************/
/* tx-irfaq-Anpassung         */
/**********************************/

.tx-irfaq-pi1 {
  margin: 0px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 0px;
}

.tx-irfaq-pi1 ul.tx-irfaq-questions-list {
  margin: 0px;
  padding: 0px;
  margin-bottom: 20px;
  margin-top: 20px;
  list-style: none;
}

.tx-irfaq-pi1 ul li {
  margin-bottom: 0.8em;
}

.tx-irfaq-pi1 ul li a {
  margin: 0px;
  padding: 0px;
  display: inline;
}

.tx-irfaq-pi1 ul li a,
.tx-irfaq-pi1 ul li a:link,
.tx-irfaq-pi1 ul li a:visited {
  color: #000;
  text-decoration: underline;
}

.tx-irfaq-pi1 ul li a:hover,
.tx-irfaq-pi1 ul li a:focus,
.tx-irfaq-pi1 ul li a:active {
  color: #000;
  text-decoration: underline;
}

.tx-irfaq-pi1 .tx-irfaq-answer {
  margin: 0px;
  margin-bottom: 10px;
  padding: 0px;
}

.tx-irfaq-pi1 .tx-irfaq-answer h4 {
  color: #cd0917;
  text-decoration: underline;
  margin-top: 3em;
  border-top: 1px solid #cdcdcd;
  padding-top: 15px;
}

.tx-irfaq-pi1 .tx-irfaq-answer p {
  margin: 0px;
  padding: 0px;
}

.tx-irfaq-pi1 {
  background-color: #f2f2f2;
  padding-bottom: 20px;
}

/**********************************/
/* tx-cmwlinklist-Anpassung       */
/**********************************/

.tx-cmwlinklist-pi1 ul {
  padding-top:15px;
  padding-bottom:30px;
  padding-left:20px;
  padding-right:10px;
  
  list-style: none;
}

.tx-cmwlinklist-pi1 li {
  display: block;
  position: relative;
}

.tx-cmwlinklist-pi1 a,
.tx-cmwlinklist-pi1 a:link,
.tx-cmwlinklist-pi1 a:visited,
.tx-cmwlinklist-pi1 a:hover,
.tx-cmwlinklist-pi1 a:focus,
.tx-cmwlinklist-pi1 a:active {
  color: #cd0917;
  text-decoration: none;
}

div.cmwlinklist_link {
  display: inline;
  position: absolute;
  left: 25px;
  top: 0px;
}

li.cmwlinklist_underline {
  text-decoration: underline;
  color: #cd0917;
}

/**********************************/
/* Impressum-Anpassung            */
/**********************************/

#impressum {
  margin: 0px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0px;
}

#impressum h1 {
  margin: 0px;
  padding: 0px;
  border: 0px;
  color: #333333;
  font-size: 100%;
  font-weight: bold;
  border-left: 15px solid #9f9f9f;
  padding-left: 5px;
}

#impressum {
  color: #333333;
}

/**********************************/
/* Impressum-Anpassung            */
/**********************************/

.tx-mlmaps-pi1 {
  margin: 0px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0px;
  border-bottom: 20px solid #f2f2f2;
}

.tx-wmcontact-pi1 li.e-mail a{
  display: block;
  margin-bottom: 1em;
}