﻿
/*--- Allgemein ----------------------------------------*/

body {
   margin:0;
   background-color: white;
}

body,p,div,td {
    font-family:Prometo-Light,Helvetica,Arial,Sans-Serif;
    font-size: 19.4833px;    
    line-height: 24.5px;  /* 23.9667px; */
    letter-spacing: 0.2px; 
    color: #7b7c7e;    
}


/*--- LAYOUT --------------------------------------------*/
#main {
    width: 702px;
    margin: auto;
}

#main .container {
    margin-left: 10px;
    margin-right: 10px;
    /* => inner-width = 682px ! */
}

#head {
    margin-top: 45px;
    margin-bottom: 45px;
}

#top-banner {
    display: table;
    margin-bottom: 45px;
}

#content {    
    margin-top:0px;
}

.bottom-nav {
    margin-top: 45px;
}

div#footer {
    width: 100%;
    margin-top:25px;
    text-align:center;        
}

.footer-graphics {
    height: 129px;
    background-image: url('../images/footer.jpg');
    background-position: center bottom;
    background-repeat: no-repeat;
}




/*--- Images ---------------------------*/
img {
    padding: 0;
    margin: 0;
}

img#logo {
    border: none; 
    width: 100%;
    height: auto;
    padding: 0;      
    cursor:pointer;
}

img#banner {
    border: none;
    width: 100%;
    height: auto;
	margin-bottom: 5px;
}



/*--- FLEX CONTAINER GRID -----------------------*/
.flex-container {
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;    
}

.flex-item {        
    display: table-cell;
    min-width: 1%; /* Fix for Firefox */
    width: 50%;        
}





/*--- BLOCKS, TABLES ----------------------------*/
#block-ordination,
#block-termine,
#block-leistungen,
#block-person,
#block-links,
#block-impressum {
    display:none;
    margin-top:23px;
    margin-bottom:32px;
}

.content-box {
	padding:15px;
	background-color: #e9f2f8; /*#bfdeef61;*/
}
hr.content-box-divider {
	padding:0;
	border:none;
	border-top:3px white solid;
	height:3px;
	width: 75%;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
}

.ct {
    margin: 0;  
    padding: 0;
}

#container_parkplatz_barriere {
    display: none;    
}

#post-kassen-privat {
    display: none;
}

#flyout_leistung_hautkrebs {
	display: none;
	margin-left: 20px;	
}

div.table { display: table;      }
div.tr    { display: table-row;  }
div.td    { display: table-cell; }

div.table.sprechstunden,
div.akut-sprechstunden {
    border-collapse: collapse;
    border: none;
    width: 286px; 
    margin: 0; 
    margin-right: 0px;
    margin-left: auto;    
    padding: 0;
}
div.td.time {
    width:52px;
    text-align: right;
}
div.td.bis {
     width: 14px;
    text-align: right;
}



/* TAGS & Klassen -------------------------------*/
a, a:active, a:visited {
    text-decoration:none;     
    color: #00a0cd;
}
a:hover {
    color: #5c5c5c;
}


div.div-button {
	margin: 8px 0px 8px 0px;
}
a.button, a.button:active, a.button:visited {
	background-color: #00a0cd;
	color: #FFFFFF;
	padding: 8px 8px 8px 8px;
}
a.button:hover {
	background-color:#7b7c7e;
}


.highlight {
    font-family:Prometo-Regular,Helvetica,Arial,Sans-Serif;
}
.smaller {
    font-size: 89%;
}
.grey {
    color: #7b7c7e;
}



ul.flex-nav-bottom {
    padding: 0;
    margin: 0;
    text-align: justify;
    height: 22px;
    overflow: hidden;
}
ul.flex-nav-bottom > li {
    display: inline-block;   
}
ul.flex-nav-bottom li#line {
    padding-left: 100%;
    height: 1px;
}





