﻿/* normal */
@font-face {
    font-family: DINPro;
    src: url('../fonts/DINPro-Regular.eot');
    src: url('../fonts/DINPro-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DINPro-Regular.otf') format('opentype');
}
/* bold */
@font-face {
    font-family: DINProBold;
    src: url('../fonts/DINPro-Bold.eot');
    src: url('../fonts/DINPro-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DINPro-Bold.otf') format('opentype');
}

* {box-sizing: border-box;}

html {
    background: #d7eded;
    height: 100%;
}

body {
    /*Pages shadow to be done*/
    font-family: Arial, Verdana, Gudea, sans-serif;
    font-size: 11.5pt;
    line-height: 14.5pt;
    color: #000000;
	background: #d7eded;
}


body#blank {
    /*Pages shadow to be done*/
	background: #ffffff;
}


#page {
    width: 995px;
    position: relative;
    left: 50%;
    margin-left: -497px;
}

body#blank #page {
    width: auto;
    position: relative;
    left: 0;
    margin-left: 0;
}


/* ----- HEADER ----- */
#header {
    border-left: 4px solid #FFFFFF;
    border-right: 4px solid #FFFFFF;
    padding: 0;
    position: relative;
    width: 987px;
	background: #00843e;
}

#header ul.header_navigation {
    margin-top: 7px;
	margin-right: 25px;
	margin-bottom:7px;
    position:relative;
	z-index: 1000;
  } 

#header ul.header_navigation li {
	list-style:none;
	margin-left:3px;
	float:left;
	color:#fff;
  } 

#header ul.header_navigation li.demolink {
	margin-right:40px;
  } 

#header ul.header_navigation li.language_en {
	margin-right:40px;
  } 

#header ul.header_navigation li.language_de {
	margin-left:0;
  } 

#header ul.header_navigation li.language_en a, #header ul.header_navigation li.language_de a {
text-transform:uppercase;
}

#header ul.header_navigation li.top-home {
	margin-left:0;
  } 

#header ul.header_navigation li.top-home a {
	background-image: url(../images/buttons/home-top_p.png);
	background-repeat:no-repeat;
	border: none;
	text-decoration:none;
	width:21px;
	height:18px;
	display:block;
  } 

#header ul.header_navigation li.top-home a:hover, #header ul.header_navigation li.top-home a.active {
	background-image: url(../images/buttons/home-top_a.png);
	border: none;
	text-decoration:none;
  } 

#header ul.header_navigation li:first-child {
	margin-left:0;
 } 

#header ul.header_navigation li a {
   font-size:8pt;
   color:#ffffff;
   text-decoration:none;
} 

#header ul.header_navigation li.demolink a {
   text-decoration:underline;
} 

#header ul.header_navigation li a:hover, #header ul.header_navigation li a.active, #header ul.header_navigation li.language_en a:hover, #header ul.header_navigation li.language_de a:hover, #header ul.header_navigation li.language_en a.active, #header ul.header_navigation li.language_de a.active, #header ul.header_navigation li span.active {
   text-decoration:none;
   border-bottom:1px solid #ffffff;
   font-weight:bold;
} 

span#login-ausblenden {
   border: none;
} 

#headerimage #header_bild  {
    left: 355px;
    position: absolute;
    top: 0;
    width: 636px;
}

/* ----- HEADER LOGIN ----- */

ul.header_navigation li span#login-einausblenden {
   padding-left:0;
   padding-right:0;
   cursor:pointer;
   font-size:8pt;
   color:#6e6e6e;
}


ul.header_navigation li span#login-einausblenden:hover {
   border-bottom:1px solid #6e6e6e;
   cursor:pointer;
   font-weight:bold;
}


ul#login_ul {

   width:200px;
   height:200px;
   margin-top:3px;
   margin-left:-165px;
   background-color:#fff;
   display:none;
   position:absolute;
   border:1px solid #6e6e6e;
   z-index: 1030;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   -webkit-box-shadow: #666 0px 1px 5px;
   -moz-box-shadow: #666 0px 1px 5px;
   box-shadow: #666 0px 1px 5px;
   behavior: url(PIE/PIE.php);
}

#header li form.login {
    background: none;
    width: 160px;
	margin:20px;
	height: auto;
    overflow: visible;
}



#header li form.login ul {
    position:relative;
	margin-top:9px;
    }

#header li form.login input[type=\\\"submit\\\"] {
	color:#5d9498;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:normal;
	width:50px;
	height:22px;
    background: #dfe7e1;
    border: 1px solid #dfe7e1;
    text-align: center;
	vertical-align:middle;
    border-radius: 3px;
	cursor:pointer;
}

#header li form.login input[type=\\\"submit\\\"]:hover {
    background: #5d9498;
    border: 1px solid #5d9498;
    color: #ffffff;
}

#header li form.login ul.account-login li {
width:55px;
text-align:left;
}

#header li form.login ul.account-login li + li {
width:100px;
}

#header li form.login label.password-reset, #header li form.login label.create-account {
    display: block;
    font-weight: normal;
    width: 105px;
	margin-bottom: 2px;
	margin-top: -6px;
}

.password-reset a, .password-reset a{
font-weight:normal;
font-size:9pt;
text-decoration:none;
}

.password-reset a:hover, .password-reset a:hover{
text-decoration:underline;
}



#header li form.login {
    padding: 0;
    display: block;
}

#header li form.login label {
    display: block;
    font-weight: bold;
    width: 160px;
	margin-bottom: 10px;
}

#header li form.login label.login-close {
    text-align:right;
	top: 3px;
	position:absolute;
	left: 30px;
}

#header li form.login label.login-close span {
font-size:10pt;
text-transform: uppercase;
font-weight:bold;
color:#5d9498;
cursor:pointer;
}

#header #header_content li form.login label.login-close span:hover {
color:#000000;
}


#header li form.login input[type=\\\"text\\\"], .login input[type=\\\"password\\\"] {
    margin-bottom: 15px;
	width: 160px;
    color: #5d9498;
	background: #dfe7e1;
	border:none;
	padding-top: 3px;
	padding-bottom: 3px;
    
}



#header #logo {
    float:left;
	margin-top: 28px;
	margin-left: 44px;
	margin-bottom: 23px;
    position:relative;
  } 

/* HEADER SOCIALMEDIA */

div.content_socialmedia {
    float:right;
	position:relative;
	margin-right:27px;
	margin-top:50px;
  } 

.content_socialmedia div ul {
    width:104px;
	height:30px;
  } 

.content_socialmedia ul li{
	float:left;
	list-style:none;
} 

.content_socialmedia div ul li.li-fb  {
	background-image: url(../images/buttons/social-media-p_button.png);
	background-repeat:no-repeat;
	background-position: -2px 0;
	width:30px;
	height:30px;
	margin-right:7px;
} 

.content_socialmedia div ul li.li-tw  {
	background-image: url(../images/buttons/social-media-p_button.png);
	background-repeat:no-repeat;
	background-position: -37px 0;
	width:30px;
	height:30px;
	margin-right:7px;
} 

.content_socialmedia div ul li.li-rss  {
	background-image: url(../images/buttons/social-media-p_button.png);
	background-repeat:no-repeat;
	background-position: -72px 0;
	width:30px;
	height:30px;
} 

.content_socialmedia div ul li.li-fb:hover, .content_socialmedia div ul li.li-tw:hover, .content_socialmedia div ul li.li-rss:hover {
	background-image: url(../images/buttons/social-media-a_button.png);
} 

.content_socialmedia div ul li.li-fb a img, .content_socialmedia div ul li.li-tw a img, .content_socialmedia div ul li.li-rss a img  {
	width:30px;
	height:30px;
} 


.fb-like {
	top: 21px;
} 


/* ----- HEADERIMAGE ----- */

#headerimage {
    width: 995px;
    padding: 0;
    position:relative;
	height:210px;
}

#headerimage > img {
    left: 355px;
    margin: 0;
    position: absolute;
    top: 0;
}

#headerimage .nivo-caption {
    position: absolute;
    left: 770px;
    top: 345px;
    width: auto;    
    bottom: auto;
    background: none;
	z-index:1050;
}
#headerimage .nivo-caption a {
    text-decoration: none;
    display: block;
    padding: 5px 15px;
    background: #dfe7e1;
    color: #5a9ba0;
    border-radius: 5px;
    border: 0;
} 


#headerimage .nivo-caption a:hover {
    background: #5a9ba0;
    color: #fff;
} 

/* ----- MAIN NAVIGATION ----- */
#mainnavigation {
    width: 995px;
    padding: 0;
	background: #dfe7e1;
	position:relative;
}


/* ----- SUB NAVIGATION ----- */
#subnavigation {
    width: 220px;
	min-width: 220px;
    margin-left: 8px;
	margin-top:8px;
    float: left;
}

#subnavigation ul.navigation {
    display: inline;
}

#subnavigation ul.navigation li {
    list-style: none;
}

#subnavigation ul.navigation li.active, #subnavigation ul.navigation li.active ul li.active, #subnavigation ul.navigation li.active ul li.passive, #subnavigation ul.navigation li.active ul li.active ul li.active, #subnavigation ul.navigation li.active ul li.active ul li.passive  {
    text-decoration: none;
    display: block;
}


#subnavigation ul.navigation li a.passive ul li ul li {
    display: none;
}
#subnavigation ul.navigation li a.active + ul > li + ul > li{
    display: block;
}

#subnavigation ul.navigation li.passive a.passive {
    text-decoration:none;
    font-size: 11pt;
    color:#ffffff;
    line-height: 15pt;
	text-transform:none;
    display:block;
	padding-left:30px;
	padding-right:30px;
	padding-top:7px;
	padding-bottom:7px;
	border-bottom:1px solid #518bcc;
}

#subnavigation ul.navigation li.passive a.passive:hover {
	background:#336dae;
	color:#ffffff;
}


#subnavigation ul.navigation li.active a.active {
    text-decoration:none;
    font-size: 11pt;
    color:#ffffff;
    line-height: 15pt;
	text-transform:none;
    display:block;
	padding-left:30px;
	padding-right:30px;
	padding-top:7px;
	padding-bottom:7px;
	background-color:#336dae;
	border-bottom:1px solid #518bcc;
}

#subnavigation ul.navigation li.active ul li.passive a.passive {
    text-decoration:none;
    font-size: 10pt;
    color:#ffffff;
    line-height: 14pt;
	text-transform:none;
    display:block;
	padding-left:60px;
	padding-right:60px;
	padding-top:7px;
	padding-bottom:7px;
	border-bottom:1px solid #518bcc;
}

#subnavigation ul.navigation li.active ul ul li.passive a.passive {
    text-decoration:none;
    font-size: 10pt;
    color:#ffffff;
    line-height: 14pt;
	text-transform:none;
    display:block;
	padding-left:40px;
	padding-right:30px;
	padding-top:5px;
	padding-bottom:5px;
}

#subnavigation ul.navigation li.active ul li.passive:first-child a.passive, #subnavigation ul.navigation li.active ul li.active:first-child a.active:hover, #subnavigation ul.navigation li.active ul li.active:first-child a.active, #subnavigation ul.navigation li.active ul li.passive:first-child a.passive:hover {
	padding:7px 60px;
	color: #ffffff;
}

#subnavigation ul.navigation li.active ul ul li.passive:first-child a.passive, #subnavigation ul.navigation li.active ul ul li.active:first-child a.active:hover, #subnavigation ul.navigation li.active ul ul li.active:first-child a.active, #subnavigation ul.navigation li.active ul ul li.passive:first-child a.passive:hover {
	padding-top:5px;
	color: #ffffff;
}

#subnavigation ul.navigation li.active ul li.passive:last-child a.passive, #subnavigation ul.navigation li.active ul li.active:last-child a.active:hover, #subnavigation ul.navigation li.active ul li.active:last-child a.active, #subnavigation ul.navigation li.active ul li.passive:last-child a.passive:hover {
	padding-bottom:7px;
	color: #ffffff;
}

#subnavigation ul.navigation li.active ul ul li.passive:last-child a.passive, #subnavigation ul.navigation li.active ul ul li.active:last-child a.active:hover, #subnavigation ul.navigation li.active ul ul li.active:last-child a.active, #subnavigation ul.navigation li.active ul ul li.passive:last-child a.passive:hover {
	padding-bottom:5px;
	color: #ffffff;
}

#subnavigation ul.navigation li.active ul li.active a.active:hover, #subnavigation ul.navigation li.active ul li.active a.active, #subnavigation ul.navigation li.active ul li.passive a.passive:hover {
    font-size: 10pt;
	text-transform:none;
    line-height: 14pt;
    display:block;
	padding-left:60px;
	padding-right:60px;
	padding-top:7px;
	padding-bottom:7px;
	background: url(../images/misc/subnav_bg.png);
	background-position: 45px 13px;
	background-repeat: no-repeat;
	background-color:#336dae;
	text-decoration:none;
	color:#ffffff;
}

#subnavigation ul.navigation li.active ul ul li.active a.active:hover, #subnavigation ul.navigation li.active ul ul li.active a.active, #subnavigation ul.navigation li.active ul ul li.passive a.passive:hover {
    font-size: 10pt;
    color:#ffffff;
	text-decoration:underline;
	text-transform:none;
    line-height: 14pt;
    display:block;
	padding-left:50px;
	padding-right:30px;
	padding-top:5px;
	padding-bottom:5px;
	background: url(../images/misc/subnav_bg.png);
	background-position: 40px 10px;
	background-repeat: no-repeat;
}


#subnavigation ul.navigation li.active ul li.active:first-child a.active:hover, #subnavigation ul.navigation li.active ul li.active:first-child a.active, #subnavigation ul.navigation li.active ul li.passive:first-child a.passive:hover {
	background-position: 45px 13px;
	background-color:#273d8f;
	text-decoration:none;
	color:#ffffff;
}

#subnavigation ul.navigation li.active ul ul li.active:first-child a.active:hover, #subnavigation ul.navigation li.active ul ul li.active:first-child a.active, #subnavigation ul.navigation li.active ul ul li.passive:first-child a.passive:hover {
	background-position: 40px 11px;
	color: #ffffff;
}

#subnavigation .navigation_sub li.active ul li:first-child a {
 /*   border-top: 1px solid #8dbd2e; */
}

#subnavigation .navigation_sub li.active ul li ul li:first-child a {
 /*    border-top: 0px solid #8dbd2e; */
}





/* ----- MAINCONTENT ----- */
#maincontent {
    width: 995px;
    padding: 0;
	background: #ffffff;
	padding-bottom: 40px;
	background-image: url(../images/misc/content_bg.jpg);
	background-repeat:repeat-y;
	border-top:3px solid #ffffff;
}


#maincontent #content {
   /*  width:600px; */
    margin-right: 94px;
	margin-left: 37px;
    position:relative;
	float:left;
} 

#maincontent #subnavigation + #content {
    width:483px !important; 
	min-width: 483px;
    margin-left: 20px;
	margin-right: 20px;
	min-height:472px;
} 

#content div.printid18 {
    display:none;
} 

#content h1.title18 {
    font-weight:bold;
    font-size:19pt;
	margin-top: 25px;
	margin-bottom:29px;
	color:#00925e;
	text-align:center;
	line-height:30px;
} 

#content h1 {
    font-weight:bold;
    font-size:17pt;
	margin-top: 25px;
	margin-bottom:29px;
	color:#154f90;
} 

#content .print {
    top:29px;
	left: 420px; 
    position:absolute;
	z-index: 1010;
	min-width: 75px;
  } 

#content ul {
    margin-left: 15px;
}

#content ol {
    margin-left: 15px;
}

#maincontent #subnavigation + #content .print {
	left: 420px; 
  } 


#content .print a {
background-image: url(../images/buttons/print_p.png);
background-repeat:no-repeat;
background-position: 2px 0px;
display:block;
height:19px;
text-decoration:none;
font-size:9pt;
  } 

#content .print a:hover {
background-image: url(../images/buttons/print_a.png);
text-decoration:underline;
color:#5a9ba0;
  } 

#content .print a p.printicon {
float:left;
} 


#content .print a p.printtext {
float:right;
margin-top:1px;
font-weight:bold;
font-size:8pt;
color: #6e6e6e;
margin-left:2px;
} 

#content .print a:hover p.printtext{
color: #00925e;
} 

#content .pflege_table {
	background:#F3F9F7;
}

#infobox h1.titel_downloads {
    font-weight:bold;
    font-size:19pt;
	margin-top: 19px;
	margin-bottom:29px;
	color:#ffffff;
	width:210px;
	line-height:30px;
} 

#infobox h3.container {
    font-weight:bold;
    font-size:19pt;
	margin-top: 25px;
	margin-bottom:29px;
	color:#ffffff;
	width:210px;
	line-height:30px;
} 

#infobox #spitex_button {
    left: 120px;
    position: relative;
    top: 200px;
}

#infobox a.downloads {
    color:#ffffff;
}


/* MAINCONTENT INFOBOX */

#maincontent #infobox {
    width:220px; 
	min-width: 220px;
    position:relative;
	float:left;
	margin-left:20px;

} 

#maincontent #infobox .textItem {
    color: #ffffff;
    margin-left: 5px;
    margin-right: 10px;
    margin-top: 25px;
}


/* ----- FOOTER ----- */
#footer {
    width: 995px;
    padding: 0;
    position:relative;
	background-image: url(../images/misc/footer_bg.jpg);
	background-repeat:repeat-y;
	border-top: 5px solid #ffffff;
}

#footer .footer_text_1 {
	float:left;
    width:155px;
	height:76px;
	position:relative;
} 

#footer .footer_text_1 div {
	margin-left: 15px;
	margin-top: 33px;
	margin-bottom:26px;
} 

#footer .footer_text_2 {
	float:left;
	height:76px;
	position:relative;
} 

#footer .footer_text_2 div {
	line-height:13.5pt;
	font-size: 10.5pt;
	bottom:0px;
	margin-left:17px;
	margin-top:13px;
	font-family: Arial, Verdana, Gudea, sans-serif;
	color: #ffffff;
} 

#footer .footer_text_2 div a {
	font-weight:normal;
	text-decoration:none;
	color: #ffffff;
} 

#footer .footer_text_2 div a:hover {
	text-decoration:underline;
} 

#footer .footer_text_2 div h3 {
	line-height:14pt;
	font-size: 11pt;
	font-weight:bold;
	color: #ffffff;
} 

#footer .footer_text_3 {
	float:left;
    width:200px;
	height:76px;
	position:relative;
  } 

#footer .footer_text_3 div.footer_text_3 {
	border-left: none;
} 


#footer .footer_text_3 div {
	position:absolute;
	bottom:26px;
	margin-left:70px;
  } 

#footer .footer_text_3 ul li {
	list-style:none;
} 

#footer .footer_text_3 ul li a {
	font-weight:bold;
	line-height:10pt;
	font-size: 9pt;
	color: #ffffff;
	text-decoration:none;
} 

#footer .footer_text_3 ul li a:hover {
	text-decoration:underline;
} 

#footer .footer_text_4 {
	float:left;
    width:80px;
	height:76px;
	position:relative;
  } 

#footer .footer_text_4 div {
	position:absolute;
	bottom:16px;
	line-height:13pt;
	font-size: 9pt;
    color: #1a171b;
	margin-left:17px;
} 

#footer .footer_text_4 div a{
	line-height:13pt;
	font-size: 9pt;
	color: #ffffff;
	font-weight:bold;
	text-decoration:none;
  } 

#footer .footer_text_4 div a:hover{
	text-decoration:underline;
  } 


/* ----- LINIE ----- */
#bottom {
    width: 995px;
    padding: 0;
    position:relative;
	background:#ffffff;
	border-top: 5px solid #ffffff;
}

#blue_line {
    width: 985px;
    margin-left:5px;
	margin-right:5px;
	background:#263c8e;
	height:5px;
}



/* ----- NEWS ----- */  
      div#quicknews, div#quicknews-news {
      width:237px;
      text-align:left;
	  margin-top:20px;
  }   

      div#quicknews-news div.newsArticle {
      width: 195px;
      background:#dfe7e1;
	  padding-top:1px;
	  padding-bottom:1px;
	  padding-left:21px;
	  padding-right:21px;
  	  overflow:hidden;

}   

      div#quicknews div.newsArticle {
      width: 195px;
      background:#dfe7e1;
	  padding-top:24px;
	  padding-bottom:29px;
	  padding-left:21px;
	  padding-right:21px;
}   

    div#quicknews-news div.quicknewsheader + div.newsArticle {
	  padding-top:14px;
	  padding-bottom:21px;
}   

  
  div.quicknewsheader {
      margin: 0;
      padding:0;
      width:237px;
      text-align:center;
	  background: url(../images/misc/news-arrow-up.png) #5d9498;
	  background-repeat: no-repeat;
	  background-position: 108px 50px;
}   
  
  div.quicknewsheader h2 a {
      display: block;
      margin: 0;
      padding-top:21px;
      padding-bottom:21px;
      width: 237px;
      text-decoration: none;
	  color:#fff;
	  font-size:17pt;
	  font-weight:normal;
  }   

      div#quicknews div.newsArticle + div.news-arrow {
	  position:relative;
	  z-index:1030;
	  text-align:center;
	  top: -4px;
  }   

      div#quicknews div.newsArticle + div.news-arrow + div.artImage {
	  position:relative;
	  top: -18px;
  }   

div#quicknews div.artLink {
	  background: #ffffff;
	  text-align:center;
	  top: -22px;
	  position:relative;
  }   

div#quicknews div.artLink p.linkMore {
	  margin-top:27px;
	  margin-bottom:10px;
}   

div#quicknews div.artLink p.linkMore a {
	  background: #5a9ba0;
	  padding-left:23px;
	  padding-right:23px;
	  padding-top: 5px;
	  padding-bottom: 5px;
	  color:#ffffff;
	  font-size:10pt;
	  text-decoration:none;
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     border-radius: 3px;
     behavior: url(PIE/PIE.php);
}

div#quicknews div.artLink p.linkMore a:hover {
	  background: #dfe7e1;
	  color:#5a9ba0;
}


div#quicknews div.newsArticle  h3  {
      color: #565655;
      font-size:9.5pt;
	  text-align:center;
      font-weight:bold;
}

    div#quicknews div.newsArticle  p.artText  {
      color: #565655;
      font-size:9.5pt;
	  text-align:center;
}


    div#quicknews div.newsArticle  p.linkMore a, div#quicknews div.newsArticle  p.linkMore a:hover  {
      color: #565655;
      font-size:9pt;
	  text-decoration:underline;
}

 
    div#quicknews-news div.newsArticle  p.artAktuell {
      display: none;
      float:left;
      color: #565655;
      font-size:9pt;
	  width:70px;
	 text-transform:uppercase;
}

    div#quicknews-news div.newsArticle p.artDate {
	  display:block;
      float:left;
      color: #565655;
      font-size:9pt;
  	  width:70px;
} 

    div#quicknews-news div.newsArticle p.artTitel {
	  display:block;
	  float:left;
	  width:125px;
	  margin-top:-1px;
} 

    div#quicknews-news div.newsArticle p.artTitel a {
      color: #565655;
      font-size:9pt;
	  text-decoration:underline;
} 

    div#quicknews-news div.newsArticle h2 a:hover {
	  text-decoration:underline;
} 

    div#quicknews-news div.quicknewsheader + div.newsArticle p.artAktuell {
      display: block;
} 

    div#quicknews-news div.quicknewsheader + div.newsArticle p.artDate {
      display: none;
} 

div#quicknews-news .newxArticleEnd {
      display: block;
      background:#dfe7e1;
	  width:237px;
	  height:36px;
} 

h1.newstitel + h2 {
      font-size:17pt;
	  color:#565656;
	  font-weight:normal;
	  margin-bottom:5px;
} 

h1.newstitel + h2 + p{
	  margin-bottom: 15px;
} 
  

  
/*----- News Ende ----- */

/* BILDERGALERIE */

.ligallery, #content .modMpNivoSlider {
   margin-top:25px; 
}

td.gallery_image {
   padding-right:24px; 
   padding-top:12px; 
   padding-bottom:12px;
}


td.gallery_image img:hover {
   -webkit-box-shadow: #666 0px 1px 5px;
   -moz-box-shadow: #666 0px 1px 5px;
   box-shadow: #666 0px 1px 5px;
   behavior: url(PIE/PIE.php);
}

.galleryNav {
    padding: 10px 0;
    font-size: 11pt;
}


.galleryNav ul {
    display: inline;
    margin: 0;
    float: left;
}
.galleryNav ul li {
    list-style: none;
    float: left;
    margin-right: 5px;
	background: #dfe7e1;
}

.galleryNav ul li a {
  color :#5d9498;
  display:block;
  text-decoration:none;
}

.galleryNav ul li, .galleryNav ul li a {
  color :#5d9498;
  height: 20px;
  text-align: center;
  width: 20px;
  line-height:20px;
  font-size:9pt;
  
}

.galleryNav ul li.active a,
.galleryNav ul li:hover a {
 	background: #00925F;
	color:#ffffff;
}


/* ----- DOWNLOADLIST ----- */

ul.downloadlist {
   display: inline;
}

ul.downloadlist > li {
    list-style: none;
    padding: 10px 0;
}

ul.downloadlist ul.formats {
    display: inline;
}

ul.downloadlist ul.formats li {
    list-style: none;
    float: left;
}

ul.downloadlist ul.formats li + li {
    margin-left: 20px;
}

ul.downloadlist ul.formats li a:link, ul.downloadlist ul.formats li a:visited {
  background: url(../images/buttons/download_icon_p.png) no-repeat 0 0;
  padding-left: 35px;
  height: 20px;
  display: block;
  font-weight:bold;
  color: #565655;
  text-decoration:none;
}

ul.downloadlist ul.formats li:hover a,  ul.downloadlist ul.formats li:hover a:active {
  background: url(../images/buttons/download_icon_a.png) no-repeat 0 0;
  color: #821953;
  text-decoration:none;
}

ul.downloadlist > li > img + .content {
    float: left;
    width: 743px;
}


h2.downloadlist {
    margin-top: 10px;
}

/* ----- KONTAKTFORMULAR ----- */

#content_bild h1 {
    font-size:11px;
    font-weight:bold;
	margin-top: 40px;
	margin-bottom: 5px;
	margin-left:20px;
	margin-right: 0;
	padding:0;
}

.pifa-form {
    margin-top: 10px;
    position: relative;
}

.pifa-form label {
    display: block;
    width: 125px;
    float: left;
}

#pifa-field-19 span label, #pifa-field-21 span label,  #pifa-field-35 span label, #pifa-field-49 span label, div.pifa-field-33 label + input + label,  div.pifa-field-33 label + input + label + input + label {
    width: 71px;
}

#pifa-field-34 span label {
    width: 200px;
}

#resetpass1 label, #resetpass2 label {
    width: 90px;
}

#lostpass1 label, #lostpass2 label {
    width: 90px;
}

#resetpass3 label {
    width: 150px;
}


#pifa-field-5, #pifa-field-22, #pifa-field-49, #pifa-field-48,  #pifa-field-35, #pifa-field-31 {
    clear:both;
	margin-top:10px;
}


span#m48 {
    float:left;
}

#pifa-field-47 {
	margin-bottom:40px;
}


.pifa-form div.checkboxWrapper label {
    width: 388px;
}

.pifa-form div.privacy {
    margin-bottom: 0px;
}

.pifa-form div {
    margin-bottom: 10px;
}

.pifa-form select {
   background: #f1f0f8;
   width: 200px;
   color:#565655;
   border: 1px solid #f1f0f8;
}

.pifa-form select#pifa-field-elm-30 option {
   background: #f1f0f8;
   padding-left:10px;
}

.pifa-form select#pifa-field-elm-30 option#m32  {
   background: #f1f0f8;
   padding-left:0;
}

.pifa-form select#pifa-field-elm-30 option#m33  {
   background: #f1f0f8;
}

/* .pifa-form input[type="text"], .pifa-form input[type="password"], textarea {
    width: 200px;
    font-size:11pt;
	color:#5d9498;
    border: 1px solid #f1f0f8;
	background: #f1f0f8;

} */

.pifa-form input[type="text"], .pifa-form input[type="password"], .pifa-form textarea {
    width: 200px;
    font-family: Arial, Verdana, Gudea, sans-serif;
    font-size: 11.5pt;
    line-height: 14.5pt;
    color: #000000;
}

/* .pifa-form input[type="submit"] {
    display: block;
    width: 100px;
    text-align: center;
    text-decoration: none;
    color:#5d9498;
	font-weight:normal;
    background: #dfe7e1;
    border: 1px solid #dfe7e1;
    -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   behavior: url(PIE/PIE.php);
} */

/* .pifa-form input[type="submit"]:hover {
    background: #5d9498;
	color:#ffffff;
    border: 1px solid #5d9498;
} */

/* .pifa-form input[type="reset"] {
    display: block;
    width: 100px;
    text-align: center;
    text-decoration: none;
    color:#5d9498;
	font-weight:normal;
    background: #d7e6ed;
    border: 1px solid #dfe7e1;
    -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   behavior: url(PIE/PIE.php);
} */

/* .pifa-form input[type="reset"]:hover {
    background: #5d9498;
	color:#ffffff;
    border: 1px solid #5d9498;
} */


.pifa-form .pifa-error select, .pifa-form .pifa-error input,
.pifa-form .pifa-error textarea {
    border: 1px solid #ff0000;
}

/* .pifa-form .pifa-error input[type="text"],
.pifa-form .pifa-error textarea {
    width: 200px;
} */


.pifa-form .pifa-error label {
    color: #ff0000;
}

.pifa-form p {
    display: none;
}

.pifa-form .pifa-error:hover p {
    display: block;
    position: absolute;
    top: 0px;
    margin-top: -22px;
}

p.kontakttext {
    margin-left: 20px;
    margin-right: 20px;
}

p.pifa-error-message {
    visibility:hidden;
}

/* Datenschutzerklärung */

.pifa-form div.privacy {
  margin-top: 10px;
}

div.privacy p, div.privacy .checkbox_wrapper {
	margin-left: 125px;
	display: block;
	clear: both;
}

div.privacy .checkbox_wrapper input {
	float: left;
}


div.privacy .checkbox_wrapper label {
	width: auto;
	display: inline;
}

.pifa-form div.privacy label {
    float: none;
}

div#privacy span label {
	width: auto;
}

div.privacy p {
  margin-bottom: 20px;
}



/* ----- CAPTCHA ----- */

/* Löschen Button */
div#pifa-field-17, div#pifa-field-32
 {
    clear: both !important;
	overflow:visible;
	margin-top:10px;
}

/* Input Reset und Submit */
div#pifa-field-17 input,
div#pifa-field-16 input,
div#pifa-field-32 input,
div#pifa-field-33 input {
    float:left;
	margin-right:25px;
	margin-top:10px;
}

/* Captcha Div */
#pifa-field-36 div,
#pifa-field-37 div {
    display: block;
    float: left;
    margin: 0;
    clear: none;
	margin-bottom: -10px;
}
/* Captcha Generator */
#pifa-field-36 div.fa-captcha-generate,
#pifa-field-37 div.fa-captcha-generate {
    display: none;
}

/* Captcha Bild */
#pifa-field-36 div img,
#pifa-field-37 div img {
    display: block;
    margin-bottom: 10px;
}

/* Captcha Input */
#pifa-field-36 div input,
#pifa-field-37 div input {
    clear: both;
    margin-bottom: 10px;
}


/* ----- SITEMAP ----- */
#content ul.sitemap {
    margin: 0 0 30px 0;
    padding: 0;
    width: 100%;
}
#content ul.sitemap ul {
    margin: 0;
}
#content .sitemap .sitemap {
    margin: 0;
}
#content .sitemap li {
    list-style: none;
}
#content .sitemap li a {
    display: block;
    padding: 5px 0 5px 0;
    text-decoration: none;
	text-transform:uppercase;
	border-bottom: none;
}

#content .sitemap > li > a {

    padding: 15px 0 15px 0;
}

#content .sitemap  li ul li:first-child a {
    padding: 0 0 5px 0;
}

#content .sitemap  li ul li:last-child a {
    padding: 5px 0 15px 0;
}


#content .sitemap li a:hover {
    border-bottom:1px dotted #e1e5e8;
}

/* styling the different levels */

#content .sitemap>li {
	border-bottom:1px solid #e1e5e8;
}
#content .sitemap>li>a {
    font-weight: bold;
	border-bottom:none;
}

#content .sitemap>li>a>span {
    display:none;
}

#content .sitemap>li ul li {
    padding-left: 35px;
}
#content .sitemap>li>ul>li>ul>li a:hover {
	border-bottom:none;
}

/* ----- SUCHRESULTATE ----- */
#search_term.full {
    width: 200px;
    height: 25px;
    padding: 0 5px;
    margin-bottom: 30px;
    outline: none;
	border: 1px solid #f1f0f8;
	background: #f1f0f8;
	color:#00925f;
	font-size:11pt;
}

.submit.search {
    vertical-align: top;
    width: 100px;
    padding: 0 15px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
	height: 27px;
    color:#00925f;
	font-weight:normal;
    background: #f1f0f8;
    border: 1px solid #f1f0f8;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   behavior: url(PIE/PIE.php);
}

.submit.search:hover {
    background: #00925f;
    border: 1px solid #00925f;
	color:#ffffff;
}

.pagination {
    padding: 10px 0;
    font-size: 11pt;
}


.pagination ul {
    display: inline;
    margin: 0;
    float: right;
}
.pagination ul li {
    list-style: none;
    float: left;
    margin-left: 5px;
	background: #dfe7e1;

}

.pagination ul li a {
	color:#5d9498;
	display:block;
  text-decoration:none;
}

.pagination ul li, .pagination ul li a {
  color:#5d9498;
  height: 20px;
  text-align: center;
  width: 20px;
  line-height:20px;
  font-size:9pt;
  
}

.pagination ul li.active a,
.pagination ul li:hover a {
    color: #ffffff; 
 	background: #5d9498;
}

#content ul#search_result {
    display: inline;
}
#search_result li {
    list-style: none;
    padding: 0 10px 0 20px;
}
#search_result li>span {
    position: absolute;
    width: 29px;
    margin-left: -33px;
    text-align: right;
}

#search_result li a {
}

#search_result li a:hover,
#search_result li:hover a {
}

#search_result li p {
    margin: 5px 0 20px 0;
}


/* ALLGEMEINE KLASSEN */

.left {
float:left;
}

.right {
float:right;
}

a {
color: #1a171b;
}

a:hover {
color: #1a171b;
text-decoration:none;
}

.shadow {
}

.shadow:hover {
   -webkit-box-shadow: #666 0px 1px 5px;
   -moz-box-shadow: #666 0px 1px 5px;
   box-shadow: #666 0px 1px 5px;
   behavior: url(PIE/PIE.php);
}

.social_share_buttons_area {
    clear: both;
    display: block;
    height: 25px;
    list-style-type: none;
    margin: 20px 0;
    padding: 0;
    width: auto;
}
.social_share_buttons_area li {
    float: left;
    height: 21px;
    margin: 0 20px 0 0;
    padding: 0;    
}
.social_share_buttons_area li a {
    display: block;    
    height: 30px;
}
.social_share_buttons_area .facebook a {
    background: url(../images/buttons/facebook_p.png) no-repeat top left;
    width: 104px;
}
.social_share_buttons_area .facebook a:hover {
    background: url(../images/buttons/facebook_a.png) no-repeat top left;
}
.social_share_buttons_area .twitter a {
    background: url(../images/buttons/twitter_p.png) no-repeat top left;
    width: 83px;
}
.social_share_buttons_area .twitter a:hover {
    background: url(../images/buttons/twitter_a.png) no-repeat top left;
}
.social_share_buttons_area .gplus a {
    background: url(../images/buttons/google_p.png) no-repeat top left;
    width: 88px;
}
.social_share_buttons_area .gplus a:hover {
    background: url(../images/buttons/google_a.png) no-repeat top left;
}

#opan-button {
    margin-top: 32px;
}

ul.listing li {
    margin-bottom: 7px;
}

ul.opan-listing {
    margin-top: 18px;
	margin-bottom: 15px;
}

ul.opan-listing li {
    margin-bottom: 3px;
}
