html {
	height:100%;
	margin: 0px;
	padding: 0px;
}

body {
	height: 100%;
	overflow:-moz-scrollbars-vertical; /* verhindert horizontales Springen im Firefox, da dort die Scrollbar ausgeblendet wird, falls nicht benötigt */
	text-align:center; /* zentriert alle Elemente innerhalb body */
	margin: 0px;
	padding: 0px;
	background-image: url(../pictures/layout/head_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-family: Arial, Helvetica, sans-serif, Impact;
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 25px 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif, Impact;
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 25px 0px;
}

h3 {
	font-size: 11px;
	margin: 13px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
}

h4 {
	font-size: 11px;
	margin: 10px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
}

a {
	text-decoration: none;
}

/******** GESAMT ********/

#gesamt {
	text-align: left;
	margin: 0px auto; /* auto wird für Browser außer IE benötigt, um Element horizontal zu zentrieren */
	width: 1000px;
	background-image: url(../pictures/layout/layout_bg.gif);
	background-repeat: repeat-y;
	min-height: 100%; /* Minimale Höhe für den Contaier -> funktioniert nicht im IE */
	
}

* html #gesamt {
	height: 100%; /* Nur für IE: Höhe für globalen Container. Wichtig: 100% auch im html und body Element angeben */
}

/******** OBEN ********/

#oben {
	height: 120px;
	width: auto;
	border-bottom: 1px solid #fff;
}

#logo {
	float: left;
	width: 275px;
}

/******** INHALT ********/

#inhalt {
	width: auto;
	padding-bottom: 50px;
	color: 000000;
}

#inhalt p {
	line-height: 14px;
}

#inhalt p a:hover {
	text-decoration: none;
}

/**** INHALT LINKS ****/

#inhalt .links, #inhalt .rechts, #inhalt .mitte {
	text-align: left;
	float: left;
	overflow: hidden; /* verhindert, dass das Layout zerschossen wird, wenn Inhalt breiter als Ebene ist. Läuft dann ins Leere */
}

#inhalt .links {
	width: 170px;
	margin-bottom: 140px;
}

#inhalt .links #login {
	margin-top: 10px;
}

#inhalt .links #login a {
	display: block;
	text-decoration: underline;
	margin: 9px 0px 0px 12px;
}

#inhalt .links #login a:hover {
	text-decoration: none;
}

#inhalt .links #login input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2D2D2D;
	margin: 0px 0px 0px 12px;
}

#inhalt .links #login .loginButton {
	display: block;
	border: 1px solid white;
	background-image: url(../pictures/button_bg.gif);
	background-repeat: repeat-x;
	width: 73px;
	text-align: left;
	padding-left: 5px;
	margin-top: 5px
}

#inhalt .links #login .loginFeld {
	display: block;
	width: 138px;
	height: 12px;
	padding: 0px 0px 2px 5px;
	margin-bottom: 4px;
	border-bottom: 1px solid #D4D0C8;
	border-right: 1px solid #D4D0C8;
}

/* AUSNAHME */

#inhalt .links #loginUnten {
	margin-top: -130px;
	margin-left: 20px;
}

#inhalt .links #loginUnten a {
	text-decoration: underline;	
}

#inhalt .links #loginUnten a:hover {
	text-decoration: none;
}

/* AUSNAHME ENDE */

#inhalt .links #navigation {
	border-bottom: 1px solid;
	margin-top: 15px;
}

#inhalt .links #navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#inhalt .links #navigation ul li {
	font-family: "Swiss911 XCm BT";
	font-size: 24px;
	display: block;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid;
	padding-top: 1px;
}

#inhalt .links #navigation ul li img {
	margin: 0px;
	padding: 0px;
	display: block;
}

body>html .links #navigation ul li img {
	margin-bottom: -4px;
}

#inhalt .links #navigation ul li a {
	margin: 0px;
	padding: 0px;
}

#inhalt .links #navigation ul li ul {
	margin: 3px 0px 12px 0px;
}

#inhalt .links #navigation ul li ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 0px 19px;
	padding: 0px;
	border-top: none;
	border-bottom: none;
}

#inhalt .links #navigation ul li ul li a {
	width: 100%;
	display: block;
	padding: 3px 0px 3px 0px;
	color: #fff !important;
}

#inhalt .links .hinweis {
	margin-top: 40px;
	text-align: center;
	color: white;
}

#inhalt .links .hinweis .text p {
	margin-bottom: 10px;
}

#inhalt .links .hinweis .csc-textpic-image {
	display: block;
	margin: 0px auto !important;
}

/**** INHALT INFOZEILE ****/

#inhalt .infozeile {
	display: block;
	float: right;
	margin: 0px;
	padding: 9px 17px 28px 0px;
	text-align: right;
}

#inhalt .infozeile .text, #inhalt .infozeile p {
	margin: 0px;
	padding: 0px;
}


/**** INHALT RECHTS ****/

#inhalt .rechts {
	width: 197px;
	margin: 0px 0px 40px 0px;
	padding: 1px 0px 0px 0px;
}

#inhalt .rechts h2 {
	margin: 0px 0px 18px 13px;
}

#inhalt .rechts .newsmeldungen a {
	display: block;
	margin: 0px 0px 16px 0px;
	padding: 8px 7px 8px 13px;
}

#inhalt .rechts .newsmeldungen a em {
	font-style: normal;
}

#inhalt .rechts .newsmeldungen a .mehr {
	font-weight: bold;
	margin: 2px 0px 0px 0px;
	text-decoration: underline;
	display: block;
}

#inhalt .rechts .newsmeldungen a strong {
	display: block;
	margin: 2px 0px 2px 0px;
	text-decoration: none;
}

#inhalt .rechts .newsarchiv a{
	display: block;
	width: 100%;
	padding: 0px 0px 2px 13px;
	font-weight: bold;
	text-decoration: none;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}


* html #inhalt .rechts .newsarchiv a{
	display: block;
	width: 100%;
	padding: 0px 0px 0px 13px;
	font-weight: bold;
	text-decoration: none;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

#inhalt .rechts .newsarchiv a em {
	font-style: normal;
	display: block;
	float: left;
	width: 15px;
	height: 17px;
	color: #fff;
	font-size: 13px;
	padding: 0px 0px 0px 4px;
	margin: 0px 4px 0px 0px;
	border-right: 1px solid white;
	border-left: 1px solid white;
}

#inhalt .rechts .newsarchiv a strong {
	padding: 2px 0px 0px 0px;
	display: block;
}


/**** INHALT MITTE ****/

#inhalt .mitte {
	width: 572px;
	padding: 0px 30px 0px 29px;
	margin: 0px 0px 40px 0px;
}

#inhalt .mitte p {
	line-height: 14px;
	padding: 0px 0px 13px 0px;
	margin: 0px 0px 0px 0px;
}

#inhalt .mitte ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 14px;
	list-style-type: square;
}


* html #inhalt .mitte ul {
	padding-left: 20px;
	height: 1em;
}

html>body #inhalt .mitte ul {
	overflow: auto;
}


html>body #inhalt .mitte ul li {
	padding-left: 0px;
}


#inhalt .mitte ul li {
	margin: 0px 0px 3px 0px;
}

#inhalt .mitte a {
	text-decoration: underline;
}

#inhalt .mitte a:hover {
	text-decoration: none;
	border: none;
}

#inhalt .mitte a img {
	border: 1px solid #A7A7A7;
}

#inhalt .mitte a:hover img {
	border: 1px solid;
}

/* Anzeige rechts vom Text */
#inhalt .mitte .home {
	width: 470px;
	position: relative;
	height: 450px;
}

#inhalt .mitte .home .anzeige {
	position: absolute;
	right: -110px;
}


/* Anzeige unterhalb des Textes
#inhalt .mitte .home {
	position: relative;
}

#inhalt .mitte .home .anzeige {
	margin-top: 5px;
}

*/

#inhalt .mitte .home .anzeige img {
	display: block;
	border: none !important;
}

#inhalt .mitte .home .csc-textpic-above {
	margin-top: 8px;
}

#inhalt .mitte .inhaltLinks {
	float: left;
	width: 275px;
	margin: 0px 0px 0px 5px;
}

#inhalt .mitte .inhaltRechts {
	width: 270px;
	float: left;
}

#inhalt .mitte #download ul {
	list-style: none;
	margin: 0px 17px 10px 20px;
	padding: 10px 10px 8px 15px;
	border: 1px dotted;
}

#inhalt .mitte #download ul li {
	margin: 0px 0px 5px 0px;
	padding: 3px 0px 3px 20px;
	background-image: url(../pictures/icons/pdf.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}

.markerkasten {
	margin: 0px 0px 10px 0px !important;
	padding: 10px 10px 10px 15px !important;
	border: 1px dotted !important;
}

.markerkastenPDF {
	margin: 0px 17px 10px 20px !important;
	padding: 8px 10px 8px 15px !important;
	border: 1px dotted !important;
}

.meldungDetail .markerkastenPDF {
	display: inline;
	float: left;
	width: 175px;
}

.markerkastenPDF a {
	display: block;
	background-image: url(../pictures/icons/pdf.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 1px 0px 3px 25px !important;
	margin: 8px 0px 0px 0px !important;
}

.markerkastenDatei {
	margin: 0px 17px 10px 20px !important;
	padding: 2px 10px 8px 15px !important;
	border: 1px dotted !important;
}

.markerkastenDatei a {
	display: block;
	background-image: url(../pictures/icons/datei.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 1px 0px 3px 25px !important;
	margin: 8px 0px 0px 0px !important;
}

/**** INHALT NEWS ****/

 .newseintragDetail {
	display: block;
	width: 100%;
	margin: 0px 0px 25px 0px;
}

.newseintragDetail .kopfzeile {
	float: left;
	border-bottom: 1px solid;
	padding: 0px 4px 7px 2px;
}

.newseintragDetail .kopfzeile .ueberschrift em {
	font-style: normal;
}

.newseintragDetail .kopfzeile .mehr a {
	text-decoration: underline;
}

.newseintragDetail .kopfzeile .mehr a:hover {
	text-decoration: none;
}

.newseintragDetail .meldungDetail {
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 9px 0px 0px 0px;
}


.newseintrag {
	border-bottom: 1px solid;
	display: block;
	width: 100%;
	margin: 0px 0px 25px 0px;
}

.newseintrag .kopfzeile {
	float: left;
	border-bottom: 1px solid;
	padding: 0px 4px 3px 2px;
	cursor: pointer;
}

.newseintrag .kopfzeile .ueberschrift em {
	font-style: normal;
	float: left;
}

.newseintrag .kopfzeile .ueberschrift strong {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	display: block;
	width: 370px;
}

.newseintrag .kopfzeile .ueberschrift, .newseintragDetail .kopfzeile .ueberschrift {
	float: left;
}

.newseintrag .kopfzeile .mehr, .newseintragDetail .kopfzeile .mehr {
	float: right;
	cursor: pointer;
}

.newseintrag .meldung a {
	display: block;
	clear: both;
	border-top: 1px solid;
	border-bottom: 1px solid;
	margin: 0px 0px 0px 0px;
	padding: 8px 2px 8px 2px !important;
}

*+html .newseintrag .meldung a {
	padding: 4px 2px 8px 2px !important;
}

.newseintrag .meldung a:hover {
	border-top: 1px solid !important;
	border-bottom: 1px solid !important;
}

.newseintrag a {
	text-decoration: none !important;
}

/**************************/
/********* MARKEN *********/
/**************************/

#markenuebersicht .marke {
	float: left;
	display: block;
	width: 110px;
	height: 155px;
	text-align: center;
	padding: 0px 0px 5px 0px;
	margin: 10px 0px 10px 20px;
	border-bottom: 1px solid #fff;
}

#markenuebersicht .marke .logo {
	width: 100px;
	height: 98px;
	border: 1px solid #a7a7a7;
}

#markenuebersicht .marke .logo a {
	border: none !important;
}

#markenuebersicht .marke .logo img {
	display: block;
	margin: 0px auto;
	border: none !important;
}

#markenuebersicht .marke strong {
	display: block;
	font-weight: normal;
	margin-top: 10px;
}

#markenuebersicht .marke strong a {
	margin: 0px;
}

/*********************************/
/********* SERVICESEITEN *********/
/*********************************/

#serviceseiten {
	padding-left: 10px;
}

#serviceseiten .text {
	padding: 12px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #fff;
}

#serviceseiten .text h3 {
	width: 115px;
	float: left;
	margin-top: 0px;
	padding: 0px 0px 0px 0px;
}

#serviceseiten .text .serviceText p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 12px 0px;
}

#serviceseiten .text .serviceText {
	float: left;
	width: 430px;
	padding: 0px 0px 0px 10px;
}


/*********************************/
/********* PFLEGEHINWEIS *********/
/*********************************/

#pflegehinweise .text {
	margin-bottom: 10px;
}

#pflegehinweise .csc-textpic dd {
	display: none;
}

#pflegehinweise .csc-textpic {
	display: block;
	float: left;
	width: 255px;
	margin: 0px 0px 0px 0px;
	border: 1px dotted; 
	padding: 4px 4px 2px 3px !important;
}

* html #pflegehinweise .csc-textpic {
	padding: 4px 4px 0px 3px !important;
}

#pflegehinweise .csc-textpic dl {
	padding: 0px 5px 0px 0px !important;
	margin: 0px !important;
	display: block;
	float: left;
	width: 70px;
	border-right: 1px solid;
}

#pflegehinweise .csc-textpic dl dt img {
	padding: 0px !important;
	margin: 0px 0px 2px 0px !important;
	border: 1px solid #A7A7A7;
}

* html #pflegehinweise .csc-textpic dl dt img {
	margin: 0px 0px 4px 0px !important;
}

#pflegehinweise .csc-textpic .csc-textpic-text {
	margin: 0px 0px 0px 5px !important;
	padding: 0px !important;
	width: 172px;
	float: left;
	display: block;	
}

#pflegehinweise .csc-textpic .csc-textpic-text p {
	margin: 0px !important;
	padding: 0px !important;
}

/*********************************/
/********* KONTAKTFORMULAR *******/
/*********************************/

#formularseite .text {
	margin: 0px 17px 10px 20px;
	padding: 10px 10px 0px 15px;
	border: 1px dotted;
}

#formularseite .text p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#kontaktformular {
	margin: 0px 17px 10px 20px;
	padding: 15px;
	border: 1px dotted;
}

#kontaktformular div {
	clear: both;
}

#kontaktformular label {
	width: 240px;
	display: block;
	float: left;
	margin: 0px 5px 6px 0px;
	border-bottom: 1px dotted;
	padding-bottom: 4px;
}

#kontaktformular input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 12px;
	width: 240px;
	border-bottom: 1px solid #D4D0C8;
	border-right: 1px solid #D4D0C8;
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 2px 4px;
}

#kontaktformular select {
	margin-bottom: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#kontaktformular textarea {
	margin-bottom: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 238px;
	padding: 3px;
}

* html #kontaktformular textarea {
	width: 240px;
}


#kontaktformular .csc-mailform-submit {
	padding: 1px 0px 3px 0px;
	margin-left: 245px;
	width: 150px;
	height: 19px;
	border: 1px solid #000;
	color: #fff !important;
	font-weight: bold;
}

* html #kontaktformular .csc-mailform-submit {
	margin-left: 248px;
}

#kontaktformular .csc-mailform-check {
	border: none;
	margin: 0px;
	padding: 0px;
	display: inline;
	width: 14px;
}

#kontaktformular h3 {
	clear: both;
	margin-left: 248px;
}

input.csc-mailform-radio {
	width: 20px !important;
	border: none !important;
	display: inline !important;
	float: left !important;
}

.csc-mailform-radio label {
	width: 220px !important;
	display: inline !important;
	float: left !important;
	border: none !important;
}

.csc-mailform-radio legend {
	display: none !important;
}

.csc-mailform-radio fieldset {
	border: none !important;
}

/**** Pflichtfelder *****/

.pflichtfeld input {
	font-weight: bold;
	background-image: url(../pictures/pflichtfeld.gif);
	background-repeat: no-repeat;
}


/**** Newsletter *****/

#newsletterSubscription .csc-mailform-submit {
	margin-left: 230px;
}

#newsletterSubscription input {
	margin-top: 5px;
}

#newsletterSubscription input.radioButton {
	border: none;
	width: auto;
	padding-top: 5px;
}


/******** TEAM **********/

#teamseite {
	position: relative;
	margin-right: -25px;
}

#teamseite .bild {
	margin: 0px 20px 20px 0px;
	border: 1px dotted;
	width: 275px;
	float: left;
}

#teamseite .bild h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}

#teamseite .bild strong {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#teamseite .bild a {
	font-size: 10px;
	padding: 2px 0px 0px 18px;
	display: block;
	background-image: url(../pictures/icons/mail.gif);
	background-repeat: no-repeat;
	background-position: 1px 4px;
}

#teamseite .bild dl {
	border-right: 4px solid;
		padding: 0px !important;
	margin: 0px !important;
}

#teamseite .bild .csc-textpic-text {
	padding: 16px 0px 0px 15px !important;
}

* html #teamseite .bild .csc-textpic-text {
	padding: 16px 0px 0px 9px !important;
}

#teamseite .bild .csc-textpic-caption {
	display: none;
}


/******** UNTEN ********/

#unten .links img {
	margin-left: 18px;
}

* html #unten .links img {
	margin-left: 18px;
}


#unten {
	width: 1000px;
	margin: 0px auto;
	text-align: left;
}

body>html #unten {
	text-align: inherit;
}

#unten .links {
	position: relative;
	margin-top: -130px;
	float: left;
}

body>html #unten .links {
	position: absolute;
	float: none;
	height: 130px;
}

#unten .rechts {
	position: relative;
	bottom: 0px;
	height: 30px;
	margin-top: -31px;
	margin-left: 201px;
	width: 800px;
	font-size: 11px;
	text-align: right;
	float: left;
	border-top: 1px solid #fff;
}

* html #unten .rechts {
	padding: 0px;
	float: none;
}




#unten .rechts ul {
	list-style: none;
	margin: 10px 18px 0px 0px;
}

#unten .rechts ul li {
	display: inline;
	border-right: 1px solid #BEC3BB;
	padding: 0px 10px 0px 6px;
	margin: 0px;
}

* html #unten .rechts ul li {
	display: inline;
	border-right: 1px solid #BEC3BB;
	padding: 0px 8px 0px 9px;
	margin: 0px;
}



#unten .rechts ul .last{
	border-right: none;
	padding-right: 0px;
}

#unten .rechts .abavo {
	float: left;
	margin: 10px 0px 0px 0px;
}

#unten .rechts .drucken {
	float: left;
	display: block;
	width: 115px;
	padding: 2px 0px 5px 0px;
	margin: 8px 0px 0px 232px;
	background-image: url(../pictures/icons/printer.gif);
	background-repeat: no-repeat;
	background-position: 15px 0px;
}

html>body #unten .rechts .drucken {
	margin-left: 355px !important;
}

/* ########## Tag styles ########## */

a img {
	border: none;
}

form {
	margin: 0px;
}

.abschluss {
	clear: both;
}


/***********************/
/****** BILDTEXT *******/
/***********************/

#inhalt .mitte .csc-textpic-caption {
	color: #929292;
	margin: 5px 0px 5px 0px;
}

/****************************************/
/****** BILD RECHTS UMFLIESSEND *********/
/****************************************/

#inhalt .mitte .csc-textpic-intext-right dl {
	padding-left: 15px;
}

/*********************************************/
/****** BILD RECHTS NICHT UMFLIESSEND *********/
/*********************************************/

#inhalt .mitte .csc-textpic-intext-right-nowrap .csc-textpic-text {
	padding-right: 15px;
}

#inhalt .mitte .csc-textpic-intext-right-nowrap .csc-textpicHeader h3 {
	margin-top: 0px;
}


/***************************************/
/****** BILD LINKS UMFLIESSEND *********/
/***************************************/

#inhalt .mitte .csc-textpic-intext-left dl {
	padding-right: 15px;
}

.meldungDetail .damelements {
	float: left;
}

.meldungDetail .damelements .bild {
	display: block;
	float: none;
	padding: 0px 15px 5px 0px;
}

/*********************************************/
/****** BILD LINKS NICHT UMFLIESSEND *********/
/*********************************************/

#inhalt .mitte .csc-textpic-intext-left-nowrap .csc-textpic-text {
	padding-left: 15px;
}

#inhalt .mitte .csc-textpic-intext-left-nowrap .csc-textpicHeader h3 {
	margin-top: 0px;
}

.messebanner {
	position: relative;
	margin: 30px 0px 140px 30px;
}

.messebanner img {
	display: block;
	margin-bottom: 7px;
}

.schriftgross {
	font-size: 14px !important;
}

.schriftgroesser {
	font-size: 16px !important;
}

.schriftrot {
	color: #ce2700 !important;
}

.schriftrotfett {
	color: #ce2700;
	font-weight: bold;
}