/* ----------------------------------------------------------------------------- * 
 *                      Atmosphäre: Farben und Schriften   Zahnarztpraxis Rudolph und Bruch    *
 *          Alle weiteren Styles stecken in der jeweiligen layout.css            *
 * ----------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------- * 
 * Verwendete Farben
 * #009dd5 - hellblau
 * #0f4b7c - dunkelblau
 * #e5f5fb - zartblau
 * #e6e6e6 - light grey
 * #707173 -  grey
 * ----------------------------------------------------------------------------- */

html    {
    font-size: 100%;
}

body {
    /*background-color: #ffffff; *//* white */
    color: #000000;     
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.9em; /* 16px */
    line-height: 1.5em; /* 24px */
}

.page-wrapper {
   background-color: #ffffff; /* white */
}

header {
    color: #000000;
	background-color: #ffffff;
    box-shadow: 0;
}

.main {
    background-color: #ffffff;
    color: #009dd5; 
}

.mainContent {
    color: #0f4b7c; 
}

.klein {
	font-size: 0.8em; 
}

section ul {
	margin: 5px 0px 5px 25px; 
	padding: 0px; 
}

section ul li {
	list-style-image: url(../images/button_ul.gif); 
	padding: 0px; 
}

section a:link {
	color: #0f4b7c;
	text-decoration: underline;
}

section a:visited {
	color: #0f4b7c;
	text-decoration: underline;
}

section a:hover, a:focus, a:active {
	color: #707173;
	text-decoration: underline;
}

footer {
    background-color: #009dd5;
    color: #0f4b7c;
    text-align: center;
}

/* ----------------------------------------------------------------------------- * 
 *                             Textauszeichnungen                                *
 * ----------------------------------------------------------------------------- */

p {
	font-size: 0.9em;
	line-height: 1.5em;
}

h1, h2, h3  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
}

h1  {
    font-size: 1.6em; /* 18px; Verwendung bei Seitenüberschrift außerhalb section */
    line-height: 1.5em; 
	color: #009dd5; /* Praxishellblau */
}

h2  {
	font-size: 1.2em; 
	line-height: 1.0em;
	color: #009dd5;	
}

h3  {
	color: #009dd5; /* Praxishellblau */	
	font-weight: bold;
}

a:link {
    color: #0f4b7c;
    text-decoration: none;
	/* font-weight: bold; */
}

a:hover, a:focus, a:active {
    color: #e6e6e6; 
    text-decoration: none;
	/* font-weight: bold; */
}

ol	{
	color: #000000;
	list-style-type: none;
}

ol li	{
	font-size: 0.8em;
	line-height: 1.3em;
}

ol li h3  {
    font-size: 1.1em; /* 16px */
}

ul	{
	font-size: 0.9em;
	line-height: 1.5em;
	color: #000000;
}

.rub {
   	color: #009dd5; /* Praxishellblau */
   	font-weight: bold;
}

hr { 
	border-style: normal; 
	border-width: 1px; 
	margin: 20px auto;
	width: 80%; 
	color: #009dd5;
}


/* ----------------------------------------------------------------------------- * 
 *                                    Navigation                                 *
 * ----------------------------------------------------------------------------- */

nav {
	box-shadow: 0;
	background-color: #ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.15em; /* 18px */
}

nav ul li {
    list-style: none;
}

nav ul li a:hover {
	background-color: #ffffff;
	color: #009dd5;
}

nav ul li li a {
	background-color: #ffffff;
	color: #0f4b7c;
}

nav ul li li a:hover {
	background-color: #ffffff;
	color: #009dd5;
}

/*nav .navselect a {
	background-color: #ffffff;
	color: #009dd5;
}

nav .navbselect {
	background-color: #009dd5;
	color: #ffffff;
}*/

nav .navuselect {
	background-color: #ffffff;
	color: #009dd5;
}

/* ----------------------------------------------------------------------------- * 
 *                       Teaserboxen mit Bild und Text                           *
 * ----------------------------------------------------------------------------- */

article {
    border-bottom: 1px solid rgba(250,250,250,0); /* verhindert das margin-Collapse nach unten */
    background-color: #ffffff;
    
}
