body {
  margin: 0;
  padding: 0;
  font-family: Trebuchet MS, Arial, sans-serif;
  min-width: 800px;
  background: #fff url(../img/bg_main.gif) repeat-x;
}

#header {
  background: url(../img/header_logo_slogan.gif) no-repeat;
  margin: 82px 0 0 73px;
  height: 100px;
  border-bottom: 1px dotted #e1e1e1;
}

#header span {
  display: none;
}

#header #logo a {
position: absolute; 
  display: block;
  width: 280px;
  height: 100px;
}

.menu {
  margin: 0; padding: 0;
  font-size: .8em;
}

ul#menumain {
  position: relative;
  top: 40px;
  left: 365px;
  padding: 0px;
  list-style: none;
  height: 1.95em;
  width: 600px;  
}

ul#menumain li {
  float: left;
  margin: 0px;
  border-right: 1px solid white;
  padding-bottom: .5em;
  white-space: nowrap;
  width: 1em; /* IE<7 */
  text-align: center;
  display: block;
}


ul#menumain>li { /* moderne browser */
  white-space: nowrap;
  width: auto;
}


ul#menumain li a {
  text-decoration: none;
  color: #000;
  display: block;
  height: 100%;
  padding: .2em 20px .25em 20px;
}

ul#menumain li a:HOVER {
  color: #000;
  background-color: #D2DFF0;
}

ul#menumain li.menubtnact {
  background: url(../img/menu_linieakt.gif) bottom repeat-x;
}


ul#menusub {
  position: absolute;
  top: 75px;
  left: -325px;
  width: 850px;
}

ul#menumain ul#menusub li {
  width: auto;
}

* html ul#menumain ul#menusub li  {
  width: 1px;
}


ul#menumain ul#menusub li a {
  background-color: #fff;
  color: #00377B;
}

ul#menumain ul#menusub li a:HOVER {
  background-color: #CAE0FF;
  color: #000;
}

ul#menumain ul#menusub li a.act {
  font-weight: bold;
}


#main {
  margin-top: 35px;
  /*width: 740px;*/
  min-width: 740px;
  margin-left: 75px;
  margin-right: 30px;
}

#main a.nod {
  text-decoration: none;
  border-bottom: none;
  color: #333;
  cursor: text;
}


#main a.nod:HOVER {
  border-bottom: none;
}



#main .texteinleitung {
  background: url(../img/main_texteinleitung_bg.gif) repeat-x;
  overflow: hidden;
}

#main .texteinleitungbild {
  background: url(../img/foto_zeitplaner.jpg) no-repeat left bottom;
  overflow: hidden;
  height: 230px;
  width: 100%;
}


#main .ap {
  overflow: hidden;
  padding: .5em 0 .5em 0;
  margin-right: 5em;
  border-bottom: 1px dotted #e1e1e1;
  clear: left;
}

#main .texteinleitung img, #main .ap img {
  float: left;
  height: 1px;
  margin: 0 1.5em .5em 0;
  border: 1px solid #e1e1e1;
  padding: 2px;
}

#main .texteinleitung .li {
  background: url(../img/main_texteinleitung_li.gif) no-repeat top right;
}

#main .texteinleitung .re {
  padding: 2em 2em;
  overflow: hidden;
  background: url(../img/main_texteinleitung_re.gif) no-repeat;
}

#content {
  float: left;
  width: 67%;
  font-size: .8em;
  line-height: 1.8em;
  color: #333;
}

#content h1 {
  clear: both;
  color: #3E3E3E;
  font-size: 2.6em;
  font-weight: normal;
  margin: 1em 0 0.5em 0;
  padding: 0 0 0.2em 0;
  background: url(../img/h1_linie.gif) no-repeat bottom;
  border-bottom: 1px dotted #e1e1e1;
  line-height: 1.2em;
}

#content h2 {
  font-size: 1.5em;
  color: #000;
  font-weight: normal;  
  margin: 1.5em 0 1.5em 0;
}

#content .ap h3 {
  font-size: 1.2em;
  color: #000;
  font-weight: bold;  
  margin: 0.5em 0 0.5em 0;
}

#content p {
  margin: 1em 0 1.5em 0;
}

#content .kastenstrong {
  padding: 0.2em 1em 0.6em 1em;
  margin: 1em 0;
  background-color: #FFDD9E;
}

#content .kasten {
  background-color: #f9f9f9;
  padding: 0.2em 1em 0.6em 1em;
  margin: 1em 0;
}

#content .kastenhinweis {
  background: url(../img/icon_achtung.gif) 0px 8px no-repeat #D2E1F4;
  padding: 0.6em 1em 0.6em 2.5em;
  margin: 1.3em 0;
  font-style: italic;
}


#li .kasten { /* Kasten rechts */
  background: #fff url(../img/re_kasten.gif) no-repeat;
  padding-top: .1em;
}

#li .kasten2 { /* Kasten rechts */
  background: #fff url(../img/re_kasten2.gif) no-repeat;
  padding-top: .1em;
  margin-top: 2em;
}

#content ul {
  color: #333;
}

#content li {
  margin-top: 0.5em;
}

#content ul.ref {
  font-size: 0.88em;
}

#content abbr {
  border-bottom: 1px dashed #999;
  cursor: help;
}

table td, table th {
  padding: 2px 8px;
}

.jobangebote {
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  background: url(../img/main_texteinleitung_bg.gif) repeat-x;
}

form {
  width: 90%;
  background: #D2DFEF;
  padding: 10px 10px;
  border: 1px solid #999;
}

form textarea {
  width: 90%;
  margin-bottom: 10px;
}

form .fehler input, form .fehler textarea {
  border: 1px solid red;
}

form .fehler .formelement {
  color: red;
  border: 1px solid red;
  padding: 10px;
  margin-bottom: 5px;

}

form .fehlerinfo {
  border: 2px solid red;
  background: #fff;
  padding: 10px;
  color: #000;
}

form fieldset {
  margin: 0 0 1.5em 0;
  padding-bottom: 1em;
  border: 1px dashed #999;
  padding-left: 1em;
}

form legend {
  font-size: 1.5em;
  color: #333;
  background-color: #D2DFEF;
  padding: 2px 10px;
}

#content .jobangebote td {
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
}

#content .jobangebote th {
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
  background: #D2DFEF;  
}

#li {
  float: left;
  width: 224px;
  margin-left: 6%;
  font-size: 0.7em;
  color: #2B2E31;
}



#li .absatz {
  margin: .5em .9em 1.0em;
  border-bottom: 1px solid #E6E8EC;
  padding-bottom: .5em;
}

#li ul {
  text-indent: 0;
  padding-left: 1.5em;
  margin: 1em 0;
}

#li li {
  margin-bottom: .5em;
}

#li h2 {
  font-size: 1.6em;
  font-weight: normal;  
  margin: 0.5em 0 0.5em 0;
}

#li h2 {
  border-bottom: 1px dotted #B9C7D8;
}


.news {
  padding: 15px 0px;
  text-align: right;
  color: #999;
  margin-right: 15px;
}

.news ul, .submenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.submenu ul {
  margin-top: 1.0em;
}

.news ul li {
  color: #616161;
  margin-top: 10px;
} 

.submenu ul li {
  margin-top: .8em;
} 



#footer {
  clear: both;
  margin: 80px 0px 10px 72px;
  padding: 5px;
  font-size: 0.7em;
  color: #999;
  text-align: center;
  border-top: 1px dotted #e1e1e1;
}

#footer a{
  color: #999;
}

.refgross {
  clear: both;
  margin-bottom: 3.5em;
  margin-top: 1.5em; 
  border-top: 1px solid #FFF;
  display: block;
}

#content .refgross h3 {
  margin: 0.5em 0 0 0;
  padding: 0;
  background: none;
}

.refgross img {
  float:left;
  background: #fff;
  border: 1px solid #999;
  padding: 2px;
  margin: .5em 1em .5em 0em;
}

.refgross p {
  font-size: 0.85em;
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#keyboardMsg a {
  color: #00377B;
  text-decoration: underline;
}

#keyboardMsg a:HOVER {
  color: #000;
  background-color: #D2DFF0;
}

#lightbox img{ border: none; } 
#overlay img{ border: none; }


/* Links */

#main a {
  color: #00377B;
  text-decoration: underline;
}

#main a:HOVER {
  color: #000;
  background-color: #D2DFF0;
}


a[rel="external"]:before {content: url(../img/icon_extern.gif); vertical-align: middle;text-decoration: none}
a.extern {background: url(../img/icon_extern.gif) left no-repeat; padding: 0 0 0 12px; }
a.document {background: url(../img/icon_dokument.gif) left no-repeat; padding: 0 0 0 12px; }
a.mail {background: url(../img/icon_brief.gif) left no-repeat; padding: 0 0 0 14px; }

q {
	quotes: '\00201E' '\00201D' '\002018' '\002019'; 
	behavior: url('/fixquotes.htc');
}

q:before { content: open-quote; }

q:after { content: close-quote; }

#banner {
        position: absolute;
        top: 0px;
        left: 0px;
}
