body{}

/*
+++++++++++++ Gestaltung des "Header" Bereichs +++++++++++++++++++
*/

/* Darstellung des Site-Header-Image Bereichs in rt-header */

#rt-top-surround {
	border-bottom: none;
	box-shadow: none;
	background-color: #ffffff;
}

#rt-header .rt-grid-4 {
	width: 203px;
}

#rt-header .wm_logo_las {
	width: 203px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding-left: 12px;
	padding-bottom: 10px; /* regelt den Abstand zum Hauptblock mit Menu und Info*/
	background-color: #ffffff;
}

#rt-header .wm_logo_las p {
	margin-bottom: 0px;
}

#rt-header .wm_title_special {
	width: 622px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 48px; /* Höhe der Schriftunterkante */
	padding-bottom: 0px;

	background-color: #ffffff;

	font-size: 1.4em;
	font-weight: bold;
	color: #058b8c;
}

#rt-header .wm_title_special p {
	margin-bottom: 0px;
	margin-left: -8px;
	padding-bottom: 14px;

	font-style: italic;
}

/*
+++++++++++++ Gestaltung der Home-Page +++++++++++++++++++
*/

#rt-main .rt-grid-12 .rt-block {
	width: 825px;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 24px;

	background-color: #ffffff;
}

#rt-main .rt-grid-12 .rt-block h5 { /* Schrift für "Ein Unternehmen der" */
	font-weight: normal;
	margin-bottom: 5px;
}

/*
+++++++++++++ Gestaltung des Main-Bereichs +++++++++++++++++++
*/

#rt-main .rt-grid-8 {
	
	height: 467px ; /*686px */ /*Höhe des Bereichs gleich zu Sidebar links */
	margin-top: 0px; 
	padding-top: 0px;
	left: 225px;
	background-color: #eeece1;
}
#rt-main .rt-grid-8 .rt-block {
	width: 600px;
	margin-top: 0px;
}

/*
+++++++++++++ Gestaltung des linken Sidebars +++++++++++++++++++
*/

#rt-main .rt-grid-4 {
	width: 230px;
	height: 477px;
	margin-top: -10px;
	margin-right: 0px;
	padding-right: 0px;
	background-color: #ffffff;
}

/*
+++++++++++++ Gestaltung des "Menu" Bereichs +++++++++++++++++++
*/

#rt-main .rt-grid-4 .wm_menu_module {
	margin-top: 0px;
	padding-top: 0px;
}

#rt-main .rt-grid-4 .wm_menu_module ul {
	margin-left: 0px;
	list-style-type: none;
}

/* Button Formatierung */

#rt-main .rt-grid-4 .wm_menu_module li {
	margin-top: 10px;
	height: 31px;
	width: 170px;
	padding-top: 10px;
	padding-left: 10px;
	color: #ffffff;
	background-color: #058b8c;
}

#rt-main .rt-grid-4 .wm_menu_module a {
	font-size: 1.3em;
	color: #ffffff;
}

#rt-main .rt-grid-4 .wm_menu_module a:hover {
	font-size: 1.3em;
	color: #eee4af;
}

/*
+++++++++++++ Gestaltung des "Menu-Bottom" Bereichs +++++++++++++++++++
*/

#rt-mainbottom {
	position: relative;
	top:-177px;
	left:329px;
}

#rt-mainbottom .wm_menu_bottom_module li {
	color: #ffffff;
	background-color: #058b8c;	
}

#rt-mainbottom .wm_menu_bottom_module a {
	color: #ffffff;
	background-color: #058b8c;
	border-style: solid;
	border-right: 3px;
	border-color: #ffffff;

}

#rt-mainbottom .wm_menu_bottom_module a:hover {
	color: #eee4af;
	background-color: #058b8c;
	border-style: solid;
	border-right: 3px;
	border-color: #ffffff;
}

/*
+++++++++++ Gestaltung CHA-Logo Bereich ++++++++++++++++++++++
*/

#rt-main .rt-grid-4 .wm_logo_cha {
	margin-top: 75px; /* streckt die weisse Fläche bis zum gemeinsamen Boden der Spalten (alter Wert:100px) */
	margin-bottom: 0px;
	padding-bottom: 2px;
}

#rt-main .rt-grid-4 .wm_logo_cha h5 { /* Schrift für "Ein Unternehmen der" */
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: normal;
}

/*
+++++++++++ Gestaltung Informationsbereich (Content) Bereich ++++++++++++++++++++++
*/

/* Artikelüberschriften der Blog-Kategorie "Services im Überblick" */

#rt-main .rt-grid-8 .blog .items-row h2 {
	margin-bottom: 0px;
	padding-bottom: 0px;

	border-style: none;
	box-shadow: none;
	text-shadow: none;

	font-style: italic;
	font-weight: normal;	
	font-size: 1.2em;
	color: #058b8c;
}

#rt-main .rt-grid-8 .blog .items-row .item {
	padding-top: 0px;
	margin-bottom: 10px;

	font-size: 1.2em;
	color: #191919;
}

/* Standardartikel */

#rt-main .rt-grid-8 h4 {
	margin-top: 0px;
	margin-bottom: 5px;

	font-size: 1.4em;
	font-style: italic;
	font-weight: normal;
	color: #058b8c;
}

#rt-main .rt-grid-8 p {
	margin-bottom: 0px;

	font-size: 1.2em;
	color: #191919;	
}

/* Impressum Text Scroller */

#rt-main .rt-grid-8 .wm_text_scroller {
	margin-left: -210px;
	font-size: 0.7em;
	color: #191919;
	line-height: 1.5em;
}
#rt-main .rt-grid-8 .wm_text_scroller p {
	margin-top: 10px;
}