/*  // -------------------------------------------------------------------
    //              Name : website_de.css
    //              Type : Cascade Stylesheet
    // -------------------------------------------------------------------
    //           Project : www.cardio-symposium.org 
    //            Author : Lothar Steidle - lothar@steidle.net
    //              Date : 01.10.2008 / Version 3.0
    // ------------------------------------------------------------------- */

BODY { background-color: #FFFFFF; color: #000033; }

#header { background-color: #FFFFFF; height: 72px; }
#content { background-color: #EAEFEB; }
#wrapper { background-color: #EAEFEB; }
#footer { background-color: #ABA0A4; color: White; }
#footermenu li { background-image: url(../images/org/menu_footer_seperator.gif); }
#footermenu li a{color:#09291E;text-decoration:none;}
#footermenu li a:hover{color:white;}

#topline { clear: both; margin-top: 0px; border-bottom: 2px solid #09291E; margin-bottom: 0px; }


/* main buttons */
#menu li#home, #menu li#home { width:165px;}
#menu li.button, #menu li.buttonselected { width:163px; background-image: url(../images/org/menu_background.gif); }
#menu li.button a, #menu li.buttonselected a { color: Black; }
#menu li .left { background-image: url(../images/org/menu_seperator_left.gif); }
#menu li .right { background-image: url(../images/org/menu_seperator_right.gif); }
#menu li.button a:hover { color: White; }
li.button a:hover, li.buttonselected a:hover { color: White; }

/* selected buttons */
#menu li.buttonselected a { color: White; background-image: url(../images/org/menu_background_selected.gif); }
#menu li.buttonselected .left { background-image: url(../images/org/menu_seperator_left_selected.gif); }
#menu li.buttonselected .right { background-image: url(../images/org/menu_seperator_right_selected.gif); }


