/* Angaben zu den Schriftfonts */

@font-face {
    font-family: 'PTSansRegular';
    src: url("../fonts/PTS55/PTS55F-webfont.eot");
    src: url("../fonts/PTS55/PTS55F-webfont.eot?#iefix") format('embedded-opentype'),
         url("../fonts/PTS55/PTS55F-webfont.woff") format('woff'),
         url("../fonts/PTS55/PTS55F-webfont.ttf") format('truetype'),
         url("../fonts/PTS55/PTS55F-webfont.svg#PTSansRegular") format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PTSansBold';
    src: url('../fonts/PTS75/PTS75F-webfont.eot');
    src: url('../fonts/PTS75/PTS75F-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PTS75/PTS75F-webfont.woff') format('woff'),
         url('../fonts/PTS75/PTS75F-webfont.ttf') format('truetype'),
         url('../fonts/PTS75/PTS75F-webfont.svg#PTSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'UbuntuLight';
    src: url('../fonts/Ubuntu_Light/Ubuntu-L-webfont.eot');
    src: url('../fonts/Ubuntu_Light/Ubuntu-L-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Ubuntu_Light/Ubuntu-L-webfont.woff') format('woff'),
         url('../fonts/Ubuntu_Light/Ubuntu-L-webfont.ttf') format('truetype'),
         url('../fonts/Ubuntu_Light/Ubuntu-L-webfont.svg#UbuntuLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UbuntuRegular';
    src: url('../fonts/Ubuntu_Regular/Ubuntu-R-webfont.eot');
    src: url('../fonts/Ubuntu_Regular/Ubuntu-R-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Ubuntu_Regular/Ubuntu-R-webfont.woff') format('woff'),
         url('../fonts/Ubuntu_Regular/Ubuntu-R-webfont.ttf') format('truetype'),
         url('../fonts/Ubuntu_Regular/Ubuntu-R-webfont.svg#UbuntuRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Browser-Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  color:#000;
}
/* HTML5 display-role reset for older browsers */ 
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}


/* Allgemeine Angaben */

body {
  margin: 0px;
  background: #dddddd;
  font-family: 'UbuntuLight', Arial, Helvetica, sans-serif;
  font-size: 13px;
  background-image: url(../images/bg_body.png);
  background-repeat: repeat-y;
  background-position: center;
}

h1, h2, h3, h4 {
  font-family: 'PTSansRegular', Arial, Helvetica, sans-serif;
  color: #c6003e;
  font-weight: normal;
  font-style: normal;
}

h5, h6 {
  font-family: 'PTSansRegular', Arial, Helvetica, sans-serif;
  color: #000000;
  font-weight: normal;
  font-style: normal;
}

a:link {
  text-decoration: none;
  color: #c6003e;
}

#top {
  height: 30px;
  background-image: url(../images/bg_body_top.png);
  background-repeat: no-repeat;
  background-position: center;
}

#container {
  width:1000px;
  margin-top:0px;
  margin-bottom:0px;
  margin-left:auto;
  margin-right:auto;
  background:#ffffff;
  border:1px solid #c6003e;
}


/* Headerbereich */

#header {
  width: 1000px;  
  height: 375px;
  padding: 0px;
}

#logo {
  position: static;
  float: left;
  width: 500px;
  height: 95px;
  margin-top: 20px;
  margin-left: 10px;
  padding: 0px;
}

#search {
  position: static;
  width: 330px;
  float: right;
  background: #c6003e;
  margin-top: 20px;
  margin-right: 10px;
}

.search_search {
  padding-right: 3px;
  padding-left: 3px;
  padding-bottom: 3px;
}

#subnavi {
  position: absolute;
  top: 135px;
  width: 980px;
  height: 20px;
  text-align: right;
  margin-left: 10px;
}

.kopfmenu li {
  font-family: 'PTSansBold', Arial, Helvetica, sans-serif;
  display:inline;
  list-style-type:none;
  padding-left:10px;
}

ul.menu kopfmenu {
}

#headerimage {
  position:absolute;
  width:1000px;
  height:250px;
  margin-top:125px;
}


/* Hauptmenu */

#menu {
  position: relative;
  width: 1000px;
  height: 50px;
  background-image: url(../images/bg_menu_ebene1.png);
  background-repeat: repeat-x;
  background-position: top left;
  margin-top: 3px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 30px;
  font-family: 'PTSansBold', Arial, Helvetica, sans-serif;
  font-size: 1.2em;
}

#menu_ebene_1 {
  position: absolute;
  top: 0px;
  width: 940px;
  height: 30px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0;
  padding-left: 50px;
  line-height: 30px;
}

#menu_ebene_1 a:link {
  color: #ffffff;
  text-decoration: none;
}

#menu_ebene_1 a:visited {
  color: #ffffff;
  text-decoration: none;
}

#menu_ebene_1 a:hover {
  color: #bbbbbb;
  text-decoration: none;
}

#menu_ebene_1 li.active a {
  color: #bbbbbb;
  text-decoration: none;
}

.moduletable_hauptmenu_1 {
  height: 30px;
}

.menu hauptmenu_1 ul {
  height: 50px;
  margin-top: 0px;
  margin-bottom: 25px;
  padding-left:0px;
}

.hauptmenu_1 li {
  display: inline;
  list-style-type: none;
  padding-right: 20px;
  margin-top: 0px;
}

#menu_ebene_2 {
  position: absolute;
  top: 30px;
  width: 940px;
  height: 20px;
  margin-top:0px;
  margin-bottom:0px;
  padding-top: 8px;
  padding-left: 50px;
}

#menu_ebene_2 a:link {
  color: #666666;
  text-decoration: none;
}

#menu_ebene_2 a:visited {
  color: #666666;
  text-decoration: none;
}

#menu_ebene_2 a:hover {
  color: #c6003e;
  text-decoration: none;
}

#menu_ebene_2 li.active a {
  color: #c6003e;
  text-decoration: none;
}

.hauptmenu_2 li {
  display:inline;
  list-style-type:none;
  padding-right:20px;
  margin-top:0px;
}


/* Inhaltsbereich */

#content {
  width: 1000px;
  min-height: 500px;
  padding: 0px;
  margin-bottom: 25px;
  color: #000000;
}

#sidebar {
  float:right;
  width:330px;
  margin-left:10px;
  margin-right:10px;
  margin-top:0px;
  margin-bottom:20px;
  padding:0px;
}

.box1, .box2, .box3, .box4, .box5 {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 4px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  background: #dddddd;
  background-image: url(../images/bg_sidebarhead.png);
  background-repeat: repeat-x;
  background-position: top left;
}

.box6 {
  margin-top: 0px;
  margin-bottom: 20px;
}

.box1 a:link, a:visited, a:hover, a:active {
  color: #c6003e;
  text-decoration: none;
}

.box2 a:link, a:visited, a:hover, a:active {
  color: #c6003e;
  text-decoration: none;
}

.box3 a:link, a:visited, a:hover, a:active {
  color: #c6003e;
  text-decoration: none;
}

.box4 a:link, a:visited, a:hover, a:active {
  color: #c6003e;
  text-decoration: none;
}

.box5 a:link, a:visited, a:hover, a:active {
  color: #c6003e;
  text-decoration: none;
}

.box6 a:link, a:visited, a:hover, a:active {
  color: #ffffff;
  text-decoration: none;
}

.moduletable_box1 h3, .moduletable_box2 h3, .moduletable_box3 h3, .moduletable_box4 h3, .moduletable_box5 h3 {
  font-family: 'PTSansBold', Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  color:#ffffff;
  margin-bottom: 8px;
}

.moduletable_box1 h4, .moduletable_box2 h4, .moduletable_box3 h4, .moduletable_box4 h4, .moduletable_box5 h4 {
  font-family: 'PTSansBold', Arial, Helvetica, sans-serif;
  color: #000000;
  line-height: 14px;
  margin-top: 15px;
  margin-bottom: 3px;
}

ul.category-module_box1 li {
  list-style-type: none;
}

ul.category-module_box2 li {
  list-style-type: none;
}

ul.category-module_box3 li {
  list-style-type: none;
}

ul.category-module_box4 li {
  list-style-type: none;
}

ul.category-module_box5 li {
  list-style-type: none;
}

.custom_box5 h4 {
  font-size: 1.2em;
  color:#ffffff;
  margin-bottom: 8px;
}

ul.category-module_box1 a, ul.category-module_box2 a, ul.category-module_box3 a, ul.category-module_box4 a, ul.category-module_box5 a {
  color: #c6003e;
}

.mod-articles-category-readmore {
  text-align: right;
  margin-bottom: 8px;
}

#article {
  width:570px;
  margin-left:50px;
  margin-bottom:20px;
}

.item-separator {
 height: 36px;
  clear: left;
}

.item-page h1 {
  font-size: 2.0em;
  margin-bottom: 18px;
}

.item-page h2 {
  font-size: 1.6em;
  margin-bottom: 18px;
}

.item-page h3 {
  font-size: 1.4em;
  margin-bottom: 10px;
}

.item-page h4 {
  font-size: 1.2em;
  margin-top: 10px;
  margin-bottom: 6px;
}

.item-page h5 {
  font-size: 1.1em;
  margin-top: 10px;
  margin-bottom: 3px;
}

.item-page h6 {
  font-size: 1.0em;
  margin-top: 10px;
  margin-bottom: 0px;
}

.item-page p {
  line-height: 20px;
  margin-bottom: 12px;
}

.item-page a:link, a:visited, a:hover, a:active {
  color: #c6003e;
  text-decoration: none;
}

.item-page ul, .blog ul {
  list-style-image: url(../images/arrow.png);
  line-height: 16px;
  margin-bottom: 12px;
  margin-left: 18px;
}

.item-page li {
  margin-bottom: 6px;
}

.blog a:link, a:visited, a:hover, a:active {
  color: #c6003e;
  text-decoration: none;
}

.blog p {
  line-height: 20px;
  margin-bottom: 12px;
}

.blog h2 {
  font-size: 1.4em;
  margin-bottom: 10px;
}

.blog h3 {
  font-size: 1.2em;
  margin-bottom: 10px;
}

.blog .subheading-category {
  color: #c6003e;
}

.blog .items-leading h2 {
  font-size: 1.4em;
  color: #c6003e;
}

.blog .items-leading ul {
  list-style-image: url(../images/arrow.png);
  line-height: 20px;
  margin-bottom: 12px;
  margin-left: 18px;
}

.blog .items-row h2 {
  font-size: 1.4em;
  color: #c6003e;
}

.login_login h1 {
  font-size: 1.4em;
  margin-bottom: 10px;
}

.login-description {
  margin-bottom: 12px;
}

.login-fields {
  margin-bottom: 12px;
}

#archive-items h2 {
  font-size: 1.2em;
  margin-bottom: 8px;
}

#archive-items .intro {
  margin-bottom:18px;
}


/* Fussbereich */

#footer {
  width:1000px;
  position:relative;
  clear:both;
  background-color:#c6003e;
  background-image: url(../images/bg_footerhead.png);
  background-repeat: repeat-x;
  background-position: top left;
  font-family: 'UbuntuRegular'; 
  padding-top: 40px;
  padding-bottom: 10px;
}

#adress {
  height: 45px;
  margin: 0px 10px 20px 50px;
}

#adress table {
  margin-bottom: 0px;
}

.custom_adress {
  width: 700px;
  float: left;
}

.custom_adress p {
  font-size: 0.9em;
  color: #ffffff;
}

.custom_adress a:link {
  color: #ffffff;
  text-decoration: none;
}

.custom_adress a:visited {
  color: #ffffff;
  text-decoration: none;
}

.custom_adress a:hover {
  color: #666666;
  text-decoration: none;
}

.custom_adress a:active {
  color: #ffffff;
  text-decoration: none;
}

.custom_fbook {
  width: 200px;
  position: relative;
  float: right;
}

.custom_fbook a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

#quicklink {
  width: 900px;
  position: relative;
  height: 25px;
  margin-left: 50px;
  margin-right: 50px;
  margin-bottom: 10px;
}

#quicklink a:link {
  font-size: 0.9em;
  color: #ffffff;
  text-decoration: none;
}

#quicklink a:visited {
  color: #ffffff;
  text-decoration: none;
}

#quicklink a:hover {
  color: #666666;
  text-decoration: none;
}

#quicklink li.active a {
  color: #ffffff;
  text-decoration: none;
}

.quicklink li {
  display:inline;
  list-style-type:none;
  padding-right:10px;
}

.copyright {
  font-size: 0.9em;
  color: #ffffff;
  text-align: center;
}