* {
  margin: 0;
}

ul, ol {
  padding: 0;
}
body {
  line-height:        1.5;
  background-color:   #6f9fcf;
  color:              #000000;
  font-family:        Verdana, Arial, Helvetica, sans-serif;
  font-size:          small;
  font-weight:        normal;
  font-style:         normal;
  text-align:         left;
}

.sideColumn {
  font-size:    85%;
  font-family:  inherit;
  font-weight:  inherit;
  font-style:   inherit;
	color:        inherit;
}

.paragraphBase {
  box-sizing:     inherit;
  margin-bottom:  1.5em;
  width:          98%;
}

.no-border {
  border: 0 none;
}

.flex img  {
  max-width: 100%;
  width: auto\9; /* IE7-8 */
  height: auto;   
}
.centered {
  margin: 0 auto;
}

h1 {
	font-size:    180%;
  font-family:  inherit;
  font-weight:  inherit;
  font-style:   inherit;
	
  color:        #002f60;
  
  margin:       0.35em 
                0 
                0.35em 
                0;

}

h2 {
	font-size:    160%;
  font-family:  inherit;
  font-weight:  inherit;
  font-style:   inherit;
  
	color:        #002f60;
  
  margin:       0.35em 
                0 
                0.35em 
                0;
}

h3 {
	font-size:    140%;
  font-family:  inherit;
  font-weight:  inherit;
  font-style:   inherit;
  
	color:        #002f60;
  
  margin:       0.35em 
                0 
                0.35em 
                0;
}

h4 {
	font-size:    120%;
  font-family:  inherit;
  font-weight:  inherit;
  font-style:   inherit;
  
  margin:       0.35em 
                0 
                0.35em 
                0;
  
	color:        #002f60;
}

h5 {
	font-size:    100%;
  font-family:  inherit;
  font-weight:  bold;
  font-style:   inherit;
  
  margin:       0.35em 
                0 
                0.35em 
                0;
  
	color:        #002f60;
}

h6 {
	font-size:    100%;
  font-family:  inherit;
  font-weight:  inherit;
  font-style:   italic;
  
  margin:       0.35em 
                0 
                0.35em 
                0;
  
	color:        #002f60;
}


#shortcuts {
	font-size:    85%;
  font-family:  inherit;
  font-weight:  inherit;
  font-style:   inherit;
}

  #shortcuts ul {
    list-style: none;
  }

  #shortcuts li {
    display: inline;
    padding: 0 
             3px 
             0 
             3px;
  }

    #shortcuts a {
      color:            #e4f2ff;
      text-decoration:  none; 
    }

      #shortcuts a:hover{
        color:            #9ccf6f;
        text-decoration:  none; 
      }



#breadcrumb {
  font-size:    85%;
  font-family:  inherit;
  font-weight:  inherit;
  font-style:   inherit;
}

  #breadcrumb ul {
    list-style: none;
  }

    #breadcrumb li {
      display: inline;
    }

  #breadcrumb #label, .breadcrumbLabel {
    color: #cccccc;
  }

  /* Breadcrumb Link */

  #breadcrumb a {
    color:            #b9d4f0;
    text-decoration:  none; 
  }


    #breadcrumb a:hover {
      color: #e4f2ff;
    }

  #breadcrumb .activeItem {
    color: #9ccf6f;
  }


/* Footer
===============================*/

#footer {
  font-size:    85%;
  font-family:  inherit;
  font-weight:  inherit;
  font-style:   inherit;
}


/* Footer Link */

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

#footer a:hover {
	color: #9ccf6f;
}



.ffhyphen:after { content:"\200B"; }


/* Link
===============================*/

a:link {
	color: #2a69a8;
}

a:visited {
	color: #0d4781;
}

a:hover {
	color: #d1f0b9;
}

a:active {
}

.imageLink:hover, .imageLink:active {  
  background-color: transparent;
}


/* Search
===============================*/

.searchBar {
  white-space: nowrap;
}

.searchBar input {
	vertical-align: middle;
	padding: 0;
}

.searchBar .searchInput {
	border: 1px inset #999999; 
  font-size: inherit; 
	width: 130px; 
}

.searchBar .searchButton {
  margin-top: -1px;
  height: 26px; 
  width: 26px;
}

/*
  Collapse-Handling
*/

.collapse-title, .collapsed-title {
  position: relative;
  padding-left: 18px;
  cursor: pointer;
}

.collapse-title span {
  position: absolute;
  top: 0.5em;
  left: 2px;
  content: "\00a0";
  display: block;
  border-top: inherit;
  border-right: transparent;
  border-bottom: transparent;
  border-left: transparent;
  border-style: solid;
  border-width: 8px 4px 0 4px;
  opacity:0.75;
  width: 0;
  height: 0;
}

.collapsed-title span {
  position: absolute;
  top: 0.5em;
  left: 4px;
  content: "\00a0";
  display: block;
  border-top: transparent;
  border-right: transparent;
  border-bottom: transparent;
  border-left: inherit;
  border-style: solid;
  border-width: 4px 0px 4px 8px;
  opacity:0.75;
  width: 0;
  height: 0;
}
 

/* Language 
===============================*/

#languageSelector {
	font-size: 85%;
	width: 180px;
	float: left;
}


/* IE Hacks
===============================*/

* html #header img, * html #siteId img {
  vertical-align: bottom;
}

*+html #header img, *+html #siteId img {
  vertical-align: bottom;
}

* html #centerContent, * html #leftContent, * html #rightContent, * html #lcWrapper {
  overflow: auto;
}
* {
  margin: 0;
}

ul {
  padding: 0;
}

ol {
  padding: 0;
}

body {
  background:  fixed #6f9fcf;
  background-position: left top;
  background-repeat: repeat-x;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 85%;
  font-style: normal;
  font-weight: normal;
  text-align: left;
}

h1 {
  background: url('_pics/wbd_ok1402/h1/h1.png') scroll transparent;
  background-position: left top;
  background-repeat: no-repeat;
  color: #002f60;
  font-size: 180%;
  font-weight: normal;
  margin-bottom: 0.2em;
  margin-top: 0.35em;
}

h2 {
  background: url('_pics/wbd_ok1402/h2/h2.png') scroll transparent;
  background-position: left top;
  background-repeat: no-repeat;
  color: #002f60;
  font-size: 160%;
  font-weight: normal;
  margin-bottom: 0.2em;
  margin-top: 0.35em;
}

h3 {
  background: url('_pics/wbd_ok1402/h3/h3.png') scroll transparent;
  background-position: left top;
  background-repeat: no-repeat;
  color: #002f60;
  font-size: 140%;
  font-weight: normal;
  margin-bottom: 0.2em;
  margin-top: 0.35em;
}

h4 {
  background: url('_pics/wbd_ok1402/h4/h4.png') scroll transparent;
  background-position: left top;
  background-repeat: no-repeat;
  color: #002f60;
  font-size: 120%;
  font-weight: normal;
  margin-bottom: 0.2em;
  margin-top: 0.35em;
}

h5 {
  background: url('_pics/wbd_ok1402/h5/h5.png') scroll transparent;
  background-position: left top;
  background-repeat: no-repeat;
  color: #002f60;
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 0.2em;
  margin-top: 0.35em;
}

h6 {
  background: url('_pics/wbd_ok1402/h6/h6.png') scroll transparent;
  background-position: left top;
  background-repeat: no-repeat;
  color: #002f60;
  font-size: 100%;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 0.2em;
  margin-top: 0.35em;
}

#shortcuts {
  background: url('_pics/wbd_ok1402/shortcuts/shortcuts.png');
  font-size: 85%;
  margin-top: 0.15em;
}

#breadcrumb {
  background: url('_pics/wbd_ok1402/breadcrumb/breadcrumb.png') transparent;
  background-position: 0px 0px;
  clear: both;
  color: #cccccc;
  font-size: 100%;
  margin-top: -40px;
  padding-bottom: 10px;
  padding-left: 52px;
  padding-top: 10px;
}

#footer {
  background: url('_pics/wbd_ok1402/footer/footer.png')  bottom;
  background-repeat: repeat-x;
  clear: both;
  color: #999999;
  font-size: 1%;
  font-weight: lighter;
  margin-left: 300px;
  margin-right: 300px;
  text-align: center;
}

a {
  background: url('_pics/wbd_ok1402/link/link.png') scroll transparent;
  background-position: left top;
  background-repeat: no-repeat;
  color: #2a69a8;
  text-decoration: none;
}

a:visited {
  background: url('_pics/wbd_ok1402/visited/visited.png') scroll transparent;
  background-position: left top;
  background-repeat: no-repeat;
  color: #0d4781;
}

a:hover {
  background: url('_pics/wbd_ok1402/hover/hover.png') scroll transparent;
  background-position: left top;
  background-repeat: no-repeat;
  color: #d1f0b9;
  text-decoration: underline;
}

a:active {
  background: url('_pics/wbd_ok1402/active/active.png') scroll transparent;
  background-position: left top;
  background-repeat: no-repeat;
}

.imageLink:hover {
  background-color: transparent;
}

.imageLink:active {
  background-color: transparent;
}

#shortcuts ul {
  list-style: none;
}

#shortcuts li {
  display: inline;
}

#shortcuts a {
  background: url('_pics/wbd_ok1402/shortcutsLink/shortcutsLink.png') scroll transparent;
  background-position: left top;
  background-repeat: no-repeat;
  color: #e4f2ff;
  padding: 0 3px;
  text-decoration: none;
}

#shortcuts a:hover {
  background: url('_pics/wbd_ok1402/shortcutsHover/shortcutsHover.png');
  color: #9ccf6f;
}

#shortcuts a:active {
  background: url('_pics/wbd_ok1402/shortcutsActive/shortcutsActive.png');
  color: #9ccf6f;
}

#breadcrumb ul {
  list-style: none;
}

#breadcrumb li {
  display: inline;
}

#breadcrumb a {
  background: url('_pics/wbd_ok1402/breadcrumbLink/breadcrumbLink.png') scroll transparent;
  background-position: left top;
  background-repeat: no-repeat;
  color: #b9d4f0;
  text-decoration: none;
}

#breadcrumb a:hover {
  background: url('_pics/wbd_ok1402/breadcrumbHover/breadcrumbHover.png');
  color: #e4f2ff;
}

#breadcrumb a:active {
  background: url('_pics/wbd_ok1402/breadcrumbActive/breadcrumbActive.png');
}

#breadcrumb .activeItem {
  background: url('_pics/wbd_ok1402/breadcrumbActiveItem/breadcrumbActiveItem.png');
  color: #9ccf6f;
}

#footer a {
  background: url('_pics/wbd_ok1402/footerLink/footerLink.png') scroll transparent;
  background-position: left top;
  background-repeat: no-repeat;
  color: #ffffff;
  text-decoration: underline;
}

#footer a:hover {
  background: url('_pics/wbd_ok1402/footerHover/footerHover.png');
  color: #9ccf6f;
}

#footer a:active {
  background: url('_pics/wbd_ok1402/footerActive/footerActive.png');
  color: #9ccf6f;
}

.searchBar input {
  padding: 0;
  vertical-align: middle;
}

.searchBar .searchInput {
  border: 1px inset #a0a7b2;
  width: 140px;
}

div[id$="Content"] .searchBar .searchInput {
  width: 82%;
}

#headerContainer .searchBar {
  text-align: right;
}

#search .searchBar .searchButton {
  margin-left: 0.3em;
  margin-top: -0.3em;
}

* html #miscellaneous {
  height: 1em;
}

*+html #headerContainer #search {
  width: 30%;
}

* html #headerContainer #search {
  width: 30%;
}

* html #header img {
  vertical-align: bottom;
}

* html #siteId img {
  vertical-align: bottom;
}

*+html #header img {
  vertical-align: bottom;
}

*+html #siteId img {
  vertical-align: bottom;
}

* html #horizontalNav li {
  float: left;
  margin-right: 5px;
  width: 7.5em;
}

* html #horizontalNav a {
  width: 100%;
}

#verticalNav {
  background: url('_pics/wbd_ok1402/verticalNavBox/verticalNavBox.png') scroll transparent;
  background-position: left top;
  background-repeat: repeat-x;
  border: 1px solid #000000;
  padding-left: 0px;
}

#verticalNav ul {
  list-style: none;
}

#verticalNav li {
}

#verticalNav .mainNav a {
  background: url('_pics/wbd_ok1402/verticalMainNavLink/verticalMainNavLink.png') scroll transparent;
  background-position: -10px center;
  background-repeat: no-repeat;
  border-bottom: 1px solid #666666;
  color: #333333;
  display: block;
  font-size: 110%;
  padding: 8px 5px 8px 10px;
  text-decoration: none;
}

#verticalNav .mainNav .activeLink {
  background: url('_pics/wbd_ok1402/verticalNavActiveItem/verticalNavActiveItem.png') scroll #0d4781;
  background-position: left top;
  background-repeat: repeat-x;
  color: #9ccf6f;
  font-weight: bold;
}

#verticalNav .mainNav > li > a:hover {
  background: url('_pics/wbd_ok1402/verticalMainNavHover/verticalMainNavHover.png') scroll #0d4781;
  background-position: left top;
  background-repeat: repeat-x;
  color: #ffffff;
}

#verticalNav .subNav > li > a {
  background: url('_pics/wbd_ok1402/verticalSubNavLink/verticalSubNavLink.png') scroll transparent;
  background-position: 7px center;
  background-repeat: no-repeat;
  padding-left: 20px;
  padding-right: 5px;
}

#verticalNav .subNav > li > a:hover {
  background: url('_pics/wbd_ok1402/verticalSubNavHover/verticalSubNavHover.png') scroll repeat #0d4781;
  background-position: left top;
  color: #ffffff;
}

#verticalNav .subSubNav > li > a {
  background: url('_pics/wbd_ok1402/verticalSubSubNavLink/verticalSubSubNavLink.png') scroll #636363;
  background-position: 23px center;
  background-repeat: no-repeat;
  padding-left: 35px;
  padding-right: 5px;
}

#verticalNav .subSubNav > li > a:hover {
  background: url('_pics/wbd_ok1402/verticalSubSubNavHover/verticalSubSubNavHover.png') scroll repeat #0d4781;
  background-position: left top;
  color: #ffffff;
}

#horizontalNav {
  background: url('_pics/wbd_ok1402/mainNavBar/mainNavBar.png') scroll #999999;
  background-position: left top;
  background-repeat: repeat-x;
  border-bottom: 2px solid #000000;
  clear: both;
  float: left;
  margin-bottom: 15px;
  width: 100%;
}

*+html #horizontalNav {
}

#horizontalNav ul {
  list-style: none;
}

#horizontalNav .mainNav li:hover .subNav {
  display: block;
}

#horizontalNav .subNav li:hover .subSubNav {
  display: block;
}

#horizontalNav .subNav {
  display: none;
  position: absolute;
  z-index: 90;
}

#horizontalNav .subSubNav {
  display: none;
  left: 100%;
  position: absolute;
  top: 0;
  z-index: 90;
}

#horizontalNav li {
  min-width: 160px;
  position: relative;
}

*+html #horizontalNav li {
  float: left;
}

#horizontalNav .mainNav > li {
  float: left;
}

#horizontalNav .subNav li {
}

#horizontalNav .subSubNav li {
}

#horizontalNav .mainNav a {
  background: url('_pics/wbd_ok1402/horizontalMainNavLink/horizontalMainNavLink.png') scroll transparent;
  background-position: center top;
  background-repeat: repeat-x;
  display: block;
  padding: 10px 0px;
  text-align: center;
  text-decoration: none;
}

#horizontalNav .mainNav .activeLink {
  background: url('_pics/wbd_ok1402/horizontalNavActiveItem/horizontalNavActiveItem.png') scroll #0d4781;
  background-position: left top;
  background-repeat: repeat-x;
  color: #9ccf6f;
}

#horizontalNav .mainNav li:hover > a {
  background: url('_pics/wbd_ok1402/horizontalMainNavHover/horizontalMainNavHover.png') scroll #0d4781;
  background-position: left top;
  background-repeat: repeat-x;
  color: #ffffff;
}

#horizontalNav .subNav > li > a {
  background: url('_pics/wbd_ok1402/horizontalSubNavLink/horizontalSubNavLink.png') scroll repeat #999999;
  background-position: left top;
  color: inherit;
  padding-left: 10px;
  text-align: left;
}

#horizontalNav .subNav > li:hover > a {
  background: url('_pics/wbd_ok1402/horizontalSubNavHover/horizontalSubNavHover.png') scroll repeat #0d4781;
  background-position: left top;
  color: inherit;
  text-align: left;
}

#horizontalNav .subSubNav > li > a {
  background: url('_pics/wbd_ok1402/horizontalSubSubNavLink/horizontalSubSubNavLink.png') scroll repeat #999999;
  background-position: left top;
  padding-left: 10px;
  text-align: left;
}

#horizontalNav .subSubNav > li:hover > a {
  background: url('_pics/wbd_ok1402/horizontalSubSubNavHover/horizontalSubSubNavHover.png') scroll repeat #7b7b7b;
  background-position: left top;
  text-align: left;
}

#horizontalNav li:hover > a {
}

#horizontalNav li:active > a {
}

div[id*="Content"] > H1:first-child {
  margin-top: 12px;
}

div[id*="Content"] > div:first-child + a + * {
  margin-top: 12px;
}

div[id*="Content"] > a:first-child + * {
  margin-top: 12px;
}

#illustrationTop1 {
  background: url('_pics/wbd_ok1402/illustrationTop1/illustrationTop1.png') fixed transparent;
  background-position: left top;
  background-repeat: repeat-x;
  width: 100%;
}

#illustrationTop2 {
  background: url('_pics/wbd_ok1402/illustrationTop2/illustrationTop2.png') fixed transparent;
  background-position: left bottom;
  background-repeat: repeat-x;
  width: 100%;
}

#illustrationBottom1 {
  background: url('_pics/wbd_ok1402/illustrationBottom1/illustrationBottom1.jpg') fixed transparent;
  background-position: left top;
  background-repeat: repeat-x;
  width: 100%;
}

#illustrationBottom2 {
  background: url('_pics/wbd_ok1402/illustrationBottom2/illustrationBottom2.png') scroll transparent;
  background-position: left top;
  background-repeat: no-repeat;
  padding-bottom: 0px;
  padding-top: 10px;
  width: 100%;
}

#siteContainer {
  background: url('_pics/wbd_ok1402/siteContainer/siteContainer.jpg') fixed transparent;
  background-position: center top;
  background-repeat: no-repeat;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  width: auto;
}

#siteContainer > div:first-child {
  margin-top: 0;
}

#headerContainer {
}

#headerImageBox {
  clear: both;
  margin-bottom: 10px;
}

#headerImageBox div div a {
  float: left;
}

#contentContainer {
  clear: left;
  margin-bottom: 20px;
}

#centerContent {
  background: url('_pics/wbd_ok1402/centerContent/centerContent.png') fixed transparent;
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 375px;
  padding: 10px;
  text-align: justify;
}

#leftContent {
  background: url('_pics/wbd_ok1402/leftContent/leftContent.jpg') fixed transparent;
  background-position: center top;
  background-repeat: no-repeat;
  border-right: 1px solid #cccccc;
  float: left;
  font-size: 85%;
  min-height: 375px;
  padding: 10px;
  width: 230px;
}

#rightContent {
  background: url('_pics/wbd_ok1402/rightContent/rightContent.jpg') fixed transparent;
  background-position: center top;
  background-repeat: no-repeat;
  border-left: 1px solid #cccccc;
  float: right;
  font-size: 85%;
  min-height: 375px;
  padding: 10px;
  width: 230px;
}

#siteId {
  float: left;
}

#siteId div {
  overflow: hidden;
}

#header {
}

#header div {
  overflow: hidden;
}

#miscellaneous {
  background: url('_pics/wbd_ok1402/miscellaneous/miscellaneous.png') #0d4781;
  background-position: left top;
  background-repeat: repeat-x;
  border-top: 2px solid #000000;
  clear: both;
  font-size: 100%;
  min-height: 1.1em;
  padding: 15px 20px;
  text-align: right;
}

#search {
  margin-bottom: 1.5em;
}

#languageSelector {
}

#horizontalNav .subNav > li {
}

#headerImageBox #siteId {
}

#header > div > img {
}

#horizontalNav .subSubNav > li {
}

.galleryParagraph img {
  color: #999999;
}

form_border_color {
  color: #999999;
}

hitcount_background_color {
  background-color: #999999;
}

#centerContent {
  margin: 0 261px;
}

* html #centerContent {
  margin: 0 222px;
}

#leftContent {
  margin-right: 0px;
}

#rightContent {
  margin-left: 0px;
}

#lightbox-image {
  background-color: #ffffff;
}
.cyclerNav {
	width: 100%;
	padding: 0;
	display: inline-block;
	list-style-type: none;
	text-align: center;
}

.cyclerNav.top {
	margin: 0 0 5px 0;
}

.cyclerNav.bottom {
	margin: 5px 0 0 0;
}

.cyclerNav.bottom li {
	margin-bottom: 2px;
}

.cyclerNav.top li {
	margin-top: 2px;
}

.cyclerNav li {
	display: inline-block;
  margin: 0 2px;
	line-height: 0;
}

.cyclerNav li a {
	border: 0;
	border-radius: 5px;
 	background: none repeat scroll 0 0 #0d4781; 	
 	display: inline-block;
 	width: 10px;
	height: 10px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5) inset;
}

.cyclerNav li a:hover {
	background-color: #d1f0b9;
}

.cyclerNav a:active, .cyclerNav a:focus {
	outline: none;
	border: 0;
}

.cyclerNav .activeSlide a {
  background: none repeat scroll 0 0 #2a69a8;
}
#mainNavigation, #horizontalNav, .pure-menu-horizontal {
	position: relative;
	z-index: 10000;
}

[id] .abstractForm [class~="validation-failed"] {
  border: 1px solid #CC2F33;
}

.validation-advice {
  background-color: #CC2F33;
  color: #FFFFFF;
  font-size: 85%;
  font-weight: bold;
  padding: 2px 8px;
  z-index: 1;
  position: absolute;
  right: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
}

*+html .validation-advice {
  margin-top: -1px;
  right: 5px;
}

* html .validation-advice {
  margin-top: -1px;
  right: 4px;
  position: relative;
  float: right;
  width: 75%;
}
.boxParagraph {
  overflow: hidden;
  height: auto;
}
 
.box-row-2,
.box-row-3,
.box-row-4 {
  width: 98%;
  float: left;
}
 
.boxParagraph .paragraphBase {
	width: 100%;
}

.boxParagraph .box-row-2 > .paragraphSd {
  float: left;
  width: 48%;
  margin-right: 2%;
}

.boxParagraph .box-row-3 > .paragraphSd {
  float: left;
  width: 32%;
  margin-right: 2%;
}

.boxParagraph .box-row-4 > .paragraphSd {
  float: left;
  width: 23%;
  margin-right: 2%;
}

.boxParagraph .box-row-2 > .paragraphSd:last-child,
.boxParagraph .box-row-3 > .paragraphSd:last-child,
.boxParagraph .box-row-4 > .paragraphSd:last-child {
  margin-right: 0;
  float: right;
}
.cyclerElements {
	overflow: hidden; 
}

.cyclerElements .paragraphSd.first {
	display: block;
}

.cyclerElements > .paragraphSd {
	display: none;
}

.cyclerElements > .paragraphSd,
.cyclerElements > .paragraphSd > div  {
  width: 100%;
  margin: 0;
}

/* Abstractform (Form & Guestbook) 
==================================== */

.formParagraph {
  overflow: hidden;
}

.abstractForm {
	position: static;
	float: left;
  text-align: left;
  width: 100%;
}

.sideColumn .abstractForm {
	width: 100%;
}

.singleColumn, .doubleColumn {
	position: relative;
	clear: both;
}

#centerContent .abstractForm .element, 
.sideColumn .abstractForm .element {
  width: auto;
  padding-bottom: 0 ;
}

#centerContent .abstractForm .captchaAdvice,
.sideColumn .abstractForm .captchaAdvice {
	clear: none; 
}

.sideColumn .abstractForm  input[type="text"], 
.sideColumn .abstractForm  input[type="password"], 
.sideColumn .abstractForm  input[type="file"], 
.sideColumn .abstractForm  textarea, 
.sideColumn .abstractForm  select {
    width: 100%;
}



/* Table */
.abstractForm table {
}


/* Form element */ 

.abstractForm .doubleColumn .element {
  padding-left: 24%;
}


/* Form label */ 
.abstractForm label {
}

.abstractForm .doubleColumn label {
  float: left;
  text-align: right;
  width: 22%;
}

.doubleColumn, .singleColumn {
	margin-bottom: 0.7em;
}

.captchaRenew {
	clear: left;
}

.elementStyle {
  overflow: hidden;
  border: 1px solid #999999;
  border-radius: 4px 4px 0 4px;
  background-color: white;
}

.elementStyleTransparent {
	overflow: hidden;
  border: 1px solid transparent;
}

.maxLengthInfo_ta, .maxLengthInfo_txt {
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 1px 6px;
	float: right;
	margin-bottom: 0.7em;
	font-size: 75%;
	text-align: right;
}

.maxLengthInfo_warn {
	color: #CC2F33;
}

/* Input, Textarea & Select */
input[type="text"],
input[type="password"],
textarea, 
select {
  border: 0px none transparent;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 110%;
  width: 100%;
}

textarea {
	resize: vertical;
}

/* File Upload */
input[type="file"] {
  font-size: 100%;
  text-align: left;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 110%;
  width: 100%;  
}

.sideColumn input[type="text"],
.sideColumn input[type="password"],
.sideColumn input[type="file"],
.sideColumn textarea,
.sideColumn select {
  font-size: 100%;
}

/* Submit & Reset */
input[type="submit"], input[type="reset"] {
	border: 1px outset #999999;
	border-radius: 4px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 100%;
  margin-bottom: 4px;
  width: auto;  
}

.formTickBox {
  vertical-align: middle;
}

/* Abstractform text */
.formAttachment, .captchaAdvice, .fileUploadAdvice, .emailAdvice, .errorText, .mandantoryFields {
  font-size: 85%;
}

.errorText {
  color: #CC2F33;
}

.mandantoryFields {
  margin-bottom: 1em;
}

.captchaImg {
	border-radius: 4px;
	float: none;
}

.element a {
  vertical-align: top; 
}


/* Specials for IE
==================================== */

/* Input, Textarea & Select */
*+html .abstractForm input[type="text"],
*+html .abstractForm input[type="password"],
*+html .abstractForm input[type="file"],
*+html .abstractForm textarea, 
*+html .abstractForm select {
  display: block; 
}

/* Input, Textarea & Select */
* html .abstractForm input, 
* html .abstractForm textarea, 
* html .abstractForm select {
  border: 0px none transparent;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 110%;
  display: block; 
  width: 100%; 
}

/* Input Checkbox & Radiobutton  */
* html .abstractForm .formTickBox {
  display: inline; 
  border: none; 
  width: auto;
}

/* Input Button */
* html .abstractForm .formButton, * html .pollButton { 
	border: 1px outset #999999;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
  margin-bottom: 4px;
  width: auto; 
}

/* IE 6 Argon, Silicon und Designer-Designs 
==============================================*/

* html .formParagraph {
  overflow: visible;
  width: 99%;
}

* html .abstractForm .doubleColumn .element {
  padding-left: 24%;
  clear: both;
  width: auto;
}

* html .abstractForm .doubleColumn label {
  padding: 0;
  margin: 0 0 -4.1em 0;
  text-align: right;
  width: 22%;
}

* html .maxLengthInfo_ta, 
* html .maxLengthInfo_txt {
  display: none;
}

/* Guestbook
==================================== */

.guestbookParagraph {
	overflow: hidden;
}

.guestbookParagraph hr {
  background: #fefefe;
  margin: 0;
}

/* Entries section */
div [id^="entries"] {
  margin-top: 5px;
  width: 100%;
}

.entriesHide {
  display: none;
}

.entriesCounter{
}

.entriesChronicLink{
  text-align: center;  
  margin: 6px 0 12px 0;
  white-space: nowrap;
}

/* all enrtries */
.guestbookEntries {
}

/* single entry */
.guestbookEntry{
  border-top: dotted gray 1px;
  margin-top: 6px; 
  padding: 5px;
	overflow: auto;
}


/* guestbook header */
.guestbookHeader{
  line-height: normal;
  border-bottom: dotted gray 1px;
  font-size: 85%;
  margin-bottom: 10px;
  padding-bottom: 2px;
}


/* guestbook body */
.guestbookBody{
  font-size: 100%;
}

.guestbookHeader .guestbookTime{
  float: right;
  margin-top: 6px;
	text-align: right;
	width: 30%;
}

.sideColumn .guestbookHeader .guestbookTime {
	width: 100%;
}

.guestbookHeader .guestbookUser{
	font-weight: bold;
}

.guestbookHeader .guestbookSymbols{
  white-space: nowrap;
}

.guestbookBody .guestbookTitle{
  font-weight: bold;
}

.guestbookHeader img{
  position: relative;
  top: 2px;
}

/* Disable link properties*/
.guestbookParagraph a img, .guestbookHeader .guestbookSymbols a, .guestbookHeader .guestbookSymbols img{
  background-color: transparent;
  border: none;
  text-decoration: none;
}


/* Specials for IE
==================================== */

* html .entries{
  width: 96%;
}

/* Hitcount
===================================================*/

.hitcountParagraph img {
  background-color: #999999;
}

/* Image Gallery
===================================================*/

.galleryParagraph {
  overflow: hidden;
}

.galleryParagraph ul {
  list-style-type: none;
  margin-top: 5px;
  padding: 0;
  max-width: 100%;
  width: 100%;
}

.galleryParagraph li {
	display: inline-block;
	float: left;
  padding: 0;		
  line-height: 0;
  max-width: 95%;
  border: 1px solid #999999;
  margin: 0 2.25% 0.75em 0;
  border-radius: 5px;
}

.galleryParagraph li>a {
  display: block;
  border-radius: 3px;
  padding: 4%;
  background-color: #999999;
}

.galleryParagraph img {
  max-width: 100%;
  border-radius: 3px;
  background-color: #ffffff;
}

/* 
Image Slider
===================================================
*/


.sliderParagraph {
	margin: 0 auto;  
}

.sliderParagraph img {
	display: none;
	height: auto;
	max-width: 100%;
	width: auto; /* IE8 fix */
}

.sliderParagraph img.first {
	display: block;
}

.sliderParagraph img.dummy {
	display: block;
 	opacity:0;
	filter:alpha(opacity=0); /* For IE8 and earlier */
}

/* Caption-Positionen */

.captionTop {
	top: 10%;
}

.captionLeft {
	left: 0;
	margin-right: .8em;
	text-align: right;
	border-radius: 0 9px 9px 0;
}

.captionRight {
	right: 0;
	margin-left: .8em;
	border-radius: 9px 0 0 9px;
}

.captionBottom {
	bottom: 10%; 
}

/* Caption Box */

.sliderParagraph .slideCaption {
	display: none;
	background: none transparent;
  line-height: 1.2em !important;
  position: absolute;
  z-index: 50;		
}

.sliderParagraph .slideCaption>div {
  padding: 0.15em 0.8em 0.5em 0.5em !important;
}

.sliderParagraph .captionStrip {
	max-width: 65%;
	min-width: 25%;
}

.sliderParagraph .captionFullBottom {
	bottom: 0;
	min-height: 3em;
	width: 100%;
}


/* important nötig für das Übersteuern von Design-Regeln */

.sliderParagraph .slideCaption h1,
.sliderParagraph .slideCaption h2,
.sliderParagraph .slideCaption h3,
.sliderParagraph .slideCaption h4,
.sliderParagraph .slideCaption h5,
.sliderParagraph .slideCaption h6 {
	border: 0 !important;
	background: none !important;   	
  color: #FFFFFF !important;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif !important;
  font-size: 100%;
  font-style: normal !important;
  line-height: 1.2em !important;
  letter-spacing: 2px !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
}


.sliderParagraph .slideCaption p {
	background: none !important;
  color: #FFFFFF;
  font-family: "Franklin Gothic Medium",sans-serif;
}

/* Image
==================================== */

.imageParagraph {
  text-align: center; 
  margin-top: 1.25em;
}

/* Page Contents
==================================== */

.pagecontentsParagraph ul {
  list-style-type: none;
}

/* Poll
===================================================*/

.pollResultDiv {
  padding-top: 6px;
}

.textDiv {
  margin-bottom: 5px;
}

.pollTable {
  font-size: 100%;
  margin-top: 2px;
  width: auto;
}

.pollTable td {
  width: 100%; 
}

.pollTable .checkElements {
  padding-right: 6px;
  width: auto; 
}

.pollTable td, .checkElements {
  padding-top: 12px;
}

.sideColumn .pollTable td, .sideColumn .checkElements {
  padding-top: 8px;
}

.pollTable .answerTableData {
  padding-right: 5px;
  width: 40%;
}

.pollTable .barTableData {
  white-space: nowrap;
  width: 20%; 
}

.pollTable .numberOfVotesTableData {
  text-align: right;
  width: 10%;
}

.pollTable .percentTableData {
  padding-left: 5px;
  text-align: right;
  width: 10%;
}

.pollTable .gapTableData {
  width: 3px;
}


.pollQuestion {
  font-size: 110%;
  font-weight: bold;
  color: #002f60;
}

.sideColumn .pollQuestion {
  font-size: 100%;
}

.pollText {
  color: #002f60;
  float: right;
}

.sideColumn .pollText {
  float: left;
}

.pollErrorText {
  color: #CA3060;
}

.pollParagraph a, .pollText, .pollErrorText, .pollDate {
  font-size: 85%;
}

.pollButton { 
  margin: 6px 0;
}
/* Teaser
===================================================*/

.teaserParagraph .headline {
  font-weight: bold;
  text-decoration: none;
}

.teaserTable {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin: 0;
}
  .teaserTable > li {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 auto;
    align-content: flex-start;
    padding: 7px;
    margin: 0 7px 0.75em 7px;
    min-width: 100%;
  }
    .teaserTable > li.margin-bottom-none {
      margin-bottom: 0;
    }

    .teaserTable .padding-right-small {
      padding-right: 12px;
    }

    .teaserTable .padding-top-xsmall {
      padding-top: 6px;
    }

    .teaserTable div a > img {
      float: left;
      margin-right: 0.5em;
    }

.teaserEntry-image {
box-sizing: border-box;
}

.teaserEntry-text {
  box-sizing: border-box;
  word-wrap: break-word;
  min-width: 100%;
}

.slideTeaser {
  position: relative;
}

  .slideTeaser .teaserTable {
    height: 100%;
  }

  .slideTeaser .teaserTable > li > div {
    display: flex;
    min-width: 100%;
  }


.teaserDate {
font-style: italic;
font-weight: normal;
}

.teaserRSSImage {
vertical-align: baseline;
border: none;
}

@media screen and (min-width: 35.5em) {
  .teaserTable.teaser-multi-col .teaserImage-size-large .two-col ,
  .teaserTable.teaser-multi-col .teaserImage-size-large .three-col  {
    width: auto;
    min-width: auto;
  }

  .teaserTable.teaser-multi-col .two-col,
  .teaserTable.teaser-multi-col .three-col {
    width: calc(50% - 14px);
    min-width: auto;
  }
}

@media screen and (min-width: 48em) {
  .l-center .teaserTable.teaser-multi-col .two-col,
  .l-center .teaserTable.teaser-multi-col .teaserImage-size-large .three-col {
    width: calc(50% - 14px);
    min-width: auto;
  }

  .l-center .teaserTable.teaser-multi-col .three-col {
    width: calc(33.3333% - 14px);
    min-width: auto;
  }
}




/* Text
===================================================*/

.textParagraphContainer {
  padding-top: 1px;
  overflow: hidden;
}

.sidetext {
	overflow: hidden;
}

.sidepic {
  font-size: 10px;
  width: 180px;
  max-width: 100%;
}

.sidepic-sidebar {
  float: none; 
  font-size: 9px;
  padding: 3px 0 7px 0; 
  width: auto; 
}

.sidepic-left {
  float: left; 
  padding: 4px 17px 17px 0; 
}

.sidepic-right {
  float: right; 
  padding: 4px 0 17px 17px;
}

/* Table */
.textParagraph table {
  margin: 5px 0;
}

.sideColumn .textParagraph table {
	margin: 3px 0;
}

/* Unsorted List */
.textParagraph ul{
	list-style: square;
	padding-left: 1.9em;
}
 

/* Ordered List */
.textParagraph ol {
  list-style: decimal;
  padding-left: 2.9em;
}


/* List Item */
.textParagraph li {
  padding: 0.2em 0;
}

/* Fontdefinitions */
.verdanaNormal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.verdanaBig {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 125%;
}

.verdanaBigger {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 150%;
}

.verdanaSmall {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 90%;
}

.verdanaSmaller {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 80%;
}

.courierNormal {
  font-family: Courier, monospace, "Courier New";
  font-size: 100%;
}

.courierBig {
  font-family: Courier, monospace, "Courier New";
  font-size: 125%;
}

.courierBigger {
  font-family: Courier, monospace, "Courier New";
  font-size: 150%;
}

.courierSmall {
  font-family: Courier, monospace, "Courier New";
  font-size: 90%;
}

.courierSmaller {
  font-family: Courier, monospace, "Courier New";
  font-size: 80%;
}

.georgiaNormal {
  font-family: Georgia, Times, serif, "Times New Roman";
  font-size: 100%;
}

.georgiaBig {
  font-family: Georgia, Times, serif, "Times New Roman";
  font-size: 125%;
}

.georgiaBigger {
  font-family: Georgia, Times, serif, "Times New Roman";
  font-size: 150%;
}

.georgiaSmall {
  font-family: Georgia, Times, serif, "Times New Roman";
  font-size: 90%;
}

.georgiaSmaller {
  font-family: Georgia, Times, serif, "Times New Roman";
  font-size: 80%;
}

/**
 Weitere Font-Defs die wir später zu Formatvorlagen um funktionieren.
 */

.normal {
	font-size: 100%;
}

.big {
  font-size: 125%;
}

.bigger {
  font-size: 150%;
}

.small {
  font-size: 90%;
}

.smaller {
  font-size: 80%;
}

/* Search
=================================*/

.searchParagraph {
	width: 98%;
}

.searchParagraph .searchInput {
  width: 92%;
}

.searchResult {
  margin-top: 7px;
  margin-bottom: 5px;
}

.searchForwardBackSequence {
  text-align: center;
}
.formParagraph {
  width: 60%;
  min-width: 300px;
  max-width: 600px;
  align: right;
  margin-left: 10%;
}
#pa77 {
  min-width: 500px;
}
