

body {
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 0.9em;
        color: #333;
        background-color: #ffeeff;
        margin: 0;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Anpassung Standard HTML
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
a:link, a:visited, a:active {
        color: #333;
        text-decoration: underline;
        font-weight: bold;
}
a:hover {
        color: #c09;
        text-decoration: underline;
         font-weight: bold;
}
.textlink a:link, a:visited, a:active {
        color: #333;
        text-decoration: underline;
        font-weight: bold;
}
.textlink a:hover {
        color: #c09;
        text-decoration: underline;
         font-weight: bold;
}
hr {
        margin: 5px 0px 5px 0px;
        color: #cc00cc;
        border: 0;
        border-top: 1px solid #603;
        height: 1px;
}

h1, h2, h3, h4, h5, h6 {color: #333;font-weight:bold;font-family:Arial, Verdana, Helvetica, sans-serif;}
h1          {font-size:1.6em;}
h2          {font-size:1.4em;}
h3          {font-size:1.2em;}
.Normaltext {
        font-family:Arial, Verdana, Helvetica, sans-serif;
        font-size: 1em;
         font-weight: normal;
         color: #333;
}
.klein {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
         font-weight: normal;
         color: #333;
}

.fett {
        font-family:Arial, Verdana, Helvetica, sans-serif;
        font-size: 1em;
         font-weight: bold;
         color: #333;
}
.pink {
         font-family:Arial, Verdana, Helvetica, sans-serif;
         font-size: 1em;
         font-weight: normal;
         color: #c09;
}
form {margin: 0;}
ul {
        list-style-image:url('img/icon.gif');
         }

form {margin: 0;}

blockquote         {
        font-family:Arial, Verdana, Helvetica, sans-serif;
        font-style:italic;
        color: #666;
        border-left: 2px solid #666;
        padding-left: 10px;
        font-size: 1.2em;
}

abbr                                {}
acroynm                        {}
cite                                {}
address                        {}
strong                        {}
em                                        {}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


#main { /* Hauptseite */
        width: 900px;
        margin: 20px auto 0 auto;
        padding: 0;
        background:url('img/fhf_bg1.jpg') top no-repeat ;
        background-color: #ff99db;
        border: 1px solid #ca0f86;
}
#extras {  /*  (powered by etc) */
        width:900px ;
        margin: 0 ;
        padding-bottom:10px;
        font-family:Arial, Verdana, Helvetica, sans-serif;
        font-size: 80%;
        color: #999;
        padding:0;

}
#banner {
        padding: 50px 230px 30px 0px;
        text-align: center;
         height:70px;
 }
#banner a, #banner h1, #banner h2        {color: #ca0f86; margin:0;padding:0;}
* html #banner {clear:both;height:70px;} /* ie6 hack */

#banner h1        {
        font-size: 2.3em;
         font-weight: normal;
         padding-top:6px;
         letter-spacing:3px;
                font-family:Arial, Helvetica, sans-serif;

} /* Titel */
#banner h2        { /* Seiten-header */
        font-size: 1.3em;
         font-weight: normal;
         letter-spacing:11px;
        margin-top:-5px;
        padding-left:0px;
        font-family:Arial, Helvetica, sans-serif;
}

#sideColumn { /* linke Navigation und Login */

        float: left;
        width: 200px;
        margin: 0px;
        margin-top: 10px;
         height:400px;
}
#content { /* Inhalt der Seite */
        margin-top:40px;
        margin-left:202px;
        background-color: #fff;
        padding: 4px 10px 14px 10px;
        text-align: justify;
        clear: right;
}
* html #contentContainer #content {text-align:left;} /* ie6 hack */
* html #contentContainer #content table {width: 90%;} /* ie6 hack */
#content a:link,#content a:visited,#content a:active {
        padding:0;
        color: #666;
        text-decoration: underline;
}
#content a:hover {
        padding:0;
        color: #c09;
        text-decoration: underline;
}
#footer {
        font-family:Arial, Verdana, Helvetica, sans-serif;
        font-size: 90%;
        color: #999;
        padding-left: 5px;
        padding-bottom: 5px;
        clear: both;
}
#baker_footer a       {color:#333;padding:0;font-weight:bold;text-decoration:none;} /* PAGE_FOOTER */
#baker_footer a:hover, a:active {color:#c09; padding:0;text-decoration:none;}
#powered_by, #coding         {text-align:center;}
#powered_by a, #coding a {color:#999; font-weight:bold; text-decoration:none; padding:0; }
#powered_by a:hover, #coding a:hover {color:#c09; padding:0;}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* Suchfeld */
#search_box {
        color: #fff;
        text-align: center;
}
#impressum_sitemap {
         width: 200px;
}
#search_box {
        float: right;
        clear: right;
        width: 200px;
}
#search_box fieldset {border:0;}
#search_box legend, #search_box label {display:none;}

#search_string {
        width: 100px;
        height: 16px;
        font-size: 90%;
        vertical-align: middle;
        border: 1px inset #ccc;
}
#search_submit {
        width: 50px;
        height: 20px;
        font-size: 90%;
        vertical-align: middle;
        padding: 0 0 4px 0;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        ####        Header Menu #####
        #######################

        Horizontal Drop-Down Menu based off :
        http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
#navContainer {width: 900px;display:block;float:right;}


/* Listenformatierung   */
 ul.menu, li.menu {
        list-style: none;
        margin: 0px;
        padding: 0px;
         font-weight:bold;
}

/* Header Menu */
#header_menu {position: absolute; margin-left: 20px;background:#ff00ff;font-weight:bold;}
#header_menu li {line-height: normal;}
ul#header_menu  {z-index: 10; clear: both;}

#nav {
        height: 1.68em;
        border-top: 0;
        border-bottom: 1px solid #ca0f86;
        padding:0;
}
#nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
        font-size: 81%;
        width: auto;
         position: relative; /* Fix the Stupid IE6 Bug */
}
#nav ul li {float: left; color: #fff; text-align: center; }
#nav ul li a {display: block; background: #cc0099; padding: 5px 10px; padding-bottom: 4px; border-left: 1px solid #666;  color: #fff; text-decoration: none;}

/* Root Level Link Format */
#nav ul li a:hover, #nav li a:focus {background: #666666; border-color: #fff; color: #fff;}
#nav li a:active, #nav ul li a.active {background: #cccccc; border-color: #fff; color: #fff;}

/* Current page Format*/
#nav ul li.menu-current a                {background: #cccccc; color: #333; }
#nav ul li.menu-parent a                {background: #cccccc; color: #333; }
#nav ul li.menu-current a:hover                {background: #cccccc; color: #333; }
#nav ul li.menu-parent a:hover                {background: #cccccc; color: #333; }

/* 2nd Child menu */
#nav .menu li ul {position: absolute; width: 12em; margin: 0; display: none; text-transform: none; border-top: 1px solid #000;  font-size: 100%;}
#nav .menu li ul li {width: 12em; text-align: left; margin: 0; padding: 0; line-height: 1.2em;}
#nav .menu li ul a {width: 11.5em; padding: 3px 10px; background: #666666; color: #fff; border: 0;}
/* 2nd Child link hover */
#nav .menu li ul a:hover {color: #fff; background: #666666; border: 0; color:#fff;}
#nav ul li ul li.menu-child a          {background: #cccccc; color: #333;}
#nav ul li ul li.menu-child a:hover            {background: #cccccc; color: #333; }
#nav ul li ul li.menu-current a          {background: #cccccc; color: #333; }
#nav ul li ul li.menu-current a:hover          {background: #cccccc; color: #333; }

/* Show and hide */
#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {display: block;}
#nav .menu li ul ul { display: none;}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {display: none;}
#nav .menu li:hover ul, #nav .menu li li:hover ul, #nav .menu li.subMenu ul, #nav .menu li li.subMenu ul {display: block;z-index:20;}


/* 3rd Child Menu Appreances */
#nav .menu li ul li ul li a         { width: 11.5em; padding: .6em .1em .6em .4em; background: #666; color: #fff; z-index: 20;}

/* Positioning the Pop-out Drops */
#nav li {position: relative;}

#nav ul ul ul {
        position: absolute;
        top: 1px;
        left: 100%;
}

 #side_menu {  padding-left:0px;padding-top:0px;}
#side_menu li a, #side_menu li ul li a{
        line-height: 160%;
         font-weight: bold;
}
ul#side_menu  {  list-style: none;z-index: 0; clear: both;}
#side_menu li a:link, a:visited {

         color: #333;
         font-weight: bold;
        text-decoration: none;
         padding-left:30px;
}

#side_menu li a:hover, a:active  {
         color: #c09;
         font-weight: bold;
        text-decoration: none;
         padding-left:30px;
}

#nav_links {

        border-top: 0;
        padding-left:5px;
}
#nav_links ul{

          list-style: none;
           list-style-type: none;
           list-style-image:none;
}

#side_menu li,#side_menu li ul li {
        list-style: none;
        padding-top: 0px;
        font-size: 90%;
        font-weight: bold;
        width: auto;

        position: relative; /*  IE6 Bug */
}
#side_menu li ul li{

       position: relative;
       left:-20px;
}
#side_menu li a:hover, #side_menu li a:active {
        background: url('img/button.gif')left no-repeat;
          list-style: none;
         color: #c09;
         font-weight: bold;
        text-decoration: none;
         }
#side_menu  li.menu-current a  {
         background: url('img/button.gif')left  no-repeat;
          list-style: none;
         color: #c09;
         font-weight: bold;
        text-decoration: none;

}


/* Ende menu */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/*  Login Box */
#login-box { background: #eee; text-align: center;        line-height: 140%; margin: 1em 0 0.3em 0; }
#login-box fieldset {border:0;text-align:center;}
#login-box legend                {
        font-size: 90%;
        text-transform: uppercase;
        font-family:Arial, Verdana, Helvetica, sans-serif;
        color: #333;
        font-weight: normal;
        letter-spacing: 0.15em;
}
.username {color: #009;} /* Color of name when logged in*/
.topboxbody {font-size:0.8em;padding:2px;}

#login-box input {
        text-transform: uppercase;
        font-size: 10px;
        margin: 5px 0px 1px 0px;
        width: 100px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        Custom Classes (Re-useables)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/*  Float containers fix: */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*  \*/
* html #clearfix {
        height: 1%;
}
/*  */

.stealth {visibility:hidden; display:none;} /* hides from normal css enabled browsers */


.pink-fett        {font-weight:bold;color:#c09;}
/*.code                                {font-family: "Courier New", Courier, mono; color:#093;letter-spacing: 1px;}
*/
.info-box                {border: 1px solid #c09; background-color:#fef;padding:4px;}
