/*=reset Styles
***************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/***************************************************/

html,body{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}
html{
	height: 100%;
	margin-bottom: 1px;
}
body{
	font-size: 100.01%;
	/*background: #fff url(../images/bg_page_01.jpg) repeat-x fixed;*/
	background: #787878 url(../pics/bg_body_pd.jpg) repeat-x fixed;
	padding-bottom: 20px !important;
	text-align: center;
}

body.pdAktiv{
	background: #8e96ad url(../pics/bg_body_pdaktiv.jpg) repeat-x fixed;
}

img{border: 0;}
strong{font-weight: bold;}
.noBreak{white-space: nowrap;}

.clearBoth{
	clear:both;
	height:0;
	margin:0;
	font-size: 5px;
	line-height: 5px;
}
.clearLeft{
	clear:left;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 1px;
}

/* --------------- element to clear floating elements without any further element in the code ------------- */

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

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* --------------- element to clear floating elements without any further element in the code ------------- */

.clearBoth{
	clear:both;
}
.skip{
	overflow:hidden;
	position: absolute;
	left: -2000px;
	top: -2000px;
}

.floatRight{
	float:right;
}
.floatLeft{
	float:left;
}
img.floatLeft{
	float:left;
	display: block;
	padding: 10px 5px 5px 10px;
}
img.floatRight{
	float:right;
	display: block;
	padding: 10px 10px 5px 5px;
}
#contentContainer img.floatLeft{
	float:left;
	display: block;
	padding: 0 10px 5px 20px;
}
.noWrap{
	white-space: nowrap;
}
.small{
	font-size: 9px;
}
.error{
	color: #c70000 !important;
}
a{
	color: #3B5A60;
	text-decoration: underline;
}

a:link,
a:visited{
	text-decoration: underline;
}
a:hover,
a:active{
	text-decoration: none;
}

a span.neu{
	color: #FD4104;
}

#wrapper{
	position: relative;
	width:960px;
	text-align: left;
	margin:20px auto 20px auto;
	padding:0 10px;
	/*border-left: 2px solid #fff;*/
	background: transparent url(../pics/bg_content.png) repeat-y scroll;
}
.cornerTop{
	position: absolute;
	top:0px;
	left:-9px;
	width: 60px;
	height: 20px;
	z-index: 20;
}
.home .cornerTop{
	background: transparent url(../pics/corner-top_pda.png) no-repeat top left; 
}
.pdAktiv .cornerTop{
	background: transparent url(../pics/corner-top_pda.png) no-repeat top left; 
}
.pd .cornerTop{
	background: transparent url(../pics/corner-top_pd.png) no-repeat top left; 
}
#container{
	width:830px;
	margin: 20px auto 30px auto;
	text-align: left;
	background: #fff;
	border-right: 2px solid #A4A4A4;
	border-bottom: 2px solid #A4A4A4;
}

.spaceLine5{height: 5px;font-size: 5px;line-height: 5px;}
.spaceLine10{height: 10px;font-size: 10px;line-height: 10px;}

/* ------------------------------------------ Header --------------------------------------------- */
#header{
	position: relative;
	height: 145px;
	/*background: #fff url(../pics/bg_header_06.jpg) no-repeat 0 0;*/
	z-index: 110;
}
.pd #header{
	background: #fdc10c url(../pics/bg_header_pd.jpg) no-repeat 130px 0;
	/*background: #284907 url(../pics/bg_header_01.jpg) no-repeat 200px 0;*/
	/*background: #284907;*/
	/*border-bottom:3px solid #FFE127;*/
	border-bottom:3px solid #A4A4A4;
}
.pdAktiv #header{
	background: #CA0000 url(../pics/bg_header_pda_2.jpg) no-repeat 130px 0;
	/*background: #284907 url(../pics/bg_header_01.jpg) no-repeat 200px 0;*/
	/*background: #284907;*/
	border-bottom:3px solid #FC5B0D;
}
#headerPda{
	float: left;
	position: relative;
	width:480px;
	height: 145px;
	background: #CA0000 url(../pics/bg_header_home_pda.jpg) no-repeat 0 0;
	border-bottom:3px solid #FC5B0D;
}
#headerPd{
	position: relative;
	float:left;
	width:480px;
	height: 145px;
	background: #fdc10c url(../pics/bg_header_home_pd.jpg) no-repeat 0 0;
	border-bottom:3px solid #8C7C7D;
}

.pd #logo{
	position:absolute;
	top:20px;
	left:20px;
}

.pdAktiv #logo{
	position:absolute;
	top:20px;
	left:20px;	
}
.pd #logo2{
	position:absolute;
	top:20px;
	right:20px;
}
.pdAktiv #logo2{
	position:absolute;
	top:20px;
	right:20px;
}
#headerPda #logo{
	position:absolute;
	top:20px;
	left:20px;
}
#headerPd #logo2{
	position:absolute;
	top:20px;
	left:15px;
}

#logo .floatLeft{
	padding: 0 8px 0 0;
}

#headerPic{
	position: absolute;
	right: 25px;
	top:25px;
	z-index:100;
}

#metanav{
	height:1.3em;
	background: #7C7C7C;
}

#metanav ul{
	padding: 0 0 0 0;
	float:right;
	/*width: 25em;*/
	list-style: none;
	line-height: 1.2em;
}

#metanav ul li{
	display: inline;
	float: left;
}

#metanav ul li a{
	font-size: .75em;
	font-weight:bold;
}

a.aMetaFirst:link,
a.aMetaFirst:visited{
	color: #fff;
	text-decoration: none;
	padding: 0 10px;
}
a.aMetaFirst:hover,
a.aMetaFirst:focus,
a.aMetaFirst:active{
	/*text-decoration: underline;*/
	background:#D4D4D4;
	color: #333;
}

a.aMeta:link,
a.aMeta:visited{
	color: #fff;
	text-decoration: none;
	padding: 0 10px;
	border-left: 1px solid #fff;
}
a.aMeta:hover,
a.aMeta:focus,
a.aMeta:active{
	/*text-decoration: underline;*/
	background:#D4D4D4;
	color: #333;
}

#metanav a.active:link,
#metanav a.active:visited{
	background:#D4D4D4;
	color: #333;
	text-decoration: none;
}
#metanav a.active:hover,
#metanav a.active:focus,
#metanav a.active:active{
	/*background:none;*/
}
a.crossLink:link,
a.crossLink:visited{
	display: inline;
	float: right;
	/*color: #F6E8C5;*/
	color: #fff;
	font-size: .75em;
	margin: 1.2em 15px 10px 0;
	padding: 2px 5px;
}
.pd a.crossLink:hover,
.pd a.crossLink:active,
.pd a.crossLink:focus{
	background: #FEDA6B;
	color: #333;
}
.pdAktiv a.crossLink:hover,
.pdAktiv a.crossLink:active,
.pdAktiv a.crossLink:focus{
	background: #EB5922;
}

/* ------------------------------------------ Main Navigation ------------------------------------ */

#kontaktButton{
	position:absolute;
	top:.185em;
	right:20px;
}
.pd #kontaktButton a:link,
.pd #kontaktButton a:visited{
	display: block;
	width:80px;
	height: 75px;
	background: transparent url(../pics/kontakt_pd.gif) no-repeat top left;
	text-decoration: none;
}
.pd #kontaktButton a:hover,
.pd #kontaktButton a:focus,
.pd #kontaktButton a:active{
	background: transparent url(../pics/kontakt_pd.gif) no-repeat 0 -75px;
}
.pdAktiv #kontaktButton a:link,
.pdAktiv #kontaktButton a:visited{
	display: block;
	width:80px;
	height: 75px;
	background: transparent url(../pics/kontakt_pdaktiv.gif) no-repeat top left;
	text-decoration: none;
}
.pdAktiv #kontaktButton a:hover,
.pdAktiv #kontaktButton a:focus,
.pdAktiv #kontaktButton a:active{
	background: transparent url(../pics/kontakt_pdaktiv.gif) no-repeat 0 -75px;
}
#navigation{
	clear: both;
	position: relative;
	left: 0;
	width: 960px;
	z-index: 90;
	padding: 20px 0 0 0;
	margin:0px 0 0 0;
	/*background: #9A9B64 url(../pics/bg_nav_stripes.gif) repeat-x;*/
}

.pd #navigation{
	/*background: #85BC43;	*/
	background: #787878;	
}

.pdAktiv #navigation{
	/*background: #8E96AD;	*/
	background: #E92A00;	
}

#nav img{
	display:block;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#navigation #nav ul.ulActive{
	width: 950px;
}
#nav{
	margin-left: 12px;
}

#nav a{
	color: #333;
	font-size: .75em;
	font-weight: bold;
	display: block;
	text-decoration: none;
	margin: 0 0 0 10px;
	padding: 4px 20px 4px 0;
	/*background: transparent url(../pics/ic_bone.gif) no-repeat right;*/
	color: #333;
}

.pdAktiv #nav a span{
	background: transparent url(../pics/right_both.gif) no-repeat 100% 0;	
}
.pd #nav a span{
	background: transparent url(../pics/right_both_pd.gif) no-repeat 100% 0;	
}


.pdAktiv #nav a.active{
	background:transparent url(../pics/left_both.gif) no-repeat 0 -150px;
}
.pdAktiv #nav a.active span{
	background: transparent url(../pics/right_both.gif) no-repeat 100% -150px;
}
.pd #nav a.active{
	background:transparent url(../pics/left_both_pd.gif) no-repeat 0 -150px;
}
.pd #nav a.active span{
	background: transparent url(../pics/right_both_pd.gif) no-repeat 100% -150px;
}

#nav ul a {
	font-size: 12px;
	display: block;
	
}
#nav ul a span{
	width: 10em;
}

#nav li {
	float: left;
	min-width: 3em;
	margin-right: 15px;
}
#nav li li{
	margin-right: 0;
}

#nav li ul {
	position: absolute;
	width: 12em;
	top: 40px;
	left: -999em;
	border-top:1px solid #bbb;
	z-index: 200;
}

#nav li:hover ul, #nav li.sfhover ul {
	clear:both;
	left: auto;
}

#nav li ul.ulActive {
	position: absolute;
	width: 100%;
	top: 24px;
	left: 7px;
	border-top:1px solid #bbb;
	z-index: 100;
}

#nav li:hover, #nav li.sfhover {
	/*background:url(../pics/right_both.gif) no-repeat 100% -150px;*/
}
.pdAktiv #nav li:hover a, .pdAktiv #nav li.sfhover a {
	background:url(../pics/left_both.gif) no-repeat 0 -150px;
}
.pd #nav li:hover a, .pd #nav li.sfhover a {
	background:url(../pics/left_both_pd.gif) no-repeat 0 -150px;
}
.pdAktiv #nav li:hover a:hover{
	background:transparent url(../pics/left_both_over.gif) no-repeat 0 -150px;
}
.pd #nav li:hover a:hover{
	background:transparent url(../pics/left_both_pd_over.gif) no-repeat 0 -150px;
}
.pdAktiv #nav li:hover a span, .pdAktiv  #nav li.sfhover a span {
	background:url(../pics/right_both.gif) no-repeat 100% -150px;
}
.pd #nav li:hover a span, .pd #nav li.sfhover a span {
	background:url(../pics/right_both_pd.gif) no-repeat 100% -150px;
}
.pdAktiv #nav li:hover a:hover span{
	background:url(../pics/right_both_over.gif) no-repeat 100% -150px;
}
.pd #nav li:hover a:hover span{
	background:url(../pics/right_both_pd_over.gif) no-repeat 100% -150px;
}

.pdAktiv #nav a {
	float:left;
	background:url(../pics/left_both.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 9px;
	text-decoration:none;
}

.pd #nav a {
	float:left;
	background:url(../pics/left_both_pd.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 9px;
	text-decoration:none;
}
#nav a span {
	float:left;
	display:block;
	/*background:url(../pics/right_both.gif) no-repeat right top;*/
	padding:4px 15px 4px 1px;
	font-weight:bold;
	color:#333;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav a span {float:none;}
/* End IE5-Mac hack */
#nav a:hover span {
	color:#333;
}
#nav a:hover {
	background:transparent url(../pics/left_both_over.gif) no-repeat 0 -150px;
}
#nav a:hover span {
	background:url(../pics/right_both_over.gif) no-repeat 100% -150px;
}

#nav a span.neu{
	display:inline;
	padding: 0 0 0 5px;
	margin: 0;
	color: #FD4104;
}
#nav a:hover span.neu {
	color: #FD4104;
}

#nav ul.ulActive li a{
	background: #E6E6D8 url(../pics/pipe.gif) no-repeat right !important;
	/*background: #fff !important;*/
	width: auto !important;
	padding-right:10px !important;
	/*border-right: 1px solid #333;*/
}
#nav ul.ulActive li a:hover,
#nav ul.ulActive li a:focus,
#nav ul.ulActive li a:active{
	background: #FBF4E3 url(../pics/pipe.gif) no-repeat right !important;
}
#nav ul.ulActive li.lastLi a{
	background-image:none !important;
}

.pdAktiv #nav ul li a,
.pdAktiv #nav ul li a:link,
.pdAktiv #nav ul li a:visited{
	display: block;
	padding:5px 5px 5px 10px;
	margin: 0 0 0 0;
	text-decoration: none;
	width: 15em;
	/*background: #D4D4D4;*/
	background: #F6E8C5;
	color: #333;
	border-bottom:1px solid #bbb;
}
.pdAktiv #nav ul li a:hover,
.pdAktiv #nav ul li a:focus,
.pdAktiv #nav ul li a:active{
	color: #333;
	background: #FBF4E3 !important;
	text-decoration: none;
	border-bottom:1px solid #bbb;
}
.pd #nav ul li a,
.pd #nav ul li a:link,
.pd #nav ul li a:visited{
	display: block;
	padding:5px 5px 5px 10px;
	margin: 0 0 0 0;
	text-decoration: none;
	width: 15em;
	/*background: #D4D4D4;*/
	background: #FFE127;
	color: #333;
	border-bottom:1px solid #bbb;
}
.pd #nav ul li a:hover,
.pd #nav ul li a:focus,
.pd #nav ul li a:active{
	color: #333;
	background: #FDC10C !important;
	text-decoration: none;
	border-bottom:1px solid #bbb;
}

#nav a.first,
#nav a.first:link,
#nav a.first:visited{
	color:#fff;
	display: block;
	padding:5px 5px 5px 10px;
	margin: 0 0 0 0;
	text-decoration: none;
	border-top:1px solid #fff;
	border-bottom:1px solid #bbb;
}
#nav a.first:hover,
#nav a.first:focus,
#nav a.first:active{
	text-decoration: none;
	border-top:1px solid #fff;
	border-bottom:1px solid #bbb;
}

.pdAktiv #nav ul li a.active,
.pdAktiv #nav ul li a.active:link,
.pdAktiv #nav ul li a.active:visited{
	font-weight: bold;
	background: #FBF4E3 !important;
	display: block;
	padding:5px 5px 5px 10px;
	margin: 0;
	text-decoration: none;
}
.pdAktiv #nav ul li a.active:hover,
.pdAktiv #nav ul li a.active:focus,
.pdAktiv #nav ul li a.active:active{
	text-decoration: none;
}

.pd #nav ul li a.active,
.pd #nav ul li a.active:link,
.pd #nav ul li a.active:visited{
	font-weight: bold;
	background: #FDC10C !important;
	display: block;
	padding:5px 5px 5px 10px;
	margin: 0;
	text-decoration: none;
}
.pd #nav ul li a.active:hover,
.pd #nav ul li a.active:focus,
.pd #nav ul li a.active:active{
	text-decoration: none;
}

/*=Breadcrumb navigation
***************************************************/

#breadcrumb{
	position: relative;
}

#breadcrumb p{
	padding: 0 20px 10px 20px;
	font-size: .75em;
}
#breadcrumb p,
#breadcrumb a{
	color: #333;
}

.pd #breadcrumb p,
.pd #breadcrumb a{
	color: #333;
}
#breadcrumb p a:link,
#breadcrumb p a:visited{
	text-decoration: none;
}
#breadcrumb p a:hover,
#breadcrumb p a:focus,
#breadcrumb p a:active{
	text-decoration: underline;
}
/***************************************************/

/* --------------------------- mittlere Spalte ---------------------------- */
/* ----------------------------------------- Content Area ---------------------------------------- */

#content{
	clear: both;
	position: relative;
	width:100%;
	margin: 0 auto 0 auto;
	padding: 26px 0 20px 0px;
	z-index: 10;
	/*background: #D8CAA8 url(../pics/bg_lines_2.gif) repeat-x;*/
	/* background: #D8CAA8; */
	background: #fff;
	border-bottom:2px solid #E6E6D8;
}

#content .trennlinie{
	clear: both;
	border-bottom: 3px solid #E6E6D8;
	line-height: 12px;
	font-size: 11px;
	height: 12px;
	margin-bottom: 1em;
}
#content a.aTop:link,
#content a.aTop:visited{
	color: #EB5922;
	font-size: .75em;
	clear: both;
	display: block;
	padding: 2px 15px 5px 15px;
	margin:10px 15px 0 15px;
	text-decoration: none;
	font-weight: bold;
	background: transparent url(../pics/ic_toTop.gif) no-repeat 0 .5em;
}
#content a.aTop:hover,
#content a.aTop:focus,
#content a.aTop:active{
	color:#333;
	background: transparent url(../pics/ic_toTop_hover.gif) no-repeat 0 .5em;
}

#content h1{
	/* font-family: Georgia,serif; */
	font-family: "Lucida Console", Helvetica, sans-serif;
	font-size: 1.2em;
	color: #444;
	padding: 0;
	margin: 1em 0 1em 20px;
	letter-spacing: .05em;
	font-weight: bold;
	text-transform:uppercase;
}
#content h1 span{
	font-size:1.3em;
}

.home #content h1{
	padding: 14px 0 0 0;
}
#content h2{
	font-size: .875em;
	font-weight:bold;
	margin: 0 16px 1em 20px;
	padding: 0 0 0 0;
	line-height: 1.5;
}
.home #content .rightCol h2{
	margin-left:20px;
}
#content h3{
	font-size: .75em;
	font-weight:bold;
	margin: 0 0 1em 20px;
	padding: 8px 0 0px 0;
	line-height: 1.4;
}
#content h2.bigSubHeadline{
	font-size: 1em;
	border-bottom: 1px solid #444;
	margin-bottom: 1em;
}
#content p{
	font-size: .75em;
	line-height:1.5;
}
#content p.datum{
	padding: 0 0 0 0;
	margin: 0 10px 0 20px;
}
.pd #content a.specialLink:link,
.pd #content a.specialLink:visited{
	font-size: .75em;
	font-weight: bold;
	margin: 0 10px 1em 20px;
	padding: 2px 10px 2px 25px;
	color:#EB5922;
	text-decoration: none;
	line-height: 1.4;
	display:block;
	background: transparent url(../pics/bullet_dog2_pd.gif) no-repeat 2px .2em;
}
.pd #content a.specialLink:hover,
.pd #content a.specialLink:focus,
.pd #content a.specialLink:active{
	color: #333;
	background: transparent url(../pics/bullet_dog2_pd_hover.gif) no-repeat 2px .2em;
}


.pdAktiv #content a.specialLink:link,
.pdAktiv #content a.specialLink:visited{
	font-size: .75em;
	font-weight: bold;
	margin: 0 10px 1em 20px;
	padding: 2px 10px 2px 25px;
	color:#EB5922;
	text-decoration: none;
	line-height: 1.4;
	display:block;
	background: transparent url(../pics/bullet_dog.gif) no-repeat 2px .2em;
}
.pdAktiv #content a.specialLink:hover,
.pdAktiv #content a.specialLink:focus,
.pdAktiv #content a.specialLink:active{
	color:#333;
	background: transparent url(../pics/bullet_dog2_pd_hover.gif) no-repeat 2px .2em;
}

#content .trennerKnochen{
	max-width: 30em;
	background: transparent url(../pics/bone_2.gif) no-repeat 50% 50%;
	margin-bottom: .5em;
}
#content ul.contentList{
	margin: 0 15px 1.5em 35px;
	font-size: .75em;
	line-height: 1.5;
	list-style: disc;
	max-width: 45em;
}
#content ul.contentList li{
	margin-bottom: .3em;
}

#content ul.ankerList{
	margin: 0 15px 1em 15px;
	font-size: .75em;
	line-height: 1.4;
	max-width: 45em;
}
#content ul.ankerList a:link,
#content ul.ankerList a:visited{
	display: block;
	color:#37527D;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 10px 2px 18px;
	background: transparent url(../pics/bullet_anchor.gif) no-repeat 5px .6em;
}
#content ul.ankerList a:hover,
#content ul.ankerList a:focus,
#content ul.ankerList a:active{
	background-color: #E6E6D8;
}

#content ul.linkList{
	margin: 0 15px 1em 15px;
	font-size: .75em;
	line-height: 1.4;
	max-width: 45em;
}

.pdAktiv #content ul.linkList a:link,
.pdAktiv #content ul.linkList a:visited{
	display: block;
	color:#EB5922;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 10px 2px 25px;
	background: transparent url(../pics/bullet_dog.gif) no-repeat 2px .2em;
}
.pdAktiv #content ul.linkList a:hover,
.pdAktiv #content ul.linkList a:focus,
.pdAktiv #content ul.linkList a:active{
	color: #333;
	background: transparent url(../pics/bullet_dog2_pd_hover.gif) no-repeat 2px .2em;
}
.pdAktiv #content .rightCol ul.linkList{
	margin-left:0;
}

.pd #content ul.linkList a:link,
.pd #content ul.linkList a:visited{
	display: block;
	color:#EB5922;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 10px 2px 25px;
	background: transparent url(../pics/bullet_dog2_pd.gif) no-repeat 2px .2em;
}
.pd #content ul.linkList a:hover,
.pd #content ul.linkList a:focus,
.pd #content ul.linkList a:active{
	color: #333;
	background: transparent url(../pics/bullet_dog2_pd_hover.gif) no-repeat 2px .2em;
}
.pd #content .rightCol ul.linkList{
	margin-left:0;
}
.home #content ul.linkList a:link,
.home #content ul.linkList a:visited{
	display: block;
	color:#EB5922;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 10px 2px 25px;
	background: transparent url(../pics/bullet_dog.gif) no-repeat 2px .2em;
}
.home #content ul.linkList a:hover,
.home #content ul.linkList a:focus,
.home #content ul.linkList a:active{
	color: #333;
	background: transparent url(../pics/bullet_dog2_pd_hover.gif) no-repeat 2px .2em;
	border-bottom: none;
}
.home #content .rightCol ul.linkList{
	margin-left:20px;
}

#contentContainer{
	position: relative;
	/* background: transparent url(../pics/bg_container.gif) repeat-y; */
}
#content .box{
	background: #E6E6D8;
	padding:5px 0 5px 0;
	margin: 0 15px 0 15px;
	border-right:1px solid #9A9B64;
	border-bottom:1px solid #9A9B64;
}
#content .leftCol{
	float: left;
	width:60%;
	padding-top: .5em;
	min-height: 25em;
}
#content .rightCol{
	float:right;
	width:39%;
} 
.home #content .leftCol{
	float: left;
	width:50%;
	padding-top:0;
	border-right: 1px solid #666;
}
.home .containerPDAktiv{
	margin: 10px;
	/*background: #cdcdcd url(../pics/bg_box_home_top.gif) no-repeat top left;*/
}
.home .containerPD{
	margin: 10px;
	/*background: #cdcdcd url(../pics/bg_box_home_top.gif) no-repeat top left;*/
}
.home .homeTeaserCombi{
	background: #fff;
	margin: 0 10px 10px 10px;
	padding: 10px 0 0px 0;
}

.home #content .homeContainer h1{
	color: #E8AF02;
	margin-bottom: 10px;
}

.home #content .homeContainer h1 a:link,
.home #content .homeContainer h1 a:visited{
	color:#333;
	text-decoration: none;
	background-color: transparent;
}
.home #content .homeContainer h1 a:hover,
.home #content .homeContainer h1 a:focus,
.home #content .homeContainer h1 a:active{
	color:#333;
	background-color: #FEDA6B;
}
.home #content .homeContainer p{
	color: #F6E8C5;
	color: #333;
}

.home #content .homeContainer a:link,
.home #content .homeContainer a:visited{
	color: #EB5922;
	text-decoration: none;
}
.home #content .homeContainer a:hover,
.home #content .homeContainer a:focus,
.home #content .homeContainer a:active{
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #bbb;
}
.home #content .homeContainer .teaserPic{
	float:left;
	margin:0 10px 10px 10px;
}
.home #content .leftCol .homeContainer .teaserPic{
	margin:0 10px 10px -6px;
}
.home #content .rightCol .homeContainer .teaserPic{
	margin:0 33px 10px 10px;
}
.home #content .rightCol{
	float:left;
	width:49%;
	padding-top:0;
} 
.smallRight #content .leftCol{
	float: left;
	width:70%;
}
.smallRight #content .rightCol{
	float:right;
	width:29%;
} 
.sub #content .rightCol{
	margin-top:0px;
} 
.leftCol p{
	margin: 0px 8px 12px 20px;
	max-width: 35em;
}
.pd .leftCol h2{
	color:#EB5922;
}
.rightCol p{
	margin: 4px 20px 8px 0px;
	max-width: 35em;
}
.leftCol p a:link,
.leftCol p a:visited{
	color: #EB5922;
	text-decoration: none;
}
.leftCol p a:hover,
.leftCol p a:focus,
.leftCol p a:active{
	color: #333;
	/*text-decoration: underline;*/
	border-bottom: 1px dotted #bbb;
}
.leftCol .contentPic{
	margin:0 0 1em 20px;
}
#content .rightCol h2{
	margin: 4px 20px 8px 0px;
	max-width: 35em;
}
#content .rightCol h3{
	margin: 4px 20px 4px 0px;
	padding-bottom: 0;
	max-width: 35em;
}
.contentBox{
	/* float:left; */
	/* width: 100%; */
	z-index: 2;
	/*border-bottom: 3px solid #E6E6D8;*/
	background: transparent url(../pics/dotted_line.gif) repeat-x bottom;
	padding: 8px 0;
	margin: 0 20px 0 0;
}

.contentBox .imgPart img{
	position: relative;
	display: block;
	z-index: 20;
}

.contentBox .smallTeaser{
	float: left;
	/*border: 3px solid #fff;*/
	margin: 8px 8px 0 0;
}
.contentBox .smallTeaserSubpage{
	float: left;
	/*border: 3px solid #fff;*/
	margin: 0 8px 0 0;
}
.contentBox a.aTeaserImg:link img,
.contentBox a.aTeaserImg:visited img{
	border: 3px solid #fff;
}
.contentBox a.aTeaserImg:hover img,
.contentBox a.aTeaserImg:focus img,
.contentBox a.aTeaserImg:active img{
	/*border-color: #E6E6D8;*/
	border-color: #a4a4a4;
}

.contentBox .imgPart img{
	position: relative;
	display: block;
	z-index: 20;
}
.contentBox .textPart{
	float:left;
	width: 350px;
	z-index: 20;
}
.contentBox .textPartSubpage{
	float:left;
	width: 180px;
	z-index: 20;
}
#content .contentBox .textPart h2{
	padding-bottom:0;
}
.contentBox .textPart p{
	padding:0;
}
.contentBox h2{
	font-family: Georgia,serif;
	position: relative;
	padding: 7px 8px 0 8px;
	color: #444;
	font-weight: bold;
	font-size: 1.33em;
	z-index: 30;
}
.contentBox h2 a:link,
.contentBox h2 a:visited{
	text-decoration: none;
}
.contentBox h2 a:hover,
.contentBox h2 a:focus,
.contentBox h2 a:active{
	background:#E6E6D8;
}

.contentBox p{
	line-height: 1.4;
	margin:0;
	padding: 5px 8px 8px 8px;
}
.address{
	border:1px solid #333;
}
.leftCol .address{
	margin: 0 20px 1em 20px;
	padding: 0 0 1em 0;
}
#content .leftCol .address h2{
	margin-top: 2em;
	margin-bottom: 0;
}
#content .leftCol .address h2:first-child{
	margin-top: 1em;
}

#content .leftCol .kurs{
	padding: 1em 0 0 0;
}
#content .leftCol .kursHover{
	background: #E8E8E8;
}

.pressestimme{
	border-top: 1px solid #bbb;
	margin: 0 10px 15px 20px;
	padding: 15px 0 0 0;
}

/*=Bildleiste
***************************************************/
.bildLeiste{
	margin: 0 10px 1em 0;
}

.leftCol .bildLeiste{
	margin: 0 10px 1em 20px;
}

/***************************************************/

/*=Download
***************************************************/

a.download:link,
a.download:visited{
	text-decoration: none;
	margin: 0 10px 0 20px;
	line-height: 1.4;
}

a.download:hover,
a.download:focus,
a.download:active{
	text-decoration:underline;
}

.pressestimme a.download{
	margin-left: 0;
}

a.downloadTif,
a.downloadJpg,
a.downloadZip,
a.downloadPdf,
a.downloadRtf{
	font-size: .75em;
	line-height: 1.4em;
	display:block;
	padding: 0 5px 0px 25px;
	margin: 0 0 5px 0;
}
#content .downloadHtml{
	font-size: .75em;
	line-height: 1.4em;
	display:block;
	padding: 0 5px 0px 25px;
	margin: 0 0 5px 0;
}
a.downloadPdf{
	background: transparent url(../pics/ic_pdf.gif) no-repeat;
}
a.downloadPdfEn{
	background: transparent url(../pics/ic_pdf_en.gif) no-repeat;
}
a.downloadTif{
	background: transparent url(../pics/ic_tif.gif) no-repeat;
}
a.downloadJpg{
	background: transparent url(../pics/ic_jpg.gif) no-repeat;
}
a.downloadZip{
	background: transparent url(../pics/ic_zip.gif) no-repeat;
}
a.downloadRtf{
	background: transparent url(../pics/ic_word.gif) no-repeat;
}
a.downloadHtml{
	background: transparent url(../images/ic_www2.gif) no-repeat;
}
/***************************************************/

/* ---------------------- Sitemap ------------------- */

.sitemap{
	font-size: .75em;
	margin: 0 10px 0 20px;
}

ul.sitemap{
	list-style: none;
}
ul.sitemap ul{
	list-style: none;
	margin:.5em 0 15px 0;
	line-height: 1.4;
}

.sitemap li.level1{
	margin: 0 0 1em 0;
	font-weight: bold;
}
.sitemap li.level2{
	margin: 0 0 0 20px;
	font-weight: normal;
}

ul.sitemap a:link,
ul.sitemap a:visited{
	display: block;
	text-decoration: none;
}
ul.sitemap a:hover,
ul.sitemap a:focus,
ul.sitemap a:active{
	text-decoration: underline;
}


/*=Formular
***************************************************/
.spaceLine5{height: 5px;font-size: 5px;line-height: 5px;}
.spaceLine10{height: 10px;font-size: 10px;line-height: 10px;}

input.textfeld{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #444444;
	font-size: 12px;
	padding: 1px 2px;
	background: #fff;
	border-left: 1px solid #3B5A60; 
	border-bottom: 1px solid #3B5A60; 
	border-top: 1px solid #5E808C; 
	border-right: 1px solid #5E808C; 
}
.inputWidth1{width:25em;}
.inputWidth2{width:10em;}
.inlineText{
	float: left;
	line-height: 1.6;
	padding: 0 5px 0 0;
	font-size: .75em;
}
.formKette{
	margin-right:10px;
}
textarea{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 300px;
	color: #444444;
	font-size: 12px;
	padding: 1px 2px;
	background: #fff;
	border-left: 1px solid #3B5A60; 
	border-bottom: 1px solid #3B5A60; 
	border-top: 1px solid #5E808C; 
	border-right: 1px solid #5E808C; 
}
input.submitButton{
	cursor: pointer;
}
#contentContainer .formLine{
	margin-left: 25px;
}
label{
	font-size: .75em;
	line-height: 1.6;
}
label.front{
	float: left;
}
.labelWidth1{
	width:8em;
}
.formLine{
	width: 97%;
	margin: 0 0 5px 0;
}
.formLine input{
	float: left;
	background: #fff;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}
.formLine textarea{
	float: left;
	background: #fff;
}

.error{
	color: #E92A00;
}

/***************************************************/

/*=Rechte Spalte
***************************************************/
.rightCol .infoBox{
	margin:0 20px 2em 0;
}
.rightCol ul.rightColList li{
	line-height: 1.5;
	font-size: .7em;
}

.rightCol h4.tableHeader{
	background:#787878;
	padding: 5px;
	color:#fff;
	border-bottom:1px solid #fff;
	font-size: .7em;
	font-weight: bold;
	letter-spacing: 1px;
}
.rightCol table.rightColTable{
	font-size: .7em;
	border-collapse: collapse;
	margin: 0 0 10px 0;
	width: 100%;
}

.rightCol table.rightColTable th,
.rightCol table.rightColTable td{
	padding:5px 15px;
	border-bottom: 1px dotted #fff;
}
.rightCol table.rightColTable th.thWidth1{
	width:50px;
}
.rightCol table.rightColTable .vzebra-even{
	background:#e8e8e8;
}
.rightCol table.rightColTable .vzebra-odd{
	background:#bbb;
}

/*=Infobox rechts
***************************************************/
.rightInfoBoxWrapper{
	position: relative;
	margin-bottom:15px;
}
.pdAktiv .rightInfoBox{
	background: transparent url(../pics/therapie/bg_infobox.gif) no-repeat top left;
	padding: 0 0 1em 0;
}
.pd .rightInfoBox{
	background: transparent url(../pics/prodog/bg_infobox.gif) no-repeat top left;
	padding: 0 0 1em 0;
	min-height: 20px;
}
.pdAktiv #content .rightInfoBox h2{
	background: transparent url(../pics/therapie/bg_infobox_hd.png) no-repeat left;
	padding:20px 35px 10px 35px;
	color: #F6E6C3;
	text-align: center;
}
.pd #content .rightInfoBox h2{
	background: transparent url(../pics/therapie/bg_infobox_hd.png) no-repeat left;
	padding:20px 35px 10px 35px;
	color: #fff;
	text-align: center;
}
.pdAktiv #content .rightInfoBox h3{
	padding:10px 15px 0 15px;
	color: #F6E6C3;
	font-weight:bold;
}
.pd #content .rightInfoBox h3{
	padding:10px 15px 0 15px;
	color: #fff;
	font-weight:bold;
}
.pdAktiv #content .rightInfoBox p{
	line-height: 1.3;
	padding:0 15px 0 15px;
	color:#fff;
}
.pd #content .rightInfoBox p{
	line-height: 1.3;
	padding:0 15px 0 15px;
	color:#444;
}
.pdAktiv #content .rightInfoBox p a{
	color:#fff;
}
.pd #content .rightInfoBox p a{
	color:#444;
}
.pdAktiv #content .rightInfoBox p.pMoreInfo{
	text-align: right;
	margin: -5px 15px 15px 15px;
}
.pd #content .rightInfoBox p.pMoreInfo{
	text-align: right;
	margin: -5px 15px 15px 15px;
}
.pdAktiv #content .rightInfoBox p.pMoreInfoLast{
	margin: -5px 15px 0 15px;
}
.pd #content .rightInfoBox p.pMoreInfoLast{
	margin: -5px 15px 0 15px;
}
.pdAktiv #content .rightInfoBox p a.moreInfo{
	line-height: 1.3;
	padding:0 15px 0 15px;
	color:#fff;
}
.pd #content .rightInfoBox p a.moreInfo{
	line-height: 1.3;
	padding:0 15px 0 15px;
	color:#444;
}
.pdAktiv .rightInfoBoxBottom{
	background: transparent url(../pics/therapie/bg_infobox.gif) no-repeat bottom left;
	padding-top: 10px;
}
.pd .rightInfoBoxBottom{
	background: transparent url(../pics/prodog/bg_infobox.gif) no-repeat bottom left;
	padding-top: 10px;
}
/***************************************************/

/***************************************************/

/*=Tabellen
***************************************************/
table.preisliste{
	margin:0 0 1em 20px;
	border-collapse: collapse;
	font-size: .7em;
	line-height:1.5;
	width: 500px;
}
.preisliste th{
	
}
.preisliste tr{
	background-color: #FEDA6B;
}
.preisliste tr.trEven{
	background-color: #FECF41;
}
.preisliste th,
.preisliste td{
	border-bottom: 1px solid #fff;
	padding: 5px 15px;
}
.preisliste td.tdPreis,
.preisliste th.thPreis{
	text-align:right;
}
.preisliste td.tdKursTermin{
	width: 120px;
}
.preisliste .tdKurspreis{
	width:100px;
}
.preisliste tbody tr:hover{
	background-color: #d4d4d4;
}
.preisliste thead th{
	background: #FDC10C;
	border-top: 2px solid #E8AF02;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	color: #333;
}

/* ----------------------------------------- Footer ---------------------------------------------- */
#footer{
float: left;
	clear: both;
	width: 100%;
	/*background: #BABA95;*/
	/*background: transparent url(../pics/bg_footer.gif) no-repeat bottom left;*/
	/*background: #284907;*/
}

.home #footer{
	background: #787878;
}
.pd #footer{
	background: #787878;
}

.pdAktiv #footer{
	background: #E92A00;
	border-bottom:3px solid #FC5B0D;
}

#footerNav{
	float:right;
	width:32em;
	height: 19px;
	color: #fff;
	padding:0 25px .5em 0;
	text-align: right;
}
#footerNav a:link,
#footerNav a:visited{
	font-size: .65em;
	text-decoration: underline;
	padding: 2px 5px 2px 5px;
	color: #fff;
}
#footerNav a:hover,
#footerNav a:focus,
#footerNav a:active{
	text-decoration: none;
	background: #D4D4D4;
	color:#333;
}

#footerNav ul{
	display: block;
	list-style: none;
	padding: 2px 0 0 16px;
}
#footerNav ul li{
	display: inline;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#footerNav ul li.copyright{
	padding-left:85px;
}
/*=Thickbox
***************************************************/
#TB_window {
	font: .75em Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 1em Arial, Verdana, Geneva, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #333;}
#TB_window a:visited {color: #333;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #333;}
#TB_window a:focus{color: #333;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	z-index: 200;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 202;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

#TB_window img#TB_Image {
	clear: both;
	display:block;
	margin: 0 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}
#TB_caption{
	/*height:55px;*/
	padding:0;
	margin:0 13px 10px 15px;
	/*float:left;*/
	color: #fff;
}
#TB_captionText{
	background: transparent url(../pics/bg_caption.jpg) repeat-y;
	padding:7px 15px 7px 15px;
	
}
#TB_secondLine{
	margin-top: 10px;
	text-align: center;
}
#TB_prev{
	margin-right:20px;
}
#TB_prev a:link,
#TB_prev a:visited{
	padding: 0 5px;
	background: #bbb;
	text-decoration: none;
}
#TB_prev a:hover,
#TB_prev a:focus,
#TB_prev a:active{
	background: #FD4104;
	color: #fff;
}
#TB_img_number{
	padding: 0 5px;
}
#TB_next{
	margin-left:20px;
	
}
#TB_next a:link,
#TB_next a:visited{
	padding: 0 5px;
	background: #bbb;
	text-decoration: none;
}
#TB_next a:hover,
#TB_next a:focus,
#TB_next a:active{
	background: #FD4104;
	color: #fff;
}

#TB_closeWindow{
	display:inline;
	padding:7px 0 10px 0;
	margin-right: 15px;
	float:right;
}

#TB_closeWindowButton{
	padding-right: 15px;
	background: transparent url(../pics/ic_close.gif) no-repeat right 2px;
}
#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:200px;
	width:200px;
	z-index:203;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -100px; /* -height/2 0 0 -width/2 */
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

/***************************************************/

