@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;
	margin:0px;
}
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;
}
DT {
	margin: 0;
	padding:0;
	display: inline;
}
/* Clearer */
	DIV.csc-textpic-clear {
	clear: both;
}
/* Margins around images: */
	/* Pictures on left, add margin on right */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,  DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,  DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .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: 10px;
}
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: 5px;
}
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.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;
}
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; /* IE-hack */
}
DIV.csc-textpic-center DIV.csc-textpic-imagewrap {
	margin: 0 auto;
}
DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
	text-align: left; /* Remove IE-hack */
}
DIV.csc-textpic-center DIV.csc-textpic-text {
	text-align: left; /* 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;
}
DIV.text-img-layout0 {
	padding:0px;
	margin:20px 0 0px;
}
DIV.text-img-layout100 {
	padding:0px;
	margin:20px 0 0px;
}
DL.csc-textpic-image {
	padding:0px;
	margin: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 */

/* RTE CONTENT */
p.align-left { text-align: leftbd; }
p.align-center { text-align: center; }
p.align-right { text-align: right; }
p.align-justify { text-align: justify; }

span.character {}
a.anchor {}
p {margin-bottom: 10pt; font-size: 1em;}

span.small { font-size: 0.8em; }
span.medium { font-size: 1.1em; }
span.large { font-size: 1.2em; }
span.blue { color: #0089bd; }

p.tippbox {
background-image:url(../gfx/backtipp.jpg);
background-repeat: no-repeat;
background-position:20px top;
background-color:#daf1fa;
padding:25px 20px 20px 150px;
margin:20px 0;
min-height:45pt;
}
p.hrline {
border-bottom: 1px solid #D9EDF5;
margin: 0 -15px 15px -25px;
padding-left:25px;
padding-right:15px;
padding-bottom:10px;
}

a.arrow { color: #0a9ee0; text-decoration:none;background-image:url(../gfx/more.jpg); background-repeat:no-repeat; background-position: right center; padding-right:15px;}
a.underline { color: #0089bd; }
a.underline:hover { color: #0089bd; text-decoration:underline;}

h1, h2, h3 { margin: 0 0 0.2em 0; color: #0089bd; }
h1 { font-size: 1.2em; }
h2 { margin-bottom: 0.2em; font-size: 1.1em; }
h3 { margin-bottom: 0.2em; font-size:1.0em; color: #0089bd; }

/* RTE CONTENT SPALTE RECHTS*/

#contentrightbottom p {margin-bottom: 10px; font-size: 14px;}
p.left { float: left; }
p.right { float: right; clear: right; }

#contentrightbottom span.small { font-size: 12px; }
#contentrightbottom span.medium { font-size: 16px; }
#contentrightbottom span.large { font-size: 18px; }
#contentrightbottom span.blue { color: #0089bd; }

#contentrightbottom a.arrow { color: #0a9ee0; text-decoration:none;background-image:url(../gfx/more.jpg); background-repeat:no-repeat; background-position: right center; padding-right:15px;}
#contentrightbottom a.underline { color: #0089bd; }
#contentrightbottom a.underline:hover { color: #0089bd; text-decoration:underline;}

#contentrightbottom h1,#contentrightbottom h2,#contentrightbottom h3 { margin: 0 0 5px 0; color: #0089bd; }
#contentrightbottom h1 { font-size: 20px; }
#contentrightbottom h2 { margin-bottom: 10px; font-size: 18px; }
#contentrightbottomh3 { margin-bottom: 3px; font-size: 14px; color: #0089bd; }
/* Ende RTE content*/

.error { color: red; }
.sucess { color: green; }
ul#mainnav li, ul#footernav li, ol#breadcrumb li { display: inline; }
body {
	background-color:#c0c0c0;
	font-family:Arial, Helvetica, sans-serif;
	color:#656568;
}
a {
	text-decoration:none;
}
img {
border:none;
}
h1 {
font-size:1.2em;
}
h1, h2, h3 {
color:#0a9ee0;
}
p {
margin:0 0 5pt 0;
}
#wrapper {
	width:1152px;
	margin:0px auto;
	position:relative;
}
#innertop {
	width:904px;
	margin:0px auto;
	background-image:url(../gfx/bgbox.png);
	background-repeat:repeat-y;
	position:relative;
	padding-left:4px;
	z-index:2;
}
#outertop {
	background:none;
	padding-top: 18px;
}
div#top, div#center {
	width:900px;
}
#outerbottom {
	display:none;
}
#breadcrumb {
	margin-bottom:20px;
}
#innerbottom {
	display:none;
}
#center {
	background-color:#ffffff;
}
#header {
	display:none;
}
#logo {
	display:none;
}
#navitop {
    display:none;
}
#contentmain {
	float:left;
	width:760px;
	padding:10px 15px 20px 25px;
}
#contentright {
display:none;
}
#header h1 {
	font-size:18px;
	color:#0a9ee0;
	margin:0 0 10px 0;
}
#footer {
	margin:16px 0 5px 0;
}

/*NAVIGATION*/

#navitop li {
	display:block;
	float:left;
	padding:0 10px;
	margin-right:5px;
	height:25px;
	border-bottom:5px solid #F0B800;
}
#navitop li.active {
	border-bottom:5px solid #F0B800;
}
ul.navitoptop {
	border-bottom:5px solid white;
	height:25px;
	margin:0;
	padding-left:5px;
	max-width:288px;
}
#navitop li a{
	text-transform:uppercase;
	color:#0a9ee0;
	font-size:15px;
	text-decoration:none;
	font-weight:bold;
	}
#navitop li.active a{
	color:#F0B800;
	}	
	
#footer li {
	display:block;
	float:left;
	padding:0 10px;
	margin-right:5px;
}	
#footer a {
	color:white;
}
#breadcrumb a {
	color:#656568;
	text-decoration:none;
	font-size:12px;
}

div.oberpunkt {
	float:left;
	width:100px;
}
div.oberpunkt a {
	font-size:17px;
	color:#6f6f72;
	text-transform:uppercase;
	font-weight:bold;
}
div.unterpunkt {
	float:left;
	width:375px;
	margin-left:30px;	
}
div.unterpunkt a {
	color:#0a9ee0;
}
div.unterpunkt li {
	float:left;
	width:125px;
	color:#0a9ee0;
}
div.unterpunkt ul {
	margin:0;
	padding:0;
}
div#mainnavi {
	display:none;
}
.csc-frame-frame1, div.tippbox, p.tippbox {
border:2px solid #daf1fa;
padding:25px;
margin:20px 0;
min-height:45pt;
}
.csc-frame-rulerAfter {
	border-bottom:1px solid #dbf1fa;
	padding-bottom:20px;
}
.contenttable {
	vertical-align:top;
}
table.contenttable {
	border-top:1px solid #dbf1fa;
	border-bottom:1px solid #dbf1fa;
}
td.tdborderright {
	border-right:1px solid #dbf1fa;
}
.contenttable li {
	list-style-image:url(../gfx/lidot.jpg);
}
.contenttable li a{
	color:#656568;
}
.csc-default {
	margin-bottom:30px;
}
ul.rightheader {
	background-color:#0A9DE0;
	color:white;
	font-size:16px;
	line-height:30px;
	padding:0 25px
}
#contentrightbottom  .csc-textpic-intext-left-nowrap{
	margin:0 15px;
}
.divider hr {
	margin:0 -15px 0 -25px;
	color:#d9edf5;
	background-color:#d9edf5;
	border:1px solid #d9edf5;
}
div#mainnavitop, div#mainnavibottom {
display:none;
}