* {
  margin: 0;
  padding: 0;
}
body {
  background: #EEEEEE;
  color: #555555;
  font-family: 'PT Sans',Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
}
header, nav, footer, section, article {
  display: block;
}
.clear {
  clear: both;
}
img {
  border: none;
}

a.download  {
  background: #E6E6E6;
  border: 1px solid #CCCCCC;
  color: #D80832 !important;
  font-weight: 700;
  line-height: 130%;
  padding: 6px 10px 7px 10px;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
a.download:hover {
  background: #D80832;
  border: 1px solid #D80832;
  color: #FFFFFF !important;
}
input[type="text"],
input[type="password"] {
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  color: #24559B;
  padding: 5px;
  font-size: 14px;
  font-family: 'PT Sans', Arial, Helvetica, sans-serif;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
input[type="submit"] {
  float: left;
  display: block;
  background: #E6E6E6;
  border: 1px solid #CCCCCC;
  color: #D80832 !important;
  font-weight: 700;
  padding: 6px 10px 7px 10px;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}
input[type="submit"]:hover {
  background: #D80832;
  border: 1px solid #D80832;
  color: #FFFFFF !important;
}


/**************************** TOP ****************************/

#top {
  width: 960px;
  height: 50px;
  margin: 0 auto;
}
#top_nav {
  float: left;
  height: 50px;
}
#top_nav ul {
  height: 50px;
  list-style-type: none;
}
#top_nav ul li {
  float: left;
  margin-right: 25px;
}
#top_nav ul li a {
  display: block;
  height: 20px;
  padding: 16px 0 14px 0;
  font-size: 13px;
  color: #24559B;
  text-decoration: none;
}
#top_nav ul li.active a {
  font-weight: 700;
  background: url("/fileadmin/template/template_images/top_nav_active.png") no-repeat bottom center;
}
#top_nav ul li a:hover {
  color: #D80832;
}
#top_fb {
  float: right;
  padding: 15px 0;
  margin-right: 40px;
}
#top_login {
  padding: 16px 0 14px 0;
  float: right;
}
#top_login a {
  font-size: 13px;
  color: #555555;
  text-decoration: none;
}


/**************************** HEADER ****************************/

#header {
  width: 100%;
  background: #112B51;
}
#header_inner {
  width: 960px;
  height: 80px;
  margin: 0 auto;
  padding: 30px 0;
}
#header_inner a#logo {
  float: left;
  display: block;
  width: 385px;
  height: 80px;
}
#header_inner #header_main_nav {
  float: right;
  height: 34px;
  margin-top: 23px;
}
#header_inner #header_main_nav ul {
  height: 34px;
  list-style-type: none;
  margin: 0;
}
#header_inner #header_main_nav ul li {
  float: left;
  position: relative;
  margin-left: 25px;
}
#header_inner #header_main_nav ul li a {
  display: block;
  height: 20px;
  padding: 8px 20px 6px 20px;
  background: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  color: #D80832;
  text-decoration: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#header_inner #header_main_nav ul li:hover a {
  height: 30px;
  padding: 8px 20px 6px 20px;
  background: #D80832;
  color: #FFFFFF;
}
#header_inner #header_main_nav ul li ul.header_main_nav_sub {
  display: none;
}
#header_inner #header_main_nav ul li:hover ul.header_main_nav_sub {
  display: block;
  position: absolute;
  left: 0;
  top: 40px;
  height: auto;
  padding: 10px 0;
  background: #D80832;
  z-index: 200;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#header_inner #header_main_nav ul li:hover ul.header_main_nav_sub li {
  float: none;
  display: block;
  margin: 0;
}
#header_inner #header_main_nav ul li:hover ul.header_main_nav_sub li a {
  height: auto;
  padding: 8px 20px;
  background: #D80832;
  color: #FFFFFF;
  font-weight: 400;
  white-space: nowrap;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#header_inner #header_main_nav ul li:hover ul.header_main_nav_sub li a:hover {
  background: #EEEEEE;
  color: #D80832;
}


/**************************** TITLE_IMAGE ****************************/


#title_image {
  width: 100%;
  height: 350px;
  margin: 0 auto;
  background: #FFFFFF;
  border-bottom: 50px solid #FFFFFF;
  overflow: hidden;
}
#title_image .title_image_overlay {
  position: absolute;
  width: 100%;
  height: 350px;
  background: url(/fileadmin/template/template_images/overlay.png) no-repeat top center;
  z-index: 10;
  overflow: hidden;
}


/**************************** CONTENT_TOP ****************************/

#content_top,
#content_bottom {
  width: 100%;
  margin: 0 auto;
}
#content_top p,
#content_bottom p {
  line-height: 165%;
  padding-bottom: 15px;
}
#content_top a,
#content_bottom a {
  color: #24559B;
  text-decoration: none;
}
#content_top a:hover,
#content_bottom a:hover {
  color: #D80832;
}
#content_top h1,
#content_bottom h1 {
  float: left;
  font-weight: 400;
  font-size: 34px;
  color: #24559B;
  padding-bottom: 20px;
  line-height: 100%;
}
#content_top h2,
#content_bottom h2 {
  font-weight: 400;
  font-size: 20px;
  color: #24559B;
  padding-bottom: 20px;
}
#content_top h3,
#content_bottom h3 {
  font-weight: 400;
  font-size: 15px;
  color: #333333;
  padding-bottom: 10px;
}
#content_top h4,
#content_bottom h4 {
  font-weight: 400;
  font-size: 13px;
  color: #24559B;
  padding-bottom: 10px;
}
#content_top ul,
#content_bottom ul {
  margin: 0 0 15px 15px;
  line-height: 165%;
}
#content_top ol,
#content_bottom ol{
  margin: 0 0 15px 20px;
  line-height: 165%;
}
#content_top ul li,
#content_bottom ul li {
  list-style-type: square;
  padding-bottom: 5px;
}
#content_top ol li,
#content_bottom ol li {
  padding-bottom: 5px;
}
#content_top {
  background: #FFFFFF;
}
#content_top #content_top_inner {
  width: 960px;
  margin: 0 auto;
  padding: 40px 0;
  background: #FFFFFF;
}
#content_top #content_top_inner #main_breadcrumb {
  float: right;
}
#content_top #content_top_inner #main_breadcrumb div.main_breadcrumb_text {
  display: inline;
  margin-right: 15px;
}
#content_top #content_top_inner #main_breadcrumb a {
  color: #24559B;
  text-decoration: none;
}
#content_top #content_top_inner #main_breadcrumb span.main_breadcrumb_active {
  font-weight: 700;
}
#content_top #content_top_inner .main_content_top {
  width: 600px;
}


/**************************** CONTENT_BOTTOM ****************************/

#content_bottom #content_bottom_inner {
  width: 960px;
  margin: 0 auto;
  padding: 40px 0;
}
#content_bottom #content_bottom_inner .main_content_left {
  float: left;
  width: 600px;
  padding-right: 29px;
  border-right: 1px solid #CCCCCC;
}
#content_bottom #content_bottom_inner .main_content_right {
  float: right;
  width: 300px;
}


/**************************** CONTENT_START ****************************/

#content_bottom #content_bottom_inner.content_start .main_content_left_start {
  float: left;
  width: 370px;
  padding-right: 29px;
  border-right: 1px solid #CCCCCC
}
#content_bottom #content_bottom_inner.content_start .main_content_center_start {
  float: left;
  width: 295px;
  padding: 0 29px 0 30px;
  border-right: 1px solid #CCCCCC
}
#content_bottom #content_bottom_inner.content_start .main_content_right_start {
  float: left;
  width: 175px;
  padding-left: 30px;
}


/**************************** LOGIN ****************************/

.tx-felogin-pi1 h3 {
  font-weight: 400 !important;
  font-size: 20px !important;
  color: #24559B !important;
  padding-bottom: 20px !important;
}
.tx-felogin-pi1 fieldset {
  border: none;
  margin-top: 30px;
}
.tx-felogin-pi1 fieldset legend {
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  padding-bottom: 10px;
}
.tx-felogin-pi1 fieldset .user {
  margin-bottom: 5px;
}
.tx-felogin-pi1 fieldset .user label,
.tx-felogin-pi1 fieldset .password label{
  float: left;
  padding-top: 5px;
  width: 110px;
}
.tx-felogin-pi1 fieldset input[type="submit"] {
  margin: 10px 0;
}


/**************************** DOKUMENTE ETC. ****************************/

UL.csc-uploads {
  margin: 0 !important;
}
UL.csc-uploads LI {
  padding-bottom: 10px !important;
  margin: 0;
}
UL.csc-uploads SPAN.csc-uploads-fileName {
  text-decoration: none;
}
UL.csc-uploads SPAN {
  display: inline;
}
UL.csc-uploads SPAN.csc-uploads-description {
  display: block;
}


/**************************** TABELLE ****************************/

table {
  width: 100%;
  margin-bottom: 20px;
  border-spacing: 0;
}
table tr td {
  padding: 10px 0;
  border-bottom: 1px solid #CCCCCC;
}
table tr.tr-last td {
  border-bottom: none;
}
table tr th {
  text-align: left;
  padding: 10px 0;
  border-bottom: 1px solid #CCCCCC;
}
table.wochenprogramm tr td.td-0 span {
  padding: 4px 10px;
  border-radius: 3px;
  background: #FFFFFF;
  color: #333333;
}
table.wochenprogramm tr td.td-2 {
  color: #24559B;
}


/**************************** FOOTER ****************************/

#footer {
  width: 100%;
  margin-top: 20px;
  background: #FFFFFF;
}
#footer_inner {
  width: 960px;
  margin: 0 auto;
}
#footer_nav {
  float: left;
  height: 50px;
}
#footer_nav ul {
  height: 50px;
  list-style-type: none;
}
#footer_nav ul li {
  float: left;
  margin-right: 25px;
}
#footer_nav ul li a {
  display: block;
  height: 20px;
  padding: 16px 0 14px 0;
  font-size: 13px;
  color: #24559B;
  text-decoration: none;
}
#footer_nav ul li.active a {
  font-weight: 700;
  background: url("/fileadmin/template/template_images/top_nav_active.png") no-repeat bottom center;
}
#footer_nav ul li a:hover {
  color: #D80832;
}
#footer_fb {
  float: right;
  padding: 15px 0;
}
