/* Grundelemente */
html {
	height: 100%;
}

body { 
	font-size: 0.8em;
	font-family: Verdana, Arial;
	color: #000000;
	background-color: #fff; 
	margin: 0px;
	height: 100%;
	background: url(/img/background.jpg) repeat-x top left #D0D0D0;
}

p { 
	margin-top: 0px; 
	text-align: left;
}

a:link, a:visited, a:active { 
	font-weight: normal; 
	text-decoration: none; 
	color: #00ACE4;
}
a:hover { 
	text-decoration: underline;
}

/**
 * h1 überschriften werden immer per css aus dem sichtbaren bereich geschoben
 * dafür wird dann eine logografik eingebunden
 * quelle: http://www.w3.org/QA/Tips/Use_h1_for_Title
 */
h1{
    text-indent: -999em;
    display: none;
}
	
/* Spezielle Elemente */
h2 {
    display: none;
}

h3 {
	color: #00ACE4;
	font-size: 1.2em;
}

h4 {
	color: #00ACE4;
	font-size: 1em;
}

/* Der Container umfasst den Gesamten Inhalt der Site */
#container {
    margin: 0 auto 0 auto;
    padding: 0;
    width: 916px;
	border-width: 0 3px 0 3px;
	border-style: solid;
	border-color: #00ACE4;
	background-color: #fff;
}

#header {
    padding: 0;
    height: 107px;
    background: url(/img/top_header_raw.jpg) no-repeat #fff;
}


/**
 * TOPNAVI
 */

#topnavi {
    margin: 0 auto 0 auto;
    width: 866px;
    height: 135px;
    border-width: 0 5px 5px 5px;
	border-style: solid;
	border-color: #00ACE4;
	background: url(/img/navi_header_raw.jpg) no-repeat bottom left #00ACE4;
}

#topnavi ul {
    padding: 0;
    margin: 0;
    height: 24px;
}

#topnavi li {
	margin: 0;
	float: left;
	list-style-type: none;
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: #fff;
	height: 24px;
}

#topnavi li a, #topnavi li a:active {
    display: block;
    height: 21px;
	padding: 3px 10px 0 10px;
	color: #fff;
	font-weight: bold;
}
#topnavi li a:hover{
    background-color: #fff;
    color: #000;
}

#topnavi li a.active{
    background-color: #fff;
    color: #000;
}
    
/**
 * NAVI
 */    
#navi {
    clear: both;
	float: left;
	width: 188px;
	margin: 10px 0 0 20px;
	padding: 0px;
	height: 100%;
}
#navi ul {
	margin: 0 0 10px 0;
	padding: 0;
	border-width: 1px 0 0 5px;
    border-style: solid;
    border-color: #00ACE4;
}
#navi li {
    list-style-type: none;
}
#navi li a, #navi li a:active {
    display: block;
    padding: 5px;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #00ACE4;
	font-weight: bold;
	color: #000;
}
#navi li a:hover {
	color: #00ACE2;
}
#navi li a.active {
    color: #00ACE2;
}


/* Zweite Ebene */
#navi ul li ul {
    border: none;
}
#navi ul li ul li a{
    color: #000;
    padding-left: 20px;
}
#navi ul ul li a:hover{
    color: #00ACE4;
    padding-left: 20px;
}
#navi ul ul li a.active{
	color: #00ACE4;
	padding-left: 20px;
}

/* Brotkrumennavigation */
div.brotkrumen {
	padding: 5px 0 5px 0;
	color: #00ACE4;
}
div.brotkrumen span { /* Trenner */
	color: #000;
}
div.brotkrumen a {
	text-decoration: none;
	color: #000;
}

/**
 * TEASER bzw. Infobereich
 */        
#teaser {
    margin: 10px 20px 0 0;
    float: right;
    width: 240px;
    height: 100%;
}

#teaser div {
    padding: 5px 5px 5px 0;
    border-width: 1px 5px 1px 0;
	border-style: solid;
	border-color: #00ACE4;
	color: #000;
}

#teaser h3 {
	color: #00ACE2;
	font-weight: bold;
	margin: 0 0 5px 0;
}
#teaser a {
	font-weight: bold;
}

#teaser img {
	float: left;
	border: 0;
}

/**
 * CONTENT
 */    
#content {
    background-color: #fff;
    margin: 0 275px 10px 223px; /* Abstand zu den aeusseren Raendern! Nicht zur Navi und Teaser */
}
/* Div zum fixen des Floating bugs
 * muss floaten und so breit sein wie der Inhaltsbereich */
#content-cleaner {
    float: left;
    width: 418px;
}

#content img {
    border: none;
}

/**
 * FOOTER
 */    
#footer {
    margin: 0 auto 0 auto;
    width: 870px;
    clear: both;
	text-align: center;
    background-color: #00ACE4;
    padding: 3px;
    color: #fff;
    font-weight: bold;
}
#footer a {
	text-decoration: none;
    color: #fff;
    font-weight: bold;
}
 

/* Artikelbild */
.inhaltsbild {
	float: left;
	margin: 0 5px 5px 0;
}

/* Mitarbeiter */
.mitarbeiterbild {
	float: left;
	margin: 0 5px 5px 0;
}

/* Liste */
.listenbild {
	
}
ul.listenobjekt {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.listenobjekt li.mitarbeiter {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.listenobjekt li.mitarbeiter img {
	float: left;
	margin: 0 10px 10px 0;
}
ul.listenobjekt li.news {
	
}
ul.listenobjekt li.default {
	
}

/* News */
.newsbild {
	border: 1px solid green;
}

/* Kontaktformular */
form.kontaktformular {
	margin: 0;
	width: 360px;
}
form.kontaktformular div {
	padding: 10px 0 0 0;
}
form.kontaktformular div label {
}
form.kontaktformular div div.fehler {
	color: red;
	font-weight: bold;
}
form.kontaktformular div input {
	width: 350px;
	margin: 0;
}
form.kontaktformular div textarea {
	width: 350px;
}
form.kontaktformular div input.checkbox {
	width: 15px;
	border: none;
}
form.kontaktformular div input.submitbutton {
	width: 150px;
	background-color: white;
	border: 1px solid grey;
}

/* Tabelle Apothekennotdienst */
table.notdienst {
	width: 100%;
	border-width: 1px 0 1px 1px;
	border-style: solid;
	border-color: #00ACE4;
	margin-bottom: 15px;
}
table.notdienst th {
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	background-color: #00ACE4;
	color: #ffffff;
	padding: 2px;
}
table.notdienst td {
	padding: 2px;
	vertical-align: top;
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: #00ACE4;
}
table.notdienst td.datum {
	padding: 2px;
}
table.notdienst tr.blue {
	background-color: #D7F1F9;
}


div.specialteaser-navi {
	padding: 0;
    border-width: 1px 0 1px 5px;
	border-style: solid;
	border-color: #00ACE4;
	color: #000;
	margin: 0 0 10px 0;
}

div.specialteaser-navi img {
	border: 0;
	margin: 0;
}

