html,
body,
#page {
	min-height: 100%;
}

html,
body,
* html #page {
	height: 100%;
} 

body,
input,
textarea,
select,
a {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	/*overflow: -moz-scrollbars-vertical;*/
	margin: 0px;
	padding: 0px;
	font-size: 100.01%;
	color: #1e1e1e;
	background: white;
}

form {
	margin: 0px;
	padding: 0px;
}

a:focus {
outline:none;
}

a:hover {
	color: #d8670e;
}

a img {
	border: none;
}

.clear {
	float: none !important;
	clear: both !important;
	height: 0px !important;
	margin: 0px !important;
	padding: 0px !important;
	border: none !important;
}

* html .clear {
	display: inline;
}

html>/**/body .clear {
	display: block !important;
}

#page {
	position: relative;
	width: 100%;
}

#middle {
	width: 980px;
	margin: 0px auto;
	padding: 0px;
	font-size: 0.8em;
	background-image: url(../img/layout/background/bg_middle.jpg);
	background-repeat: repeat-y;
	background-position: bottom left;
}

.left,
.center {
	float: left;
	display: inline;
}

.left {
	width: 170px;
	height: 365px;
	margin: 0px;
	background-color: #f2f4f8;
}

.center {
	width: 620px;
	/*height: 385px;
	overflow: auto;*/
	min-height: 365px;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 20px;
	background: #f2f4f8 url(../img/layout/background/bg_center.jpg) repeat-x top left;
}

.right {
	float: right;
	width: 150px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

/* Farben */

#page .orange {
	color: #ec6800;
}


/* Page #top */

#page #top {
	position: relative;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#page #top .bar {
	text-align: center;
	background: url(../img/layout/background/bar_bg.gif) no-repeat top center;
}

#page #top .logo {
	width: 980px;
	margin: 0px auto;
	text-align: right;
}

#page #top .logo img {
	padding-right: 50px;
}

#page #top .logo h4 {
	position: absolute;
	left: -100000000px;
	color: #333;
}

/* Page #top #eyecatcher */

#page #eyecatcher {
	position: relative;
	height: 150px;
	margin: 13px 0px 0px 0px;
	background: url(../img/layout/background/top_eyecatcher_bg.gif) #f2f4f8 repeat-y center;
}

#page #top #eyecatcher #slideshow {
	position: relative;	
	overflow: hidden;
	margin: 0px auto;
}

#page #top #eyecatcher #slideshow img {
	position: absolute;
	display: none;
	z-index: 1;
	top: 0px;
	left: 0px;
}

#page #top #eyecatcher #slideshow img.first {
	position: relative;
	display: block;
	z-index: 3;
}

#page #top #eyecatcher #slideshow.visible img {
	display: block;
}

#page #top #eyecatcher #slideshow img.middle {
	z-index: 2;
}




/* Page #top .navigation */

#page #top .navigation {
	width: 984px;
	height: 24px;
	margin: 0px auto;
	padding: 7px 0px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: url(../img/layout/background/top_navigation_bg.jpg) no-repeat 2px 9px;
}

#page #top .navigation ul {
	margin: 0px -4px 0px 2px;
	padding: 0px;
	white-space: nowrap;
	text-align: center;
}

#page #top .navigation ul li {
	float: left;
	list-style-type: none;
	margin-right: 3px;
	padding: 0px 0px;
	font-weight: bold;
}

#page #top .navigation ul li.last {
	margin-right: 0px;
}

#page #top .navigation ul li.last a {
	padding-right: 28px;
}

#page #top .navigation ul li a {
	text-decoration: none;
	padding: 4px 27px;
	display: block;
	color: #fff;
	background-color: #23577d;
}

#page #top .navigation ul li a:hover {
	/*background-color: #0a314d;*/
	background-color: #083251;
}

#page #top .navigation ul li.act a {
	background-color: #ec6800;
}

#page #top .navigation ul li.act a:hover {
	background-color: #ec6800;
	margin-top: 0px;
}

#page #top #navigation #klappMenue li ul { /* alle second-level Listen */
	position: absolute;
	z-index: 100;
	clear: both;
	margin: -2px 0px 0px 0px;
	filter: alpha(opacity=90);  /*Für Internet Explorer, nicht CSS2 valide */ 
	opacity: .90; /* Für Safari & Mozilla ab 1.7b, CSS3 valide! */
	-moz-opacity: .90; /* ältere Mozilla versionen, wird von "opacity" in CSS3 abgelöst, nicht CSS2 valide */
	-khtml-opacity: .90; /* Für Konqueror und ältere Safari Versionen, nicht CSS2 valide */
	left: -999em; /* benutze left statt display um Menues zu verstecken weil display: none nicht von screen reader ausgelesen werden kann */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	bottom: 39px;
	border-bottom: 7px solid #fff;
	text-align: left;
	display: block;
}

* html #page #top #navigation #klappMenue li ul {
	margin-left: -137px;
}

*+html #page #top #navigation #klappMenue li ul {
	margin-left: 0px;
}

#page #top #navigation #klappMenue li.first ul {
	display: none !important;
}

#page #top #navigation li ul li {
	border: none;
	margin: 0px;
	padding: 0px;
	display: block;
	clear: both;
	height: auto !important;
	border-bottom: 1px solid #e0e5e9;
}

#page #top #navigation li ul li a {
	background-color: #ec6800;
	color: #0f4a74;
	color: #fff !important;
}

#page #top #navigation #klappMenue li:hover ul, #page #top #navigation #klappMenue li.sfhover ul {
	left: auto;
}

#page #top #klappMenue li ul li {
	/*background-image: none;
	background-color: #fff;*/
}

#page #top #navigation li ul li a:link, #page #top #navigation li ul li a:visited {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	display: block;
	margin: 0px !important;
	width: 209px;
	padding: 5px 10px 4px;
}

#page #top #navigationAktiv {
	background-color: #C7DCEB;
	font-weight: bold;
}

#page #top #navigationAktiv a:link, #navigationAktiv a:visited {
	color: #0259A5;
}

#page #top #navigation li ul li a:hover {
	background-color: #F2F3F4 !important;
	color: #4b5963 !important;
}


/* Page #middle .left .subnavigation */

#page #middle .left .subnavigation {
	font-size: 0.9em;
	font-weight: bold;
	margin-top: -2px;
}

#page #middle .left .subnavigation ul,
#page #middle .left .subnavigation ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#page #middle .left .subnavigation ul li {
	position: relative;
	display: block;
	border-top: 2px solid #fff;
}

#page #middle .left .subnavigation ul li a {
	display: block;
	min-height: 1px;
	padding: 6px 10px 5px 14px;
	text-decoration: none;
	color: #325c7c;
}

* html #page #middle .left .subnavigation ul li a {
	height: 1px;
}

#page #middle .left .subnavigation ul li:hover {
	background-color: #dfe6eb;
}

#page #middle .left .subnavigation ul li.act {
	background-color: #bfd2e1;
}


/* Page #middle .center */

#page #middle .center {
	color: #4b5963;
}

#page #middle .contentabschluss {
	position: relative;
	z-index: 20;
	width: 600px;
	float: left;
	margin-top: -20px;
	margin-left: 200px;
}


/* Page #middle .center #content */

#page #middle .center #content .rightborder {
	width: 600px;
}

#page #middle .center #content {
	width: 620px;
}

#page #middle .center #content.scroll {
	width: 620px;
	overflow: auto;
	overflow-x: hidden;
	scrollbar-darkshadow-color: white;
	scrollbar-track-color: #f3f4f8;
	scrollbar-face-color: #e8e8e8;
	scrollbar-shadow-color: #8d8d8d;
	scrollbar-highlight-color: #e8e8e8;
	scrollbar-3dlight-color: white;
	scrollbar-arrow-color: #8d8d8d;
}

#page #middle .center #content p {
	margin: 0px 0px 12px 0px;
}

#page #middle .center #content a {
	color: #4a6a83;
}

#page #middle .center #content a:hover {
	color: #d8670e;
}

#page #middle .center #content h1 {
	color: #1d4766;
	/*margin: 14px 0px 30px;*/
	margin: 6px 0px 16px;
	font-size: 24px;
	font-weight: normal;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#page #middle .center #content h2 {
	color: #1d4766;
	font-size: 16px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 4px 0px;
}

:root #page #middle .center #content h2 {
	color: #2b516e;
	/*letter-spacing: 1px !important;*/
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
}

/*#page #middle .center #content .text p {
	margin: 0px;
}*/

#page #middle .center #content .text img {
	float: left;
	margin-right: 15px;
}

#page #middle .center #content ul {
	margin: 4px 0px 10px 0px;
	list-style-type: none;
}

* html #page #middle .center #content ul {
	height: 1em;
	padding-left: 5px;
}

html>body #page #middle .center #content ul {
	overflow: auto;
	padding-left: 3px;
}

#page #middle .center #content ul li {
	margin: 3px 0px;
	padding-left: 10px;
	background: url('/fileadmin/img/symbole/quadrat.gif') 0px 6px no-repeat;
}

#page #middle .center #content ul li ul {
	margin-top: 2px;
}

#page #middle .center #content ul li ul li {
	padding-left: 13px;
	background: url('../img/symbole/strich.gif') 1px 8px no-repeat;
}

#page #middle .center #content ol {
	margin: 0px 0px 10px 29px;
	padding: 4px 0px 5px;
}

html>/**/body #page #middle .center #content ol {
	margin-left: 24px;
}

#page #middle .center #content ol li {
	margin: 0px 0px 6px;
	padding: 0px;
}

#page #middle .center .back {
	padding-top: 22px;
	margin-bottom: -72px;
	float: right;
}

#page #middle .center .back.leistungsprofil {
	padding-top: 56px;
}

#page #middle .center .back a {
	color: #4b5963;
	text-decoration: none;
	border-bottom: 1px dotted #4b5963;
}

/* Page #middle .center #content #formular */


#page #middle .center #content #formular {
	margin: 20px 0px 15px 0px;
	clear: both;
}

#page #middle .center #content #formular label {
	float: left;
	width: 120px;
	margin: 3px 10px 0px 0px;
}

* html #page #middle .center #content #formular label {
	margin-right: 8px;
}

#page #middle .center #content #formular .pflichtfeld label {
	background: url('/fileadmin/img/symbole/stern.gif') right 4px no-repeat;
}

#page #middle .center #content #formular input,
#page #middle .center #content #formular textarea {
	width: 360px;
	margin: -3px 0px 6px;
	padding: 1px 5px 1px 5px;
	border: 1px solid #b5b5b5;
	color: #4b5963;
}

html>/**/body #page #middle .center #content #formular input,
html>/**/body #page #middle .center #content #formular textarea {
	margin-bottom: 8px;
}

#page #middle .center #content #formular select {
	margin: -2px -1px 7px 0px;
	width: auto;
	color: #4b5963;
}

#page #middle .center #content #formular textarea {
	overflow: auto;
	height: 100px;
}

#page #middle .center #content #formular h3 {
	color: #1d4766;
	font-size: 16px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 10px 0px;
}

:root #page #middle .center #content #formular h3 {
	color: #2b516e;
	letter-spacing: 1px !important;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
}



#page #middle .center #content #formular .captcha img {
	float: left;
	margin-top: 1px;
}

#page #middle .center #content #formular .captcha input {
	float: left;
	width: 255px;
	margin: 0px 0px 0px 10px;
}

#page #middle .center #content #formular .captcha .hinweis {
	font-size: 11px;
	line-height: 13px;
	color: #cc0000;
}

#page #middle .center #content #formular .agb input {
	float: left;
	width: auto;
	margin: 0px 0px 0px -3px;
	padding: 0px;
	border: none;
}

html>/**/body #page #middle .center #content #formular .agb input {
	margin: 4px 3px 3px 1px;
}

#page #middle .center #content #formular .agb label {
	width: 467px;
	margin: 0px;
	padding: 3px 0px 0px 16px;
	background: url('/fileadmin/img/symbole/stern.gif') 2px 5px no-repeat;
}

#page #middle .center #content #formular .info {
	display: inline;
	float: left;
	width: 285px;
	margin-top: 18px;
	font-size: 90%;
}

#page #middle .center #content #formular .csc-mailform-submit {
	cursor: pointer;
	width: 159px;
	margin: 10px 0px 0px 343px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-color: white;
	border-left-color: white;
	font-size: 100%;
	font-weight: bold;
	color: white;
	background-color: #517592;
}

html>body #page #middle .center #content #formular .csc-mailform-check {
	border: none;
	width: auto;
	margin-top: 0px;
}

#page #middle .center #content #formular .csc-mailform-radio {
	border: none;
	width: auto;
}

#page #middle .center #content #formular .csc-mailform-radio fieldset {
	border: none;
	margin: 2px 0px;
	padding: 0px;
}

#page #middle .center #content #formular .csc-mailform-radio fieldset input {
	margin-left: 160px;
	display: inline;
	vertical-align: -2px;
	margin-right: 4px;
}

#page #middle .center #content #formular .csc-mailform-radio fieldset label {
	float: none;
	width: 160px;
	margin-top: -5px;
}

/* Page #middle .center #content .stellenangebote .sitemap */

#page #middle .center #content .stellenangebote .sitemap ul li {
	padding-left: 20px;
	margin-bottom: 10px;
	font-weight: normal;
	background: url('../img/symbole/job.gif') no-repeat top left;
}

#page #middle .center #content .stellenangebote h2 {
	margin-bottom: 10px;
}

#page #middle .center #content .stellenangebote a {
	text-decoration: none;
	color: #4b5963;
	border-bottom: 1px dotted #4b5963;
}

#page #middle .center #content .stellenangebote a:hover {
	color: #d8670e;
}

#page #middle .center #content .karriere {
	background: url('../img/layout/hintergrund_karriere.jpg') top !important;
	padding-bottom: 0px;
}

#page #middle .center #content table {
	margin: 15px 0px 14px 0px;
	border: 1px solid #aec4d5;
	border-collapse: collapse;
	font-size: 12px;
	background-color: white;
}

#page #middle .center #content table caption {
	display: none;
}


#page #middle .center #content td, 
#page #middle .center #content th {
	margin: 0px;
	padding: 5px 8px;
	border: 1px solid #aec4d5;
	text-align: left;
}

#page #middle .center #content table tr td p, 
#page #middle .center #content table th p {
	margin: 6px 0px !important;
}

#page #middle .center #content thead {
	vertical-align: top;
	font-weight: bold;
	color: #325c7c;
	background-color: #fad9bf;
}

#page #middle .center #content td {
	padding: 4px 8px;
}

#page #middle .center #content th p,
#page #middle .center #content td p {
 margin: 0px 0px 10px !important;
}

#page #middle .center #content .tabelle_unsichtbar {
	width: 100%;
}

#page #middle .center #content .tabelle_unsichtbar,
#page #middle .center #content .tabelle_unsichtbar td,
#page #middle .center #content .tabelle_unsichtbar th {
	margin: 0px !important;
	padding: 0px;
	border: none !important;
}

#page #middle .center #content .pdf,
#page #middle .center #content .xls,
#page #middle .center #content .doc {
	padding: 0px 0px 1px 22px !important;
	background-position: 0px 1px;
	background-repeat: no-repeat;
}

#page #middle .center #content .pdf {
	background-image: url('/fileadmin/img/symbole/dateien/pdf.gif');
}

#page #middle .center #content .xls {
	background-image: url('/fileadmin/img/symbole/dateien/xls.gif');
}

#page #middle .center #content .doc {
	background-image: url('/fileadmin/img/symbole/dateien/doc.gif');
}

#page #middle .center #content .trennlinie {
	border-bottom: 1px solid #97b3c9;
	padding-bottom: 10px;
}

#page #middle .center #content .dokument {
	padding-left: 20px;
	background: url('../img/symbole/job.gif') no-repeat top left;
}


/* #page #middle .center #content .sitemap */

#page #middle .center #content .sitemap {
	padding-bottom: 20px;
}

#page #middle .center #content .sitemap ul li {
	font-weight: bold;
}

#page #middle .center #content .sitemap ul li ul li {
	font-weight: normal;
}


/* Page #middle .center .newsletter */

#page #middle .center #content .newsletter #formular {
	margin-top: 0px;
}

#page #middle .center #content .newsletter label {
	font-weight: normal;
	width: 144px !important;
}

#page #middle .center #content .newsletter input.eingabe {
	width: 355px !important;
}

#page #middle .center #content .newsletter div#categories {
	padding: 0px 0px 40px 0px !important;
	display: block;
}

#page #middle .center #content .newsletter div#categories h2 {
	margin: 0px 0px 8px 0px !important;
}

#page #middle .center #content .newsletter div#categories input {
	float: left !important;
	width: auto !important;
	border: none !important;
	margin: 0px 25px 0px 0px !important;
	padding: 0px !important;
}

:root #page #middle .center #content .newsletter div#categories input {
	margin: 4px 25px 0px 3px !important;
}

#page #middle .center #content .newsletter div#categories label {
	float: left !important;
	width: auto !important;
	margin: 2px 2px 0px 0px !important;
	padding: 0px 0px 0px 18px !important;
	font-weight: bold;
	font-size: 14px;
	color: #ec6800;
	background: url('../img/symbole/job.gif') no-repeat top left;
}

#page #middle .center #content .newsletter div#categories label:hover {
	text-decoration: underline;
	cursor: pointer;
}

#page #middle .center #content .newsletter div#categories input:hover {
	cursor: pointer;
}

#page #middle .center #content .newsletter div.categoryblock {
	float: left;
	display: block !important;
	white-space: nowrap !important;
	width: auto;
	margin-bottom: 10px;
}

#page #middle .center #content .newsletter div#anrede input,
#page #middle .center #content .newsletter div#format input {
	float: left !important;
	width: auto !important;
	border: none !important;
	margin: 0px 25px 0px 0px !important;
	padding: 0px !important;
}

:root #page #middle .center #content .newsletter div#anrede input,
:root #page #middle .center #content .newsletter div#format input {
	margin: 3px 25px 0px 3px !important;
}

#page #middle .center #content .newsletter div#anrede input:hover,
#page #middle .center #content .newsletter div#format input:hover {
	cursor: pointer;
}

#page #middle .center #content .newsletter div#anrede label,
#page #middle .center #content .newsletter div#format label {
	float: left !important;
	width: 144px !important;
}

#page #middle .center #content .newsletter div#anrede label.einzeilig,
#page #middle .center #content .newsletter div#format label.einzeilig {
	width: auto !important;
	margin: 0px !important;
	padding: 0px !important;
}

#page #middle .center #content .newsletter div#format {
	margin-top: 20px !important;
}


#page #middle .center #content .newsletter .csc-mailform-submit {
	margin-left: 362px !important;
}


/* Page #middle .right .service */

#page #middle .right .service {
	margin: 0px;
	padding: 0px;
	background: #aec4d5 url(../img/layout/service/bg_banner.jpg) no-repeat top right;
}

#page #middle .right .service .banner {
	position: relative;
	height: 53px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	border-bottom: 10px solid #fff;
}

#page #middle .right .service .banner h3 {
	font-size: 19px;
	color: #fff;
	font-weight: normal;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 13px;
	padding: 0px;
	display: inline;
}

#page #middle .right .service .banner p {
	margin: 1px 0px 0px 13px;
	padding: 0px;
	color: #1d4766;
	font-size: 14px;
	color: #1d4766;
}

#page #middle .right .service .banner span {
	display: none;
}

#page #middle .right .service .banner img {
	position: absolute;
	top: 0px;
}

#page #middle .right .service .banner a {
	text-decoration: none;
}

#page #middle .right .service .banner img:hover {
	background-image: url(../img/transparent_hover_service.gif);
}


/* Page #middle #tools */

#page #middle #tools {
	position: relative;
	width: 820px;
	height: 27px;
	margin-top: 10px;
	background-color: #f2f4f8;
	float: left;
}

#page #middle #tools .items {
	margin: 0px 0px 0px 11px;
	overflow: hidden;
	float: left;
}

#page #middle #tools .items ul {
	margin: 0px;
	padding: 0px;
}

#page #middle #tools .items ul li {
	list-style-type: none;
	float: left;
}

#page #middle #tools .items a {
	font-size: 12px;
	color: #7d8e9c;
	text-decoration: none;
	margin-left: -1px;
	padding: 6px 10px 0px;
	display: block;
	float: left;
	background: url(../img/symbole/pipe.gif) no-repeat 0px 8px;
}

#page #middle #tools .items a:hover {
	color: #4b5963;
}

#page #middle #tools .search {
	display: inline;	
	height: 27px;
	float: left;
	padding: 3px 3px 0px 0px;
	border-right: 10px solid #fff;
}

#page #middle #tools .search input {
	display: block;
	border: none;
}

#page #middle #tools .search .entry,
#page #middle #tools .search .button {
	display: inline;
	float: left;
}

#page #middle #tools .search .entry input {
	border: 1px solid #dde3f0;
	border-top: 1px solid #c9d1e1;
	border-left: 1px solid #c9d1e1;
}

html>/**/body #page #middle #tools .search .entry {
	margin-top: 1px;
}

#page #middle #tools .search .entry input {
	width: 133px;
	height: 16px;
	padding: 1px 5px 0px !important;
	font-size: 12px;
	background-color: #fff;
	color: #8495a2;
}

html>/**/body #page #middle #tools .search .entry input {
	height: 17px;
	padding: 0px 5px 0px;
}

#page #middle #tools .search .button {
	margin: 2px 3px 0px;
}
	
#page #middle #tools .search .button input {
	width: 16px;
	height: 16px;
	background: url(../img/symbole/lupe.png) no-repeat left top;
	cursor: pointer;
}


/* Page #middle #footer */

#page #middle #footer,
#page #middle #footer a {
	color: #8495a2;
}

#page #middle #footer {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 14px;
	font-size: 12px;
	line-height: 1.3;
}

#page #middle #footer p {
	float: left;
	margin: 0px 43px 0px 0px;
}
















 /* CSS styled IMGTEXT                          */
/***********************************************/

#page #middle .center #content .text {
	clear: both;
	padding-top: 5px;
}

#page #middle .center #content .csc-textpic {
	/*display: inline !important;*/
	min-height: 1px !important;
}

#page #middle .center #content .csc-textpic-imagewrap {
	padding-bottom: 5px !important;
}

*+html #page #middle .center #content .csc-textpic-imagewrap {
	padding-bottom: 3px !important;
}

* html #page #middle .center #content .csc-textpic-imagewrap {
	padding-bottom: 3px !important;
}

/* Pictures on left, add margin on right */
#page #middle .center #content .csc-textpic-left .csc-textpic-imagewrap {
	padding-right: 14px;
}

#page #middle .center #content .csc-textpic-intext-left-nowrap .csc-textpic-text {
	padding-left: 14px;
}

#page #middle .center #content .csc-textpic-intext-left .csc-textpic-imagewrap {
	margin-right: 14px !important;
}
	
/* Pictures on right, add margin on left */
#page #middle .center #content .csc-textpic-right .csc-textpic-imagewrap {
	padding-left: 14px;	
}

#page #middle .center #content .csc-textpic-intext-right-nowrap .csc-textpic-text {
	padding-right: 14px;
}

#page #middle .center #content .csc-textpic-intext-right .csc-textpic-imagewrap {
	margin-left: 14px !important;
}

DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
	border: none !important;
	padding: 30px 0px 0px 0px;
}

/* Bilder mehrspaltig */

#page #middle .center #content dl.csc-textpic-image {
	margin-right: 14px;
}



/* Bilder allgemein */

#page #middle .center #content .csc-textpic-image {
	display: block;
}

#page #middle .center #content .csc-textpic-image img {
	display: block;
}

/* Symbole */

#page #middle .center #content .csc-textpic-image a img.symbol {
	display: inline;
	width: 13px;
	height: 13px;
	margin: -20px 0px 0px;
	padding: 3px;
	border: 1px solid white;
	border-bottom: none;
	border-left: none;
	background-color: #e3e3e3;
}



/* Bildunterschriften */

#page #middle .center #content .csc-textpic-caption {
	font-size: 10px;
	margin-bottom: 5px !important;
	padding: 4px 5px!important;
	text-align: center;
}

html>body #page #middle .center #content .csc-textpic-caption {
	margin: 0px !important;
}

#page #middle .center #content .csc-textpic {
	clear: both;
}




/* CSS RTE */

.hintergrundblau {
	background-color: #f2f4f8;
}

.hintergrundorange {
	background-color: #fce8d9;
}

.orange {
	color: #d8670e;
}

.blau {
	color: #325c7c;
}

.hellblau {
	color: #8195b6;
}

.grau {
	color: #969696;
}	

.pfeil {
	background: url('/fileadmin/img/symbole/pfeil.gif') 3px 5px no-repeat;
	padding-left: 18px;
}

.package {
	background-image: url('/fileadmin/img/symbole/package.png');
	background-repeat: no-repeat;
	background-position: center left;
	padding: 16px 0px 16px 40px;
}

.kasten {
	margin-bottom: 12px !important;
	padding: 6px 12px;
	border: 1px solid #dadada;
	background-color: #fce8d9;
}

#visitenkarte {
	overflow: hidden;
	width: 629px;
	height: 285px;
	font-size: 12px;
}

#visitenkarte .drucken {
	position: absolute;
	top: 45px;
	right: 25px;
}

#visitenkarte .karteoben {
	float: left;
}

#visitenkarte .karteoben img {
	display: block;
}

#visitenkarte .kartezentrum .karterechts,
#visitenkarte .kartezentrum .kartelinks {
	float: left;
}

#visitenkarte .kartezentrum .kartelinks {
	width: 222px;
}

#visitenkarte .kartezentrum .kartelinks .mitarbeiter {
	margin-top: 1px;
}

#visitenkarte .kartezentrum .kartelinks .mitarbeiter img {
	display: block;
}

#visitenkarte .kartezentrum .kartelinks .karteunten img {
	display: block;
	margin-top: 1px;
}

#visitenkarte .kartezentrum .karterechts {
	width: 356px;
	padding: 5px 25px;
}

#visitenkarte .kartezentrum .karterechts h2 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #d8670e;
	font-size: 14px;
}

#visitenkarte .kartezentrum .karterechts a {
	color: #000;
}