/*
// +---------------------------------------------------------------------+
// | MedConf                                                             |
// +---------------------------------------------------------------------+
// | Copyright (c) 2007 present perfect! GmbH - München                  |
// | http://www.presentperfect.de                                        |
// +---------------------------------------------------------------------+
// | Author: Peter Kraume <pk@presentperfect.de>                         |
// +---------------------------------------------------------------------+
// | globales Stylesheet                                                 |
// +---------------------------------------------------------------------+
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

img {
	border: none;
}

a {
	color: #3AB860;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #3AB860;
	font-weight: bold;
	text-decoration: underline;
}




h1, h2, h3, h4, h5 {
	font-size: 22px;
	font-weight: bold;
	color: #3AB860;
	padding-bottom: 15px;
}

p.bodytext {
	padding: 0px 0px 15px 0px;
	font-size: 11px;
}

/* RTE / Table styling */
.contenttable {  width: 100%; border-collapse: collapse;}
.contenttable tr td {
	vertical-align: top;
	border: 1px #000000 solid;
	margin: 0;
	padding: 3px 3px 0px 3px;
}





/*
// +---------------------------------------------------------------------+
// | Klassen                                                             |
// +---------------------------------------------------------------------+
*/

.news-latest-container, .news-list-item, .news-single-item {
	clear: both;
}

.news-latest-container h3, .news-list-item h3 {
	font-size: 11px;
	padding-bottom: 5px;
}

.news-list-date {
	font-size: 11px;
	color: #000000;
}

.news-list-item p.bodytext, .news-single-item p.bodytext {
	padding: 0px 0px 10px 0px;
}

.news-latest-container p.bodytext {
	padding: 0;
}

.news-latest-container img, .news-list-container img, .news-single-img {
	float: left;
	margin-right: 5px;
}

.news-latest-morelink {
	clear: both;
}

.news-latest-morelink {
	clear: both;
	margin-bottom: 15px;
}

.news-list-morelink {
	clear: both;
	margin-bottom: 15px;
}

.news-single-item {
	padding-top: 10px;
}

.news-single-timedata {
	text-align: right;
}

.news-single-imgcaption {
	clear: both;
	font-size: 10px;
}









/*
// +---------------------------------------------------------------------+
// | IDs                                                                 |
// +---------------------------------------------------------------------+
*/

#logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 225px;
	height: 143px;
	overflow: hidden;
}

#header-image {
	position: absolute;
	top: 0;
	left: 225px;
	width: 581px;
	height: 103px;
	overflow: hidden;
}

#header-claim {
	position: absolute;
	top: 103px;
	left: 225px;
	width: 581px;
	height: 40px;
	overflow: hidden;
}

#cooperation-logo {
	position: absolute;
	top: 0;
	left: 806px;
	width: 191px;
	height: 103px;
	overflow: hidden;
}

#line {
	position: absolute;
	top: 143px;
	left: 235px;
	width: 762px;
	height: 1px;
	overflow: hidden;
	background-color: #000000;
}

#container {
	position: absolute;
	top: 143px;
	left: 0;
	border-left: 225px solid #39B85F;
	width: 772px;
	height: auto;
	padding-left: 20px;
}

#content {
	float: left;
	width: 547px;
	padding-top: 25px;
}

#news {
	float: left;
	width: 190px;
	margin-left: 15px;
	padding-top: 11px;
}

#newsBox {
	border: 2px solid #2FB457;
}

#newsHeading {
	background-color: #2FB457;
	height: 27px;
}

#newsContent {
	font-size: 12px;
	padding: 15px 9px 15px 9px;
}

#nav {
	position: absolute;
	left: 0;
	top: 143px;
	width: 225px;
	height: auto;
	background-color: #39B85F;
	padding-top: 25px;
	padding-bottom: 25px;
}

#nav .start {
	width: 225px;
	height: 1px;
	overflow: hidden;
}

#nav div {
	border-bottom: 1px solid #FFFFFF;
}

#nav div a {
	display: block;
	height: 19px;
	border-left: 9px solid #09882E;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 6px;
	text-decoration: none;
}

#nav div a:hover {
	border-left: 9px solid #D8071D;
	background-color: #09882F;
	background-image: url(../images/nav-arrow-white.gif);
	background-position: 196px;
	background-repeat: no-repeat;
}

#nav div a.active {
	border-left: 9px solid #D8071D;
	background-color: #09882F;
	background-image: url(../images/nav-arrow-white.gif);
	background-position: 196px;
	background-repeat: no-repeat;
}

#nav div a.sub {
	padding-left: 25px;
	background-image: url(../images/nav-arrow-white.gif);
	background-position: 12px;
	background-repeat: no-repeat;
}

#nav div a.sub:hover {
	color: #056229;
	border-left: 9px solid #D8071D;
	background-color: #96DBAC;
	background-image: url(../images/nav-arrow-green.gif);
	background-repeat: no-repeat;
}

#nav div a.sub-active {
	padding-left: 25px;
	color: #056229;
	border-left: 9px solid #D8071D;
	background-color: #96DBAC;
	background-image: url(../images/nav-arrow-green.gif);
	background-position: 12px;
	background-repeat: no-repeat;
}

#banner {
	position: absolute;
	top: 154px;
	left: 1006px;
	width: auto;
	height: auto;
}