/* $Id: print2.css 73878 2011-02-08 13:15:45Z dkd-zaydenberg $ */
/* Globals */
/* Default Styles*/

html {
	height: 100%;
}

body {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0;
	margin: 0;
	color: #000000;
	padding-top: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	height: 100%;
}

img {
	border-top-width: 0;
	border-left-width: 0;
	border-bottom-width: 0;
	border-right-width: 0
}

p {
	font-size: 11px;
	color: #000000;
	line-height: 1.4em;
	font-style: normal;
	font-family: Verdana, Helvetica,Arial, sans-serif;
	font-variant: normal;
	margin: 0 0 0 0;
}

a {
	font-size: 11px;
	color: #0C3166;
	font-style: normal;
	font-family: Verdana, Helvetica,Arial, sans-serif;
	font-variant: normal;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul li {
	font-size: 10px;
	color: #000000;
	line-height: 1.3em;
	font-style: normal;
	font-family: Verdana, Helvetica,Arial, sans-serif;
	font-variant: normal;
	margin-bottom: 4px;
}

form {
	border: 0;
	padding: 0;
	margin: 0;
}

input,
select {
	font-size: 10px;
	margin: 0 0 0 0;
	color: #00000;
	font-style: normal;
	font-family: Verdana, Helvetica,Arial, sans-serif;
	font-variant: normal;
	vertical-align: middle;
}

select {
	border: 1px solid #000000;
}

textarea {
	padding: 2px;
	font-size: 11px;
	margin: 0 0 0 0;
	color: #000000;
	line-height: 1.3em;
	font-style: normal;
	font-family: Verdana, Helvetica,Arial, sans-serif;
	font-variant: normal;
}

label {
	font-size: 0.9em;
	margin: 0 0.6em 0 0.8em;
	color: #000000;
	line-height: 1.5em;
	font-style: normal;
	font-family: Verdana, Helvetica,Arial, sans-serif;
	font-variant: normal;
}

hr {
	position: relative;
	background: #000000;
	height: 1px;
	border: 0 solid red;
}

/* Headlines */
h1 {
	font-size: 18px;
	margin: 16px 0 16px 0;
	padding: 0;
	color: #000000;
	font-family: Verdana, Helvetica,Arial, sans-serif;
	font-weight: bold;
}

h2 {
	font-size: 15px;
	margin: 16px 0 16px 0;
	padding: 0;
	color: #000000;
	font-family: Verdana, Helvetica,Arial, sans-serif;
	font-weight: bold;
}

h3 {
	font-size: 17px;
	margin: 16px 0 16px 0;
	padding: 0;
	color: #375C82;
	font-family: Verdana, Helvetica,Arial, sans-serif;
	font-weight: bold;
	border-bottom: 1px solid #375C82;
}

h4 {
	font-size: 17px;
	margin: 16px 0 16px 0;
	padding: 0;
	color: #000000;
	font-family: Verdana, Helvetica,Arial, sans-serif;
	font-weight: bold;
	border-bottom: 1px solid #000000;
}

h5 {
	font-size: 12px;
	margin: 6px 0 6px 0;
	padding: 0;
	color: #000000;
	font-family: Verdana, Helvetica,Arial, sans-serif;
	font-weight: bold;
	line-height: 1.5em;
}

h6 {
	font-size: 12px;
	margin: 6px 0 6px 0;
	padding: 0;
	color: #000000;
	font-family: Verdana, Helvetica,Arial, sans-serif;
	font-weight: bold;
	border-bottom: 1px solid #000000;
}

/* Basic Layout */
/*hide print-css from mac-ie*/
lala	{}
/*and show it to the others  \*/
@media print {
	#page	{
		position: absolute;
		left: 0;
		top: 0;
		width: 18cm;
	}

	#ad-top {
		position: absolute;
		left: 280px;
		top: 0;
		display: none;
	}

	#ad-sky {
		position: absolute;
		left: 770px;
		top: 70px;
		display: none;
	}

	#navi {
		position: absolute;
		left: 0;
		top: 30px;
		display: none;
	}

	#sidebar {
		position: absolute;
		left: 0;
		top: 0;
		width: 210px;
		display: none;
	}

	#content {
		position: absolute;
		width: 18cm;
		margin-right: 1cm;
	}
}
/*end of print css*/

/*hide intro to screen-css from mac-ie*/
lala {}
/*and show it to the others \*/
@media screen		{
	/*end */
	#page {
		position: absolute;
		left: 10px;
		top: 10px;
		width: 920px;
	}

	#ad-top {
		position: absolute;
		left: 280px;
		top: 0;
	}

	#ad-sky {
		position: absolute;
		left: 770px;
		top: 70px;
	}

	#navi {
		position: absolute;
		left: 0;
		top: 30px;
	}

	#sidebar	{
		position: absolute;
		left: 0;
		top: 170px;
		width: 210px;
	}

	#content	{
		position: absolute;
		left: 230px;
		top: 170px;
		width: 520px;
	}

	/*hide intro to screen-css from mac-ie*/
	lala	{}
	/*and show it to the others \*/
}
/*end*/

/*                              */
/*          Listen              */
/*                              */

/* Listen GLOBAL */
#content ul	{
	list-style: disc outside;
	margin: 5px 0 5px;
	padding: 2px 2px 2px 22px;
}

#content ol	{
	margin: 5px 2px 5px 0;
	padding: 2px 2px 2px 30px;
}

#content li {
	line-height: 1.1em;
	padding: 0;
	margin: 0;
}

ul#list-small {
	width: 250px !important;
	font-size: 0.95em !important;
}

/*                              */
/*      Content - Bereich       */
/*                              */

/* Globale Elemente */
#nav-path {
	margin: 0 0 15px 0;
	padding: 5px 10px 2px 2px;
	font-size: 0.9em;
	border-bottom: 1px solid #999999;
}

#nav-path a {
	margin: 1px;
	padding: 1px 4px 1px 4px;
}

.border-full {
	border: 1px solid #999999;
}

.blueback {
	border: 1px solid #CCCCCC;
	background: #DEFDEF;
}

.footer {
	margin-top: 15px;
	margin-bottom: 5px;
}

.page-context {
	padding: 0;
	margin-top: 15px;
	margin-bottom: -5px;
	text-align: right;
	font-size: 0.85em;
}

.page-context a {
	padding-top: 5px;
	padding-bottom: 2px;
	margin-left: 5px;
	margin-right: 5px;
}

.bluehead {
	margin: 0 0 15px 0;
	font-size: 0.85em;
	font-weight: bold;
	color: #FFFFFF;
	background: #006699 url(http://www.gesundheit.dkd.de/fileadmin/template/main/shared/cnt_head_back.jpg);
	border: 1px solid #006699;
	padding: 4px 4px 4px 7px;
	text-transform: uppercase;
}

/* Layout - Blocks */
/* Abstracts  */
/* global \*/

#abstract {
	clear: both;
}

/* end */
#abstract a {
	display: block;
	cursor: pointer;
	width: auto !important;
	width: 100%;
}

#abstract p	{
	margin-bottom: 0;
	padding-bottom: 7px;
	color: #000000;
	font-weight: normal;
	line-height: 1.3em;
}

#abstract h1 {
	margin-top: 0;
	padding-top: 7px;
	color: #069069;
}

#abstract h2 {
	margin-top: 0;
	padding-top: 7px;
	color: #069069;
}

#abstract img:hover {
	color: #DEFDEF;
}

.title {
	height: auto !important;
	height: 150px;
	min-height: 150px;
	border-bottom: 1px solid #999999;
}

.title a {
	height: auto !important;
	height: 150px;
	min-height: 150px;
}

.title p {
	padding-bottom: 7px;
	margin-bottom: 0;
	font-size: 1.1em;
	line-height: 1.5em;
}

.intro {
	height: auto !important;
	height: 140px;
	min-height: 140px;
	margin-bottom: 25px;
}

.intro img {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

.page	{
	height: auto !important;
	height: 133px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.page a {
	height: auto !important;
	height: 133px;
	min-height: 133px;
}

.page img {
	float: left;
	width: 120px;
	height: 120px;
}

/* IE 5-Mac friendly */
.page p	{
	width: 355px;
	margin-left: 140px;
	height: 120px;
}

/* global \*/
.page p {
	height: auto !important;
}
/* end */

.page h2 {
	width: 355px;
	margin-left: 140px;
}

/*                              */
/*       Contentformate         */
/*                              */

/* Textauszeichnung */
strong, b {
	font-weight: bold;
	color: #333333;
}

em, i {
	font-style: italic;
}

/* Bilder */
img {
	color: #FFFFFF;
	border: 0 none #FFFFFF;
}

.img-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
}

.img-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 15px;
}

.img-full {
	display: block;
	float: none;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Tabellen Globals */
#content table {
	margin: 15px 0 15px 0;
	border-spacing: 1px;
	border-collapse: collapse;
}

#content table.img-full	{
	width: 100%;
}

#content table.img-left {
	margin: 0 10px 5px 0;
}

#content table.img-right {
	margin: 0 0 5px 10px;
}

/* global \*/
#content table th	{
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	background: #999999;
}

#content table td	{
	border: 1px solid #FFFFFF;
	color: #000000;
	font-size: 1em !important;
	font-size: 0.75em;
}
/*end*/

/**********************************************/
/* Erweiterungen d.k.d */
.sitemap1 {
	padding-top: 5px;
}

.sitemap2 {
	padding-left: 30px;
}

.sitemap3 {
	padding-left: 60px;
}

.sitemap4 {
	padding-left: 90px;
}

h2 {
	clear: both;
}

#abstract h2 {
	clear: none;
}

#footerprint {
	font-size: 10px;
}

@media print {
	#back {
		visibility: hidden;
	}
}

/* breadcrumb navigation */
ul#navBread {
	position: absolute;
    top: 6.5em;
    left: 1em;
	margin: 0;
	padding: 1em 0 0 0;
	width: 43.46em;
	height: 1.58em;
	color: #7795C9;
	background-color: #FFFFFF;
	border-width: 0.16em 0 0.24em 1em;
    border-style: solid;
    border-color: #FFFFFF;
}

ul#navBread li {
	margin: 0;
	padding: 0;
	border: 0;
	display: inline;
	font-size: 0.8em;
}

ul#navBread li a {
	color: #7D92BF;
}

ul#navBread ul {
	margin: 0;
	padding: 0;
	border: 0;
	display: inline;
}

ul#navBread ul li {
	display: inline;
	font-size: 1em;
}

ul#navBread ul li ul {
	display: inline;
}

ul#navBread ul li ul li {
	display: inline;
	font-size: 1em;
}

ul#navBread ul li ul li ul {
	display: inline;
}

ul#navBread ul li ul li ul li {
	display: inline;
	font-size: 1em;
}
