/* schriften */
html {
  overflow-y: scroll;
}
body, div {
  font-size: 70%;
  line-height: 160%;
}
@media screen {
  div {
    font-size: 100%;
  }
}
.infobox {
  font-size: 100%;
}
.infobox h2 {
  font-size: 100%;
}
.global a:link, .global a:visited {
  font-size: 100%;
}
#submenu a:link, #submenu a:visited {
  font-size: 100%;
}
@media screen {
  .linkDownload h3 {
    font-size: 100%;
    font-weight: normal;
  }
}
.linkDownload a:link, .linkDownload a:visited {
  font-size: 100%;
  font-weight: bold;
}
#content .links li.download {
  background-image:url(../img/pfeil_more.gif);
  background-position:4px 0.4em;
  background-repeat:no-repeat;
  font-weight:normal;
  margin-bottom:0.2em !important;
  padding:0 0 0 20px !important;
  text-decoration:none !important;
}
/* farben */
body {
  color: #686868;
}
h1 {
  color: #d85900;
}
h2 {
  color: #45637a;
}
h3 {
  color: #45637a;
}
h4 {
  color: #d95900;
}
.error, #content .contact .error {
  color: #D85900;
}
.intro {
  color: #686868;
}
.homepage .intro {
  color: #686868;
}
.teaserHome .infobox {
  color: #1e2022;
}
.teaserHome h2, .infoboxBottom h2 {
  color: #FFFFFF;
}
@media screen {
  .global {
    color: #45637a;
  }
  .global a:link, .global a:visited {
    padding: 0 3px 0 0;
    color: #45637a;
  }
  .global a:hover, .global a:active {
    color: #45637a;
    text-decoration: underline;
  }
  a:link.more, a:visited.more, a:hover.more, a:active.more {
    padding: 0 0 0 15px;
    font-weight: normal;
    color: #d85900;
    background: url(../img/pfeil_more.gif) no-repeat 0 0.25em;
  }
  a:link.external, a:visited.external, a:hover.external, a:active.external {
    padding: 0 0 0 15px;
    font-weight: normal;
    color: #d85900;
    background: url(../img/pfeil_more.gif) no-repeat 0 0.3em!important;
  }
  #content .links li.external, #content .links li.internal{
    padding: 0 0 0 20px !important;
    margin-bottom: 0.2em !important;
    color:#D85900!important;
    font-weight: normal;
    background-image: url(../img/pfeil_more.gif);
    background-position: 4px 0.4em;
    background-repeat: no-repeat;
    text-decoration: none!important;
  }
  #language {
    color: #45637a;
  }
  #language a:link, #language a:visited {
    padding: 0 3px 0 0;
    color: #45637a;
  }
  #language a:hover, #language a:active {
    color: #45637a;
    text-decoration: underline;
  }
  #language a:link.active, #language a:visited.active {
    color: #d95900;
  }
  #content .box a:link, #content .box a:visited {
    color:#D85900;
    font-weight:normal;
  }
  .paging a:link, .paging a:visited {
    font-weight: bold;
    color: #45637a;
  }
  .paging a:hover, .paging a:active {
    color: #45637a;
    text-decoration: underline;
  }
  .paging a:link.active, .paging a:visited.active {
    color: #d95900;
  }
  .infobox a:link, .infobox a:visited {
    text-decoration: underline;
  }
  .infobox a:link.more, .infobox a:visited.more {
    text-decoration: none;
  }
  .infobox a:link.external, .infobox a:visited.external {
    text-decoration: none;
  }
  .up a:link, .up a:visited {
    color: #45637a;
    text-decoration: underline;
  }
  .more {
    text-align: right;
  }
  .more a:link, .more a:visited {
    background:transparent url(../img/pfeil_more.gif) no-repeat scroll 0 0.3em;
    color:#D85900;
    font-weight:normal;
    padding:0 0 0 15px;
  }
}

/* Formatierung */
a:link, a:visited {
  text-decoration: none;
}
a:active, a:hover {
  text-decoration:underline;
}
@media screen {
  .global {
    position: relative;
    width: 216px;
    padding: 0 0 1px 17px;
    float: left;
    background: url(../img/dotted_line.gif) repeat-x left bottom;
  }
  .global a:link, .global a:visited {
    padding: 0 3px 0 3px;
    text-align: center;
  }
}

@media screen {
  #shadowMainRight {
    width: 953px;
    margin: 0;
    padding: 0;
    background-image: url(../img/shadow_right.gif);
    background-repeat: repeat-y;
    background-position: right top;
    margin-left: auto;
    margin-right: auto;
    border-left: 1px solid #c0c9ce;
  }
  #body {
    position: relative;
    width: 948px;
    height: 100%;
    padding: 0;
    text-align: left;
    background-color: #FFFFFF;
    float: left;
  }
  #body div.ilink {
    position: absolute;
    top: 64px;
    left: 22px;
    z-index: 1000;
  }
  #popup div.ilink {
    position: absolute;
    top: 32px;
    left: 190px;
    z-index: 1000;
  }
  #shadowBottom {
    width: 954px;
    margin: 0;
    padding: 0;
    height: 5px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../img/shadow_bottom.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  #head {
    position: relative;
    height: 200px;
    padding: 0;
    margin: 0;
  }
  #main {
    width: 948px;
    margin: 0;
    padding: 0 0 1.4em 0;
    background-image: url(../img/bg_main.gif);
    background-repeat: repeat-y;
    background-position: 0 0;
  }
  #mainBottom {
    width: 948px;
    margin: 0;
    padding: 0;
  }
  #leftcolumn {
    width: 233px;
    float: left;
  }
  #content {
    width: 685px;
    margin: 0;
    padding: 40px 10px 0 20px;
    float: left;
    font-size: 110%!important;
  }
  .homepage #content {
    width: 715px;
    margin: 0;
    padding: 40px 0 0 0;
    float: left;
  }
  .homepage #content .box {
    margin: 0;
    padding: 0 20px;
  }
  #content .box table {
    border-collapse:collapse;
  }
  #content .box td {
    padding: 0 !important;
    margin: 0 !important;
  }
  #content .box p {
    margin: 0 0 1em 0;
    padding: 0;
  }
  .contentpage.projects #content {
    width: 715px;
    margin: 0;
    padding: 0;
    float: left;
  }
  #illuHome, #illuContent {
    margin: 0;
    margin-right:50px;
    height: 200px;
    float: right;
  }
}
@media screen {
  .homepage .teaserHome {
    position: relative;
    left: 1px;
    width: 714px;
    float: left;
    margin: 1.4em 0 0 0 !important;
    padding: 0 0 1px 1px !important;
    background-image: url(../img/bg_teaserHome.gif);
    background-position: left top;
    background-repeat: repeat-y;
  }
  .homepage .teaserHomeShadow {
    width: 714px;
    height: 5px;
    float: left;
    margin: 0 0 1em 0 !important;
    padding: 0 !important;
    background-image: url(../img/teaserHomeShadow.gif);
    background-position: left top;
    background-repeat: no-repeat;
  }
  .homepage .teaserHome .infobox {
    width: 233px;
    float: left;
    margin: 0 7px 0 0 !important;
    padding: 0 !important;
    background: transparent;
  }
  .homepage .teaserHome .infobox.last {
    margin: 0 !important;
  }
  .homepage .teaserHome h2 {
    position: relative;
    margin: 0;
    line-height: 1.6em;
    height: 1.6em;
    padding: 0 0 0 20px !important;
    background-color: #e07f41;
    text-transform: uppercase;
    background-image: url(../img/symbol_square.gif);
    background-position: 4px 4px;
    background-repeat: no-repeat;
    font-weight: normal;
  }
  .homepage .teaserHome p {
    padding: 0 0 0 20px;
    line-height: 120%;
    margin: 1em 0;
  }
  .homepage .teaserHome ul {
    list-style-type: none;
    line-height: 120%;
    padding: 0 20px !important;
    margin: 0;
  }
  .homepage .teaserHome ul li {
    padding: 0 0 0 15px !important;
    margin-bottom: 0.2em !important;
    font-weight: normal;
    background-image: url(../img/bullet_blue.gif);
    background-position: 4px 4px !important;
    background-repeat: no-repeat;
  }
}
@media screen {
  .infoboxBottom {
    width: 714px;
    float: left;
    margin: 0;
    padding: 0 0 0 1px;
    background-image: url(../img/bg_infobox.gif);
    background-position: left top;
    background-repeat: repeat-y;
  }
  .infoboxBottom .infobox {
    width: 233px;
    float: left;
    margin: 0 7px 0 0;
    padding: 0;
    /* background-color: #e3e8eb; */
  }
  .infoboxBottom .infobox.last {
    margin: 0;
  }
  .infoboxBottom h2 {
    position: relative;
    margin: 0;
    font-weight: normal;
    line-height: 1.6em;
    height: 1.6em;
    padding: 0 0 0 20px;
    background-color: #8fa1af;
    text-transform: uppercase;
    background-image: url(../img/symbol_square.gif);
    background-position: 4px 4px;
    background-repeat: no-repeat;
  }
  .infoboxBottom .infobox div {
    margin: 0;
    padding: 0;
  }
  .infoboxBottom .infobox p {
    margin: 0 0 0.5em 0;
    padding: 0;
  }
  .infoboxBottom .infobox .p {
    margin: 0;
    padding: 6px 20px;
  }
  .infoboxBottom ul {
    margin: 0;
    padding: 6px 20px 6px 0;
    list-style-type: none;
    line-height: 140%;
  }
  .infoboxBottom ul.links {
    padding: 6px 20px 6px 20px;
  }
  .infoboxBottom ul li {
    padding: 0 0 0 10px;
    margin-bottom: 0.2em;
    font-weight: normal;
    background-image: url(../img/bullet_blue.gif);
    background-position: 0 0.6em;
    background-repeat: no-repeat;
    font-weight: normal;
  }
}

@media screen {
  #search {
    position: absolute;
    top: 181px;
    left: 20px;
  }
  #search input {
    width: 165px;
    margin: 0 5px 0 0;
    padding: 2px 0 2px 2px;
    color: #45637a;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 95%;
    text-transform: uppercase;
    border-top: 1px solid #dae0e4;
    border-right: 1px solid #dae0e4;
    border-bottom: 1px solid #dae0e4;
    border-left: 1px solid #dae0e4;
  }
  #search .btn-search {
    position: relative;
    width: 20px;
    height: 19px;
    margin: 0;
    padding: 0;
    border: 0;
    background: url(../img/btn_search.gif) no-repeat center;
    cursor: pointer;
  }
}

@media screen {
  #language {
    position: relative;
    margin: 0 0 0 20px;
    padding: 0;
  }
}

@media screen {
  table.person {
    border-collapse: collapse;
    width: 100%;
    margin: 0;
    padding: 0 0 10px 0;
  }
  table.person td.personImg {
    width: 90px;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
  }
  table.person td.personImg img {
    border: 1px solid #8fa1af;
    float: left;
  }
  table.person td.personInfo {
    width: 470px;
    margin: 0;
    padding: 0 0 3px 0;
    vertical-align: bottom;
    line-height: 130%;
    font-size: 90%!important;
  }
  table.person td.personLink {
    width: 115px;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
    text-align: right;
  }
}

@media screen {
  .up {
    margin: 0;
    padding: 0.2em 12px 0.5em 0 !important;
    text-align: right;
  }
}

@media screen {
  .sortProject {
    margin: -40px -10px 20px -20px !important;
    padding: 0.8em 22px 0.8em 0 !important;
    text-align: right;
    background-color: #d0d8de;
    color: #45637a;
  }
  .sortProject label {
    color: #D85900;
  }
  .sortProfile {
    margin: -40px -10px 20px -20px !important;
    padding: 0.8em 22px 0.8em 0 !important;
    background-color: #d0d8de;
    color: #45637a;
  }
  .sortProfile label {
    color: #D85900;
  }
}
@media screen {
  .paging {
    margin: 0;
    padding: 0.8em 12px 0.8em 0 !important;
    text-align: right;
    color: #45637a;
  }
}
@media screen {
  .project {
    position: relative;
    left: 1px;
    width: 660px;
    border: 1px solid #dcdee0;
    margin: 0;
    padding: 6px 5px !important;
    color: #5f8193;
  }
  .projectShadowRight {
    position: relative;
    width: 678px;
    background-image: url(../img/shadowProjectRight.gif);
    background-position: right 0;
    background-repeat: no-repeat;
  }
  .projectShadowBottom {
    position: relative;
    width: 678px;
    height: 5px;
    margin: 0;
    padding: 0;
    background-image: url(../img/shadowProjectBottom.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
  }
  .project h2 {
    background-color: #8fa1af;
    color: #FFFFFF;
    line-height: 1.6em;
    height: 1.6em;
    margin: 0;
    padding: 0 0 0 30px;
    text-transform: uppercase;
    background-image: url(../img/symbol_square.gif);
    background-position: 4px 4px;
    background-repeat: no-repeat;
  }
  .project h2 a:link, .project h2 a:visited {
    display: block;
    margin-left: -30px;
    padding-left: 30px;
    color: #FFFFFF;
  }
  .project table {
    border-collapse: collapse;
    margin: 1em 0;
    padding: 0;
    line-height: 130%;
  }
  .projectInfo table {
    margin: 0;
  }
  .project table th, .project table td {
    width: 173px;
    margin: 0;
    padding: 0 30px 0 30px;
    background: url(../img/dotted_line_vertical.gif) repeat-y right top;
  }
  .projectInfo table th, .projectInfo table td {
    width: 300px;
    margin: 0;
    padding: 0;
    background: none;
  }
  .project table th.last, .project table td.last {
    background: none;
  }
  .project table td {
    vertical-align: top;
  }
  .project .projectInfo {
    background-color: #e9edf0;
    margin: 0 !important;
    padding: 10px 30px !important;
  }
  .project .projectInfo h3 {
    font-weight: bold;
    color: #5f8193;
  }
  .project .projectInfo span.orange {
    color: #e08341;
  }
  .project .projectInfo p {
    padding: 0;
    margin: 0 0 1em 0;
    line-height: 130%;
  }
}

@media screen {
  #submenu ul li a:link, #submenu ul li a:visited, #submenu ul li a:active, #submenu ul li a:hover {
    color: #45637a;
    text-decoration: none;
  }
  #submenu {
    position: relative;
    margin: 10px 0 2em 17px;
    overflow: hidden;
  }
  #submenu ul {
    width: 200px;
    padding: 0;
    margin: 0;
    list-style: none;
    font-weight: normal;
  }
  #submenu li {
    width: 200px;
    background: url(../img/dotted_line.gif) repeat-x left bottom;
  }
  #submenu li li  {
    background: url(../img/dotted_line.gif) repeat-x left top;
  }
  #submenu li a:link, #submenu li a:visited {
    width: 183px;
    display: block;
    padding: 0.3em 0 0.3em 12px;
    font-weight: normal;
    text-transform: uppercase;
    background: url(../img/pfeil_right.gif) no-repeat 3px 0.7em;
  }
  #submenu li li a:link, #submenu li li a:visited {
    width: 165px;
    display: block;
    padding: 0.3em 0 0.3em 30px;
    font-weight: normal;
    text-transform: none;
  }
  #submenu li li li a:link, #submenu li li li a:visited {
    width: 145px;
    display: block;
    padding: 0.3em 0 0.3em 50px;
    font-weight: normal;
    text-transform: none;
    font-size: 90%;
  }
  #submenu li.active a:link, #submenu li.active a:visited {
    font-weight: normal;
    color: #d95900 !important;
  }
  #submenu li.active li a:link, #submenu li.active li a:visited {
    font-weight: normal;
    color: #45637a !important;
  }
  #submenu li.node a:link, #submenu li.node a:visited {
    background-image: url(../img/pfeil_down.gif);
    background-position: 0px 0.9em;
    background-repeat: no-repeat;
    color: #d95900;
  }
  #submenu li.node li a:link, #submenu li.node li a:visited {
    background-image: url(../img/pfeil_right.gif);
    background-position: 20px 0.7em;
    background-repeat: no-repeat;
    color: #45637a;
  }
  #submenu li.node li.node a:link, #submenu li.node li.node a:visited {
    background-image: url(../img/pfeil_down.gif);
    background-position: 18px 0.9em;
    color: #d95900;
  }
  #submenu li.node li.node li a:link, #submenu li.node li.node li a:visited {
    background-image: none;
    color: #45637a;
  }
}

/* Styles for Contact Form */
#content .contact {
  margin-top: 20px;
}
#content .contact fieldset {
  margin: 0;
}
#content .contact table {
  width: 480px;
  float: left;
  margin: 10px 0 !important;
}
#content .contact table td {
  padding: 3px 5px 6px 0px;
  vertical-align: top;
  border: none !important;
}
#content .contact label {
  font-weight: bold;
  color: #686868;
}
#content .contact input {
  width: 350px;
  margin-bottom: 7px;
  border: 1px solid #c7d0d7;
  background-color: #f3f3f3;
}
#content .contact select {
  width: 352px;
  margin-bottom: 7px;
  border: 1px solid #c7d0d7;
  background-color: #f3f3f3;
}
#content .contact textarea {
  width: 350px;
  margin-bottom: 7px;
  border: 1px solid #c7d0d7;
  background-color: #f3f3f3;
}
#content .contact input.button {
  position: relative;
  float: left;
  width: 80px;
  margin: 10px 10px 0 0;
  padding: 0 0 0 15px;
  border: 0;
  text-align: left;
  cursor: pointer;
  color: #d85900;
  font-weight: normal;
  background: url(../img/pfeil_more.gif) no-repeat 0 0.3em;
}
#content .contact .description {
  width: 170px;
  float: left;
  margin-top: 10px !important;
  margin-left: 10px !important;
}
#content .contact .contactAdress {
  width: 170px;
  float: left;
  margin-top: 10px !important;
  margin-left: 10px !important;
}
#content .contact .star {
  position: absolute;
  margin-top: -3px;
  margin-left: 3px;
  color: #d85900;
}
#content .contact .description .star {
  position: relative;
  margin: 0;
}
#content .box .errorText {
  float: none;
  margin-top: 10px;
  font-weight: bold;
  padding-left: 5px;
  color: #FFFFFF;
  background-color: #D85900;
}
#overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  display: none;
}
#overlay .background {
  position: relative;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity:0.2;
  filter:Alpha(opacity=20);
}
#overlay iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 779px;
  height: 644px;
  background: white;
}

/* PopUp */

@media screen {
  #popup {
    padding: 0;
    background-color: #FFFFFF;
    text-align: left;
  }
  #popup .popupHeader {
    position: relative;
    width: 100%;
    height: 19px;
    padding: 0 !important;
    margin: 0 !important;
    background-color: #45637a;
    background-image: url(../img/symbol_square.gif);
    background-position: 5px 5px;
    background-repeat: no-repeat;
    text-align: right;
  }
  #popup .popupHeader img {
    position: relative;
    top: 2px;
    right: 3px;
  }
  #popup .popupContent {
    position: relative;
    width: 768px;
    padding: 25px 0 25px 25px;
    margin: 0;
    height: 573px;
    overflow-y: scroll;
    border: 1px solid #45637a;
    background-image: url(../img/shadow_popup.gif);
    background-position: 0 0;
    background-repeat: repeat-x;
  }
  #popup .popupContent .logo {
    position: relative;
  }
  #popup .popupContent .partnerImg {
    float: left;
    height: 170px;
    margin: 20px 15px 0 0;
    padding: 0;
    border: 1px solid #8fa1af;
  }
  #popup .popupContent .partnerText {
    float: left;
    width: 500px;
    margin-top: 40px;
  }
  #popup .popupContent .partnerText h2 {
    color: #d65800;
    font-size: 110%;
  }
  #popup .popupContent .hr {
    margin: 0 0 2em 0 !important;
    padding: 0 !important;
  }
  #popup .popupContent h1 {
    margin: 1.5em 0 0.5em 0 !important;
    padding: 0 !important;
  }
  #popup .popupContent .intro {
    font-weight: bold;
    margin-bottom: 1em;
  }
  #popup .popupContent .box {
    clear: both;
    width: 720px;
  }
  #popup .popupContent .imgLeft {
    float: left;
    margin-right: 10px;
  }
  #popup .popupContent .imgRight {
    float: right;
    margin-left: 10px;
  }
  #popup .popupContent .imgFull {
    margin: 10px 0;
  }
  #popup .teaserPopup {
    position: relative;
    width: 730px;
    float: left;
    margin: 0 !important;
    padding: 0 !important;
    background-image: url(../img/bg_teaserPopup.gif);
    background-position: left top;
    background-repeat: repeat-y;
  }
  #popup .teaserPopup.XL {
    background-image: url(../img/bg_teaserPopupXL.gif);
  }
  #popup .teaserPopupShadow {
    width: 730px;
    height: 5px;
    float: left;
    margin: 0 0 1em 0 !important;
    padding: 0 !important;
    background-image: url(../img/teaserPopupShadow.gif);
    background-position: left top;
    background-repeat: no-repeat;
  }
  #popup .teaserPopupShadowXL {
    width: 730px;
    height: 5px;
    float: left;
    margin: 0 0 1em 0 !important;
    padding: 0 !important;
    background-image: url(../img/teaserPopupShadowXL.gif);
    background-position: left top;
    background-repeat: no-repeat;
  }
  #popup .teaserPopup .teaserBox {
    width: 360px;
    float: left;
    margin: 0 7px 0 0 !important;
    padding: 0 !important;
  }
  #popup .teaserPopup.XL .teaserBox {
    width: 727px;
  }
  #popup .teaserPopup .teaserBox.last {
    margin: 0 !important;
  }
  #popup .teaserPopup h3 {
    position: relative;
    margin: 0;
    line-height: 1.6em;
    height: 1.6em;
    padding: 0 0 0 20px !important;
    background-color: #748a9b;
    color: #FFFFFF;
    font-weight: normal;
    text-transform: uppercase;
    background-image: url(../img/symbol_square.gif);
    background-position: 4px 4px;
    background-repeat: no-repeat;
  }
  #popup .teaserPopup p {
    padding: 0 20px;
    line-height: 120%;
    margin: 2em 0;
  }
  #popup .teaserPopup ul {
    list-style-type: none;
    line-height: 120%;
    padding: 0 20px !important;
    margin: 1em 0 0 0;
  }
  #popup .teaserPopup ul li {
    padding: 0 0 0 20px !important;
    margin-bottom: 0.2em !important;
    font-weight: normal;
    background-image: url(../img/bullet_orange.gif);
    background-position: 4px 4px;
    background-repeat: no-repeat;
  }
  #popup .teaserPopup table {
    border-collapse: collapse;
    margin: 1em 0;
  }
  #popup .teaserPopup td {
    vertical-align: top;
    font-weight: normal;
    padding: 0 20px 0 20px;
  }
  #popup .teaserPopup.XL td {
    vertical-align: top;
    font-weight: normal;
    padding: 0 80px 1em 20px;
  }
  #popup .teaserPopup th {
    vertical-align: top;
    padding: 0 0 0 20px;
    width: 80px;
  }
  #popup .project {
    width: 715px;
    border-style: solid none;
  }
  #popup .project h4 {
    margin: 1em 0 0.5em 20px;
  }
  #popup .project .projectInfo {
    padding: 1px 0px !important;
  }
/* Nutch Suchergebnis*/
  #popup .highlight {
    color:#D85900;
  }
  #popup ul {
    list-style-type: none;
    line-height: 120%;
    padding: 0 !important;
    margin: 1em 0 0 0;
  }
  #popup ul li {
    padding: 0 0 0 20px !important;
    margin-bottom: 1em !important;
    font-weight: normal;
    background-image: url(../img/bullet_orange.gif);
    background-position: 4px 4px;
    background-repeat: no-repeat;
  }
  #popup ul li a:link, #popup ul li a:visited {
    text-decoration: underline;
    font-weight: bold;
  }
  #frmProfil .partnerImg {
    position: absolute;
    top: 104px;
    right: 32px;
  }
  #frmProfil legend {
    display: block;
    margin: 0 0 0.5em 0;
    padding: 1em 0 0 0;
    font-weight: bold;
    font-size: 1.2em;
    color: black;
  }
  #frmProfil fieldset hr {
    margin: 0 25px 1em 0;
    border: 1px dotted #45637A;
  }
  #frmProfil fieldset input, #frmProfil fieldset textarea {
    width: 96%;
    margin: 0 0 7px 0;
    padding: 0 2px;
    background-color: #F3F3F3;
    border:1px solid #C7D0D7;
    font-family: Arial,Helvetica,sans-serif;
    letter-spacing: 0.75px;
    font-size: 12px;
  }
  #frmProfil fieldset .readonly {
    background-color: transparent !important;
  }
  #frmProfil table {
    border-collapse: collapse;
  }
  #frmProfil th, #frmProfil td {
    text-align: left;
    vertical-align: top;
    font-weight: normal;
  }
  #frmProfil th {
    padding: 0 12px 0 0;
  }
  #frmProfil td {
    padding: 0;
  }
  #frmProfil .daten th {
    width: 100px;
  }
  #frmProfil .daten td {
    width: 350px;
  }
  #frmProfil .ausbildung th {
    width: 100px;
  }
  #frmProfil .ausbildung td {
    width: 630px;
  }
  #frmProfil .sprachen th {
    width: 100px;
  }
  #frmProfil .sprachen td {
    width: 630px;
  }
  #frmProfil .erfahrung th {
    width: 4px;
  }
  #frmProfil .erfahrung td {
    width: 729px;
  }
  #frmProfil .stationen th {
    width: 100px;
  }
  #frmProfil .stationen td {
    width: 630px;
  }
  #frmProfil .management th {
    width: 100px;
  }
  #frmProfil .management td {
    width: 630px;
  }
  #frmProfil input.button {
    margin: 10px 10px 0pt 114px;
    padding: 0pt 0pt 0pt 12px;
    background: url(../img/pfeil_more.gif) no-repeat scroll 0pt 0.2em;
    color: #D85900;
    font-weight: normal;
  }
}
