@import "../dtr/headings.css";
@import "menu.css";

* { 
	margin: 0px; 
	padding: 0px;
}

html, body, #master, #master_inner {
	height: 100%;
}

body {
	background-color: #1a3f6e;
	background-image: url(../images/bg.jpg);
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

h3, p, #content ul, table {
	margin-bottom: 18px !important;
}

p + ul {
	margin-top: -18px !important;
}

#content img {
	float: left;
	vertical-align: text-top;
	margin-right: 25px;
	margin-bottom: 15px;
}

#content ul {
	list-style-type: none;
}

td {
	padding-right: 50px;
	font-size: 12px;
}

a {
	text-decoration: none;
	color: #004186;
}

a:hover {
	color: #999999;
}

h3#iconified {
	width:98px;
	height:28px;
	margin:-18px 0 18px -6px;
	position:relative;
	background: url(../images/iconified.png) no-repeat;
}

h3#iconified a {
	display:block;
	width:98px;
	height:28px;
	text-indent:-999em;
}

#master {
	width: 830px;
	position: fixed;
	left: 50%;
	margin-left: -410px;
	background: url(../images/content_bg_grey-trans.png);
	z-index: 0;
}

#master_inner {
	width: 830px;
	position: absolute;
	left: 50%;
	margin-left: -410px;
	z-index: 1;
}

#master_inner {
	padding: 0 18px 0 28px;
}

#head {
	width: 784px;
	height: 199px;
	background-image: url(../images/head_bg_grey.png);
	clear: both;
}

#head_left {
	width: 420px;
	height: 174px;
	padding-top: 25px;
	padding-left: 20px;
	float: left;
	z-index: 2;
}

* html #head_left {
	margin-bottom:-25px;
}

#head_right {
	width: 255px;
	float: right;
	clear: right;
	font-size: 11px;
	line-height: 14px;
	text-align: right;
	padding: 28px 73px 0 0;
}

#head_right p, #head_right h2 {
	margin-bottom: 6px !important;
}

h1{
	font-family: arial, helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
}

h1 {
	position: relative;
	width: 389px;
	height: 120px;
	background: url(../images/nierenzentrum-mannheim_logo.png) no-repeat;
}

h1 a {
	display: block;
	width: 389px;
	height: 120px;
	text-indent: -999em;
	background: none !important;
}

h2 {
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #004186;
}

#column1 {
	clear: left;
	float: left;
	margin-top: -16px;
	margin-left: -12px;
	position:absolute;
	z-index: 3;
}

#column2 {
	margin-top: 42px;
	padding-bottom: 14px;
	position: absolute;
	left: 253px;
	width: 484px;
}
