@font-face {font-family: JosefinSans; font-style: normal; font-weight: 100; src:url("fonts/JosefinSans-Thin.ttf") format("truetype");}
@font-face {font-family: JosefinSans; font-style: normal; font-weight: 300; src:url("fonts/JosefinSans-Light.ttf") format("truetype");}
@font-face {font-family: RobotoCondensed; font-style: normal; font-weight: 400; src:url("fonts/RobotoCondensed-Light.ttf") format("truetype");}

/* RESET BROWSERSTYLE */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,hr,blockquote {padding: 0; margin: 0;}

/* GLOBAL */
h1, h2, h3 {font-family: RobotoCondensed, georgia, serif; color: #356; font-size: 32px; line-height: 1.2em; font-weight: 400; text-align: left; padding: 0; margin: 2px 0 16px 0;}
h4 {font-family: RobotoCondensed, georgia, serif; color: #356; font-size: 28px; text-align: left; line-height: 1.4em; font-weight: 400; margin: 15px 0 10px 0;}
h5 {font-family: RobotoCondensed, georgia, serif; color: #356; font-size: 24px; text-align: left; line-height: 1.4em; font-weight: 400; margin: 15px 0 10px 0;}
h6 {font-family: RobotoCondensed, georgia, serif; color: #356; font-size: 20px; text-align: left; line-height: 1.4em; font-weight: 400; margin: 15px 0 10px 0;}
p {margin: 10px 0;}
ol {margin: 6px 0;}
ol li {line-height: 1.0em; border: 0; padding: 3px 0; margin: 2px 0 2px 22px;}
ul {list-style-image: url(images/inhlist.gif); margin: 6px 0;}
ul li {line-height: 1.2em; border: 0; padding: 3px 0; margin: 2px 0 2px 17px;}
hr {height: 1px; clear: both; color: #aaa; background-color: #aaa; border: 0; margin: 16px 0;}
blockquote {padding: 2px 0 2px 20px; border-left: 3px solid #999;}

/* 
##############################
 C O N T E N T  C L A S S E S 
##############################
*/

/* Bilder / Images */
img.tplge_left {max-width: 46%; float: left; margin: 0 20px 10px 0;}
img.tplge_right {max-width: 46%; float: right; margin: 0 0 10px 20px;}
img.tplge_centered {max-width: 96%; display: block; margin: 16px auto;}
img.tplge_border {border: 5px solid #689;}
img.tplge_border_white {border: 1px solid #fff;}
img.tplge_border_sepia {border: 5px solid #776;}
img.tplge_noborder {border: 0;}

.tplge_box01 {clear: both; background: #e0e6e9; border: 3px solid #abc; padding: 10px 16px; margin: 16px 0;}
.tplge_code {background: #eed; font-family: 'courier new', monospace; border: 1px solid #a0a9a6; padding: 6px 12px;}

.tplge_clearLeft {clear: left;}
.tplge_clearRight {clear: right;}
.tplge_clearBoth {clear: both;}

/* 
##############################
           B O D Y
##############################
*/

/* BODY UND SEITE / BODY AND PAGE */
body {
 color: #233;/* war #566;*/
 font-family: arial, sans-serif;
 font-size: 15px;
 font-weight: 400;
 line-height: 1.4em;
}

#body {
 min-width: 600px;
 background: #FFFFFF;
 text-align: left;
 overflow-y: scroll
}

#top {
 font-size: 10px;
 line-height: 10px;
}

/* 
###############################################
        S I T E C O N T A I N E R - L A Y O U T
###############################################
*/

.tplge_siteContainer {
  padding: 0;
  margin: 0 auto;
}

.tplge_siteContainerIn {
  width: 100%;
  background: transparent;
  padding: 0;
  margin: 0 auto;
/*  border: 1px solid #080!important;*/
}

.tplge_contentsContainer {
  width: 100%;
}

.tplge_footersContainer {
  border: 0px solid #060;
}

#kalender {
  width: 415px;
  height: auto;
  margin: 0px auto;
}

/* 
##############################
        D E S I G N
############################## 
*/

/* internal navigation and buttons for mobile touchscreens */
div.tplge_navintern {font-family: arial, sans-serif; font-weight: 700;}
div.tplge_content_anchor {display: none;}
div.tplge_menu_anchor {display: none;}
div.tplge_news_anchor {display: none;}
div.tplge_news_anchor_bottom {display: none;}

.tplge_button {
  background: url(images/button.jpg) repeat-x;
  float: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  border: 1px solid #666;
  border-radius: 3px;
  padding: 4px 6px;
  margin: 0 3px;
}

.tplge_button_active {
  background: #930 url(images/buttonMaroon.jpg) repeat-x;
  color: #fff;
  float: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  border: 1px solid #666;
  border-radius: 3px;
  padding: 4px 6px;
  margin: 0 3px;
}

.tplge_button_logout {
  background: url(images/button.jpg) repeat-x;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.5em;
  border: 1px solid #666;
  border-radius: 3px;
  padding: 8px 6px;
  margin: 0 30px;
}

/* KOPFBEREICH / HEADER */

/* header top */
/*#tplge_header_top {
 width: 100%;
 color: #666;
 background: #ffffff;
 padding: 5px 15px 5px 15px;
 margin-right: 27px;
}
/* header top */
#tplge_header_top {
 width: 100%;
 color: #666;
 padding: 3px 10px 3px 10px;
}

/* link-icons */
#tplge_iconsgroup {
  float: right;
  width: 230px;
  margin-right: 15px;
  border:1px solid red;
}

.tplge_iconsgroup img {
  border: 0;
  margin: 5px 0px 3px 20px;
}

/* locator */
div #tplge_locator {}

#tplge_breadcrumbs {
  float: right;
  width: auto;
  padding: 2px 16px 0 16px;
  margin: 0;
}

.tplge_breadcrumbs {
  font-family: arial, sans-serif;
  font-size: 14px;
  text-align: left;
}

#tplge_member_info {
  float: left;
  width: auto;
  font-size: 1.2vw;
  padding: 7px 16px 0 16px;
  margin: 0;
}

/* header banner */
#tplge_header_banner {}

.tplge_header_banner h1{
 width: 100%;
 color: #789;
 font-family: JosefinSans, georgia, serif;
 font-variant: normal;
 font-size: 60px;
 font-weight: 900;
 letter-spacing: 0;
 text-align: center;
 background: #ffffff;
/* margin: 10px auto 10px;*/
}

/* SITE CONTAINER */
.tplge_siteContainer {
 background: #FFFFFF;
 padding: 0 0 16px 0;
}

/* menulevel1 */
.tplge_level1Toc {
  float: right;
  width: auto;
  height: 37px;
  font-family: RobotoCondensed, arial, sans-serif;
  font-size: 1.8vw;
  font-weight: 400;
}

.tplge_level1Toc ul {list-style-image: none; display: table; padding: 4px 6px; margin: 0 auto;}
.tplge_level1Toc ul li {display: block; float: left; color: #fff; border-radius: 3px; padding: 0; margin: 0 1px 2px 1px;}
.tplge_level1Toc ul li a {display: block; border-radius: 3px; padding: 0 10px 9px 10px;}
.tplge_level1Toc ul li span {display: block; border-radius: 3px; padding: 0 10px 9px 10px;}

ul.menulevel1 li.sdoc, .tplge_level1Toc ul li.sdocs {color: #c50;}

.tplge_level1Toc a:link {color: #678;}
.tplge_level1Toc a:visited {color: #678;}
.tplge_level1Toc a:hover {color: #c50; text-decoration: none;}
.tplge_level1Toc a:active {color: #c50; text-decoration: none;}
.tplge_level1Toc a:focus {color: #c50; text-decoration: none;}

.tplge_level1Toc ul li.sdocs a:link {color: #c50;}
.tplge_level1Toc ul li.sdocs a:visited {color: #c50;}
.tplge_level1Toc ul li.sdocs a:hover {color: #c50; text-decoration: none;}
.tplge_level1Toc ul li.sdocs a:active {color: #c50; text-decoration: none;}
.tplge_level1Toc ul li.sdocs a:focus {color: #c50; text-decoration: none;}

/* SITE CONTAINER */
.tplge_siteContainer {
 background: #FFFFFF;
 padding: 0 0 16px 0;
}

/* CONTENTS CONTAINER */
.tplge_contentsContainer {}

/* languagemenu */
div.langmenu_container {
 right;
 text-align: right;
 border: 0px solid #c00;
 padding: 0;
 margin: 0;
}

.langmenu_container img {
 border: 3px solid #c0c6c6;
 padding: 0;
 margin: 0 0 0 16px;
}

img.cmsimple_language_flag {
 padding: 0;
}

/* INHALT / CONTENT */
.tplge_content {}
/*.tplge_contentin {background: #fff; border: 1px solid #f00; border-radius: 5px; padding: 20px 24px; margin: 10px;}*/
.tplge_contentin {background: #fff; margin-bottom: 15px; }
#tplge_contentin li {background: none;}
#tplge_contentin h1, #contentin h2, #contentin h3 {}

#tplge_contentin input {background: #e0e6e9; color: #344; border: 1px solid #b0b9bf; padding: 3px 6px;}
#tplge_contentin textarea {width: 90%; background: #e0e6e9; color: #344; font-family: arial, sans-serif; font-size: 15px; border: 1px solid #b0b9bf; padding: 6px;}

#tplge_contentin input.submit, #tplge_contentin input#submit {background: url(images/button.jpg) repeat-x!important; float: left; color: #333; font-size: 14px; line-height: 18px; border: 1px solid #666; border-radius: 3px; padding: 2px 6px; margin: 0 6px 16px 0; box-shadow: 0 0 0!important}
div.submitButton {min-height: 24px;}
div.submitButton input {float: left; background: url(images/button.jpg) repeat-x!important; border: 1px solid #999!important;}

/* search results and highlighting */
ul.cmsimple_searchresults li {background: #e0e6e9!important; list-style: none; border: 1px solid #d0d6d9; border-radius: 3px; padding: 6px 9px; margin: 9px 0;}
span.highlight_search {background: transparent; color: #960;}

/* prev-top-next */
.tplge_inavTop {background: url(images/bginav.png); font-family: arial, sans-serif; font-size: 15px; border: 1px solid #ccc; border-radius: 3px; padding: 6px 9px; margin: 0 0 24px 0;}
.tplge_inavBottom {font-family: arial, sans-serif; font-size: 15px; border: 1px solid #ccc; border-radius: 5px; padding: 6px 9px; margin: 6px 0;}

#tplge_prevtopnext {clear: both;}
#tplge_prevtopnextin {text-align: center; border-top: 0px solid #a0a6a9; padding: 8px 0 0 0; margin: 24px 0 0 0;}
#tplge_prevtopnextin span {padding: 0 16px;}

/* submenu */
div.tplge_submenu h4 {text-align: left; font-variant: normal; font-size: 20px;}

/* sitemap */
.sitemaplevel1 {font-size: 18px; font-weight: 700;}
.sitemaplevel2 {font-size: 17px; font-weight: 100;}
.sitemaplevel3 {font-size: 16px; font-weight: 100;}

/* SIDEBAR NAVIGATION */
.tplge_sidebarNav {}

.tplge_sidebarNavin {
 border: 0px solid #c00;
 padding: 0 10px;
 margin: 0;
}

/* toc menu */
#tplge_sidebarNav li {
 list-style-type: none;
 list-style-image: none;
}

#tplge_sidebarNav ul.menulevel2 {
 background: #FFFFFF;
 color: #c60;
 border: 0px solid #999;
 border-radius: 3px;
 padding: 12px 20px;
 margin: 10px 0 20px 0;
}

#tplge_sidebarNav ul.menulevel2 li {background: transparent; line-height: 1.2em; font-weight: 700; text-align: left; border: 0; padding: 4px 0 5px 1px; margin: 2px 0;}

#tplge_sidebarNav ul ul.menulevel3 {margin: 5px 0 0 0;}
#tplge_sidebarNav ul ul.menulevel3 li {line-height: 1.2em; text-align: left; font-weight: 400; border: 0; padding: 6px 0 1px 16px; margin: 2px 0;}

/* icons div */
.tplge_icons {text-align: center; padding: 0px 0 16px 0;}
#tplge_icons img {border: 0; margin: 0 12px 0 4px;}

/* FUSSLINKS / FOOTER LINKS */
.tplge_footersContainer {
 clear: both;
 color: #678;
 font-family: arial, sans-serif;
 font-size: 12px;
 text-align: center;
 padding: 6px 0 90px 0;
 margin: 0;
}

/* LINKFORMATIERUNG / LINKS */
a:link {color: #369; text-decoration: none;}
a:visited {color: #369; text-decoration: none;}
a:hover {color: #c50; text-decoration: underline;}
a:active {color: #c50; text-decoration: underline;}
a:focus {color: #c50; text-decoration: underline;}

/* 
##############################
 S O N S T I G E S / R E S T
############################## 
*/

input.mapl_loginform_submit {background: url(images/button.jpg) repeat-x!important; color: #333!important; border: 1px solid #999!important; border-radius: 3px;}
input.mapl_loginform_submit:hover {background: url(images/button.jpg) repeat-x!important; color: #333!important; border: 1px solid #999!important; border-radius: 3px; cursor: pointer;}
input.mapl_loginhint_submit {color: #fff!important; font-weight: 700; border: 3px solid #fff!important;}
input.mapl_loggedinform_submit {color: #fff!important; font-weight: 700; border: 3px solid #696!important;}

