@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

html, body { height:100%; margin:0; font:11px Verdana, Helvetica, sans-serif; color:#666666; line-height: 1.5em; background:url(../images/bg_body.jpg)#ffffff }
td { height:100%; margin:0; font:11px Verdana, Helvetica, sans-serif; color:#666666; line-height: 1.5em; background:url(../images/bg_td.jpg) top repeat-x;}
a, a:hover, a:visited{color:#585454; text-decoration:none;}
a:hover{text-decoration:underline;}
h1{ font-family: arial, helvetica, verdana, tahoma, sans-serif; color:#666666; padding: 0 0 10px 0; letter-spacing:2px;font-size: 125%;}

h2{ font-family: arial, helvetica, verdana, tahoma, sans-serif; color:#666666; margin-bottom:8px;letter-spacing:2px;font-size: 120%; letter-spacing: 2px;}

h3{ font-family: arial, helvetica, verdana, tahoma, sans-serif; color:#666666; margin-bottom:5px;letter-spacing:2px;font-size: 115%; letter-spacing: 2px;}

h4{ font-family: arial, helvetica, verdana, tahoma, sans-serif; color:#666666; letter-spacing:1px;font-size: 105%; margin-bottom:5px;}

ul { padding-left:10px; margin:0;}

div#gui {width:790px; margin:0 auto;padding-top:12px;}

/* Main */
div#main{float:left; width:790px; background-color:#ffffff;border: 1px solid #B3B2B2;
-moz-box-shadow: 1px 1px 12px 10px  #999;
	       -webkit-box-shadow:1px 12px 12px 10px #999;
	       box-shadow: 1px 12px 12px 0px #999;}

/* Header */
div#guiHeader {float:left; width:790px; height:110px; background:url(../images/header_home.jpg) bottom no-repeat;}
div#guiHeaderpsychos {float:left; width:790px; height:110px; background:url(../images/header_psychos.jpg) bottom no-repeat;}
div#guiHeadertherap {float:left; width:790px; height:110px; background:url(../images/header_therap.jpg) bottom no-repeat;}


/* Crumbs*/
div#guiBreak{float:left; width:790px; height:20px; background:url(../images/hg_break.jpg) top no-repeat;}

div#guiCrumbs{float:left; width:770px; height:23px; background:url(../images/hg_crumbs.jpg) top no-repeat; padding-top:3 px; padding-right:20px; font:arial, helvetica, verdana, tahoma, sans-serif; color:#666666; font-size: 9px;}

div#guiCrumbspsychos{float:left; width:770px; height:23px; background:url(../images/hg_crumbs_psychos.jpg) top no-repeat; padding-top:3 px; padding-right:20px; font:arial, helvetica, verdana, tahoma, sans-serif; color:#666666; font-size: 9px;}

div#guiCrumbstherap{float:left; width:770px; height:23px; background:url(../images/hg_crumbs_therap.jpg) top no-repeat; padding-top:3 px; padding-right:20px; font:arial, helvetica, verdana, tahoma, sans-serif; color:#666666; font-size: 9px;}



/* Right */
div#right{float:left; width:580px;}
div#guiContent {float:left; width:520px; padding:0px 30px 10px 30px;background-color:white;}
div#guiContentSub{float:left; width:520px; padding:10px 30px 0px 30px; text-align:right; font-size:9px; color:#666666;}


/* Left */
div#left{float:left;  width: 210px; padding-left:0px; padding-top:10px; padding-bottom:5px;background-color:white;
   display: inline;  /* FIX IE double margin bug */
   margin-left: 0;}
div#guiContentSuche{float:left; width:180px; height:20px; padding-top:8px; padding-left:10px;}


/* Bottom*/
div#guiLogo{float:left; width:770px; height:20px; background:url(../images/bg_logo.jpg) bottom no-repeat;padding-left:20px;padding-top:10px; text-align:left; font-size:9px;}
div#guiFooter {float:left; width:790px; height:29px; background:url(../images/bg_footer.jpg) top no-repeat; padding-top:3px;  text-align:center; font-size:9px;}
div#guiDesign {float:left; width:790px;height:2px; text-align:left; font-size:9px;padding-left:2px; }


/********************
MENU
*********************/
#menu_vert {
   padding-left:0; padding-top:0px;
   background-color:#F0F2E1;
   border-top: 1px solid #e0ded3;
   margin-left:0;
}


/* third level has some padding to have it stand out */
div#menu_vert ul ul ul {
   padding-bottom: 0.5em;
}

/* menu li block */
#menu_vert li {
   list-style: none;
   margin:0;

}

#menu_vert ul ul li {
   border: none;
}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu_vert a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.3em 0.3em 0.3em 1.2em; /* some air for it */
   color: #666666; /* this will be link color for all levels */
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
   font-size: 95%;
   padding:0.2em 0.2em 0.2em 2.0em;
   background-position: 1.5em center;
}

/* third level links, more padding */
div#menu_vert ul ul ul a {
   padding: 0.2em 0.2em 0.2em 3.0em;
}

/* hover state for all links */
div#menu_vert a:hover {
   background-color: #D8E2C2;
}
div#menu_vert a.activeparent:hover {
   background-color: #D8E2C2;
   color: #666666;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert li a.activeparent {
   background-color: #A8BE5A;
   color: #333333;
}

div#menu_vert ul ul li a.activeparent {
   background-position: 1.5em center; 
   background-color:#A8BE5A;
   color: #666666;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
    background-color: red;
    color: #666666;
    display: block;
    font-size: 1em;
    margin: 0;
    padding: 0.8em 0.5em 0.8em 1.5em;
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {
   font-size: 95%;
   padding: 0.2em 0.2em 0.2em 2.0em;
   background-position: 1.4em center;
   background-color: 000000;
   border-bottom: none;
   color: #666666;     
}

/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
   padding: 0.3em 0.5em 0.3em 2.0em;
}

/* section header */
div#menu_vert li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: #ABC063;
   line-height: 1em;
   margin: 0;
   text-align:center;
}



/* separator */
div#menu_vert 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#menu_vert li.separator hr {
   display: none; /* this is for accessibility */
}

