/* Start of CMSMS style sheet 'TopMenu' */
/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */

#primary-nav a {
   /*margin-left: 1px;
   margin-right: 1px;*/
}

/* The wrapper clears the floating elements of the menu */

/* Fix for Opera 8 */
.clearb { clear: both; }
#menuwrapper { 
   /* Fix for Opera 8 */ 
   /*   overflow: hidden;  */ 
   background-color: #BFBFBF;
   border-bottom: 0px; /* solid #C0C0C0;*/
   width: 100%;
}

/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav li li { 
   width: 200px; 
}


/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
}
#primary-nav ul { 
   position: absolute; 
   top: auto; 
   display: none; 
}
#primary-nav ul ul { 
   margin-top: 1px;
   margin-left: -1px;
   left: 100%; 
   top: 0px; 
}
	
#primary-nav li { 
   margin-left: -1px;
   float: left; 
}
#primary-nav li li { 
   margin-left: 0px;
   margin-top: -1px;
   float: none; 
   position: relative; 
}

/* Styling the basic apperance of the menu elements */
#primary-nav a { 
   font-weight:normal;
   display: block; 
   margin: 0px; 
   padding: 5px 10px; 
   text-decoration: none; 
   color: #006699;
   color: #FFF;
}
#primary-nav li a { 
   border-right: 1px solid #C0C0C0;
   border-left: 1px solid #C0C0C0;
}
#primary-nav li li a { 
   border: 1px solid #C0C0C0;
}	
#primary-nav li, #primary-nav li.menuparent { 
/*   background-color: #ececec; */
     background-color: #BFBFBF; 
}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive { 
   background-color: #C7C7C7; 
}


/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav ul li.menuparent, 
#primary-nav ul li.menuparent:hover, 
#primary-nav ul li.menuparenth { 
/* arrow for menuparents */
/*   background-image: url(images/cms/arrow.gif); */
   background-position: center right; 
   background-repeat: no-repeat; 
}


/* Styling the apperance of menu items on hover */

#primary-nav li:hover, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 
   background-color: #73BA24; 
}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

/* 
just add 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul ul ul,
for fourth level 
*/
#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 { 
   display: none; 
}

/* add 
#primary-nav ul ul ul li:hover ul, 
#primary-nav ul ul ul li.menuparenth ul,
for fourth level
*/
#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 { 
   display: block; 
}


/* IE Hacks */
#primary-nav li li { 
   float: left; 
   clear: both; 
}
#primary-nav li li a { 
   height: 1%; 
}
/* End of 'TopMenu' */

/* Start of CMSMS style sheet 'Style Documentation' */
#main table {
   border:0px;
   border-collapse:separate;
   border-spacing:1px;
}

#main table td {
   background-color:#BFBFBF;
   border:0 0 0 0;

}

#main table th {
   background-color:#707070;
   color:#FFF;
   border:0 0 0 0;
   height:25px;
}

#main table.nobg th, #main table.nobg td {
   background-color:transparent;
}




#main img.left {
   float:left;
   margin:3px 15px 15px 0px;
}

#main img.right {
   float:right;
   margin:3px 0px 15px 15px;
}

/* SEE user-defined tag imagepopup*/

div.legende {
   font-size:90%;
   color:#555;
   padding:4px 4px 4px 4px;
}

#main div.image {
   border:1px solid #555;
   margin:10px 0px 10px 0px;
}

#main div.left {
   clear:both;
   float:left;
   border:1px solid #555;
   margin:3px 15px 15px 0px;
}

#main div.right {
   clear:both;
   float:right;
   border:1px solid #555;
   margin:3px 0px 15px 15px;

}
/* End of 'Style Documentation' */

/* Start of CMSMS style sheet 'Style Basics' */
body { 
   font-family:arial; font-size:12px; }
#page {    /* die seite */
   position:relative; margin:0px auto; width:1000px; background-color:#E3E3E3; }
#head {   /* dunkler Kopf mit linker Ecke als BG-Image */
   position:relative; background-color:#707070; height:145px; 
   background-image:url(uploads/images/sys/edge-l.gif); background-position:top left;   
   background-repeat:no-repeat; }
#edge-right {   /* die rechte Ecke, damit kann die Breite der Seite problemlos verändert werden */
   float:right; width:37px; height:37px;
   background-image:url(uploads/images/sys/edge.gif); background-position:top right; 
   background-repeat:no-repeat; }
#logo  {    /* ist doch logo, oder? */
   position:relative; top:71px; left:35px; border:0px; }
#tnav { /*  top-navigation  */
   position:relative; top:0px; left:330px; width:670px;
   border-bottom:1px solid #BFBFBF; background-color:#BFBFBF; }

table#main { margin-top:40px;  border-collapse:collapse; }
td#leftmargin { vertical-align:top; padding:0px 35px 0px 25px; width:269px; }
td#leftmargin h2 { padding-top:0px; margin-top:0px; }
td#content { width:540px; vertical-align:top; }
td#rightmargin { vertical-align:top;}
td#foot { padding:50px 20px 20px 20px; font-size:12px; }

a:link { color:#73ba24; text-decoration:none; font-weight:bold; }
a:visited {color:#73ba24;text-decoration:none; font-weight:bold; }
a:focus { color:#73ba24;text-decoration:none; font-weight:bold; }
a:hover {color:#73ba24;font-weight:bold; }
a:active { color:#73ba24;text-decoration:none; font-weight:bold; }

a img { border:0px; }

ul { 
   padding:0px 0px 0px 14px;
   margin:0px 0px 0px 0px; 
}



h2 { padding:0px 0px 0px 0px; margin:0px 0px 15px 0px; clear:both; }
h3 { font-size:14px; padding:0px 0px 0px 0px; margin:0px 0px 15px 0px; }
h4 { font-size:12px; padding:0px 0px 0px 0px; margin:20px 0px 12px 0px; }

#pdfdownload a { 
   text-align:center;
   margin:85px 30px 0px 0px;
   height:100px;
   float:right;
   background:url('uploads/images/sys/pdf_icon_g_bw.gif') no-repeat 0px 20px; 
}

#impressum {
  position:relative; top:-12px; left:800px; border:0px; width: 180px;
  color: #73ba24; 
}
#impressum a:link { color: #bbb; text-decoration: none; font-weight: normal;}
#impressum a:visited { color: #bbb; text-decoration: none; font-weight: normal;}
#impressum a:focus { color: #bbb; text-decoration: none; font-weight: normal;}
#impressum a:hover { color: white; text-decoration: none; font-weight: normal;}
#impressum a:active { color: #bbb; text-decoration: none; font-weight: normal;}
/* End of 'Style Basics' */

