@charset "UTF-8";

/******************************************/
/* RTE Styles */
/******************************************/


sup {
	vertical-align: super;
	font-size: 0.75em;
}
sub {
	vertical-align: sub;	
	font-size: 0.75em;
}

.rahmen,
.border {
	border:1px solid #000;
}

.radius_3 {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.radius_5 {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.radius_10 {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

.align-center,
.ta_center {
	text-align:center;
}
.align-right,
.ta_right {
	text-align:right;
}
.align-left,
.ta_left {
	text-align:left;
}

.w_xxl {width: 350px;}
.w_xl {width: 300px;}
.w_l {width: 250px;}
.w_m {width: 200px;}
.w_s {width: 150px;}
.w_xs {width: 100px;}
.w_100 {width:100%;}
.w_50 {width: 50%;}
.w_33 {width: 33%;}
.w_25 {width: 25%;}

.invisible,
div.csc-frame-invisible,
.showonjs {
	display:none;
}

.left {float:left;}
.right {float:right;}
.clear,
.clearfix,
.clearer {
	clear:both;
}
.transparent50 {
	-o-opacity:0.5;
	-moz-opacity:0.5;
	-webkit-opacity:0.5;
	opacity:0.5;
}
/* jQuery Tools error messages, u.a. */
.error {
	background-color: #ffaaaa;
	color: #611;
}
.warning {
	background-color: #ffeeaa;
	color: #441;
}
.hervorgehoben,
.info {
	font-weight:bold;
	color:#920;
}

/* Style-Sets (vg/bg) */
.fg_s1 {color:#fa2;}
.fg_s2 {color:#920;}
.fg_s3 {color:#777;}
.fg_white {color:#fff;}
.fg_black {color:#000;}

.bg_s1 {background-color:#fa2;}
.bg_s2 {background-color:#920;}
.bg_s3 {background-color:#777;}
.bg_white {background-color:#fff;}
.bg_black {background-color:#000;}



/* ************************************************** */
/* fix Styles */
/* ************************************************** */
p, 
p.bodytext {
	margin-top:0.5em;
	margin-bottom:0em;
}

a, 
a:link, 
a:active, 
a:visited, 
a:focus {
	text-decoration:none;
	color:rgb(0,138,166);
} 
a:hover {
	text-decoration:none;
	color:#009cdf;
}

/* wenn Bilder als icons gewünscht sind, kann dies verwendet werden */
a.link-weiter img,
a.link-important img,
a.link-pdf img,
a.link-wikipedia img {
	vertical-align:middle;
	margin-right:3px;
}

a.link-weiter {
	background-image:url('../../images/icons/forward.png');
	background-repeat:no-repeat;
	background-position:0 2px;
	padding-left:16px;
}
a.link-wikipedia {
	background-image:url('../../images/icons/wikipedia.png');
	background-repeat:no-repeat;
	background-position:0 2px;
	padding-left:16px;
}
a.link-important {
	background-image:url('../../images/icons/important.png');
	background-repeat:no-repeat;
	background-position:0 2px;
	padding-left:16px;
}
a.link-pdf {
	background-image:url('../../images/icons/pdf.png');
	background-repeat:no-repeat;
	background-position:0 2px;
	padding-left:16px;
}


hr {
	border:none;
	border-top:1px solid #ccc;
	border-bottom:1px solid #fff;
	margin-top:1.5em;
	margin-bottom:1.5em;
	clear:both;
}

sup {
	vertical-align: super;
	font-size: smaller;
}
sub {
	vertical-align: sub;
	font-size: smaller;
}

/* Tabellen */
.contenttable {
	width:100%; /* default */
}
table caption {
	color:#555;
	font-size:0.9em;
	margin-bottom:0.5em;
}
.contenttable thead tr th {
	background-color:#000;
	color:#fff;
	padding-left:2px;
}

.contenttable tbody td {
	border-bottom:1px dotted #ccd3e4;
	padding:0;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	vertical-align:top;
}


.contenttable tr:hover {
	background-color: #eee;
}

/* Headlines */
h1 {
	font-size:1.8em;
	font-weight:bold;
	margin:0px;
	margin-top:10px;
	margin-bottom:1em;
	line-height:1.1em;
}
#content h1 {
	font-size:1.8em;
	font-weight:bold;
	font-style:italic;
}
#content h1:first-child {
	margin-top:0;
}
/* Farben dazu */
body.page_layout_ #content h1 {color:rgb(0,138,166);} /* default (türkis) */
body.page_layout_1 #content h1 {color:rgb(0,146,207);} /* blau */
body.page_layout_2 #content h1 {color:rgb(288,104,10);} /* orange */
body.page_layout_3 #content h1 {color:#8E9329;} /* olive */

h2 {
	font-size:1.3em;
	font-weight:bold;
	margin-top:1em;
	margin-bottom:1em;
	line-height:1.3em;
}

h3 {
	font-size:1.1em;
	margin-top: 1em;
	margin-bottom: 0.5em;
}

h4 {
	font-size:1.0em;
	font-weight:bold;
	margin-top: 1em;
	margin-bottom: 0.5em;
}


/* Listen */
#column_wrapper ul {
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
	list-style-type:square;
	list-style-position:outside;
}
#column_wrapper ul ul {
	padding-left:0;
	margin-top:5px;
	margin-bottom:5px;
}
#column_wrapper ul li {
	margin-left:20px;
}


#column_wrapper ol {
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
	list-style-type:decimal;
	list-style-position:outside;
}
#column_wrapper ol ol {
	padding-left:0;
	margin-top:5px;
	margin-bottom:5px;
}
#column_wrapper ol li {
	margin-left:20px;
}


/* ************************************************** */
/* Formulare */
/* ************************************************** */
fieldset legend {
	display:none;
}
label {}

input, 
textarea,
select {
	border:1px solid rgb(0,138,166);
	background-color:#fff;
	color:#000;
	/* falls die erste inhaltszeile in einem select mal nicht sichtbar ist, dies dazu: */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-o-box-sizing: content-box;
	box-sizing: content-box;
}

input.button,
input[type="submit"],
input[type="reset"] {
	border:1px solid rgb(0,138,166);
	background-color:rgb(0,138,166);
	color:#fff;
	cursor:pointer;
}

input.checkbox {
	border:none;
	background-color:transparent;
}
/* placeholder html5 */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #999;
}


/* ************************************************** */
/* CSC - Stuff */
/* ************************************************** */
/* Bildunterschrift */
dd.csc-textpic-caption {
	font-size:0.8em;
	color:#555;
}

/* Einrückung bei content-elements (im Frame-Dropdown des Elements) */
div.csc-default {}
div.csc-frame-indent {
	padding:20px;
}
div.csc-frame-rulerBefore {
	margin-top:20px;
	clear:both;
}
div.csc-frame-rulerAfter {
	margin-bottom:20px;
}
div.csc-frame-indent3366 {}
div.csc-frame-indent6633 {}
div.csc-frame-frame1 {}
div.csc-frame-frame2 {}


/* ************************************************** */
/* jQueryUI Stuff */
/* ************************************************** */

div.ui-accordion .ui-widget-content,
div.ui-accordion h3 {
	border:none;
	background:none;
}
div.ui-accordion .ui-accordion-content {
	padding:0;
	color:inherit;
}
div.ui-accordion .ui-accordion-header .ui-icon {
	left: 0;
}
div.ui-accordion-icons .ui-accordion-header a {
	padding-left: 1.5em;
}
div.ui-accordion .ui-state-default a, 
div.ui-accordion .ui-state-default a:link, 
div.ui-accordion .ui-state-default a:visited {
	color: rgb(0,138,166);
}
div.ui-accordion .ui-state-hover a, 
div.ui-accordion .ui-state-hover a:link, 
div.ui-accordion .ui-state-hover a:visited {
	color: rgb(0,138,166);
}
div.ui-accordion .ui-state-active a, 
div.ui-accordion .ui-state-active a:link, 
div.ui-accordion .ui-state-active a:visited {
	color: rgb(0,138,166);
}