@CHARSET "UTF-8";
/********************************************************************
 * Globale Style Sheets                                             *
 ********************************************************************/

* {
    color: #393d43;
    font: 12px Tahoma;
}

body {
    background: url(../images/template/background.png);
    background-repeat: repeat-x;
    background-position: 0px 10px;
    background-color: #eeeeee;
    font-family: Arial, Verdana, Helvetica, serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 8pt;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-align: center;
}

.leftFloat {
    float: left;
} 

.rightFloat {
    float: right;
}

.clear {
    clear: both;
    /* wird von IE6 und IE7 benötigt */
    height: 0px;
    font-size: 0px;
    line-height: 0px;
    padding: 0px;
    border: none;
}

/* --- Container Center --- */

#centerContainer {
    margin: 0px auto;
    padding: 32px 0px; /* wird der Abstand über Margin definiert, wird beim ff die PageHeight um das Margin falsch berechnet. */
    width: 939px;
    text-align: left;
}

/* --- Top Navigation --- */

#topNav {
    width: 937px;
    height: 23px;
    border: 1px solid #cccccc;
    background-image: url("../images/template/topnav_background.png");
}

#topNav div.topNavSeparator {
    float: right;
    width: 1px;
    height: 23px;
    background-image: url("../images/template/topnav_separator.png");
}

#topNavImpress {
    display: block;
    float: right;
    width: 151px;
    height: 23px;
    background-image: url("../images/template/topnav_entry_impressum.png");
}

#topNavPrivacyProtection {
    display: block;
    float: right;
    width: 204px;
    height: 23px;
    background-image: url("../images/template/topnav_entry_datenschutzerklaerung.png");
}

#topNavContact {
    display: block;
    float: right;
    width: 135px;
    height: 23px;
    background-image: url("../images/template/topnav_entry_kontakt.png");
}

/* --- Header Banner --- */

#bannerContainer {
    clear: both;
    margin: 2px 0px 0px 0px;
    width: 937px;
    height: 88px;
    border: 1px solid #cccccc;
    background-image: url("../images/template/banner_bg.jpg");
}

#logo {
    margin: 25px 0px 0px 54px;
    width: 228px;
    height: 43px;
    background-image: url("../images/template/banner_dr-goldammer.png");
}
#logoHomeClick {
    display:block;
    width:250px;
    height:50px;
}
/* --- Main Navigation --- */

#mainNav {
    clear: both;
    margin: 2px 0px 0px 0px;
    width: 937px;
    height: 23px;
    border: 1px solid #cccccc;
    background-image: url("../images/template/mainnav_bg.jpg");
}
#mainNavContainer {
    background-color: #00ff00;
    position: absolute;
    height: 23px;
}
#mainNavContainer a {
    position: absolute;
    top: 0px;
    height: 23px;
    white-space: nowrap;
    z-index: 10;
}

#mainNavEntryPraxis {
	left: 0px;
    width: 57px;
    background-image: url("../images/template/mainnav_entry_praxis.png");
}
#mainNavEntryTeam  {
    left: 57px;
    width: 53px;
    background-image: url("../images/template/mainnav_entry_team.png");
}
#mainNavEntryTermine  {
	left: 110px;
    width: 68px;
    background-image: url("../images/template/mainnav_entry_termine.png");
}
#mainNavEntryRezepte  {
	left: 178px;
    width: 67px;
    background-image: url("../images/template/mainnav_entry_rezepte.png");
}
#mainNavEntryAnfahrt  {
    left: 245px;
    width: 65px;
    background-image: url("../images/template/mainnav_entry_anfahrt.png");
}
#mainNavEntryPatientenInformationen  {
	left: 310px;
    width: 150px;
    background-image: url("../images/template/mainnav_entry_patienteninformationen.png");
}
#mainNavEntryLinks  {
	left: 460px;
    width: 53px;
    background-image: url("../images/template/mainnav_entry_links.png");
}

/* Submenus */

#mainNavContainer div.mainNavSubmenu {
    display: none;
    position: absolute;
    top: 23px;
    z-index: 11;
    background-color: #ffffff;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #cccccc;
    opacity:.85;
    filter:progid:DXImageTransform.Microsoft.Alpha(style=0, opacity=85);
}
#mainNavContainer div.mainNavSubmenu a {
    position: static;
    display: block;
    padding: 0px 10px;
    line-height: 23px;
    color: #333333;
}
#mainNavContainer div.mainNavSubmenu a:hover {
	background-color: #cccccc;
}
#mainNavContainer div.mainNavSubmenu a:first-child {
    margin-top: 8px;
}
#mainNavContainer div.mainNavSubmenu img {
	display: block;
}


#mainNavEntryPraxisSubmenu {
    left: -1px;
    width: 150px;
}
#mainNavEntryPatientenInformationenSubmenu {
    left: 309px;
    width: 215px;
}

/* --- red bar --- */

#redbar {
    clear: both;
    margin: 2px 0px 0px 0px;
    width: 939px;
    height: 6px;
    background-image: url("../images/template/redline_bg.png");
    background-repeat: repeat-x;
    background-color: #ff4444;
}

/* --- Main Container --- */

#mainContainer {
    clear: both;
    margin: 2px 0px 0px 0px;
    width: 937px;
    min-width: 318px;
    border: 1px solid #cccccc;
    background-image: url("../images/template/maincontainer_bg.png");
    background-repeat: repeat-x;
    background-color: #eeeeee;
}

/* --- Content Area --*/

#contentArea {
    float: left;
    width: 909px;
    margin: 12px 0px 6px 16px;
}
#contentAreaShadow {
    width: 909px;
    background-image: url("../images/template/content_container_shadow_right.png");
    background-position: 904px 0px;
    background-repeat: repeat-y;
}
#contentOuterContainer {
    padding: 12px 0px;
    width: 904px;
    background-image: url("../images/template/content_bg.png");
    background-position: 0px 0px;
    background-repeat: repeat-x;
    background-color: #ffffff;
}
#contentContainer {
    margin: 0px 12px;
    min-height: 270px;
}
#contentAreaShadowFooter {
    width: 909px;
    height: 6px;
    background-image: url("../images/template/content_container_shadow_bottom.png");
    background-repeat: repeat-x;
}

/* --- Content Small/Split Area --*/

#contentSmallArea {
    float: left;
    width: 655px;
    margin: 12px 0px 6px 16px;
}
#contentSmallAreaShadow {
    width: 655px;
    background-image: url("../images/template/content_container_shadow_right.png");
    background-position: 650px 0px;
    background-repeat: repeat-y;
}
#contentSmallOuterContainer {
    padding: 12px 0px;
    width: 650px;
    background-image: url("../images/template/content_bg.png");
    background-position: 0px 0px;
    background-repeat: repeat-x;
    background-color: #ffffff;
}
#contentSmallContainer {
    margin: 0px 12px;
    min-height: 270px;
}
#contentSmallAreaShadowFooter {
    width: 655px;
    height: 6px;
    background-image: url("../images/template/content_small_container_shadow_bottom.png");
    background-repeat: repeat-x;
}

/* --- Sidebar Area --*/

#sidebarArea {
    float: right;
    width: 255px;
    margin: 12px 0px 6px 0px;
}
#sidebarAreaShadow {
    width: 243px;
    background-image: url("../images/template/sidebar_container_shadow_right.png");
    background-position: 238px 0px;
    background-repeat: repeat-y;
}
#sidebarOuterContainer {
    padding: 12px 0px;
    width: 238px;
    background-image: url("../images/template/sidebar_bg.png");
    background-position: 0px 0px;
    background-repeat: repeat-x;
    background-color: #ffffff;
}
#sidebarContainer {
    margin: 0px 12px;
    min-height: 270px;
}
#sidebarAreaShadowFooter {
    width: 243px;
    height: 6px;
    background-image: url("../images/template/sidebar_container_shadow_bottom.png");
    background-repeat: repeat-x;
}