/* Base style sheet */
body {
 margin: 0;
 padding: 11px;
 background: #3f3f3f url('/style/bodybg.png') repeat-x;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11pt;
 line-height: 1.125em;
 color:#333;
}

/* Glow effect around main box */
#wrap {
 position: relative;
 z-index: 0;
 margin-left: auto; margin-right: auto;
 margin: auto;
 margin-top: 16px;
 max-width: 1020px; /* Size of glow image - 2 * size of glow, 1045 - 2*11 */
 min-width: 730px;
 padding: 0;
}

#all { position: relative; }
.glow {
 position: absolute;
 width: 12px;
 height: 12px;
 background: url('/style/corners.png') no-repeat;
}
.tl { top: -12px;    left: -12px; }
.tm { top: -12px;    left: 0;      width: 100%;  background: url('/style/horizontal.png') repeat-x; }
.tr { top: -12px;    right: -12px;               background-position: 100% 0; }
.sl { top: 0;        left: -12px;  height: 100%; background: url('/style/vertical.png') repeat-y; }
.sr { top: 0;        right: -12px; height: 100%; background: url('/style/vertical.png') repeat-y 100% 0; }
.bl { bottom: -12px; left: -12px;                background-position: 0 100%; }
.bm { bottom: -12px; left: 0;      width: 100%;  background: url('/style/horizontal.png') repeat-x 0 100%; }
.br { bottom: -12px; right: -12px;               background-position: 100% 100%; }

/* Fixed menu */
#fm_oben {
 min-height: 38px;
 color: black;
 padding-left: 28px;
 padding-top: 5px;
 font-size: 10px;
 font-weight: normal;
}

#dm_main {
 background: #888 url('/style/navibg.png') no-repeat;
 min-height: 52px;
 height: 52px;
 position: absolute;
 top: 43px; left: 0px; 
 width: 100%;
 z-index: 200;
}

#spacer {
 background: #b6cbe5 url('/style/spacer.jpeg') repeat-x;
 height: 94px;
 width: 100%;
 overflow: hidden;
 margin-top: 52px; /* Platz fuer #dm_main */
}

#logo {
 position: absolute;
 right: 0px;
/* float: right;*/
 top: 20px;
 height: 75px;
 background: url('/style/dropbg.png') no-repeat -999px -999px white; /* image pre-load */
 padding-left: 20px;
 z-index: 220;
}

#white {
 background: url('/style/drop_more.png') no-repeat -999px -999px white;  /* image pre-load */
/* background: white url('/style/abdunkel.png') repeat-x; */
 position:relative;
  z-index:2;
}

#colmainwrap {
 float: left;
 width: 100%;
}
#colmain {
 margin-right: 240px; /*Set right margin to RightColumnWidth*/
}
#colside {
 float: left;
 width: 200px; /*Width of right column in pixels*/
 margin-left: -240px; /*Set left margin to -(RightColumnWidth) */
}
.lining {
 margin: 20px 40px 80px 40px;
}

#cwrap td {
 padding: 15px;
}
#cwrap td.vr {
 border-right: 1px solid black;
}

a { color: black; }
a:hover { color: #09f; }

.box, .NewsSummary {
 background: white url('/style/boxbg.png') no-repeat;
 border: 1px solid #ccc;
 margin-top: 1px;
 margin-bottom: 10px;
 text-align: center;
}
.NewsSummaryLink, .NewsSummarySummary, .NewsSummarySummary p {
 margin: .1em;
 padding: 0;
}
.NewsSummaryLink a {
 color: black;
 text-decoration: none;
}
.NewsSummaryLink a:hover {
 color: #09f;
}
.more {
 color: #09f;
 font-weight: bold;
}

#uebersicht .NewsSummary {
 text-align: left;
 background-image: none;
 border: none;
 border-bottom: solid #ccc 1px;
}


#colside h2 {
 background: #666 url('/style/corner_b.png') -8px 0 no-repeat;
 padding: 3px 25px;
 text-align: center;
 color: white;
 font-size: 14px;
 margin: 25px 2px 0 0;
 min-height: 16px;
}

.bigblue, .buttonlink {
 color: #09f;
 font-size: 120%;
}
.buttonlink {
 background: #ececec url('/style/buttonbg.png') no-repeat;
 padding: 2px 10px;
}

h1 {
 background: url('/style/corner_b.png') no-repeat -10px 0px;
 padding: 2px 25px;
 font-size: 20px;
 color:#444;
}

sup, sub {
 font-size: 85%;
}

#footer1 {
 background: #606060 url('/style/foot1bg.png');
 height: 135px;
 text-align: right;
 color: white;
}
#footer1 p {
 padding-top: 30px;
 padding-right: 28px;
 clear: both;
}

#footer2 {
 margin-top: 15px;
 color: #ccc;
 text-align: center;
}

/*
.mod {
   position:relative;
   z-index:0;
max-width: 1023px;  Size of glow image - 2 * size of glow, 1045 - 2*11 
}

.mod .mod-content{
   background:#e9dac9;
   border:1px solid red;

}*/
img { border: none; }

.zeile1{ line-height: 1em; }
.zeile115{ line-height: 1.15em; }
.zeile15{ line-height: 1.5em; }
.zeile2{ line-height: 2em; }


/* Klenk - Additions */
.lining img {margin:0 20px 10px 0;}

.box .news-summary-wrap {padding:13px 0; margin:0; border-bottom:1px solid #CCC;}
.box .news-summary-wrap.last {border-bottom:none;}
.box .news-date {margin:0; font-size:13px;}
.box .news-summary-link {margin:0; font-size:13px; font-weight:normal;}

hr.news-trenner {color:#999; border:none; border-top:1px solid #999; height:1px; margin:25px 0;}

.button {display:inline-block; background-color:#999; color:#FFF; padding:5px 20px; border:1px solid #666; border-radius:5px; text-decoration:none; margin:10px 0 0 0;}
.button:hover {color:#000; text-decoration:none;}


#NewsPostDetailSummary {line-height:140%;}
.news-summary-wrap h2 {font-size:18px;}

/* EOF */
/* Stylesheet: main.css Modified On 2019-04-05 16:38:52 */
/* Horizontale "Pfad"-Navigation */
#dm_l2 {
 margin-left: 400px;
}
#dm_l2 a {
 color: black;
 text-decoration: none;
}
#dm_l2 a:hover, #dm_l2 a:focus {
 color: #09f;
}
#dm_l2 .path, #dm_l2 .path a,
#dm_l2 .current, #dm_l2 .current a {
 color: #09f;
 font-weight: normal;
}
#dm_l2 .indent {
 float: left;
 height: 3em; /* Genug um naechste div zu halten */
}
#dm_l2 .l2 {
 font-size: 85%;
}
#dm_l2 .l3, #dm_l2 .l4 {
 font-size: 70%;
}

/* Fixes Menu oben und unten */
.fm ul {
 list-style:none;
 margin:0;
 padding:0;
}
.fm li {
 display: inline;
 margin: 0 2px 0 0;
 padding: 0;
}
.fm a, .fm span.active {
 float: left;
 display: block;
 font-weight: normal;
 color: black;
 text-decoration: none;
 margin: 0 1px 0 0;
 padding: 5px 10px 5px 10px;
}
.fm li .menuactive { /** currently selected menu item **/
 background-color: #ccc;
 padding-top: 9px;
 padding-bottom: 5px;
 color: white;
}
.fm a:hover { text-decoration: underline; }
#fm_oben a {
 color: #222;
}
#fm_oben a.currentpage {
 color: black;
}
#fm_unten {
 clear: both;
float:right;
text-align: right;
 color: white;
 padding-top: 30px;
 padding-right: 28px;
 font-size:10px;
}
#fm_unten a {
color: white;
background: transparent;
}

.fm span.active {
font-weight: bold;
}
/* Start of CMSMS style sheet 'Navigation: CSSMenu - Horizontal' */
/* by Alexander Endresen and mark and Nuno */
#DELmenu_vert {
/* no margin/padding so it fills the whole div */
 margin: 0;
 padding: 0;
}
.clearb {
/* needed for some browsers */
 clear: both;
}
#dm_main {
 font-size: 15px;
/* set the background color for the menu here
	background-color: #243135; */
/* IE6 Hack */
	height: 1%;
	width: auto;
/* one border at the top 
	border-top: 1px solid #3F565C;*/
	margin: 0;
	padding: 0;
 width: 100%;
}
ul#primary-nav, ul#primary-nav ul {
/* remove any default bullets */
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#primary-nav {
/* pushes the menu div up to give room above for background color to show */
	padding-top: 10px;
/* keeps the first menu item off the left side */
	padding-left: 25px;
}
ul#primary-nav ul {
/* make the ul stay in place so when we hover it lets the drops go over the content below else it will push everything below out of the way */
	position: absolute;
/* top being the bottom of the li it comes out of */
	top: auto;
/* keeps it hidden till hover event */
	display: none;
/* same size but different color for each border 
	border-top: 2px solid red;
	border-right: 2px solid green;
	border-bottom: 2px solid blue;
	border-left: 2px solid black;
*/
}
ul#primary-nav ul ul {
/* now we move the next level ul down from the top a little for distinction */
	margin-top: 1px;
/* pull it in on the left, helps us not lose the hover effect when going to next level */
	margin-left: -1px;
/* keeps the left side of this ul on the right side of the one it came out of */
	left: 100%;
/* sets the top of it inline with the li it came out of */
	top: 0px;
}
ul#primary-nav li {
/* floating left will set menu items to line up left to right else they will stack top to bottom */
	float: left;
/* no margin/padding keeps them next to each other, the padding will be in the "a" */
	margin: 0px;
	padding: 0px;
}
#primary-nav li li {
/* Set the width of the menu elements at second level. Leaving first level flexible. */
	width: 220px;
/* removes any left margin it may have picked up from the first li */
	margin-left: 0px;
/* keeps them tight to the one above, no missed hovers */
	margin-top: -1px;
/* removes the left float set in first li so these will stack from top down */
	float: none;
/* relative to the ul they are in */
	position: relative;
}
/* set the "a" link look here */
ul#primary-nav li a {
/* specific font size, this could be larger or smaller than default font size */
	font-size: 1em;
/* make sure we keep the font normal */
	font-weight: normal;
/* set default link colors */
	color: white;
/* pushes out from the text, sort of like making links a certain size, if you give them a set width and/or height you may limit you ability to have as much text as you need */
	padding: 12px 15px 15px;
	display: block;
/* sets no underline on links */
	text-decoration: none;
}
ul#primary-nav li a:hover {
 color: black;

/* kind of obvious 
	background-color: transparent;*/
}
ul#primary-nav li li a:hover {
/* this is set to #000, black, below so hover will be white text */
	color: black;
}
ul#primary-nav li a.menuactive {
	color: #B6E2FF;
/* bold to set it off from non active */
	font-weight: normal;
/* set your image here 
	background:  url(/style/dropbg.png) repeat-x;*/
}
ul#primary-nav li a.menuactive:hover {
/*	color: #0399FD; */
/* keep it the same */
	font-weight: normal;
}
#primary-nav li li a.menuparent span {
/* makes it hold a shape */
	display: block;
/* set your image here, right arrow, 98% over from the left, 100% or 'right' puts it to far */
	background:  url(/style/drop_more.png) no-repeat 98% center;
}
/* gif for IE6, as it can't handle transparent png */
* html #primary-nav li li a.menuparent span {
/* set your image here, right arrow, 98% over from the left, 100% or 'right' puts it to far
url(uploads/ngrey/parent.gif) */
	background:  url(/style/drop_more.png) no-repeat 98% center;
}
ul#primary-nav li ul a {
/* insures alignment */
	text-align: left;
	margin: 0px;
/* keeps it relative to it's container */
	position: relative;
/* less padding than first level no need for large links here */
	padding: 10px 3px 10px 15px;
/* if first level is set to bold this will reset this level */
	font-weight: normal;
/* first level is #FFF/white, we need black to contrast with light background */
	color: white;
	border-top: 0 none;
	border-top: 1px solid white;
	border-right: 0 none;
	border-left: 0 none;
}
ul#primary-nav li ul {
/* very lite grey color, by now you should know what the rest mean */
	background:url(/style/dropbg.png); /* red #F3F5F5; */
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: auto;
	height: auto;
	display: none;
	position: absolute;
/*	z-index: 999;
 border-left: 1px solid white;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid green;
*/
/*Info: The opacity property is  CSS3, however, will be valid just in CSS 3.1) http://jigsaw.w3.org/css-validator2) More Options chose CSS3 3) is full validate;)
	opacity: 0.95;*/
/* CSS 3 */
}
ul#primary-nav li ul ul {
/*Info: The opacity property is  CSS3, however, will be valid just in CSS 3.1) http://jigsaw.w3.org/css-validator2) More Options chose CSS3 3) is full validate;)
	opacity: 95;*/
/* CSS 3 */
}
/* Styling the appearance of menu items on hover */
#primary-nav li:hover,
#primary-nav li.menuh,
#primary-nav li.menuparenth,
#primary-nav li.menuactiveh {
/* set your image here, dark grey image 
	background:  url(/style/dropbg.png) repeat-x;*/
	color: white;
}
/* The magic - set to work for up to a 3 level menu, but can be increased unlimited, for fourth level add
#primary-nav li:hover ul ul ul,
#primary-nav li.menuparenth ul ul ul,
*/
#primary-nav ul,
#primary-nav li:hover ul,
#primary-nav li:hover ul ul,
#primary-nav li.menuparenth ul,
#primary-nav li.menuparenth ul ul,
#primary-nav li:hover ul ul ul,
#primary-nav li.menuparenth ul ul ul {
	display: none;
}
/* for fourth level add
#primary-nav ul ul ul li:hover ul,
#primary-nav ul ul ul li.menuparenth ul,
*/
#primary-nav li:hover ul,
#primary-nav ul li:hover ul,
#primary-nav ul ul li:hover ul,
#primary-nav li.menuparenth ul,
#primary-nav ul li.menuparenth ul,
#primary-nav ul ul li.menuparenth ul,
#primary-nav ul ul ul li:hover ul,
#primary-nav ul ul ul li.menuparenth ul
 {
	display: block;
}
/* IE6 Hacks */
#primary-nav li li {
	float: left;
	clear: both;
}
#primary-nav li li a {
	height: 1%;
}
/* End of 'Navigation: CSSMenu - Horizontal' */
ul#language_menu {
 position: absolute;
 right: 250px;
/* background: */
}
ul#language_menu li.active {
 font-weight: bold;
}
/* Stylesheet: menus.css Modified On 2014-12-16 11:33:29 */
/* Extra-Formatierungen fuer Formulare */
form.formbuilderform, input, select, option, textarea {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 0.9em;
}
fieldset {
 border: none;
 margin: 0;
 padding: 0;
}
fieldset.coll {
 float: left;
 width: 40%;
 margin-right: 10px;
}
fieldset.colr {
 float: right;
 width: 58%;
}
fieldset input, fieldset select, fieldset textarea {
 width: 58%;
 margin: 5px 0 0;
}
form label {
 display: block;  /* block float the labels to left column, set a width */
 float: left;
 width: 40%;
 padding: 0;
 margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
 text-align: left;
}

form .kontaktform label {display:block; float:none; width:80%; padding:3px 0; color:#666;}
form .kontaktform input, form .kontaktform textarea {display:block; padding:5px 3px; border:1px solid #999;}
form .kontaktform .betreff input  {width:80%;}
form .kontaktform .name input {width:50%;}
form .kontaktform .email input {width:40%;}
form .kontaktform .telefon input {width:40%;}
form .kontaktform textarea {width:80%; height:100px;}

form .kontaktform .submit {padding:20px 0 0 0;}
form .kontaktform .submit input {width:auto; padding:7px 20px; text-align:center; border-radius:5px; border:1px solid #999; background-color:#0099FF; color:#FFF;}
form .kontaktform .submit input:hover {cursor:pointer; background-color:#009977;}

form .kontaktform div.telefon {clear:both;}
form .kontaktform .email input          {float:left;}
form .kontaktform input[type="checkbox"]   {width:auto; float:left; padding:10px; margin:5px;}
form .kontaktform label.label          {width:auto; float:left; padding:6px; background-color:transparent; border:none;}

form .kontaktform input:focus, form .kontaktform textarea:focus {border-color:#0099FF; box-shadow:0 0 5px rgba(0,150,255, 0.5);}


/* Stylesheet: forms.css Modified On 2014-12-16 20:09:53 */
