/*
colors:
green   #009D77
blue    #0066B3
grey    #89897F
orange  #E15616
*/

html, body,  {
  width: 100%;
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-family: Verdana, Tahoma, Arial, Helvetica;
}

body a {
  text-decoration: none;
  font-size: 11px;
  color: #5B5B5B;
}

body a:hover {
  color: #000000;
}

div.main-container {
  width: 700px;
  margin: auto;
  margin-top: -10px;
  font-family: Verdana, Tahoma, Arial, Helvetica;
  font-size: 12px;
  text-align: center;
}

* html div.main-container {
  margin-top: 0px;
}

div.header {
  width: 747px;
  height: 130px;
  border-left: 1px solid #F0F0F0;
  border-right: 1px solid #F0F0F0;
  text-align: right;
}

div.header img {
  margin: 0px;
}

div.subheader {
  width: 749px;
  height: 20px;
  margin: auto;
  background: url(imgs/bg_orange.jpg);
  text-align: right;
  font-size: 10px;
  color: #FFFFFF;
}

* html div.subheader {
  width: 749px;
}

div.date {
  width: 150px;
  float: left;
  padding-top: 3px;
  padding-left: 15px;
  text-align: left;
  font-size: 10px;
  color: #E0E0E0;
}

table.submenu {
  height: 20px;
  float: right;
  text-align: right;
  font-size: 10px;
  color: #E0E0E0;
}

table.submenu a {
  display: inline;
  text-decoration: none;
  color: #E0E0E0;
}

table.submenu a:hover {
  color: #FFFFFF;
}

table.submenu a.active {
  font-weight: bold;
  color: #FFFFFF;
}

div.main {
  width: 748px;
  background: #FFFFFF; /*url(imgs/bg_orange.jpg);*/
  text-align: top;
/*  border-right: 1px solid #89897F;
  border-left: 1px solid #89897F;*/
}

* html div.main {
  width: 748px;
  border-right: none;
}

div.container-left {
  width: 140px;
  float: left;
  padding-left: 10px;
  vertical-align: top;

}

* html div.container-left {
  width: 164px;
  padding-left: 5px;
}

/* ########## Menu Start ##########*/

div.menu {
  width: 164px;
  height: 228px;
  margin-top: 20px;
  padding-bottom: 10px;
  padding-top: 5px;
  background: #FFFFFF;
  text-align: left;
  border: 1px solid #E0E0E0;
}

* html div.menu {
  margin-left: 6px;
  background: #FFFFFF;
}

.menu ul.first-level {
  list-style: none;
  font-size: 11px;
  margin: 0px;
  padding-left: 10px;
}

.menu ul.first-level li a {
  background: url(imgs/menu_dot.jpg) left top no-repeat;
  padding: 2px 3px 2px 10px;
  display: block;
  text-decoration: none;
  color: #585858;
}

.menu ul.first-level li a:hover {
  background: url(imgs/menu_dot_over.jpg) left top no-repeat;
  color: #E15616;
}

.menu ul.first-level li a.active {
  background: url(imgs/menu_dot_active.jpg) left top no-repeat;
  font-weight: bold;
  color: #0066B3;
}

/*###### Menu 2. Level ######*/

.menu ul.second-level {
  list-style: none;
  padding-left: 15px;
}

* html .menu ul.second-level {
  padding-left: 0px;
  margin-left: 15px;
}

.menu ul.second-level li a {
  padding: 2px 3px 2px 8px;
  display: block;
  background: none;
  font-size: 11px;
  line-height: 12px;
  color: #585858;
}

* html .menu ul.second-level li {
  height: 20px;
}

* html .menu ul.second-level li a {
  padding: 2px 3px 2px 8px;
  margin-left: -4px;
  margin-bottom: 0px;
  /*line-height: 7px;*/
}

.menu ul.second-level li a:hover {
  background: none;
  color: #E15616;
}

.menu ul.second-level li a.second-level-active {
  background: none;
  font-weight: bold;
  color: #0066B3;
}
/*########## Menu End ##########*/

/*########## Boxes Begin ##########*/

/*########## Box 01 ##########*/

div.box_01, div.box_02 {
  width: 166px;
  min-height: 150px;
  margin: 15px 0px 0px 0px;
}

div.box_02 {
  margin-bottom: 15px;
}

* html div.box_01, * html div.box_02 {
  margin: 15px 0px 0px 6px;
}

.box_01 div.box_01-head, .box_02 div.box_02-head, .menu-head {
  height: 18px;
  background: url(imgs/bg_blue.jpg);
  font-size: 13px;
  font-weight: bold;
  color: #FFF;
}

.menu-head {
  width: 166px;
  margin-top: 15px;
  margin-bottom: -17px;
  text-align: center;
}

* html .menu-head {
  margin-left: 6px;
}

.box_01 div.box_01-body, .box_02 div.box_02-body {
  min-height: 100px;
  border: 1px solid #E0E0E0;
  padding: 5px;
  margin-top: 3px;
  font-size: 11px;
  text-align: left;
}

.box_01 div.box_01-body div.more {
  text-align: right;
  font-weight: bold;
}

.box_01 div.box_01-body a {
  text-decoration: none;
  color: #585858;
}

.box_01 div.box_01-body a:hover {
  color: #E15616;
}

/*########## Boxes End ##########*/

div.content {
  width: 564px;
  margin: 0px;
  float: right;
  background: #FFFFFF url(imgs/welle.jpg) top no-repeat;
  text-align: left;
  font-size: 12px;
  color: #0066B3;
}

* html div.content {
  width: 561px;
  height: 549px;
}

div.content-container {
  margin: 15px;
  min-height: 450px;
  margin-bottom: 15px;
}

div.content div.breadcrump {
  height: 20px;
  border-bottom: 1px solid #F0F0F0;
  background: #FFFFFF;
  padding-top: 5px;
  padding-left: 10px;
  font-size: 9px;
}

div.content div.breadcrump a {
  font-size: 9px;
}

div.content a {
  text-decoration: none;
  color: #555555;
  font-size: 12px;
}

div.content div.csc-header img.spacer-gif {
  height: 0px;
  margin: 0px;
  padding: 0px;
}

h1 {
  padding-bottom: 3px;
  font-size: 22px;
  color: #E15616;
  border-bottom: 1px solid #E15616;
}

div.content h2 {
  font-size: 16px;
  color: #E15616;
}

div.content h3 {
  font-size: 14px;
}

div.content td {
  text-align: justify;
  font-size: 12px;
}

div.content td p.bodytext {
  margin: 0px;
}

div.content .important, div.content h3 {
  font-size: 13px;
  font-weight: bold;
  color: #89897F;
}

.content div.csc-header {
  float: none;
  margin-bottom: -15px;
  padding-bottom: 0px;
  display: block;
}

* html .content div.csc-header {
  margin-bottom: -25px;
}

.content p.bodytext {
  text-align: justify;
}

div.content-container ul {
  list-style-image: url(imgs/dot.gif);
}

* html div.content-container ul {
  list-style-image: url(imgs/dot_ie.gif);
}

div.content-container ul li {
  margin-top: 4px;
}

dd.csc-textpic-caption {
  font-size: 9px;
  font-style: italic;
}

div.csc-textpic-intext-left div.csc-textpic-imagewrap {
  margin-top: 3px;
  margin-bottom: 3px;
}

* html div.csc-textpic-intext-left div.csc-textpic-imagewrap {
  margin-top: 24px;
}

* html div.csc-textpic-intext-right div.csc-textpic-imagewrap {
  margin-top: 24px;
}

/*####### DOWNLOAD #########*/

table.csc-uploads {
  width: 450px;
  padding-top: 5px;
  margin-top: 20px;
  border-top: 1px solid #C0C0C0;
}

* html table.csc-uploads {
  margin-top: 30px;
  padding-top: 5px;
  display: block;
  float: none;
  clear: both;
}

table.csc-uploads td {
  padding: 4px;
  background: #FFFFFF;
}

table.csc-uploads td p, table.csc-uploads td a {
  font-size: 11px;
}

table.csc-uploads td.csc-uploads-icon {
  width: 40px;
  vertical-align: top;
}

table.csc-uploads td.csc-uploads-fileName p {
  width: 140px;
  float: right;
  margin: 0px;
  margin-left: 5px;
}

table.csc-uploads td.csc-uploads-fileName {
  background: #FFFFFF;
}

* html table.csc-uploads td.csc-uploads-fileName {
  background: none;
}

table.csc-uploads td.csc-uploads-fileName p.csc-uploads-description {
  width: 190px;
  float: right;
  padding-right: 5px;
  border-right: 1px solid #C0C0C0;
}

table.csc-uploads td.csc-uploads-fileSize {
  width: 70px;
  vertical-align: top;
}

table.csc-uploads td.csc-uploads-fileSize p {
  text-align: right;
  margin-right: 20px;
}

div.footer {
  width: 749px;
  height: 40px;
  display: block;
  background: url(imgs/bg_orange.jpg);
  font-size: 11px;
  text-align: center;
  vertical-align: top;
  line-height: 20px;
  color: #E0E0E0;
}

* html div.footer {
  width: 749px;
}

div.keywords {
  width: 749px;
  height: 15px;
  margin: auto;
  padding-top: 5px;
  font-size: 11px;
  text-align: left;
  color: #C0C0C0;
}


/*############# ADDITIONAL PAGES ##################*/

/*####### NEWS #########*/

div.news_list {
  margin-top: 0px;
}

* html div.news_list {
  margin-top: 0px;
}

h2.news_list_header a {
  font-size: 14px;
  font-weight: bold;
  color: #0066B3;
}

div.news_list_date {
  float: left;
  color: #0066B3;
  font-weight: bold;
}

div.news_list_subheader {
  margin-bottom: -10px;

}

div.news_list_more {
  margin-left: 10px;
  float: right;
  color: #0066B3;
  font-weight: bold;
}

div.news_single {
  margin-top: 0px;
}

div.news_single h2.news_single_header {
  font-size: 14px;
  font-weight: bold;
  color: #0066B3;
  margin-top: 0px;
}

div.news_single_date {
  float: left;
  margin-top: 1px;
  margin-bottom: -1px;
  color: #0066B3;
  font-size: 12px;
  font-weight: bold;
}

* html div.news_single_date {
  margin-top: auto;
}

div.news_single_subheader h3 {
  font-size: 12px;
}

div.news_single dl {
  width: 450px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 5px;
  border: none;
  border-top: 1px solid #C0C0C0;
  background: none;
  font-size: 11px;
}

div.news_single dl dt {
  height: 20px;
  font-size: 11px;
}

div.news-single-img {
  margin-left: 10px;
}

p.news-single-imgcaption {
  width: 150px;
  padding: 3px 0px;
  margin-top: -2px;
  text-align: left;
}

/* ########## Kontakt-Formular ########## */

/*####### CONTACT ########*/

#mailform .csc-mailform {
  border:0px;
  margin: 0px;
  margin-top: 20px;
  padding: 0px;
  width:450px;
  font-size: 11px;
}

* html form .csc-mailform {
  padding: 0px;
  margin: 0px;
}

#mailform .csc-mailform-field input, textarea  {
  border: 1px solid #C0C0C0;
  margin: 5px;
  font-size: 11px;
  padding: 2px;
}

#mailform .csc-mailform-field input {
  float: right;
}

#mailform .csc-mailform-field label {
  line-height: 1.63;
  width: 149px;
  float: left;
  margin: 5px;
  border-bottom: 1px dotted #E0E0E0;
}

* html #mailform .csc-mailform-field label {
  width: 160px;
  margin-left: 0px;
}

#mailform .csc-mailform-field .csc-mailform-submit, .submit {
  display: block;
  margin-top: 10px;
  color: #FFFFFF;
  padding: 2px;
  background: #C0C0C0;
  float: left;
  border: 1px solid #89897F;
}

* html #mailform .csc-mailform-field .csc-mailform-submit .submit  {
  padding: 2px -3px 2px -3px;
  margin-left: 0px;
  width: 77px;
}

#mailform .csc-mailform-field .csc-mailform-submit:hover .submit:hover {
  background: #89897F;
  border: 1px solid #009D77;
}

textarea {
  display: block;
  float: right;
  width: 442px;
}

* html textarea {
  width:448px;
  margin-left: 0px;
}

/* ########## FE-Registrierung Formular ########## */

fieldset {
  border: 1px solid #FFFFFF;
}

#tx-srfeuserregister-pi1-fe_users_form input,
#tx-srfeuserregister-pi1-fe_users_form select,
.tx-newloginbox-pi1 input,
#tx-seminars-pi1-registration-form select,
#tx-seminars-pi1-registration-form input,
.tx-onetimeaccount-pi1 input,
.tx-onetimeaccount-pi1 select,
.newsletter-subscribe input {
  border: 1px solid #C0C0C0;
  margin: 4px;
  font-size: 11px;
  padding: 2px;
}

#tx-srfeuserregister-pi1-fe_users_form select {
  width: 222px;
}

#tx-srfeuserregister-pi1-fe_users_form label,
.tx-newloginbox-pi1 label,
.tx-onetimeaccount-pi1 label {
  line-height: 1.65;
  font-size: 11px;
}

#tx-srfeuserregister-pi1-fe_users_form dt,
.tx-onetimeaccount-pi1 dt {
  width: 180px;
  text-align: left;
  padding: 4px;
  border-bottom: 1px dotted #E0E0E0;
}

#tx-srfeuserregister-pi1-fe_users_form .empty-cell {
  border-bottom: none;
}

/* ########## AutoAccount/Login Formular ########## */

span.tx-onetimeaccount-pi1-name input {
  width: 220px;
}

* html span.tx-onetimeaccount-pi1-name input {
  width: 221px;
}

span.tx-onetimeaccount-pi1-first_name input {
  width: 98px;
}

* html span.tx-onetimeaccount-pi1-first_name input {
  width: 97px;
}

.tx-onetimeaccount-pi1 textarea {
  float: left;
  display: block;
}

* html .tx-onetimeaccount-pi1 textarea {
  margin-left: 7px;
}

.tx-onetimeaccount-pi1-zip {
  float: none;
  display: inline;
}

/* ########## Login Formular ########## */

.tx-newloginbox-pi1 tfoot input, .tx-srfeuserregister-pi1-submit {
  display: block;
  margin-top: 10px;
  color: #000000;
  padding: 2px;
  background: #C0C0C0;
  float: left;
  border: 1px solid #89897F;
}

* html .tx-newloginbox-pi1 tfoot input,
* html .tx-srfeuserregister-pi1-submit {
  padding: 2px -3px 2px -3px;
  margin-left: 0px;
  width: auto;
}

.tx-newloginbox-pi1 tfoot input:hover,
.tx-srfeuserregister-pi1-submit:hover {
  background: #89897F;
  border: 1px solid #0066B3;
}

/* ########## Seminare ########## */

.tx-seminars-pi1 h1 {
  font-size: 14px;
  border-bottom: none;
  color: #909090;
}

.tx-seminars-pi1-listrow table {
  width: 90%;
}

.tx-seminars-pi1-listrow table td {
  text-align: left;
}


.tx-seminars-pi1-listrow .tx-seminars-pi1-title {
  text-align: left;
}

.tx-seminars-pi1-listrow table th a, .tx-seminars-pi1-listrow table th, .tx-seminars-pi1-listrow table td, .tx-seminars-pi1-listrow table td a {
  font-size: 11px;
}

.tx-seminars-pi1-vacancies {
  text-align: center;
}

.tx-seminars-pi1-square {
  display: block;
  margin-top: 5px;
  width: auto;
  height: 5px;
}

.tx-seminars-pi1-vacancies-1 .tx-seminars-pi1-square {width: 2px;}
.tx-seminars-pi1-vacancies-2 .tx-seminars-pi1-square {width: 4px;}
.tx-seminars-pi1-vacancies-3 .tx-seminars-pi1-square {width: 6px;}
.tx-seminars-pi1-vacancies-4 .tx-seminars-pi1-square {width: 8px;}
.tx-seminars-pi1-vacancies-5 .tx-seminars-pi1-square {width: 10px;}
.tx-seminars-pi1-vacancies-6 .tx-seminars-pi1-square {width: 12px;}
.tx-seminars-pi1-vacancies-7 .tx-seminars-pi1-square {width: 14px;}
.tx-seminars-pi1-vacancies-8 .tx-seminars-pi1-square {width: 16px;}
.tx-seminars-pi1-vacancies-9 .tx-seminars-pi1-square {width: 18px;}
.tx-seminars-pi1-vacancies-10 .tx-seminars-pi1-square {width: 20px;}
.tx-seminars-pi1-vacancies-11 .tx-seminars-pi1-square {width: 22px;}
.tx-seminars-pi1-vacancies-12 .tx-seminars-pi1-square {width: 24px;}
.tx-seminars-pi1-vacancies-13 .tx-seminars-pi1-square {width: 26px;}
.tx-seminars-pi1-vacancies-14 .tx-seminars-pi1-square {width: 28px;}
.tx-seminars-pi1-vacancies-15 .tx-seminars-pi1-square {width: 30px;}
.tx-seminars-pi1-vacancies-16 .tx-seminars-pi1-square {width: 32px;}
.tx-seminars-pi1-vacancies-17 .tx-seminars-pi1-square {width: 34px;}
.tx-seminars-pi1-vacancies-18 .tx-seminars-pi1-square {width: 36px;}
.tx-seminars-pi1-vacancies-19 .tx-seminars-pi1-square {width: 38px;}
.tx-seminars-pi1-vacancies-20 .tx-seminars-pi1-square {width: 40px;}
.tx-seminars-pi1-vacancies-21 .tx-seminars-pi1-square {width: 42px;}

* html .seminars-single .label, * html .seminars-single .value {
  margin-bottom: 15px;
}

.seminars-single .label {
  width: 170px;
  margin-right: 10px;
  font-weight: bold;
  color: #909090;
  font-size: 13px;
  float: left;
  text-align: left;
  border-bottom: 1px dotted #E0E0E0;
}

.seminars-single .value {
  width: 350px;
  float: right;
  line-height: 16px;
  padding-top: 1px;
}

* html .seminars-single .value {
  padding-top: 0px;
}

dl.place {
  float: right;
  width: 350px;
}

#tx-seminars-pi1-registration-form fieldset {
  width: 450px;
  /*border: 1px solid #A0A0A0;*/
}

#tx-seminars-pi1-registration-form dt {
  width: 300px;
  float: left;
  margin: 0px;
}

#tx-seminars-pi1-registration-form dd {
  float: right;
  width: 250px;
  padding: 0px;
  margin: 0px;
}

#tx-seminars-pi1-registration-form textarea {
  width: 250px;
  margin: 0px;
  float: left;
}

#tx-seminars-pi1-registration-form legend, #tx-seminars-pi1-registration-form label {
  width: 180px;
  float: left;
  font-weight: bold;
  text-align: left;
}


/* ########## Sitemap ########## */

.container-sitemap {
  width: 350px;
  margin-left: 100px;
}

.container-sitemap ul {
  list-style: none;
}

.container-sitemap ul li {
  list-style: none;
  margin-left: 0px;
  margin-bottom: 5px;
}

* html .container-sitemap ul li {
  list-style-image: none;
}

.container-sitemap ul li ul {
  padding-left: 15px;
}

* html .container-sitemap ul li ul {
  margin-left: 0px;
}

.container-sitemap a {
  padding: 0px 2px 0px 15px;
  margin: 0px;
  display: block;
  text-decoration: none;
  color: #000000;
  background: url(imgs/dot_noact.gif) left no-repeat;
}

* html .container-sitemap a { padding-left: 15px; }

.container-sitemap a:hover {
  color: #E15616;
  background: url(imgs/dot_cur.gif) left no-repeat;
}

a.sitemap-sub {
  background: url(imgs/dot_noact_sub.gif) left no-repeat;
}

a.sitemap-sub:hover {
  background: url(imgs/dot_cur_sub.gif) left no-repeat;
}

/* ########## Newsletter ########## */
/* ####### Box ####### */

.newsletter-subscribe {
  margin-top: 0px;
  margin-bottom: 15px;
  padding-left: 5px;
  text-align: left;
  font-size: 10px;
}

.newsletter-subscribe input {
  margin: 3px 0px;
}

.newsletter-subscribe .submit {
  color: #000000;
}

* html .newsletter-subscribe .submit {
  margin-top: -10px;
}

* html .newsletter-subscribe .submit {
  margin-top: 0px;
}