@charset "utf-8";
/* CSS Document */
/* default styles for extension "tx_cssstyledcontent" */
	/* Captions */
	DIV.csc-textpic-caption-c .csc-textpic-caption {
	text-align: center;
}
DIV.csc-textpic-caption-r .csc-textpic-caption {
	text-align: right;
}
DIV.csc-textpic-caption-l .csc-textpic-caption {
	text-align: left;
}
/* Needed for noRows setting */
	DIV.csc-textpic DIV.csc-textpic-imagecolumn {
	float: left;
	display: inline;
}
/* Border just around the image */
	DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
	border: 2px solid black;
	padding: 0px 0px;
}
DIV.csc-textpic-imagewrap {
	padding: 0;
}
DIV.csc-textpic IMG {
	border: none;
}
/* DIV: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DIV.csc-textpic-image {
	float: left;
}
/* UL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL {
	list-style: none;
	margin: 0;
	padding: 0;
}
DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI {
	float: left;
	margin: 0;
	padding: 0;
}
/* DL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image {
	float: left;
}
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DT {
	float: none;
}
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD {
	float: none;
}
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD IMG {
	border: none;
} /* FE-Editing Icons */
DL.csc-textpic-image {
	margin: 0;
}
DL.csc-textpic-image DT {
	margin: 0;
	display: inline;
}
DL.csc-textpic-image DD {
	margin: 0;
}
/* Clearer */
	DIV.csc-textpic-clear {
	clear: both;
}
/* Margins around images: */

	/* Pictures on left, add margin on right DIV.csc-textpic-imagewrap */
	DIV.csc-textpic-left .csc-textpic-image,  DIV.csc-textpic-intext-left-nowrap .csc-textpic-image,  DIV.csc-textpic-intext-left .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin-right: 10px;
}
/* Pictures on right, add margin on left */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,  DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,  DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin-left: 10px;
}
/* Pictures centered, add margin on left */
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin-left: 0px;
}
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
	margin: 0;
}
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
	margin: 0;
}
/* Space below each image (also in-between rows) */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom: 0px;
}
DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow {
	margin-bottom: 5px;
	display: block;
}
DIV.csc-textpic DIV.csc-textpic-imagerow {
	clear: both;
}
/* No margins around the whole image-block */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol {
	margin-left: 0px !important;
}
DIV#rechts .csc-textpic-firstcol {
	margin-left: 0px !important;
}
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-lastcol {
	margin-right: 0px !important;
}
/* Add margin from image-block to text (in case of "Text w/ images") */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,  DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
	margin-right: 10px !important;
	margin-left: 15px;
}
DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,  DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
	margin-left: 10px !important;
}
/* Positioning of images: */

	/* Above */
	DIV.csc-textpic-above DIV.csc-textpic-text {
	clear: both;
}
/* Center (above or below) */
	DIV.csc-textpic-center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
DIV.csc-textpic-center DIV.csc-textpic-imagewrap {
	margin: 0;
	margin-left: auto;
	margin-right: auto;
}
DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
	text-align: center;
	margin-left: auto;
	margin-right: auto; /* Remove IE-hack */
}
DIV.csc-textpic-center DIV.csc-textpic-text {
	text-align: center;
	margin-left: auto;
	margin-right: auto; /* Remove IE-hack */
}
/* Right (above or below) */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap {
	float: right;
}
DIV.csc-textpic-right DIV.csc-textpic-text {
	clear: right;
}
/* Left (above or below) */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap {
	float: left;
}
DIV.csc-textpic-left DIV.csc-textpic-text {
	clear: left;
	padding-left: 0px;
}
/* Left (in text) */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap {
	float: left;
}
/* Right (in text) */
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap {
	float: right;
}
/* Right (in text, no wrap around) */
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
	float: right;
	clear: both;
}
/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-right-nowrap .csc-textpic-text {
	height: 1%;
}
/* End hide from IE5/mac */

	/* Left (in text, no wrap around) */
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
	float: left;
	clear: both;
}
/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-left-nowrap .csc-textpic-text {
	height: 1%;
}
/* End hide from IE5/mac */
	
	

/********************************/
/* Frames, spacing, link-to-top */
/********************************/

P.csc-linkToTop {
	text-align: right;
}
P.csc-linkToTop A {
	font-weight: bold;
}
/* *************** Diesen Bereich unge�ndert in das eigene CSS �bernehmen */
DIV.csc-frame {
	border: 0px;
}
DIV.csc-frame-invisible {
}
DIV.csc-frame-rulerBefore {
	border-top: 1px solid #64ADE6;
	clear: both;
	margin-top: 10px;
}
DIV.csc-frame-rulerAfter {
	border-bottom: 1px solid #d7d7d7;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
*margin-top: 3px;
	padding-bottom: 10px;
	clear: both;
}
.content_bottom .csc-frame-rulerAfter {
	border-bottom: 1px solid #64ADE6;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
*margin-top: 3px;
	padding-bottom: 10px;
	clear: both;
}
DIV.csc-frame-indent {
	padding-left: 100px;
}
DIV.csc-frame-indent3366 {
	padding-left: 33%;
}
DIV.csc-frame-indent6633 {
	padding-right: 33%;
}
DIV.csc-frame-frame2 {
	background-color: #F5FFAA;
	padding: 2px 4px 2px 4px;
	border: 1px solid #333333;
}
DIV.csc-frame-frame1 H1, DIV.csc-frame-frame1 H2, DIV.csc-frame-frame1 H3, DIV.csc-frame-frame1 H4, DIV.csc-frame-frame1 H5 {
	margin-top: 2px;
}
DIV.csc-frame-frame2 H1, DIV.csc-frame-frame2 H2, DIV.csc-frame-frame2 H3, DIV.csc-frame-frame2 H4, DIV.csc-frame-frame2 H5 {
	margin-top: 2px;
}
DIV.csc-frame-invisible {
	margin-bottom: 10px;
	clear: both;
}
DIV.csc-frame-frame1 UL {
	margin-top: 0px;
	margin-left: 0px;
	padding: 0 0 0 20px;
}
DIV.csc-frame-frame1 LI {
	font-size: 13px;
	line-height: 25px;
	background-image:url(../bilder/symbol_sheet.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	list-style: none;
	margin: 0;
	padding: 0 0 0 20px;
}
.align-center {
	text-align: center;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
/**********************************************************/

body {
	margin-top: 0px;
	color: #474747;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color:#fff;
	background-image:url(../bilder/background.gif);
	background-repeat: repeat-x;
}
.bodytext {
	font-size: 13px;
	text-align: justify;
}
p {
	margin-top: 0px;
}
a {
	text-decoration: none;
	color: #2991d1;
}
a:hover {
	color: #3c95cc;
}
h1 {
	font-size: 17px;
	font-weight: lighter;
	text-transform: uppercase;
}
UL {
	margin-top: 0px;
	margin-left: 0px;
	padding: 0 0 0 20px;
}
LI {
	font-size: 13px;
	line-height: 18px;
	background-image:url(../bilder/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	list-style: none;
	margin: 0;
	padding: 0 0 0 20px;
}
.da_box {
	margin: auto;
	width: 969px;
	background-color: #FFFFFF;
	border: 1px solid #ccc;
	position: relative;
}
.logo {
	position: absolute;
	width: 225px;
	height: 100px;
	background-image:url(../bilder/sw_logo.gif);
	background-repeat: no-repeat;
}
.menu_top {
	position: absolute;
	left: 225px;
	width: 744px;
	height: 100px;
	background-image:url(../bilder/sw_menubg.gif);
	background-repeat: no-repeat;
}
.menu_top img {
	border: 0;
	float: left;
}
.menu_left {
	position: absolute;
	top: 100px;
	width: 225px;
	height: 269px;
	padding: 0;
	background-image:url(../bilder/sw_menubg_left.gif);
	background-repeat: no-repeat;
}
.banner {
	position: absolute;
	top: 100px;
	left: 225px;
	width: 744px;
	height: 269px;
	background-color: #3c95cc;
}
.contentbox {
	padding-top: 369px;
	background-color: #FFFFFF;
}
.content_left {
	float: left;
	width: 225px;
	background-color: #3c95cc;
}
.content_center {
	margin-right: 292px;
	margin-left: 240px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.content_right {
	float: right;
	width: 277px;
	padding: 0 0 20px 0;
	background-color: #3c95cc;
}
.footerbox {
	clear: both;
	height: 82px;
}
.copyright {
	float: left;
	width: 185px;
	height: 33px;
	background-image: url(../bilder/sw_copyright.gif);
	background-repeat: no-repeat;
	padding: 30px 20px 20px 20px;
	text-align: center;
	color: #fff;
}
.menu_footer {
	float: left;
	width: 704px;
	height: 33px;
	background-image:url(../bilder/sw_footer.gif);
	background-repeat: no-repeat;
	text-align: center;
	padding: 30px 20px 20px 20px;
}
/* Menu TOP */

.hmenue {
	float: left;
	padding: 0 20px 0 0;
}
/* Menu LEFT */

.menu_left_leistungen {
	margin: 5px 0 0 0;
}
.menu_left UL {
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
}
.menu_left LI {
	background-image:url(../bilder/dot_grey.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	list-style-image:url(../bilder/symbol_circle_blue.gif);
	list-style-position: 0px 3px;
	margin: 0 20px 5px 20px;
	padding: 0 0 5px 0;
	line-height: normal;
}
.menu_left a {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
}
.menu_left a:hover {
	color: #6dc2f9;
}
/* Menu RIGHT */

.content_right .text, .menu_right {
	color: #fff;
	margin: 0 15px 0 20px;
	padding: 10px 0 0 0;
}
.content_right .text {
	font-size: 13px;
	padding: 0 0 5px 0;
}
.menu_right UL {
	margin: 0 0 0 15px;
	padding: 0;
}
.menu_right LI {
	background-image:url(../bilder/dot_grey.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 0 0 5px 0;
	list-style-image:url(../bilder/symbol_circle_white.gif);
	list-style-position: 0px 7px;
	margin: 0 0 5px 0px;
	line-height: normal;
}
	
.menu_right a {
	color: #fff;
	text-decoration: none;
}
.menu_right a:hover {
	color: #4d4d4d;
	text-align: none;
}
/* Menu BOTTOM */

.sitemap {
	float: left;
}
.menu_footer a {
	text-decoration: none;
	color: #474747;
	font-size: 12px;
}
.menu_footer a:hover {
	color: #000;
	font-size: 12px;
}
/* Content Left */
.content_left .bodytext {
	padding: 10px;
}
.content_left a {
	color: #fff;
}
.content_left a:hover {
	color: #474747;
}
/* Kontaktformular */
.csc-mailform {
	border: 0;
}
.mailform-field {
	margin: 0px 0 10px 0;
}
.mailform-field input, textarea {
	width: 150px;
}
.mailform {
	float: left;
	width: 100px;
}
.csc-mailform-submit {
	margin: 0 0 0 100px;
}

