/*
Site:		www.krankenhaus-remagen.de
Author:		Stefan Dumont
Created:	03.07.2007
Modified:	10.07.2007
Editor:		Stefan Dumont
Usage:		General stylesheet
Edit: Home als Top-Navigation eingepflegt
*/

html, body {
	background-color: #F8E37C;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 0.9em;
}

body {
	text-align: center;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;	
}

div#container {
	position: relative;
	width: 795px; /* 795px bzw. 61.4em */
	text-align: left;
	margin: 0 auto 0 auto;
	background-color: white;
}

/* ********* HEADER ********* */

div#head {
	position: relative;
	height: 100px;
	background-image: url(../images/header-index.jpg);
	background-repeat: no-repeat;
}

div#head h1 {
	display: none;
}

div#head a#logolink {
	position: absolute;
	width: 250px;
	height: 100px;
}

div#head ul#topmenu {
	float: right;
	/* width: 530px; /* damit Topmenu in Opera 7.54 nicht kollabiert */
	margin: 72px 0 0 0;
	list-style-type: none;
	overflow: hidden;
}

/* Globale Anweisungen li */

ul#topmenu li {
	float: left;
	padding: 3px 10px 3px 10px;
	background-position: center;
	background-repeat: no-repeat;
}

/* Speizielle Anweisungen li */

ul#topmenu li.first {
	padding-left: 20px;
}
ul#topmenu li.first-active {
	background-image: url(../images/bg_home.jpg);
}

ul#topmenu li.second-active {
	background-image: url(../images/bg_fachbereich.jpg);
}

ul#topmenu li.third-active {
	background-image: url(../images/bg_portrait.jpg);
}

ul#topmenu li.fourth-active {
	background-image: url(../images/bg_service.jpg);
}
ul#topmenu li.fifth-active {
	background-image: url(../images/bg_a-z.jpg);
}

ul#topmenu li.last {
	padding: 3px 10px 3px 15px;
}

ul#topmenu li.last-active {
	padding: 3px 10px 3px 15px;
	background-image: url(../images/bg_kontakt.jpg);
	background-position: right;
}

ul#topmenu li a {
	color: black;
	font-weight: normal;
	font-size: 1.5em;
	text-decoration: none;
}

/* *********** INCONTAINER ************* */

div#incontainer {
	position: relative;
	padding: 20px 0 0 0;
	background-image: url(../images/nav-bg.gif);
	background-repeat: repeat-y;
	height: 100%; /* sonst lässt IE Lücke offen bei leerem Content */
}


/* ************ LEFTMENU ************ */

/* Globale Anweisungen und erste Ebene */

div#leftcol {
	position: relative;
	height: 100%;
	width: 250px;
	float: left;
}

#leftcol ul {
	list-style-type: none;	
	position: relative;
	margin: 0;
	padding: 0;
}

#leftcol ul li {
	padding: 0 0 0 0;
	background-image: url(../images/nav1.gif); 
	background-repeat: no-repeat;
}

ul#leftmenu li.active {
	background-image: url(../images/nav1-aktiv.gif);
}

ul#leftmenu li.active-ifsub {
	background-image: url(../images/nav1-aktiv-pfeil-unten.gif);
}


#leftcol ul li a {
	display: block;
	height: 100%; /* wichtig, ansonsten gibt IE6 Abstand hinzu */
	padding: 3px 0 3px 30px; /* left-padding hier aufs a, bei li addiert IE6 */
	color: black;
}

#leftcol li.active a, #leftcol li.active-ifsub a {
	font-weight: bold;
}

/* Zweite Ebene */

ul#leftmenu-level2 li {
	background-image: url(../images/nav2.gif);
}

#leftcol ul#leftmenu-level2 li a {
	font-weight: normal;
	padding: 3px 0 3px 50px;
}

ul#leftmenu-level2 li.active-level2 {
	background-image: url(../images/nav2-aktiv.gif);
}

#leftcol ul#leftmenu-level2 li.active-level2 a {
	font-weight: bold;
}

/* Dritte Ebene */

ul#leftmenu-level3 li {
	background-image: url(../images/nav3.gif);
}

#leftcol ul#leftmenu-level2 ul#leftmenu-level3 li a {
	font-weight: normal;
	padding: 3px 0 3px 70px;
}

ul#leftmenu-level3 li.active-level3 {
	background-image: url(../images/nav3-aktiv.gif);
}

#leftcol ul#leftmenu-level2 ul#leftmenu-level3 li.active-level3 a {
	font-weight: bold;
}

/* Abstand (Spacer) */

#leftcol ul#leftmenu li.spacer,
#leftcol ul#leftmenu-level2 li.spacer,
#leftcol ul#leftmenu-level3 li.spacer {
	height: 1.5em;
	background-image: none;
}

/* ********** KTQ-LOGO STARTSEITE *************** */

a#ktqlogo {
	position: relative;
	display: block;
	width: 120px;
	height: 120px;
	margin: 27px 0 0 27px;
	background-image: url(../images/ktqlogo2.jpg);
	background-repeat: no-repeat;
}

a#ktqlogo span {
	display: none;
}

/* ********** RIGHTCOL ************* */

#rightcol {
	position: relative;
	margin: 0 0 0 250px;
	border: 1px white solid;
	padding: 0 30px 30px 30px;
	height: 100%; /* Verhinderung der IE-3px-Delle */
	overflow: hidden;
	width: 470px;
}

#rightcol p {
	position: relative;
}

/* ********** FOOTER **************** */

#footer {
	position: relative;
	height: 14px; /* ohne height fügt IE6 Space hinzu */
	padding: 3px 20px 3px 20px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	font-size: 0.85em;
	clear: left;
}

#footer a {
	color: black;
}