* {
   box-sizing:border-box;
}
p {
   margin: 0;
   padding: 0;
}
img {
   margin: 0px;
   padding: 0px;
   border: 0;
	max-width: 100%;
	height: auto;
}
.image-captioned
{
    margin-left: 0;
    margin-right: 0;
}
.image-normal {
	text-align: center;
	border: solid 1px #CCCCCC;
	border-radius: 5px;
	background: rgba(0,0,0,0.05);
	padding: 10px;
	margin: 10px 00px 10px 0px;
	display: inline-block;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.image-left {
    float: left;
    margin-left: 0px;
    margin-right: 20px;
    margin-bottom: 5px;
}
.image-right {
    float: right;
    margin-left: 20px;
    margin-right: 0px;
    margin-bottom: 5px;
}
.image-center {
    text-align: center;
}
.image-center > figure {
    display: inline-block;
}
.clean
{
    border: 0;
    background: none;
    padding: 0;
}
.clean > figcaption
{
    margin-top: .5em;
    font-size: .7em;
    text-align: right;
}
.polarized
{
    border: 0;
    border-radius: 0;
    position: relative;
    background: #f7f7f7;
    box-shadow: 1px 1px 0 #eee;
}
.polarized,
.polarized ~ .cke_widget_drag_handler_container
{
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);

    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}
.polarized > figcaption
{
    color: #777;
    margin-top: 5px;
    right: 20px;
    font-size: .8em;
    font-style: italic;
    text-align: right;
}
.polarized figcaption:before
{
    content: '— ';
}

figure.polarized
{
    padding: 20px 20px 40px 20px;
}

img.polarized
{
    border: 20px solid #f7f7f7;
}
pre.narrow
{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
pre.fancy
{
    position: relative;
}
pre.fancy > code
{
    background: rgb(14,14,14);
    background: -moz-linear-gradient(top, rgba(14,14,14,1) 0%, rgba(70,70,70,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(14,14,14,1)), color-stop(100%,rgba(70,70,70,1)));
    background: -webkit-linear-gradient(top, rgba(14,14,14,1) 0%,rgba(70,70,70,1) 100%);
    background: -o-linear-gradient(top, rgba(14,14,14,1) 0%,rgba(70,70,70,1) 100%);
    background: -ms-linear-gradient(top, rgba(14,14,14,1) 0%,rgba(70,70,70,1) 100%);
    background: linear-gradient(to bottom, rgba(14,14,14,1) 0%,rgba(70,70,70,1) 100%);

    box-shadow: inset 0 0 6px rgba(0,0,0,.5);
    border-radius: 8px;
    text-shadow: 0px 1px 0 #000;
    border: 5px solid #ccc;

    padding: 20px;
}
pre.fancy > code.language-javascript:after
{
    content: '';
    background: url(js.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 0 6px 0 0;
}
ul {
   margin-left: 0;
   line-height: 1.5;
}
ol {
   margin-left: 0;
   line-height: 1.5;
}
.diva50 {
   display: box;
   clear: both;
}
blockquote {
   margin: 10px 0px 10px 0px;
   padding-left: 57px;
   color: #666666;
   font-family: Lora;
   font-size: 13px;
   line-height: 1.5;
   background-image: url('http://www.dipl-lebensberater.info/images/zitat.gif');
   background-position: 0px 0px;
   background-repeat: no-repeat;
}
.status {
   margin: 10px 0px 10px 0px;
   padding: 5px;
   color: #FF0000;
   text-align: center;
   border: 1px solid #FF0000;
   background-color: #FFFFFF;
}
.error {
   color: #FF0000;
   font-weight: bold;
   font-size: 20px;
}

h1 {
   margin: 0;
   padding: 0;
   font-size: 16px;
   font-weight: bold;
   color: #5A8A28;
}
h2 {
   margin: 0;
   padding: 0;
   font-size: 15px;
   font-weight: bold;
   color: #5A8A28;
}
h3 {
   margin: 0;
   padding: 0;
   font-size: 14px;
   font-weight: bold;
   color: #5A8A28;
}
h4 {
   margin: 0;
   padding: 0;
   font-size: 13px;
   font-weight: bold;
   color: #5A8A28;
}
h5 {
   margin: 0;
   padding: 0;
   font-size: 12px;
   font-weight: bold;
   color: #5A8A28;
}
h6 {
   margin: 0;
   padding: 0;
   font-size: 11px;
   font-weight: bold;
   color: #5A8A28;
}
input[type=text], input[type=password] {
   width: 100%;
   padding: 6px 15px;
   margin: 4px 0;
   display: inline-block;
   border: 1px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   font-size: 13px;
   color: #000000;
   background-color: #FFFFFF;
}
input[type=submit] {
   cursor: pointer;
   width: 100%;
   padding: 6px 15px;
   margin: 4px 0;
   display: inline-block;
   border: 1px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   font-size: 13px;
   color: #000000;
   background-color: #FFFFFF;
}
input[type=submit]:hover {
   border: 1px solid #CCCCCC;
   border-radius: 0px;
   font-size: 13px;
   color: #FFFFFF;
   background-color: #5A8A28;
}
select {
   width: 100%;
   padding: 5px 15px;
   margin: 4px 0;
   display: inline-block;
   border: 1px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   font-size: 13px;
}
textarea {
   width: 570px;
   height: 77px;
   padding: 5px 15px;
   box-sizing: border-box;
   border: 1px solid #CCCCCC;
   border-radius: 0px;
   resize: none;
   font-size: 13px;
   font-family: 'Nunito', sans-serif;;
}
 input[type=radio] {
   border: 5px;
   width: 20px;
   height: 15px;
}
input[type=checkbox] {
   width: 20px;
   height: 20px;
}
.button {
   cursor: pointer;
   display: inline-block;
   width: 200px;
   margin: 0px 0px 0px 130px;
   padding: 10px 10px 8px 10px;
   font-size: 13px;
   font-weight: bold;
   color: #FFFFFF;
   background-color: #5A8A28;
   text-align: center;
   text-decoration: none;
   border: 1px solid #CCCCCC;
   border-radius: 0px;
}
.button:hover {
   color: #000000;
   background-color: #FFFFFF;
   border: 1px solid #5A8A28;
}
a:link {
   font-family: 'Nunito', sans-serif;;
   font-size: 13px;
   font-weight: bold;
   text-decoration: underline;
   color: #5A8A28}
a:visited,a:active {
   font-family: 'Nunito', sans-serif;;
   font-size: 13px;
   font-weight: bold;
   text-decoration: underline;
   color: #5A8A28}
a:hover,a:focus {
   font-family: 'Nunito', sans-serif;;
   font-size: 13px;
   font-weight: bold;
   text-decoration: none;
   color: #000000}
a.navigation_sub:link {
	font-size: 13px;;
	font-weight: normal;
   text-decoration: none;
	color: #000000 ;
}
a.navigation_sub:visited, a.navigation_sub:active {
	font-size: 13px;;
	font-weight: normal;
   text-decoration: none;
	color: #000000;
}
a.navigation_sub:hover, a.navigation_sub:focus {
	font-size: 13px;;
	font-weight: normal;
   text-decoration: none;
	color: #5A8A28;
}
a.navigationsub_act:link {
	font-size: 13px;;
	font-weight: bold;
   text-decoration: none;
	color: #5A8A28;
}
a.navigationsub_act:visited, a.navigationsub_act:active {
	font-size: 13px;;
	font-weight: bold;
   text-decoration: none;
	color: #5A8A28;
}
a.navigationsub_act:hover, a.navigationsub_act:focus {
	font-size: 13px;;
	font-weight: bold;
   text-decoration: none;
	color: #5A8A28;
}
a.overlsub {
   font-size: 14px;
}
a.overlsub:hover {
   font-size: 14px;
}
a.navigationbottom:link {
	font-size: 11px;;
	font-weight: bold;
   text-decoration: none;
	color: #5A8A28 ;
}
a.navigationbottom:visited, a.navigationbottom:active {
	font-size: 11px;;
	font-weight: bold;
   text-decoration: none;
	color: #5A8A28;
}
a.navigationbottom:hover, a.navigationbottom:focus {
	font-size: 11px;;
	font-weight: bold;
   text-decoration: none;
	color: #000000;
}
a.navigationbottom_act:link {
	font-size: 11px;;
	font-weight: bold;
   text-decoration: none;
	color: #000000 ;
}
a.navigationbottom_act:visited, a.navigationbottom_act:active {
	font-size: 11px;;
	font-weight: bold;
   text-decoration: none;
	color: #000000;
}
a.navigationbottom_act:hover, a.navigationbottom_act:focus {
	font-size: 11px;;
	font-weight: bold;
   text-decoration: none;
	color: #000000;
}
a.donelink:link {
	font-size: 12px;;
	font-weight: normal;
   text-decoration: none;
	color: #000000 ;
}
a.donelink:visited, a.donelink:active {
	font-size: 12px;;
	font-weight: normal;
   text-decoration: none;
	color: #000000;
}
a.donelink:hover, a.donelink:focus {
	font-size: 12px;;
	font-weight: normal;
   text-decoration: none;
	color: #5A8A28;
}
a.topemail:link {
	font-family: 'Nunito', sans-serif;;
	font-size: 11px;
	font-weight: normal;
   text-decoration: none;
	color: #000000 ;
}
a.topemail:visited, a.topemail:active {
	font-family: 'Nunito', sans-serif;;
	font-size: 11px;
	font-weight: normal;
   text-decoration: none;
	color: #000000 ;
}
a.topemail:hover, a.topemail:focus {
	font-family: 'Nunito', sans-serif;;
	font-size: 11px;
	font-weight: normal;
   text-decoration: none;
	color: #5A8A28;
}
a.sitemapN:link {
   font-family: 'Nunito', sans-serif;;
   font-size: 14px;
   font-weight: bold;
   text-decoration: none;
   color: #5A8A28 ;
}
a.sitemapN:visited, a.sitemapN:active {
   font-family: 'Nunito', sans-serif;;
   font-size: 14px;
   font-weight: bold;
   text-decoration: none;
   color: #5A8A28 ;
}
a.sitemapN:hover, a.sitemapN:focus {
   font-family: 'Nunito', sans-serif;;
   font-size: 14px;
   font-weight: bold;
   text-decoration: none;
   color: #000000}
a.sitemapN1:link {
   font-family: 'Nunito', sans-serif;;
   font-size: 13px;;
   font-weight: bold;
   text-decoration: none;
   color: #000000 ;
}
a.sitemapN1:visited, a.sitemapN1:active {
   font-family: 'Nunito', sans-serif;;
   font-size: 13px;;
   font-weight: bold;
   text-decoration: none;
   color: #000000 ;
}
a.sitemapN1:hover, a.sitemapN1:focus {
   font-family: 'Nunito', sans-serif;;
   font-size: 13px;;
   font-weight: bold;
   text-decoration: none;
   color: #5A8A28;
}
a.sitemapN2:link {
   font-family: 'Nunito', sans-serif;;
   font-size: 13px;;
   font-weight: normal;
   text-decoration: none;
   color: #000000 ;
}
a.sitemapN2:visited, a.sitemapN2:active {
   font-family: 'Nunito', sans-serif;;
   font-size: 13px;;
   font-weight: normal;
   text-decoration: none;
   color: #000000 ;
}
a.sitemapN2:hover, a.sitemapN2:focus {
   font-family: 'Nunito', sans-serif;;
   font-size: 13px;;
   font-weight: normal;
   text-decoration: none;
   color: #5A8A28;
}
a.incmodall1:link {
   font-size: 13px;
   font-weight: bold;
   text-decoration: none;
   color: #000000;
}
a.incmodall1:visited, a.incmodall1:active {
   font-size: 13px;
   font-weight: bold;
   text-decoration: none;
   color: #000000;
}
a.incmodall1:hover, a.incmodall1:focus {
   font-size: 13px;
   font-weight: bold;
   text-decoration: none;
   color: #5A8A28 ;
}
a.page {
   font-family: 'Nunito', sans-serif;;
   font-size: 13px;
   font-weight: bold;
   text-decoration: none;
   color: #5A8A28;
}
a.page:hover {
   font-family: 'Nunito', sans-serif;;
   font-size: 13px;
   font-weight: bold;
   text-decoration: none;
   color: #000000;
}
a.pagea {
   font-family: 'Nunito', sans-serif;;
   font-size: 13px;
   font-weight: bold;
   text-decoration: none;
   color: #000000;
}
a.breadcr {
   font-family: 'Nunito', sans-serif;;
   font-size: 12px;;
   font-weight: normal;
   text-decoration: none;
   color: #000000;
}
a.breadcr:hover {
   font-family: 'Nunito', sans-serif;;
   font-size: 12px;;
   font-weight: normal;
   text-decoration: none;
   color: #5A8A28;
}

body {
   padding: 0px;
   margin: 0px;
   width: 100%;
   height: 100%;
   font-family: 'Nunito', sans-serif;;
}
#backgr {
   width: 980px;
   margin: auto;
   font-size: 13px;
   color: ;
   line-height: 1.3;
   letter-spacing: 0.0em;
}
#website {
   margin-top: 10px;
   margin-left: 5px;
   margin-right: 5px;
}
#header {
   height: 230px;
}
#header0 {
   float: left;
   width: 720px;
}
#header1 {
   width: 720px;
}
#header1t {
   float: right;
   margin-top: -220px;
   margin-right: 10px;
   padding: 10px;
   background-color: #FFFFFF;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
#header1ta {
   font-size: 18px;
   font-weight: normal;
   color: #5A8A28;
   text-align: right;
}
#header1tb {
   padding-top: 2px;
   font-size: 11px;
   font-weight: normal;
   color: #5A8A28;
   text-align: right;
}
#header2 {
   float: left;
   width: 250px;
}
#header2a {
   clear: left;
   padding-top: 14px;
   padding-left: 15px;
}
#header2b {
   clear: left;
   padding-top: 10px;
   padding-left: 15px;
   font-size: 11px;
   text-align: center;
}
#header2c {
   clear: left;
   padding-top: 2px;
   padding-left: 15px;
   text-align: center;
}
#content {
   clear: left;
}
#contentl {
   float: left;
   width: 720px;
}
#contentl1 {
   margin-top: 12px;
   height: 35px;
}
.contentl11 {
   float: left;
   width: 132px;
   height: 33px;
   margin-left: 15px;
   background-color: #FFFFFF;
   border-top: 5px solid #E5BE3D;
}
.contentl11a {
   clear: left;
   width: 132px;
   height: 30px;
   padding-top: 5px;
   font-weight: bold;
   color: #000000;
   text-align: center;
   border-bottom: 3px solid #5A8A28;
}
.contentl11b {
   clear: left;
   width: 132px;
   height: 30px;
   padding-top: 5px;
   font-weight: bold;
   color: #5A8A28;
   text-align: center;
   background-color: #E7ECDA;
}
.contentl11a:hover {
   color: #5A8A28;
   background-color: #E7ECDA;
   border-bottom: 3px solid #E7ECDA;
}
.contentl2 {
   margin-top: 10px;
   height: 27px;
   border-bottom: 3px solid #5A8A28;
}
.contentl21 {
   float: left;
   padding-right: 10px;
}
.contentl22 {
   float: left;
   padding-left: 10px;
   padding-right: 10px;
   padding-bottom: 2px;
   border-left: 1px solid #5A8A28;
}
#breadcrumb {
   padding-top: 5px;
   font-size: 12px;
}
#contentl3 {
   margin-top: 15px;
}
#contentl3st {
   float: left;
   margin-top: 15px;
   width: 426px;
}
#contentl3h {
   padding-top: 3px;
   font-family: 'Nunito', sans-serif;;
   font-size: 16px;
   font-weight: bold;
   color: #5A8A28;
}
#contentl3h1 {
   float: left;
}
#contentl3h2 {
   float: right;
   padding-top: 3px;
}
#contentl3c {
   clear: both;
   padding-top: 10px;
   min-height: 200px;
}
#contentl4 {
   float: right;
   margin-top: 10px;
   width: 279px;
}
#contentl4a {
   clear: both;
   padding: 5px;
   font-size: 13px;
   text-align: center;
   background-color: #E7ECDA;
}
#contentl4b {
   background-color: #E7ECDA;
}
#contentl4b1 {
   padding-top: 5px;
}
.contentl4c {
   padding-top: 5px;
   padding-left: 5px;
   padding-right: 5px;
   background-color: #E7ECDA;
}
.contentl4cp {
   padding-top: 1px;
   padding-left: 5px;
   padding-right: 5px;
   background-color: #E7ECDA;
}
.contentl4c1 {
   margin-top: 5px;
   padding-top: 5px;
   padding-left: 5px;
   padding-right: 5px;
   background-color: #E7ECDA;
}
.contentl4d {
   padding-top: 2px;
   padding-left: 5px;
   padding-right: 5px;
   font-size: 12px;
   background-color: #E7ECDA;
}
.contentl4e {
   padding-left: 5px;
   padding-right: 5px;
   padding-bottom: 5px;
   background-color: #E7ECDA;
}
#contentr {
   float: left;
   width: 235px;
   margin-left: 15px;
}
#contentr1 {
   margin-top: 12px;
   height: 35px;
}
.contentr11 {
   float: left;
   width: 235px;
   height: 35px;
   border-top: 5px solid #E5BE3D;
   border-bottom: 3px solid #5A8A28;
}
.contentr11a {
   clear: left;
   width: 235px;
   height: 30px;
   padding-top: 5px;
   font-weight: bold;
   color: #000000;
   text-align: center;
}
.contentr11b {
   clear: left;
   width: 235px;
   height: 30px;
   padding-top: 5px;
   font-weight: bold;
   color: #5A8A28;
   text-align: center;
   background-color: #E7ECDA;
}
.contentr11a:hover {
   color: #5A8A28;
   background-color: #E7ECDA;
}
#contentr2 {
   margin-top: 10px;
}
.contentr21 {
   padding-top: 5px;
}
.contentr21h {
   padding-top: 5px;
   padding-left: 5px;
   padding-right: 5px;
   background-color: #E7ECDA;
}
.contentr21c {
   padding-top: 2px;
   padding-left: 5px;
   padding-right: 5px;
   font-size: 12px;
   background-color: #E7ECDA;
}
.contentr21m {
   padding-left: 5px;
   padding-right: 5px;
   padding-bottom: 5px;
   text-align: right;
   background-color: #E7ECDA;
}
#contentr2b1 {
   float: right;
   width: 73px;
   border-right: 1px solid #5A8A28;
}
#contentr2b2 {
   float: right;
   width: 70px;
   border-right: 1px solid #5A8A28;
   text-align: center;
}
#contentr2b3 {
   float: right;
   width: 85px;
   font-size: ;
   text-align: right;
}
#contentr2b4 {
   float: right;
   width: 94px;
   font-size: ;
   text-align: center;
   border-right: 1px solid #5A8A28;
}
.contentb {
   clear: both;
   height: 55px;
   padding-top: 15px;
}
.contentb1 {
   cursor: pointer;
   height: 27px;
   border-top: 3px solid #5A8A28;
   border-bottom: 3px solid #5A8A28;
   font-weight: bold;
}
.contentb1:hover {
   color: #5A8A28;
}
.contentb2 {
   padding-top: 2px;
   text-align: center;
}
#contentst {
   clear: both;
   margin-top: 10px;
}
#contentst1 {
   font-size: 14px;
   font-weight: bold;
   color: #666666;
}
#contentst2 {
   margin-top: 10px;
}
#bottom {
   clear: both;
   height: 15px;
}
#footer {
   clear: both;
   height: 35px;
   padding-top: 5px;
   border-top: 1px solid #5A8A28;
}

#wework {
   position: absolute;
   width: 100%;
   top: 50%;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   text-align: center;
}
.wework1 {
      font-size: 26px;
      font-weight: bold;
}
.wework2 {
   height: 189px;
   margin-top: 20px;
   padding-top: 10px;
}
.wework3 {
   margin-top: 20px;
   font-size: 13px;
}

.sitemap {
   padding: 10px 0px 10px 0px;
}
.sitemap1 {
   padding: 5px 0px 5px 20px;
}
.sitemap2 {
   padding: 5px 0px 5px 30px;
}

.moduebo1 {
   font-weight: bold;
   color: #5A8A28;
   padding-bottom: 5px;
}
.moduebd {
   cursor: pointer;
   display: box;
   padding: 10px;
   margin-bottom: 5px;
   background-color: #CCCCCC;
}
.moduebd:hover {
   color: #FFFFFF;
   background-color: #CCCCCC;
}
.moduebh {
   font-weight: bold;
   font-size: 18px;
}
.moduebt {
   padding-top: 3px;
   font-weight: normal;
}
.mod_return {
   height: 25px;
   padding-top: 3px;
   margin: 10px 0px 15px 0px; 
   border-top: 1px solid #999999;
   border-bottom: 1px solid #999999;
}
.mod_returnp {
   height: 25px;
   padding-top: 3px;
   margin: 10px 0px 0px 0px; 
   border-top: 1px solid #999999;
   border-bottom: 1px solid #999999;
}
.mod_return1 {
   cursor: pointer;
   float: left;
   font-size: 13px;
   font-weight: normal;
   color: #5A8A28;
}
.mod_return1:hover {
   color: #000000;
}
.mod_return2 {
   float: right;
   font-size: 13px;
   font-weight: normal;
   color: #000000;
}
.mod_bottom {
   clear: both;
   height: 20px;
}

.moduebdi {
   cursor: pointer;
   display: box;
   padding: 10px 0px 10px 0px;
   color: #5A8A28;
   border-top: 1px solid #999999;
   background-repeat: no-repeat;
}
.moduebhl {
   padding-top: 3px;
   font-family: 'Nunito', sans-serif;;
   font-size: 16px;
   font-weight: bold;
   color: #5A8A28;
}
.moduebhl1 {
   clear: both;
   padding-top: 10px;
   font-family: 'Nunito', sans-serif;;
   font-size: 16px;
   font-weight: bold;
   color: #5A8A28;
}
.moduebdi:hover {
   color: #000000;
}
.moduebort {
   color: #000000;
   padding-bottom: 3px;
}
.moduebwer {
   color: #000000;
   margin-top: -2px;
   padding-top: 3px;
}
.moduebdat {
   color: #000000;
}
.moduebhi {
   padding-top: 3px;
   font-weight: bold;
   font-size: 14px;
}
.moduebti {
   padding-top: 3px;
   font-weight: normal;
   color: #000000;
}
.moduebmore {
   padding-top: 3px;
   font-weight: bold;
}
.moduebli {
   height: 1px;
   border-top: 1px solid #999999;
}
.modnewsdet1 {
   float: left;
   width: 130px;
}
.modnewsdet2 {
   float: left;
   width: 590px;
}
.modnewspic {
   clear: left;
   width: 116px;
   padding-bottom: 5px;
   text-align: center;
}
.kategorie {
   cursor: pointer;
   position: relative;
   display: inline-block;
   float: left;
   width: 221;
   font-size: 16px;
   color: #1073B6;
   font-weight: bold;
   border: 1px solid #CCCCCC;
   border-radius: 5px;
   box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.kategorie:hover {
   font-size: 16px;
   color: #000000;
   border: 1px solid #CCCCCC;
   border-radius: 5px;
   box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2);
}
.kategorie1 {
   margin: 10px 10px 0px 10px;
   height: 38px;
   text-align: center;
   overflow: hidden;
}
.kategorie1a {
   position: relative;
   max-height: 38px;
   top: 50%;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   text-align: center;
   overflow: hidden;
}
.kategorie2 {
   padding: 10px 10px 6px 10px;
   text-align: center;
}

.kategorie .tooltiptext {
   visibility: hidden;
   width: 261;
   background-color: #555;
   color: #fff;
   text-align: center;
   border-radius: 6px;
   padding: 10px;
   position: absolute;
   z-index: 1;
   right: 50%;
   bottom: 100%;
   margin-right: -131;
   margin-bottom: 5px;
   opacity: 0;
   transition: opacity 0.5s;
}
.kategorie .tooltiptext::after {
   content: "";
   position: absolute;
   top: 100%;
   left: 50%;
   margin-left: -5px;
   border-width: 5px;
   border-style: solid;
   border-color: #555 transparent transparent transparent;
}
.kategorie:hover .tooltiptext {
   visibility: visible;
   opacity: 1;
}
.page {
   clear: both;
   border-top: 1px solid #999999;
}
.paget {
   clear: both;
}
.pagesi {
   float: left;
   padding-top: 5px;
}
.pagenr {
   cursor: pointer;
   float: left;
   margin-top: 5px;
   padding: 0px 5px 0px 5px;
   font-size: 13px;
   color: #5A8A28;
   font-weight: normal;
   border-right: 1px solid #000000;
}
.pagenr:hover {
   color: #000000;
}
.pagenra {
   cursor: pointer;
   float: left;
   margin-top: 5px;
   padding: 0px 5px 0px 5px;
   font-size: 13px;
   color: #000000;
   font-weight: normal;
   border-right: 1px solid #000000;
}
.pagenrv {
   cursor: pointer;
   float: right;
   margin-top: 5px;
   padding: 0px 5px 0px 5px;
   font-size: 13px;
   color: #5A8A28;
   font-weight: bold;
   border-right: 1px solid #000000;
}
.pagenrv:hover {
   color: #000000;
}
.pagenrv1 {
   cursor: pointer;
   float: right;
   margin-top: 5px;
   padding: 0px 5px 0px 5px;
   font-size: 13px;
   color: #5A8A28;
   font-weight: bold;
}
.pagenrv1:hover {
   color: #000000;
}
.pagenrn {
   cursor: pointer;
   float: right;
   margin-top: 5px;
   padding: 0px 5px 0px 5px;
   font-size: 13px;
   color: #5A8A28;
   font-weight: bold;
}
.pagenrn:hover {
   color: #000000;
}

.modbgcont {
   padding-top: 10px;
}
.moduebbg {
   cursor: pointer;
   display: box;
      padding: 10px 0px 10px 130px;
   color: #5A8A28;
   border-top: 1px solid #999999;
   background-repeat: no-repeat;
}
.moduebbg:hover {
   color: #000000;
}
.moduebbg1 {
   font-weight: bold;
   font-size: 14px;
}
.moduebbg2 {
   padding-top: 3px;
   font-weight: normal;
   color: #000000;
}
.moduebbgl {
   height: 1px;
   border-top: 1px solid #999999;
}
.bg_picbox {
      float: left;
   width: 116px;
   height: 116px;
      margin: 0px 35px 15px 0px;
   overflow: hidden;
   background-color: #ECECED;
}
.bg_picbox1 {
      float: left;
   width: 116px;
   height: 116px;
      margin: 0px 0px 15px 0px;
   overflow: hidden;
   background-color: #ECECED;
}
.home_picboxpic {
   height: 231px;
   padding: 0;
}
#formt {
   margin-top: 10px;
   padding-top: 10px;
   border-top: 1px solid #999999;
}
#form {
   margin-top: 20px;
}
.form1 {
   clear: left;
}
.form1a {
   float: left;
   width: 130px;
   padding-top: 11px;
   font-weight: bold;
}
.form1b {
   float: left;
      width: 440px;
   }
.form1c {
   float: left;
   padding: 5px 0px 0px 5px;
}
.form2 {
   clear: left;
   padding-top: 20px;
   font-weight: bold;
}
.form3 {
   clear: left;
   padding-top: 5px;
}
.form3 {
   clear: left;
   padding-top: 5px;
}
.form1d {
   float: left;
}
.form1e {
   float: left;
   padding: 3px 5px 0px 5px;
}
.form1f {
   float: left;
   width: 95px;
}
.form1g {
   float: left;
   padding-left: 10px;
}
.form1h {
   float: left;
   padding: 10px 5px 0px 10px;
}
.form1i {
   float: left;
   width: 40px;
   margin: 0px 0px 0px 130px;
}
.form1j {
   float: left;
      width: 400px;
   padding-top: 2px;
   }
.form4 {
   clear: left;
   padding: 20px 0px 0px 0px;
   width: 100px;
}
#cookiechk a {
   color:#000000;
   font-size:12px; 
   text-decoration: underline;
}
#cookiechk a:hover {
   text-decoration: none;
}
#cookiechk div {
   padding:10px;
   padding-right:40px;
   min-width: 990px;
}
#cookiechkbl {
   height:35px;
}
#cookiechk { 
   text-align:center; 
   border-top:1px solid #FFFFFF;
   background: #CCCCCC; 
   background: -moz-linear-gradient(top, #CCCCCC 0%, #F2F6F9 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#CCCCCC), color-stop(100%,#F2F6F9)); 
   background: -webkit-linear-gradient(top, #CCCCCC 0%,#F2F6F9 100%); 
   background: -o-linear-gradient(top, #CCCCCC 0%,#F2F6F9 100%);
   background: -ms-linear-gradient(top, #CCCCCC 0%,#F2F6F9 100%); 
   background: linear-gradient(to bottom, #CCCCCC 0%,#F2F6F9 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(   startColorstr='#CCCCCC', endColorstr='#F2F6F9',GradientType=0 ); 
   position:fixed;
   bottom:0px; 
   z-index:10000; 
   width:100%; 
   font-size:13px; 
   line-height:20px;
}
#cookiechkCloser {
   color: #000000;
   font: 14px/100% arial, sans-serif;
   text-decoration: none;
   text-shadow: 0 1px 0 #FFFFFF;
   cursor:pointer;
   border-top:1px solid white; 
   border-left:1px solid white; 
   border-bottom:1px solid #666666; 
   border-right:1px solid #666666; 
   padding:4px;
   margin-left: 20px;
   background: #CCCCCC; /* Old browsers */
   background: -moz-linear-gradient(top, #CCCCCC%, #CCCCCC 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#CCCCCC), color-stop(100%,#CCCCCC)); 
   background: -webkit-linear-gradient(top, #CCCCCC%,#CCCCCC 100%); 
   background: -o-linear-gradient(top, #CCCCCC%,#CCCCCC 100%); 
   background: -ms-linear-gradient(top, #CCCCCC%,#CCCCCC 100%); 
   background: linear-gradient(to bottom, #CCCCCC%,#CCCCCC 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(    startColorstr='#CCCCCC', endColorstr='#CCCCCC',GradientType=0 ); 
}
#cookiechkCloser:hover {
   border-bottom:1px solid white;
   border-right:1px solid white;
   border-top:1px solid #666666;
   border-left:1px solid #666666;
}