@charset "utf-8";
/******* ALLGEMEINE STYLES ********/
* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #000000; 
	background-color: #ffffff;
	padding: 0px; 
	margin: 0px; 
	line-height: 16px;
}

html, body, #K001_A_CW {
	min-height: 100%;
	height: 100%; /* für IE5+ */
	height: auto;
}

img {
	border: none;
}

a {
	color: #CC0000;
	text-decoration: none;
}

a:hover {
	color: #cc0000;
	text-decoration: underline;
}

form {
	margin: 0px;
}

textarea, input, select, option {
	font-size: 13px;
	background : #FFFFFF;
}

h1{
	font-size: 1.3em;
	line-height: 1.4em;
	padding: 0px;
	margin: 0px;
}

h2{
	font-size: 1.1em;
	line-height: 1.4em;
	padding: 0px;
	margin: 0px;
}
h3{
	font-size: 1.0em;
	line-height: 1.4em;
	padding: 0px;
	margin: 0px;
	color:#CC0000;
}

h5{
   font-size: 1.0em;
    margin-bottom: 6px;
	color:#666666;
}

ul {
	list-style-type:square;
	margin-top: 5px;
	margin-bottom: 5px;
}

p {
	margin-bottom: 10px;
}

.haus,
.magazin {
color: #35466D;
}

.arzt {
color:#900023;
}

.haus,
.arzt {
font-weight: bold;
font-style: italic;
}

/******* 
HEADER 
Bezeichnung: 
K001 - Logische Position
A - Area
HE1 - header 1
********/

#K001_A_HE1 {
	color: #000000;
	width: 880px;
	margin-top: 10px;
	margin-left: 10px;
	border-bottom: 1px solid #1B519B;
}

/******* 
CONTENT WRAP - umschliesst folgende elemente: Navigation, Content rechts
Bezeichnung: 
K001 - Logische Position
A - Area
CW - content wrap
********/

#K001_A_CW {
	width: 880px;
	margin-left: 20px;
}

/******* 
LINKE SPALTE (NAVIGATION)
Bezeichnung: 
K002 - Logische Position
A - Area
L1 - linke spalte 1
********/

#K002_A_L1 {
	margin-top: -20px;
	width : 180px;
	float: left;
    line-height: 14px;
	margin-left: 20px;
}


/******* 
CONTENT zentrale Spalte (rechts)
Bezeichnung: 
K003 - Logische Position
A - Area
Z1 - zentrale spalte 1
********/

#K003_A_Z1 {
	color: #000000; 
	width: 650px;
	margin-left: 220px;
}



#K002_A_L1, 
#K003_A_Z1 {
	margin-bottom: 5px;
}

/**** IE 6 HACKS ****/
*html #K002_A_L1 {
	margin-top:  0;
	margin-left: 0;
}

/**** IE 7 HACKS ****/
*+html #K002_A_L1 {
	margin-top:  0;
	margin-left: 0;
}
