/* Start of CMSMS style sheet 'phönix' */
body {
    font: normal 90.01% Tahoma, sans-serif;
    color: black; background-color: maroon;
    min-width: 40em; /* Mindestbreite verhindert Anzeigefehler in modernen Browsern */
}
p {
    margin: 3em 0 0 3em;  /* Positionierung des 'zurueck'-Links */
}
p  a {
    color:black;  /* Farbe des 'zurueck'-Links */
    text-decoration: underline;
}

html {
    padding: 0;
}
  
table {
    font-size:1.0em;
}

tr.dunkel {
    background-color : #E0E0E0;
}

td.preis {
    text-align:center;
}

#Inhalt {
    background-color: #ffffff;
    margin-left: 14em; margin-right: 0.8em;
    padding-left:1em; padding-right:2.5em; padding-top:0.1em; padding-bottom:1.5em;
    border: 1px ridge gray;
/*    border-left: 1px ridge gray; border-top: 1px ridge gray;*/
}

#Inhalt h1 {
    font-size: 1.8em;
    margin: 1.9em 0.4% 1.5em;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    color : #003080;
}

#Inhalt h2 {
    font-size: 1.5em;
    margin: 1.9em 1.2% 1.5em;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    color : #003080;
}

#Inhalt h3 {
    font-size: 1.3em;
    margin: 1.9em 2.0% 1.5em;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    color : #003080;
}

#Inhalt p {
    font-size: 1em;
    margin: 1em 0;
}
  
#header {
    font-size: 1.0em;
    margin: 0.8em; padding-right: 1.4em;
    text-align: right;
    background-color: #ffffff;
    border: 1px ridge gray;
}

/* position for the search box */
div#search {
   float: right;
   width: 27em;    /* enough width for the search input box */
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em;
}

{* In der Navigation verwendete Klassen::
.activeparent - The top level parent when a child is the active/current page
li.active0n h3 - n is the depth/level of the node. To style the active page for each level separately. The active page is not clickable.
.clearfix - Used for the unclickable h3 to use the entire width of the li, just like the anchors. See the Tools stylesheet in the default CMSMS installation.
li.sectionheader h3 - To style section header
li.separator - To style the ruler for the separator *}
/*


/* Aussehen der Navigation */
#fixiert {
    position: absolute;
    top: 2.8em; left: 2em;
    width: 14em;
    background-color: white;
    border: 1px solid silver;
    font-size: 0.83em;
    margin: 0 0 1.2em; padding: 0;
}

html>body #fixiert {  /* nur fuer moderne Browser! */
    position: fixed;
}
#fixiert img {
    height: 6.8em; float: right;
}

#fixiert ul {
    list-style: none;
    margin: 0; padding: 0.3em;
}

#fixiert li {
    list-style: none;
    margin: 0; padding: 0.3em;
}

/********************
 * MENU, kopiert aus navigation-simple-vertical.css
 * *********************/

/* third level has some padding to have it stand out */
div#fixiert ul ul ul {
   padding-bottom: 0.5em;
}

/* menu li block */
#fixiert li {
   list-style: none;
   margin: 0;
   border-bottom: 1px solid #c0c0c0;
   display: block;
}

#fixiert ul ul li {
   border: none;
}

/** fix stupid ie bug with display:block; **/
* html #fixiert li a { height: 1%; } 
* * html #fixiert li hr { height: 1%; }
*/** end fix **/

/* first level links */
div#fixiert a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.2em 0.2em 0.2em 0.2em; /* some air for it */
   color: #18507C; /* this will be link color for all levels */
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}

/* next level links, more padding and smaller font */
div#fixiert ul ul a {
   font-size: 95%;
   padding: 0em 0em 0em 0.7em;
   background-position: 1.5em center;
}

/* third level links, more padding */
div#fixiert ul ul ul a {
   padding: 0.3em 0.5em 0.3em 4.3em;
}

/* hover state for all links */
div#fixiert a:hover {
   background-color: #C3D4DF;
}
div#fixiert a.activeparent:hover {
   background-color: #C3D4DF;
   color: #18507C;
}

/* 
 * active parent, that is the first-level parent 
 * of a child page that is the current page 
 * */
div#fixiert li a.activeparent {
   /*background-color: #385C72;*/
   background-color: transparent;
   color: #18507C;
}

div#fixiert ul ul li a.activeparent {
   background-position: 1.5em center; 
   background-color: transparent;
   color: #18507C;
}


/* 
 * current pages in the default Menu Manager 
 * template are unclickable. This is for current page on first level 
 * */
div#fixiert ul h3 {
   background-color: transparent;
   color: #18507C;
   display: block; 
   padding: 0.8em 0.5em 0.8em 1.0m;  /* some air for it */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
   margin: 0;                                  /* as <h3> normally has some margin by default */
}

/* 
 * next level current pages, more padding, 
 * smaller font and no background color or bottom border 
 * */
div#fixiert ul ul h3 {
   font-size: 95%;
   padding: 0.3em 0.5em 0.3em 0.7em;
   background-position: 1.4em center;
   background-color: transparent;
   border-bottom: none;
   color: #18507C;
}

/* current page on third level, more padding */
div#fixiert ul ul ul h3 {
   padding: 0.3em 0.5em 0.3em 4.3em;
}

/* section header */
div#fixiert li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: #fff;
   background: #fff url(uploads/images/logo_8grau.png) no-repeat 0 12px; 
   line-height: 1em;
   margin: 0;
   text-align:center;
}

div#header h1 a {
/* you can set your own image here */
   background: #fff url(uploads/images/logo_8grau.png) no-repeat right 0px; 
   display: block;
   height: 98px;             /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}

/* separator */
div#fixiert li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#fixiert li.separator hr {
   display: none; /* this is for accessibility */
}

div#inhaltsblock {
border:1px solid #003080;
margin:10px;
padding:10px;
width:98%;
}

/* Definition Ansicht Kontakt-Formular*/

/*div.kontakt { margin-bottom: 1em }
div.required { margin-bottom: 1em }
div.submit { margin-bottom: 1em; margin-top:2em }
div.kontakt > input { position:absolute; left:500px }
div.required > select { position:absolute; left:500px }
div.kontakt > textarea { position:absolute; left:900px }*/
/*div.captcha { margin-top:1em }
.captchapict {  position:absolute; left:500px }
div.captcha > input { margin-top:0.2em; }*/

/* Definition Kalender-Ansicht*/
#cal-upcominglist .calendar-date-title
,#cal-upcominglist .calendar-summary-title


/* End of 'phönix' */

