@charset "utf-8";
/* *********************************************************************************************
   *********************************************************************************************
   *****
   ***** CSS-Datei für das Hauptlayout der Notfallpraxis Düsseldorf
   *****
   *********************************************************************************************
   *********************************************************************************************
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #ffffff;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 16px;
}

body a {
	color: #000000;
}

#wrapper {
	width: 960px;
	height: 600px;
	position: relative;
	top: 20px;
}

#wrapper div {
	text-align: left;
}

#header {
	width: 100%;
	height: 142px;
}

#breadcrumb {
	float:left;
	padding: 6px;
        font-size: 12px;
}

#content {
	position: relative;
	top: 0px;
	width: 960px;
}

#navigation {
	float: left;
	width: 200px;
	min-height: 100px;
	padding: 10px;
}

#maincontent {
	float: right;
	width: 700px;
	min-height: 100px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#footer {
	position: relative;
	top: 25px;
	width: 100%;
	height: 100px;
	font-size: small;
	font-stretch: wider;
}

.navi_node {
	padding-left: 40px;
	padding-bottom: 20px;
	vertical-align: bottom;
	line-height: 33px;
	color: #ff0000;
}

.csc-bulletlist {
	padding-left: 150px;
}


#topnavi {
	float: right;
	padding: 6px;
        font-size: 12px;
}