﻿/******************************************/
/*** cmsLayout ****************************/
/******************************************/

body {
	font-family:			Arial, Helvetica, sans-serif !important;
	font-size:				62.5% !important;
	margin:					0px;
	text-align:				center;
	background-color:		#eae6e0;
	background-image:		url('');
	background-position:	0px 0px;
	background-repeat:		repeat-x;
}

html, body {
	margin: 0px;
	padding: 0px;
}

div#divMainContainer {
	width:					960px;
	margin-top:				0px;
	margin-bottom:			0px;
	margin-left:			auto;
	margin-right:			auto;
}

div#divContainer {
	border:					0px dashed #017ac9;
	width:					960px;
	float:					left;
	text-align:				left;
	position:				relative;
	background-color:		#ffffff;
}

div#divHeader {
	float:					left;
	border:					0px;
	width:					950px;
	margin-top:				0px;
	margin-bottom:			0px;
	margin-left:			5px;
	margin-right:			5px;
	text-align:				left;
}

div#divContentContainer{
	width: 					950px;
	float: 					left;
	margin:					0px 5px 0px 5px;
	background-image: 		url(../siteimg/background.gif);
	background-position: 	251px 0px;
	background-repeat: 		repeat-y;
}

div#divContentContainer.fullwidth {
	background-image: 		none;
}

div#divNavigationCustom {
	border:					0px;
	width:					220px;
	min-height:				500px;
	margin-top:				0px;
	margin-bottom:			5px;
	margin-left:			0px;
	margin-right:			30px;
	text-align:				left;
	float:					left;
}

div#divNavigationCustom ul, #divNavigationCustom ul li {
	list-style:				none;
	margin:					0px;
	padding:				0px;
}

div#divHompageHeader {
	float:					left;
	width:					700px;
	height:					232px;
	background-color: 		#ffffff;
}

div#divContent {
	border:					0px;
	width:					475px;
	margin-top:				0px;
	margin-bottom:			0px;
	margin-left:			0px;
	margin-right:			35px;
	text-align:				left;
	float:					left;
	overflow:				hidden;
}

div#divContent.fullwidth {
	width:					700px;
	margin:					0px;
}

div#divSidebar {
	border:					0px;
	width:					190px;
	margin-top:				0px;;
	margin-bottom:			0px;
	margin-left:			0px;
	margin-right:			0px;
	text-align:				left;
	float:					left;
}

div#divFooter {
	border:					0px;
	width:					700px;
	height:					24px;
	margin-top:				15px;
	margin-bottom:			5px;
	margin-left:			255px;
	margin-right:			auto;
	text-align:				left;
	float:					left;
	background-color:		#eae6e0;
}

/******************************************/
/*** cmsNavigation ************************/
/******************************************/

div#divNavigationCustom div.custom ul li a{
	text-decoration: none
}

div.custom ul, div.custom ul li{
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}

/*======depth1======*/
div.custom ul.depth1{
	border-bottom:1px solid #c7c6c2;
}

div.custom ul.depth1 li{
	font-size: 120%;
}

div.custom ul.depth1 li.section{
	background-color: #ffffff;
}

div.custom ul.depth1 li a{
	color: #333333;
	text-decoration: none;
	display: block;
	padding: 7px 0 6px 10px;
	border-top: 1px solid #c7c6c2;
	background-color: #eae6e0;
}

div.custom ul.depth1 li.section a{
	border-top: none;
	background-color: #ffffff;
}

div.custom ul.depth1 li a.active{
	font-weight: bold;
	background-image: url(../siteimg/Navigation-Pfeil.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;	
	background-color: #f7f5f3;
}

div.custom ul.depth1 li a:hover{
	background-color: #333333;
	color: #ffffff;	
}

div.custom ul.depth1 li a:focus{
	background-color: #333333;
	color: #ffffff;
	background-image: url(../siteimg/Navigation-Pfeil-hover.gif);
	background-repeat: no-repeat;
	background-position: left;
}

div.custom ul.depth1 li.section a:focus{
	background-image: none;
}

/* spezial */
div.custom ul.depth1 li.sectionspacer{
	background-color: #ffffff;
	height: 28px;
	border-top: 1px solid #c7c6c2;
}

div.custom ul.depth1 li.sectionspezial a{
	color: #333333;
	text-decoration: none;
	display: block;
	padding: 5px 0 5px 10px;
	border-top: 1px solid #c7c6c2;
	background-color: #ffffff;
	font-size: 90%;
}

div.custom ul.depth1 li.sectionspezial a.active{
	font-weight: bold;
	background-image: url(../siteimg/Navigation-Pfeil.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;	
	background-color: #f7f5f3;
}

div.custom ul.depth1 li.sectionspezial a:hover{
	background-color: #333333;
	color: #ffffff;	
}

div.custom ul.depth1 li.sectionspezial a:focus{
	background-color: #333333;
	color: #ffffff;
	background-image: url(../siteimg/Navigation-Pfeil-hover.gif);
	background-repeat: no-repeat;
	background-position: left;
}

div.custom ul.depth1 li.sectionspacer.section{
	border-top: 0px;
}

/*======depth2======*/

div.custom ul.depth2 {
	font-size: 80%;
	background-color: #f7f5f3;
}

div.custom ul.depth2.active {
	background-color: #ffffff !important;
}

div.custom ul.depth2 li{
	margin-left: 0px;
	padding-left: 15px !important;
	font-size: 111%;
	background-color: #f7f5f3;
}

div.custom ul.depth2 li.active{
	background-color: #ffffff !important;
	background-image: url(../siteimg/Navigation-Pfeil.gif);
	background-repeat: no-repeat;
	background-position: 6px 8px;
}

div.custom ul.depth2 li a.active{
	background-image:none;
	background-color: #ffffff;
	font-weight: bold;
}

div.custom ul.depth2 li a, div.custom ul.depth2 li a.last{
	padding: 5px 0 5px 0;
	background-color: #f7f5f3;
	border-bottom: 0px solid #c7c6c2;
}

div.custom ul.depth2 li a:focus{
	background-color: #333333;
	list-style: none;
	background-image: none;	
}

div.custom ul.depth2 li a.active{
	background-color: #ffffff;
	color: #333333;
}

div.custom ul.depth2 li a:hover{
	background-color: #333333;
	color: #ffffff;
}

div.custom ul.depth2 li a.active:hover{
	background-color: #333333;
	color: #ffffff;
}

div.custom ul.depth2 li a.active:focus{
	background-color: #333333;
	color: #ffffff;
}

/*======depth3======*/

div.custom ul.depth3{
	font-size: 80%;
	background-color: #ffffff;
}

div.custom ul.depth3 li{
	margin: 0px;
	padding: 0px 0px 0px 10px !important;
	font-weight: normal;
	font-size: 130%;
	background-color: #ffffff;
}

div.custom ul.depth3 li.active{
	background-image: url(../siteimg/Navigation-Pfeil.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
}

div.custom ul.depth3 li a{
	padding: 5px 0px 5px 0px !important;
	color: #333333;
	background-color: #ffffff !important;
}

div.custom ul.depth3 li a.active{
	font-weight: bold;
	background-image: none;
}

div.custom ul.depth3 li a:focus{
	color: #ffffff;
	background-color: #333333 !important;
}

div.custom ul.depth3 li a:hover{
	color: #ffffff;
	background-color: #333333 !important;
}

div.custom ul.depth3 li a.active:hover{
	color: #ffffff !important;
}

/******************************************/
/*** cmsHeader ****************************/
/******************************************/

/*** Logo ***/
div#divLogo{
	float: left;
	margin: 0px 30px 0px 0px;
	padding: 0px;
	border-bottom: 1px solid #e3e2e0;
	height: 85px;
}

div#divHeader div#divLogo img{
	width: 210px;
	height: 72px;
	margin: 5px 0px 0px 10px;
	border: 0px;
	overflow: hidden;
}

/*** Service Navigation ***/
div#divService{
	width: 700px;
	height: 45px;
	background-color: #dbdace;
	float: left;
}

div#divLanguage{
	float: left;
	list-style: none;
	margin: 20px 0px 0px 9px;
	display: inline;
	height: 24px;
}

div#divLanguage ul li{
	float: left;
}

div#divLanguage ul li a.language{
	display: block;
	height: 19px;
	padding: 5px 6px 0px 6px;
	font-size: 111%;
	color: #ffffff;	
	text-decoration: none;
}

div#divLanguage ul li a.language:hover{
	text-decoration: underline;
}

div#divServicenavigation{
	float: right;
	margin: 20px 8px 0 0;
}

div#divServicenavigation ul.depth0 li{
	float: left;
	margin: 0px;
	padding: 0px;
}

div#divServicenavigation ul.depth0 li a{
	display: block;
	float:left;
	color: #ffffff;
	text-decoration: none;
	height: 19px;
	padding: 5px 6px 0 6px;
	font-size: 111%;
}

div#divServicenavigation ul.depth0 li a:hover, div#divLanguage a:hover{
	text-decoration: underline;
}

div#divServicenavigation ul.depth0 li a:focus, div#divLanguage a:focus{
	background-color: #333333;
}

/*** Suche ***/
div#divSiteSearch{
	float:right;
	margin: 15px 0 0 0;
	padding: 0 0 5px 0;
	width: 700px;
	border-bottom: 1px solid #e3e2e0;
}

div#divSiteSearch form{
	float: right;
}

div#divSiteSearch label{
	display: none;
}

div#divSiteSearch form input#searchstring{
	float: left;
	color: #333333;
	height: 18px;
	width: 158px;
	padding: 0px 0px 0px 5px;
	border-top: 1px solid #c7c6c2;
	border-bottom: 1px solid #c7c6c2;
	border-left: 1px solid #c7c6c2;
	border-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: normal;
}

div#divSiteSearch form input#searchstring:focus{
	border: 1px solid #333333;
}

div#divSiteSearch form input#searchbutton{
	float:left;
	width: 26px;
	height: 20px;
	background-image:url(../siteimg/searchButton.gif);
	border: 0px;
	cursor: pointer;
}

div#divSiteSearch form {
	
}

/*** skip links ***/
div#divLeiste{
    margin:0;
    display: block;
    padding: 10px 0 0 0;
    position: absolute;
    min-height: 3em;
	margin-top: 49px;
	left: 255px;
}

div#divLeiste ul{
    margin: 0 15em 0 0;
    padding: 3px 0 10px 0;
}

.u2{
    display: inline;
    height: 0px;
    left: -3000px;
    position: absolute;
    top: -2000px;
    width: 0px;
    z-index: 200;		
}

.skiplinks{
    line-height:0;
    list-style-type:none ;
    display:inline;
}

.skiplinks li{
    list-style-type:none;
	font-size: 120%;
}

.skiplinks li a.startseite:link, .skiplinks li a.startseite:visited {
  	display: inline;
    height: 0px;
    left: -3000px;
    position: absolute;
    top: -2000px;
    width: 0px;
    z-index: 200;
    border:0;
    padding:0;
}

ul.skiplinks li a.u2:active, ul.skiplinks li a.u2:focus, ul.skiplinks li a.startseite:active, ul.skiplinks li a.startseite:focus{
	background-color:#333333;
	color:#FFFFFF;
	display:block;
	font-size:1em;
	height:0.5em;
	left:0px;
	line-height:1.2em;
	margin-top:0;
	padding:10px 10px 15px;
	position:absolute;
	top:0px;
	width:19em;
	z-index:10000000;
}

/******************************************/
/*** cmsContent ***************************/
/******************************************/

ul, ul li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

div#divSpacer{
	height:28px;
}

/* ---- TYPOGRAFIE ---- */

.hidden-title{
	display: none;
}

span.unsichtbar{
	display: none;
}

div#divContent ul{
	list-style-image: url(../siteimg/sidebar-link-pfeil.gif);
	margin: 0 0 5px 0;
	font-size: 120%;
}

div#home-teaser div#balken h1{
	font-family: Georgia, Times, Lucida-Bright;
	font-size: 180%;
	color: #ffffff;
	font-weight: normal;
	margin: 7px 0px 0px 15px;
	padding: 0px;
	line-height: 140%;
}

/* Temporäre Mood Banner */
/* SPZ20 */
div#home-teaser div#spz20calendar {
	position: absolute;
	z-index: 10;
	top: 16px;
	right: 16px;
	width: 174px;
	height: 175px;
	background-image: url(../siteimg/bg_mood_spz20.png);
	background-repeat: no-repeat;
	text-decoration: none;
}

div#home-teaser div#spz20calendar.pan {
	background-image: url(../siteimg/bg_mood_spz20_pan.png);
}

div#home-teaser div#spz20calendar div {
	width: 174px;
	color: #333333;
	text-align: center;
}

div#home-teaser div#spz20calendar a {
	position: absolute;
	z-index: 11;
	display: block;
	width: 174px;
	height: 175px;
	text-decoration: none;
	color: #333333;
}

div#home-teaser div#spz20calendar div.calendarheader {
	color: #ffffff;
	font-size: 120%;
	line-height: 270%;
}

div#home-teaser div#spz20calendar div.calendarcount {
	margin: 11px 0px 0px 0px;
	font-family: Georgia, Times, Lucida-Bright;
	font-size: 700%;
	line-height: 100%;
}

div#home-teaser div#spz20calendar div.calendartext {
	width: 144px;
	margin: 10px 0px 0px 0px;
	padding: 0px 15px 0px 15px;
	font-size: 120%;
}


/* Schmerzkurs 2010 */
div#home-teaser div#schmerzkurs2010 {
	position: absolute;
	z-index: 10;
	top: 16px;
	right: 16px;
	width: 174px;
	height: 176px;
	background-image: url(../siteimg/bg_mood_schmerzkurs2010.png);
	background-repeat: no-repeat;
	text-decoration: none;
}

div#home-teaser div#schmerzkurs2010 a {
	position: absolute;
	z-index: 11;
	display: block;
	width: 174px;
	height: 175px;
	
	color: #ffffff;
	text-decoration: none;
}

div#home-teaser div#schmerzkurs2010 a div.bannertitle {
	position: absolute;
	top: 114px;
	left: 10px;
	font-size: 115%;
	font-weight: bold;
}

div#home-teaser div#schmerzkurs2010 a div.bannercontent {
	position: absolute;
	top: 131px;
	left: 10px;
	font-size: 110%;
}

div#home-teaser div#schmerzkurs2010 a div.bannerlink {
	position: absolute;
	top: 147px;
	left: 10px;
	padding: 0px 0px 0px 15px;
	font-size: 110%;
	background-image: url(../siteimg/banner-link-pfeil.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

/* Miss Handicap */
div#home-teaser div#misshandicap {
	position: absolute;
	z-index: 10;
	top: 16px;
	right: 16px;
	width: 174px;
	height: 176px;
	background-image: url(../siteimg/bg_mood_misshandicap.png);
	background-repeat: no-repeat;
	text-decoration: none;
}

div#home-teaser div#misshandicap a {
	position: absolute;
	z-index: 11;
	display: block;
	width: 174px;
	height: 175px;
	
	color: #ffffff;
	text-decoration: none;
}

div#home-teaser div#misshandicap a div.bannercontent {
	position: absolute;
	top: 114px;
	left: 10px;
	font-size: 110%;
	line-height: 150%;
	color: #ffffff;
}

/* ENDE: Temporäre Mood Banner */

div#divContent a{
	color: #266e98;
	text-decoration: underline;
}

div#divContent a:hover{
	background-color: #266e98;
	color: #ffffff;
}

div#divContent a:focus{
	background-color: #266e98;
	color: #ffffff;
}

div#divContent a.eventlink{
	font-size: 120%;
}

div#divContent a.imagelink, div#divContent a.imagelink:hover, div#divContent a.imagelink:focus {
	display: block;
	text-decoration: none;
	background-color: transparent;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

div#divContent img.imageleft{
	float: left;
	margin: 0px 15px 15px 0px;
	overflow: hidden;
}

div#divContent div.smallimagecontainer {
	float: left;
	width: 111px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}

div#divContent div.smallimagecontainer.last {
	margin: 0px;
}

div#divContent p.textright{
	float: left;
	display: block;
	width: 305px;
	overflow: hidden;
}

p.right {
	display: block;
	text-align: right;
}

div#divContent ul.secondhand {
	margin-bottom: 10px;
	padding-left: 20px;
	list-style: none;
}

div#divContent ul.filelist {
	list-style: none;
	background: none;
}

div#divContent ul.filelist li {
	line-height: 130%;
	clear: both;
	padding: 4px 0px;
	list-style: none;
	background: none;
}

div#divContent ul.filelist li img {
	margin: 0px 5px 0px 0px;
}

div#divContent ul.filelist li img, div#divContent ul.filelist li a {
	float: left;
}

/* ---- BREADCRUMB NAVIGATION ---- */

div#divBreadcrumb {
	float: left;
	width: 499px;
	min-height: 22px;
	color: #666666;
	background-color: #ffffff;
	margin: 0px;
	padding: 6px 0px 0px 0px;
	border: 0px solid pink;
}

div#divBreadcrumb ul{
	list-style-type: none;
	background: none;
	margin: 0px;
	padding: 0px;
}

div#divBreadcrumb ul li{
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0px !important;
	color: #666666;
	list-style-type: none;
	line-height: 170%;
}

div#divBreadcrumb ul li a{
	color: #666666;
	background-image: url(../siteimg/breadcrumb-pfeil.gif);
	background-repeat: no-repeat;
	background-position: right;
	margin: 0px;
	padding: 0px 8px 0px 0px;
}

div#divBreadcrumb ul li a:hover{
	text-decoration: none;
	color: #666666;
	background-color: transparent;
}

div#divBreadcrumb ul li a:focus{
	background-color: #333333;
	color: #ffffff;
	background-image: url(../siteimg/breadcrumb-pfeil-focus.gif);
}

/*---Bild LEGENDE----*/
div#divContent p.legend {
	display: block;
	font-size: 110%;
	color: #666666;
}

div#divContent p.legend.clear {
	clear: both;
}

div#divContent p.legend.left {
	float: left;
}

div#divContent p.legend.w475 {
	width: 475px;
}

div#divContent p.legend.w111 {
	padding-top: 5px;
	width: 111px;
}

div#divContent div.bottom p.legend{
	font-size: 110%;
	color: #666666;
	clear: both;
}

/*---RUBRIKEN---*/
div#rubriken{
	background-image: url(../siteimg/background-schnellstart.gif);
	background-repeat: repeat-y;
	margin: 15px 0 0 0;
	float: left;
}

div#rubriken h2 {
	color: #333333;
	font-weight: normal;
	width: 222px;
	border-bottom: 1px solid #dbdad5;
	padding: 0 0 8px 0;
	margin: 0px 0 7px 0;
}

div#rubriken-left{
	float: left;
	width: 222px;
}

div.rubriken-box{
	width: 220px;
	float: left;
	margin: 0 0px 15px 0;
	line-height: 180%;
}

div#rubriken-right{
	float: right;
	margin: 0 0 0 30px;
}

div.rubriken-box a{
	color: #266e98;
	text-decoration: underline;
}

div.rubriken-box a:hover{
	background-color: #266e98;
	color: #ffffff;
	text-decoration: none;
}

div.rubriken-box a:focus{
	background-color: #266e98;
	color: #ffffff;
}

div.no-line{
	border-bottom: 0px;
}

/*---HOME-TEASER---*/

div#home-teaser{
	position: relative;
	width: 700px;
	height: 203px;
	margin: 0px;
	overflow: hidden;
}

div#balken{
	background-image: url(../siteimg/balken-transparent.png);
	background-repeat: repeat-x;
	position: absolute;
	width: 700px;
	height: 40px;
	bottom: 0px;
	z-index: 3;
}

div#home-teaser img.moodfade {
	position: absolute;
	opacity: 0;
}

div#home-teaser img.moodfade.first {
	opacity: 1;
}

/*---RUBRIKEN---*/
div.teaser-box div h3{
	margin: 0px !important;
	padding: 0px !important;
}

div#subhome-teaser{
	background-image: url(../siteimg/background-schnellstart.gif);
	background-repeat: repeat-y;
	margin: 0px 0 0 0;
	float: left;
}

div#subhome-teaser div#teaser-left{
	float: left;
	width: 222px;
}

div.teaser-box{
	width: 220px;
	float: left;
	margin: 0 0px 10px 0;
	line-height: 180%;
	border-bottom: 1px solid #dbdad5;
}

div.right-rubriken{
	margin: 0 0 10px 30px;
}


div.teaser-box a{
	color: #266e98;
	text-decoration: underline;
	font-weight: normal;
}

div.teaser-box a:hover{
	background-color: #266e98;
	color: #ffffff;
	text-decoration: none;
}

div.teaser-box a:focus{
	background-color: #266e98;
	color: #ffffff;
}

div.teaser-box div p{
	margin: 0px 0 13px 0;
	padding: 0px;
	line-height: 18px;
	padding: 0px;
}

div.teaser-box.no-line{
	border-bottom: 0px;
}

/*---CONTENT TABLE---*/
table.inhaltstabelle thead tr, table.inhaltstabelle thead tr.farbe{
	background-color: #6a98b3;
	font-weight: bold;
	color: #ffffff;
	padding: 7px 10px;
	text-align: left;
	vertical-align: top;
}

table.inhaltstabelle {
	width: 100%;
	color: #333333;
	margin-bottom: 20px;
	border-bottom: 1px solid #DBDAD5;
	border-collapse: collapse;
}

table.inhaltstabelle.events {
	margin-bottom: 10px;
}

table.inhaltstabelle tr.farbe {
	background-color: #f7f5f3;
}

table.inhaltstabelle.events tr.weiss {
	background-color: #FFFFFF;
}

table.inhaltstabelle tr td, table.inhaltstabelle tr th{
	padding: 5px 10px;
	text-align: left;
	vertical-align: top;
}

table.inhaltstabelle.events tr td, table.inhaltstabelle.events tr th {
	padding: 5px 10px;
	text-align: right;
	vertical-align: top;
}

table.inhaltstabelle.events thead tr td, table.inhaltstabelle.events thead tr th {
	background-color: #dbdad5;
	color: #333333;
}

table.inhaltstabelle.events tbody tr td.first, table.inhaltstabelle.events thead tr th.first {
	padding-left:15px;
	text-align: left;
}

table.inhaltstabelle.noborder {
	border: 0px;
}
table.inhaltstabelle.nopadding td {
	padding: 3px 0px;
}

table.inhaltstabelle.bold td {

}

/* ---- FORMULARE ---- */
div#divContent ul.steps {
	border-left: 1px solid #dbdad5;
	font-size: 111%;
}

div#divContent ul.steps.active {
	border: 0px;
}

div#divContent ul.steps, div#divContent ul.steps li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	background-image: none;
	color: #333333;
}

div#divContent ul.steps li {
	display: block;
	float: left;
	background-image: url(../siteimg/mitglied-werden-step-bg-active.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

div#divContent ul.steps li.default {
	background-image: url(../siteimg/mitglied-werden-step-bg.gif) !important;
}

div#divContent ul.steps li.active {
	background-image: url(../siteimg/mitglied-werden-step-bg.gif) !important;
}

div#divContent ul.steps li span.step {
	display: block;
	padding: 6px 0px 0px 10px;
	width: 108px;
	height: 23px;
	background-image: url(../siteimg/mitglied-werden-step-arrow.gif);
}

div#divContent ul.steps li.active span.step {
	background-image: url(../siteimg/mitglied-werden-step-arrow-active.gif);
	color: #ffffff;
	/*font-weight: bold;*/
}

div#divContent ul.steps li.last {
	background-image: none !important;
}

div#divContent fieldset {
	display: block;
	width: 475px;
	border: 0px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	background-color: #f2f0ec;
	border-bottom: 1px solid #e3e2e0;
	color: #333333;
}

div#divContent fieldset.fullwidth {
	width: 700px;
}

div#divContent fieldset.buttons {
	padding: 15px 0px 20px 0px;
}

div#divContent fieldset legend {
	display: block;
	width: 460px;
	margin: 0px;
	padding: 5px 0px 5px 15px;
	font-size: 120%;
	background-color: #f2f0ec;
	border: 0px;
	color: #ffffff;
	font-weight: bold;
}

div#divContent fieldset.fullwidth legend {
	width: 685px;
}

div#divContent fieldset label.checkboxlabel,
div#divContent fieldset label.radiolabelfull {
	display: block;
	float: left;
	margin: 0px 0px 0px 5px;	
	padding: 0px 0px 5px 0px;
	min-height: 16px
}

div#divContent fieldset input.checkbox {
	float: left;
	margin: 1px 0px 0px 0px;
	padding: 0px;
}

div#divContent fieldset legend label.checkboxlabel {
	float: right;
	font-size: 100%;
	margin-right: 5px;
	font-weight: normal;
}

div#divContent fieldset legend input.checkbox {
	float: right;
	margin: 1px 10px 0px 0px;
}

div#divContent fieldset label {
	font-size: 120%;
	margin: 0px;
	padding: 0px;
}

div#divContent table.inhaltstabelle.events td label {
	font-size: 100%;
	margin-left: 5px;
}

div#divContent fieldset label.inputlabel {
	display: block;
	float: left;
	margin: 0px 0px 0px 15px;
	padding: 2px 0px 16px 0px;
	width: 200px;
	min-height: 16px;
}

div#divContent fieldset label.inputlabel.fullwidth {
	width: 382px;
	padding: 2px 0px 8px 0px;
	font-weight: bold;
}

div#divContent fieldset label.error {
	color: #b30000;
}

div#divContent fieldset label.radiolabel {
	display: block;
	float: left;
	margin: 0px 25px 0px 5px;
	padding: 1px 0px 0px 0px;
}

div#divContent fieldset div.overviewlabel {
	display: block;
	float: left;
	margin: 0px 0px 0px 15px;
	padding: 2px 0px 12px 0px;
	width: 200px;
	min-height: 12px;
	font-size: 120%;
}

div#divContent fieldset div.overviewinput {
	display: block;
	float: left;
	padding: 2px 0px 12px 0px;
	min-height: 12px;
	font-size: 120%;
}

div#divContent fieldset div.overviewinput.fullwidth {
	padding: 2px 15px 12px 15px;
}

div#divContent fieldset div.overviewinput.fixwidth {
	width:240px;
}

div#divContent fieldset div.overviewlabel.disabled, div#divContent fieldset div.overviewinput.disabled {
	color: #b7b6ab;
}

div#divContent fieldset img.error {
	float: right;
	margin: 2px 33px 0px 0px;
}

div#divContent fieldset img.error.feetable {
	margin-top: -20px;
}

div#divContent fieldset img.error.orderlist {
	margin-top: 25px;
}

div#divContent fieldset input, div#divContent select, div#divContent textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #333333;
}

div#divContent fieldset input.inputfield, div#divContent fieldset select.inputfield, div#divContent fieldset textarea.inputfield {
	float: left;
	height: 16px;
	padding: 2px 0px 0px 5px;
	border: 1px solid #b7b6ab;
	font-weight: normal;
}

div#divContent fieldset select.inputfield {
	height: 20px;
	padding: 0px;
}

div#divContent fieldset textarea.inputfield {
	height: 100px;
}

div#divContent fieldset textarea.inputfield.h50 {
	height: 50px;
}

div#divContent fieldset textarea.inputfield.hasmargin {
	margin-bottom: 14px;
}

div#divContent fieldset input.radiobutton {
	display: block;
	float: left;
	margin: 2px 0px 0px 0px;
	padding: 0px;
}

div#divContent fieldset select.dropdown {
	border: 1px solid #b7b6ab;
}

div#divContent fieldset input.inputfield.w209, div#divContent fieldset select.inputfield.w209 {
	width: 209px;
}

div#divContent fieldset input.inputfield.w193{
	width: 193px;
}

div#divContent fieldset select.inputfield.w182 {
	width: 182px; 
}

div#divContent fieldset input.inputfield.w175, div#divContent fieldset select.inputfield.w175, div#divContent fieldset textarea.inputfield.w175 {
	width: 175px;
}

div#divContent fieldset input.inputfield.w141, div#divContent fieldset select.inputfield.w141 {
	width: 141px;
}

div#divContent fieldset select.inputfield.w131, div#divContent fieldset select.inputfield.w131 {
	width: 131px;
}

div#divContent fieldset input.inputfield.w119, div#divContent fieldset select.inputfield.w119 {
	width: 119px;
}

div#divContent fieldset input.inputfield.w101, div#divContent fieldset select.inputfield.w101 {
	width: 101px;
}

div#divContent fieldset input.inputfield.w85, div#divContent fieldset select.inputfield.w85 {
	width: 85px;
}

div#divContent fieldset input.inputfield.w66, div#divContent fieldset select.inputfield.w66 {
	width: 66px;
}

div#divContent fieldset input.inputfield.w58{
	width: 58px;
}

div#divContent fieldset input.inputfield.w44 {
	width: 44px;
}

div#divContent fieldset input.inputfield.w34 {
	width: 34px;
}

div#divContent fieldset input.inputfield.w22 {
	width: 22px;
}

div#divContent fieldset input.inputfield.marginright {
	margin-right: 5px;
}

div#divContent fieldset input.inputfield.error, div#divContent fieldset textarea.inputfield.error {
	border: 1px solid #b30000;
}

div#divContent fieldset input.inputfield.disabled.error {
	border: 1px solid #b7b6ab;
}

div#divContent fieldset input.inputfield:focus, div#divContent fieldset textarea.inputfield:focus {
	border: 1px solid #333333;
}

div#divContent fieldset select.dropdown.w182 {
	width: 182px;
}

div#divContent fieldset input.button {
	display: block;
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0px 10px;
	border: 1px solid #00427a;
	background-image: url(../siteimg/background-button-sps.gif);
	font-size: 120%;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}

div#divContent fieldset input.button.left {
	float: left;
	margin-left: 20px;
}

div#divContent fieldset input.button.right {
	float: right;
	margin-right: 20px;
}

div#divContent fieldset .disabled, div#divContent fieldset .disabled a {
	color: #b7b6ab;
	cursor: default;
}

div#divContent fieldset .disabled a:hover, div#divContent fieldset .disabled a:focus, div#divContent fieldset .disabled a:visited {
	background: transparent;
	color: #b7b6ab;
}

div#divContent span.inputinfo {
	display: block;
	float: left;
	padding: 3px 0px 0px 0px;
	font-size: 120%;
}

div#divContent fieldset div.checkboxgroup, div#divContent fieldset div.radiobuttongroup {
	float: left;
	margin: 0px 0px 11px 0px;
	width: 182px;
	overflow: hidden;
}

div#divContent fieldset div.checkboxgroup.fullwidth {
	margin-left: 15px;
	width: 382px;
}

div#divContent fieldset div.checkboxgroup label.checkboxlabel {
	width: 164px;
}

div#divContent fieldset div.checkboxgroup label.radiolabelfull {
	width: 180px;
	padding-bottom: 16px;
}

div#divContent fieldset div.checkboxgroup label.checkboxlabel.fullwidth {
	width: 364px;
}

div#divContent fieldset div.radiobuttongroup label.radiolabel.horizontal.last {
	margin-right: 0px;
}

div#divContent fieldset div.radiobuttongroup label.radiolabel.vertical {
	display: block;
	float: left;
	margin: 0px 0px 0px 5px;	
	padding: 1px 0px 5px 0px;
	width: 164px;
	min-height: 16px
}

div#divContent fieldset p {
	margin: 0px 0px 0px 14px;
}

div#divContent p.forminfo {
	padding-top: 10px;
}

/*---VERANSTALTUNGSKALENDER---*/
div#divContent fieldset#eventcalendar {
	padding: 0px 15px 15px 15px;
	width: 700px;
	border-top: 1px solid #e3e2e0;
	margin: 0px 0px 15px 0px;
}

div#divContent div#eventdetails {
	padding: 13px 15px 8px 12px;
	width: 444px;
	border-top: 1px solid #e3e2e0;
	border-bottom: 1px solid #e3e2e0;
	margin: 0px 0px 0px 0px;
	font-size: 120%;
	background-color: #F2F0EC;
	clear: both;
}

div#divContent div#eventdetails div.creditcards {
	float: right;
}

div#divContent div#eventcontainer td.firstcol {
	font-weight: bold;
}

div#divContent div#eventdetailsregister {
	padding: 15px 15px 15px 0px;
	width: 456px;
	border-bottom: 1px solid #e3e2e0;
	background-color: #F2F0EC;
	clear: both;
}

div#divContent div#eventdetailsdescription {
	border-bottom: 1px solid #e3e2e0;
	margin: 0px 0px 15px 0px;
	padding: 5px 0px 18px 0px;

}


div#divContent fieldset#eventcalendar div.container {
	width: 562px;
}

div#divContent fieldset#eventcalendar div.inputgroup {
	float: left;
	margin: 15px 15px 0px 0px;
}

div#divContent fieldset#eventcalendar div.inputgroup.last {
	margin: 15px 0px 0px 0px;
}

div#divContent fieldset#eventcalendar label.inputlabel {
	float: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	padding-right: 15px;
}

div#divContent fieldset#eventcalendar label.inputlabel.w50 {
	width: 50px;
}

div#divContent fieldset#eventcalendar label.inputlabel.w70 {
	width: 70px;
}

div#divContent fieldset#eventcalendar label.inputlabel.w140 {
	width: 140px;
}

div#divContent fieldset#eventcalendar input.button.right {
	margin: 37px 0px 0px 0px;
}

div#divContent table.inhaltstabelle.eventcalendar {
	border: 0px;
}

div#divContent table.inhaltstabelle.eventcalendar td.nopadding {
	padding-left: 0px;
	padding-right: 0px;
}

div#divContent div#eventcalendardetail {
	float: left;
	padding: 0px 35px 0px 0px;
	width: 475px;
	background-image: url(../siteimg/background.gif);
	background-repeat: repeat-y;
	background-position: 1px 5px;
}

div#divContent div#eventcontainer {
	float: left;
	padding: 0px 35px 0px 0px;
	width: 475px;
	color: #333333;
	font-size: 100%;
	margin: 0px 0px 30px 0px;
}
div#divContent div#eventcontainer div.eventBack {
	float:right;
	padding: 0px 0px 0px 15px;
	background-image: url(../siteimg/zuruck-link-pfeil.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}

div#divContent div#eventcontainer div.eventBack p {
	margin: 0px 0px 7px 0px;
	padding: 0px;
}

div#divContent div#eventcontainer div.eventBack p a {
	text-decoration: none;
}

div#divContent div#eventcontainer table.eventDetailTable {
	font-size: 120%;
}

div#divContent div#eventcontainer table.eventDetailTable ul {
	font-size: 100%;
}

div#divContent div#eventcontainer table.eventDetailTable.contact {
	margin-top: 11px;
	border-bottom: 1px solid #e3e2e0;
}

div#divContent div#eventcontainer table.eventDetailTable.contact td {
	padding-bottom: 20px;
}

div#divContent div#eventcontainer table.eventDetailTable td {
	padding: 8px 0px 9px 0px;
	line-height: 16px;
}

div#divContent div#eventcontainer div.registerbutton {
	margin-left: 150px;
	font-size: 120%;
}

div#divContent div#eventcontainer div.registerbutton a.registerlink {
	background: url('../siteimg/background-button-pan.gif') top left repeat-x;
	border: 1px solid #00427A;
	color: #FFFFFF;
	float: left;
	line-height: 17px;
	padding: 0px 14px 0px 14px;
	text-decoration: none;
}

div#divContent div#eventcontainer div.registerbutton div.registerinactive {
	background-color: #C7C6C2;
	color: #FFFFFF;
	float: left;
	line-height: 19px;
	padding: 0px 14px 0px 14px;
}

div#divContent div#eventcontainer div.registerbutton div.registerstatus {
	font-weight: bold;
	float: left;
	margin: 2px 0px 0px 9px;
}

div#divContent div#eventcalendardetailsearch {
	float: left;
	width: 190px;
}

div#divContent div#eventcalendardetailsearch fieldset {
	margin: 0px;
	width: 190px;
	border-top: 1px solid #e3e2e0;
}

div#divContent div#eventcalendardetailsearch fieldset legend {
	width: 175px;
}

div#divContent div#eventcalendardetailsearch fieldset label.inputlabel {
	margin: 0px 0px 5px 15px;
	padding: 0px;
	width: 100px;
}

div#divContent div#eventcalendardetailsearch fieldset input.inputfield {
	width: 153px;
	margin: 0px 0px 0px 15px;
}

div#divContent div#eventcalendardetailsearch fieldset input.button.right {
	margin: 10px 15px 0px 0px;
}

/*---SUCH-ERGEBNISSE---*/
div.divSearchBox{
	margin: 0px 0px 10px 0px;
}

div.divSearchBox label{
	display: none;
}

div.divSearchBox form input#boxsearchstring {
	float: left;
	color: #333333;
	height: 17px;
	width: 158px;
	padding: 1px 0px 0px 5px;
	border-top: 1px solid #c7c6c2;
	border-bottom: 1px solid #c7c6c2;
	border-left: 1px solid #c7c6c2;
	border-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: normal;
}

div.divSearchBox form input#boxsearchstring:focus {
	border: 1px solid #333333;
}

div.divSearchBox form input#boxsearchbutton{
	float:left;
	width: 26px;
	height: 20px;
	background-image:url(../siteimg/searchButton.gif);
	border: 0px;
	cursor: pointer;
}

/*----NEWS----*/
div.divNewsOverviewContainer{
	margin-bottom: 15px;
}

div.divNewsOverviewElement{
	border-bottom: 1px solid #dbdad5 !important;
	overflow: hidden;
	clear: both;
}

div.divNewsOverviewElement p{
	float:left;
	margin-top: 7px !important;
	margin-bottom: 7px !important;
}

div.divNewsOverviewElement p.newsDate{
	margin-right: 30px !important;
	font-weight: bold;
}

div.divPagingContainer p{
	float: left;
	padding: 1px 10px 5px 0px !important;
}

div.divPagingContainer p.divPagingElements{
	overflow:hidden;
	padding: 0px !important;
	margin: 0px !important;
}

div.divPagingContainer a{
	display: block;
	float: left;
	width: 17px;
	margin: 0px 1px 1px 0px !important;
	border: 1px solid #266e98;
	background-color: #ffffff;
	text-align: center;
	text-decoration: none !important;
}

div.divPagingContainer a.active{
	color: #ffffff !important;
	background-color: #266e98;
}

/*---GLOSSAR---*/
p.glossarCharacters{
	background-color: #f2f0ec;
	border-top: 1px solid #e3e2e0;
	border-bottom: 1px solid #e3e2e0;
	padding: 10px 15px 12px 15px !important;
	overflow: hidden;
}

p.glossarCharacters a.char, p.glossarCharacters span.inactive{
	display: block;
	float: left;
	width: 17px;
	margin: 0px 1px 3px 0px;
	border: 1px solid #e3e2e0;
	background-color: #ffffff;
	text-align: center;
	text-decoration: none !important;
}

p.glossarCharacters span.inactive{
	color: #e3e2e0;
}

p.glossarCharacters a.char.active{
	color: #ffffff !important;
	background-color: #f2f0ec;
}

div.divGlossarWords{
	border-bottom: 1px solid #e3e2e0;
}

div.divGlossarWords h3{
	display: block;
	float: left;	
	width: 105px;
	margin: 1px 15px 0px 0px;
	line-height: 150%;
}

div.divGlossarWords p{
	display: block;
	overflow: hidden;
}

/*---ÄRZTEVERZEICHNIS---*/

table.inhaltstabelle td.personImage {
	padding: 0px;
	vertical-align: top;
}

div.personListTabs {
	border-bottom: 1px solid #c7c6c2;
	height: 29px;
	margin-bottom: 17px;
}

div.personListTabs a.personListTab {
	font-size: 120%;
	background-color: #eae6e0;
	padding: 0px 16px;
	float: left;
	line-height: 30px;
	display: block;
	height: 29px;
	margin-right: 2px;
	text-decoration: none !important;
	color: #333333 !important;
	outline: none;
}

div.personListTabs a.personListTab:hover {
	background-color: #eae6e0 !important;
}

div.personListTabs a.personListTab.active {
	border: 1px solid #c7c6c2;
	border-bottom: 0px;
	background-color: #FFFFFF;
	font-weight: bold;
}

div.personListTabs a.personListTab.active:hover {
	background-color: #FFFFFF !important;
}

table.inhaltstabelle.peopleListTable {
	background-color: #f7f5f3;
	margin-bottom: 0px;
	margin-top: 5px;
}

table.inhaltstabelle td.personImage img.imageleft {
	margin: 5px 21px 0px 0px !important;
}

div#divContent h2.peopleListCategory, div#divContent h2.eventTitle {
	margin: 30px 0px 10px 0;
	padding: 0px;
	font-family: Georgia, Times, Lucida-Bright;
	font-size: 160%;
	color: #333333;
	font-weight: normal;
	line-height: 170%;
}

div#divContent h2.eventTitle {
	border-bottom: 0px;
}

div#divContent div.peopleListEntry {
	border: 0px;
	
}

div#divContent div.peopleListEntry p {
	margin-bottom: 3px;
	float: left;
	display: block;
	font-weight: normal;
}

div#divContent div.peopleListEntry p.w260 {
	width: 260px;
}

div#divContent div.peopleListEntry p.w215 {
	width: 215px;
}

div#divContent table.inhaltstabelle.w325 {
	width: 325px;
}

/* TEASER HOMEPAGE */
div#divContent div.home_teaser_top{
	background-color: #f2f0ec;
	height: 108px;
	width: 474px;
	margin-bottom: 20px;
}
div#divContent div.home_teaser_top img{
	float: left;
}

div#divContent div.home_teaser_top div.home_teaser_top_content{
	float: left;
	padding: 11px 10px 0px 25px;
	height: 97px;
	width: 289px;
}

div#divContent div.home_teaser_top div.home_teaser_top_content.width{
	width: 439px;
}

div#divContent div.home_teaser_top div.home_teaser_top_content p.lead{
	font-weight: normal;
	font-size: 11px;
	margin: 0px;
}

div#divContent div.home_teaser_top div.home_teaser_top_content p.text{
	margin: 0px;
	font-size: 15px;
	font-weight: bold;
	height: 48px;
	overflow: hidden;
}

div#divContent a.hp-teaser-link{
	background-position: 0 4px;
    background-repeat: no-repeat;
    display: block;
    margin: 5px 0 0;
    padding: 0 0 0 15px;
    text-decoration: none;
	line-height: 14px;
}

div#divContent a.hp-teaser-link.top{
	float: left;
	width: 111px;
	overflow: hidden;
}

div#divContent a.hp-teaser-link.top.first{
	margin-right: 36px;
}

div#divContent a.hp-teaser-link.top.first.width{
	margin-right: 24px;
}

div#divContent a.hp-teaser-link:hover,
div#divContent a.hp-teaser-link:focus{
	color: #ffffff;
	background-image: url(../siteimg/teaser-link-pfeil.gif);
	background-color: #266e98;
}

div#divContent div.home_teaser_middle{
	width: 150px;
	height: 170px;
	background-color: #f2f0ec;
	float: left;
	margin: 0px 12px 20px 0px;
}

div#divContent div.home_teaser_middle.last{
	margin-right: 0px;
}

div#divContent div.home_teaser_middle div.home_teaser_middle_content{
	height: 82px;
	padding: 10px 13px 0px 13px;
}

div#divContent div.home_teaser_middle div.home_teaser_middle_content p{
	margin: 0px;
	height: 48px;
	overflow: hidden;
    font-size: 110%;
    line-height: 14px;
}

div#divContent div.home_teaser_middle div.home_teaser_middle_content a{
	margin-top: 0px;
}

div#divContent div.teaser-bottom-content{
	float:left;
	margin-top: -3px;
	margin-bottom: 22px;
}

div#divContent div.teaser-bottom-content > span{
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 7px;
}

div#divContent div.teaser-bottom-content div.link-list{
	width: 474px;
	border-top: 1px solid #dbdbdb;
	float: left;
	padding-top: 8px;
}

div#divContent div.teaser-bottom-content div.link-list a.hp-teaser-link{
	width: 198px;
	margin-right: 24px;
	float: left;
}

/* TEASER SIDEBAR PARTNER */
div#divSidebar div.sidebar_teaser_partner{
	width: 168px;
	height: 92px;
	border: 1px solid #dbdbdb;
	padding: 4px 10px 10px 10px;
}

div#divSidebar div.sidebar_teaser_partner span{
	color: #c7c6c2;
	margin-bottom: 2px;
	display: block;
}

div#divSidebar div.sidebar_teaser_partner img{
	border: 0px;
}

div#divSidebar div.sidebar_teaser_partner div.sidebar_teaser_image{
	width: 170px;
	height: 77px;
	position: absolute;
}

div#divSidebar div.sidebar_teaser_partner div.sidebar_teaser_image a{
	float: left;
	position: absolute;
	border: 0px;
}

/*---SCHNELLSTART---*/
div#schnellstart{
	background-image: url(../siteimg/background-schnellstart.gif);
	background-repeat: repeat-y;
	width: 475px;
	margin: 0px 0 0 0;
	float: left;
	font-size: 120%;
}

div#schnellstart-left{
	float: left;
	width: 220px;
	margin: 0 33px 0 0;
}

div.schnellstart-box{
	width: 220px;
	height: 40px;
	float: left;
	margin: 0 0px 15px 0;
}

div.schnellstart-box img{
	float: left;
	margin: 0 10px 0 0;
	border: 0px;
}

div.schnellstart-box a{
	color: #266e98;
	text-decoration: underline;
}

div.schnellstart-box a:hover{
	background-color: #266e98;
	color: #ffffff;
	text-decoration: none;
}

div.schnellstart-box a:focus{
	background-color: #266e98;
	color: #ffffff;
}

div.no-line{
	border-bottom: none;
}

div.schnellstart-box p a, div.schnellstart-box div a{
	margin: 2px 0 0 0;
	padding: 0px;
	line-height: 120%;
}

/*---GALERIE---*/
div#divGalleryContainer{
	width: 455px;
	margin: 0px 0px 15px 0px;
	padding: 10px 10px;
	background-color: #f2f0ec;
	border-top: 1px solid #e3e2e0;
	border-bottom: 1px solid #e3e2e0;
}

div#divGalleryContainer div#divGalleryNavigationContainer{
	text-align: center;
}

div#divGalleryContainer div#divDetailbox{
	width: 444px;
	margin: 15px auto;
	padding: 4px;
	border: 1px solid #e3e2e0;
	background-color: #ffffff;
	text-align: center;
}

div#divGalleryContainer div#divGalleryInformationContainer{
	clear: both;
}

div#divGalleryContainer div.left{
	float: left;
}

div#divGalleryContainer div.right{
	float: right;
}

div#divGalleryContainer div#divGalleryThumbnailContainer{
	margin: 15px 0px;
	clear: both;
}

div#divGalleryContainer a.thumbnailbox{
	display: block;
	float: left;
	width: 100px;
	height: 100px;
	margin: 0px 5px 5px 0px;
	padding: 4px;
	background-color: #ffffff;
	border: 1px solid #e3e2e0;
	text-align: center;
	vertical-align: middle;
}
div#divGalleryContainer a.thumbnailbox.last{
	margin: 0px 0px 5px 0px;
}

div#divGalleryContainer a.thumbnailbox:hover{
	background-color: #ffffff;
}

div#divGalleryContainer h3{
	display: block;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-weight: normal;
	font-size: 140%;
}

div#divGalleryContainer p.center, div#divGalleryContainer div.center{
	 text-align: center;
}

div#divGalleryContainer a.button {
	padding: 2px 10px;
	border: 1px solid #e3e2e0;
	background-color: #ffffff;;
	color: #e3e2e0;
	text-decoration: none;
}

div#divGalleryContainer div.button.inactive {
	display: inline;
	padding: 1px 15px;
	border: 1px solid #e3e2e0;
	background-color: #ffffff;;
	color: #e3e2e0;
}

div#divGalleryContainer a.button.prev, div#divGalleryContainer a.button.next, div#divGalleryContainer div.button, div#divGalleryContainer div.button {
	font-size: 180%;
	padding: 0px 15px 1px 15px;
}

/*---SITEMAP---*/
div#divContent ul.sitemap {
	padding: 0px;
	margin: 0px;
	border: 0px;
	list-style: none;
}

div#divContent ul.sitemap ul, div#divContent ul.sitemap li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	list-style-image: none;
}

div#divContent ul.sitemap li.lvl1 {
	display: block;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	background-image: none;
	line-height: 250%;
	font-weight: bold;
}

div#divContent ul.sitemap li.lvl1 span.sitemapelm {
	display: block;
	border-bottom: 1px solid #e3e2e0;
}

div#divContent ul.sitemap li.lvl1 ul {
	margin-bottom: 0px;
}

div#divContent ul.sitemap li.lvl2 {
	padding: 0px 0px 0px 10px;
	margin: 5px 0px 5px 15px;
	font-size: 81%;
	font-weight: normal;
}

div#divContent ul.sitemap li.lvl2 span.sitemapelm {
	border-bottom: 0px;
}

div#divContent ul.sitemap li.lvl3 {
	padding: 0px 0px 0px 10px;
	margin: 5px 0px 5px 15px;
	font-size: 90%;
	font-weight: normal;
}

div#divContent ul.sitemap li.lvl4 {
	padding: 0px 0px 0px 10px;
	margin: 5px 0px 5px 30px;
	font-size: 90%;
	font-weight: normal;
}

/*---GOOGLE MAP---*/
div#divContent div#locationmap {
	width: 475px;
	height: 300px;
	margin: 0px 0px 20px 0px;
}

div#divContent div.location img.icon {
	float: left;
	margin: 0px 15px 0px 0px;
}

div#divContent div.location p.information {
	float: left;
	display: block;
	width: 420px;
}

div#divContent div.location p.information.margin {
	margin-left: 43px
}

div#divContent div.location img.point {
	display: none;
}

div#divContent div.location span.address {
	display: none;
}

/******************************************/
/*** cmsSidebar ***************************/
/******************************************/


div#divSidebarContainer {
	width: 190px;
	min-height: 200px;
	float: left;
}

div#divSidebarContainer div.sidebarTeaser{
	background-color: #f2f0ec;
	border-bottom: 1px solid #e3e2e0;
	margin: 0px 0px 15px 0px;
}

div#divSidebarContainer div.sidebarTeaser h3{
	margin: 0px;
	padding: 10px;
	font-size: 110%;
	border-top: 1px solid #e3e2e0;
}

div#divSidebarContainer div.sidebarTeaser p{
	margin: 0px;
	padding: 0px 10px 10px 10px;
	font-size: 110%;
	line-height: 14px;
	background-color: #f2f0ec;
}

div#divContent a.hp-teaser-link {
	font-size: 110%;
	line-height: 14px;
}

div#divSidebarContainer div.sidebarTeaser p a,
div#divContent a.hp-teaser-link {
	display: block;	
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	background-image: url(../siteimg/sidebar-link-pfeil.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	text-decoration: none;
}

div#divSidebarContainer div.sidebarTeaser p a:hover{
	color: #ffffff;
	background-image: url(../siteimg/teaser-link-pfeil.gif);
	background-color: #266e98;
}

div#divSidebarContainer div.sidebarTeaser p a:focus{
	color: #ffffff;
	background-image: url(../siteimg/teaser-link-pfeil.gif);
	background-color: #266e98;
}

div#divSidebarContainer div.sidebarTeaser ul{
	margin: 0 0 0 25px;
	padding-right: 10px;
	padding-bottom: 5px;
}

div#divSidebarContainer div.sidebarTeaser ul li{
	list-style-image: url(../siteimg/sidebar-link-pfeil.gif);
	margin: 0 0 5px 0;
	font-size: 111%;
}

div#divSidebarContainer div.sidebarTeaser ul li a{
	color: #266e98;
	text-decoration: none;
}

div#divSidebarContainer div.sidebarTeaser ul li a:hover{
	color: #ffffff;
	background-color: #266e98;
}

div#divSidebarContainer div.sidebarTeaser ul li a:focus{
	color: #ffffff;
	background-color: #266e98;
}

div#divSidebarContainer div.sidebarTeaser ul.newsOverviewLink{
	border-top: 1px solid #e3e2e0;
	margin-left: 0px !important;
	padding: 10px 0px;
}

div#divSidebarContainer div.sidebarTeaser ul.newsOverviewLink li{
	margin: 0 0 0 25px !important;
} 

/******************************************/
/*** cmsFooter ****************************/
/******************************************/

div#divFooter{
	border-top: 1px solid #e3e2e0;
}

div#divFooter ul{
	list-style: none;
}

div#divFooter ul li a{
	color: #333333;
	text-decoration: none;
	font-size: 111%;
}

div#divFooter ul li a:hover{
	text-decoration: underline;
}

div#divFooter ul li a:focus{
	color: #ffffff;
	background-color: #333333;
}

div#divFooter ul.right{
	float: right;
}

div#divFooter ul.right li{
	float: left;
	margin: 5px 10px 0px 0px;
}

div#divFooter ul.left{
	float: left;
}

div#divFooter ul.left li{
	float: left;
	margin: 5px 0px 0px 10px;
}

div#divFooter ul li a.print, div#divFooter ul li a.recommend{
	padding: 0px 0px 0px 17px;
	background-repeat: no-repeat;
}

div#divFooter ul li a.print{
	background-image: url(../siteimg/print-icon.gif);
	background-position: 0px 2px;
}

div#divFooter ul li a.print:focus{
	background-image: url(../siteimg/print-icon-hover.gif);
}

div#divFooter ul li a.recommend{
	background-image: url(../siteimg/mail-icon.gif);
	background-position: 0px 3px;
}

div#divFooter ul li a.recommend:focus{
	background-image: url(../siteimg/mail-icon-hover.gif);
}

/************************/
/* Inhalt               */
/************************/

h1 {
	margin: 15px 0px 22px 0;
	padding: 0px;
	font-family: Georgia, Times, Lucida-Bright;
	font-size: 200%;
	color: #266e98;
	font-weight: normal;
	line-height: 130%;
}

h2 {
	font-size: 120%;
	color: #333333;
	font-weight: normal;
	border-bottom: 1px solid #dbdad5;
	padding: 0px 0px 8px 0px;
	margin: 0px 0px 15px 0px;
}

h3 {
	color: #333333;
	font-size: 120%;
}

h3.forminfo {
	margin: 20px 0px 28px 0px;
}

h3 a {
	color: #266e98;
}

div.newsHeader {
	padding: 0px 0px 7px 0px;
	margin: 0px 0px 15px 0px;
	border-bottom: 1px solid #dbdad5;
}

p a {
	color: #266E98;
}

div.newsHeader p {
	margin: 0px !important;
	padding: 0px !important;
}

p {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #333333;
	line-height: 150%;
}

div.errorlist p {
	padding: 0px 0px 0px 28px;
	background-image: url(../siteimg/icon-error.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

div.newsHeader a {
	text-decoration: none !important;
}

table.inhaltstabelle thead tr, table.inhaltstabelle thead tr.farbe {
	background-color: #6a98b3;
	font-weight: bold;
	color: #ffffff;
}

div.newsDate {
	float:left;
	font-weight:bold;
}

table.inhaltstabelle {
	width: 100%;
	font-size: 120%;
}

div.newsBack {
	float:right;
	padding: 0px 0px 0px 15px;
	background-image: url(../siteimg/zuruck-link-pfeil.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}

div#divContent ul {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	color: #333333;
	overflow: hidden;
}

div#divContent ul li {
	margin: 0px;
	padding: 0px 0px 0px 15px;
	line-height: 150%;
	list-style-type: none;
	background-image: url(../siteimg/aufzaehlung.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;

}

div#divContent div.errorlist {
	margin: 0px 0px 28px 0px;
	border-bottom: 1px solid #e3e2e0;
}

div#divContent div.errorlist ol {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 50px;
	color: #333333;
	overflow: hidden;
}

div#divContent div.errorlist ol li {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-size: 120%;
	line-height: 150%;
}

.bottom {
	margin: 0 15px 24px 0;
}

.farbe {
	background-color: #f7f5f3;
}

sup, sub {
	font-size: 80%;
}

/* ---- MITGLIED WERDEN ---- */
div#divContent h2.mitgliedwerden-title{
	margin-bottom: 0px;
}

div#divContent div.mitgliedwerden-box{
	position: relative;
	background-color: #f2f0ec;
	border-bottom: 1px solid #e3e2e0;
	margin-bottom: 15px;
	clear: both;
	overflow: hidden;
}

div#divContent div.mitgliedwerden-box img.imageleft {
	margin-bottom: 0px;
}

div#divContent div.mitgliedwerden-box p.textright{
	width: 300px;
	padding: 0px;
	margin: 10px 0px 0px 0px;
}

div#divContent div.mitgliedwerden-box p.textright.buttoncontainer{
	position: absolute;
	display: block;
	bottom: 15px;
	left: 165px;
	padding: 0px;
	margin: 10px 0px 0px 0px;
}

div#divContent div.mitgliedwerden-box p.buttoncontainer a{
	display: block;
	float: left;
	margin: 10px 5px 0px 0px;
	padding: 0px 10px;
	border: 1px solid #00427a;
	background-image: url(../siteimg/background-button-sps.gif);
	color: #ffffff;
	text-decoration: none;
}

div#divContent div.mitgliedwerden-box p.buttoncontainer a:hover{
	background-image: url(../siteimg/background-button-hover-sps.gif);
}

div#divContent div.break {
	width: 0px;
	height: 0px;
	clear: both;
}

/*---GOOGLE MAP---*/
div#customoverlay{
	width: 200px;
	margin: 0px;
	padding: 0px;
}

div#customoverlay_contents{
	margin: 0px;
	padding: 10px;
	/*background-image: url(../img/bg_eventpoint_img.png);
	background-repeat: no-repeat;*/
	background-color: #ffffff;
	border: 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#customoverlay_tl, #customoverlay_tr, #customoverlay_bl, #customoverlay_br,#customoverlay_t,#customoverlay_l,#customoverlay_r,#customoverlay_b{
	width: 0px;
	height: 0px;
}

table.orderfieldrows td, table.orderfieldrows th {
	font-weight: normal;
	padding-bottom: 8px;
	
}

