/* --- Katholische Kliniken Lahn --- */
/* --- Produktion: Büro Simon Obitz, Berlin --- */
/* --- www.buerosimonobitz.net --- */
/* --- kontakt@buerosimonobitz.net --- */

/* --- Version 0.2:    --->>> FF3, noch kein IE --- */


/* --- Aufbau: --- */
/* 1 - Import */
/* 2 - Typo */
/* 3 - Elemente ausblenden */
/* 4 - Geometrie */


/* 1 - Import */
@import url("styles.css");

/* 2 - Typo */
body {font-size: 100%; background: #fff url(../imgs/);}
div, p, h1, h2, h3, h4, h5, h6, a, ul, li, 
form, label, input, textarea, button, table, th, td, tr {
	font-family: Verdana, Tahoma, sans-serif;
	word-spacing: 0.00em;
	letter-spacing: 0.00em;
	color: #000;
	text-decoration: none;
}

h1 {
	color: #15557f;
	padding: 0 0 0 0px;
	background: #fff url(../imgs/);
}

#NavigationPfad ul li {color: #444;}
#NavigationPfad ul li a {color: #444;}


/* 3 - Elemente ausblenden */
#ObenAbstand {display: none;}
#NavigationService {display: none;}
#NavigationInhalt {border-top: 1px solid #fff;}
#NavigationInhalt ul {display: none;}
#NavigationInhalt #Schnellzugriff {display: none;}
#NavigationInhalt #Sucheingabe {display: none;}
#NavigationFuss {display: none;}
#Impressum {display: none;}


/* 4 - Geometrie */
#RandLinks img { margin: 60px 0px 0px 30px; }
#NavigationPfad ul { margin: 0 0 0 0px; }
