@charset "utf-8";
/* CSS Document (c) 2010 move-elevator.de Dipl.-Ing.(FH) Florian Wentzel */



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Default Inline CSS vo Typo3 */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* default styles for extension "tx_felogin_pi1" */
	.tx-felogin-pi1 label {
		display: block;
	}
/* 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, DIV.csc-textpic-border DIV.csc-textpic-single-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: left; }
	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-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; }
	DIV.csc-textpic DIV.csc-textpic-single-image IMG { margin-bottom: 5px; }
	
	/* 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; }

	/* 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 */
	
	DIV.csc-textpic DIV.csc-textpic-imagerow-last { margin-bottom: 0; }

	/* Browser fixes: */

	/* Fix for unordered and ordered list with image "In text, left" */
	.csc-textpic-intext-left ol, .csc-textpic-intext-left ul {padding-left: 40px; overflow: auto; height: 1%; }
/* default styles for extension "tx_extbase" */
	input.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

    .csc-textpic-intext-left-nowrap h2 {
        padding: 0 0 0.2em 0.6em;
    }

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Grundlegendes Setup Basis HTML Elemente */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

* {
	margin: 0px 0px;
	padding: 0px 0px;
	font-size: 100.01%;
	font-family: Arial, Helvetica, sans-serif;
}
html {
	height: 100.1%;
}
body {
	/* Grundschriftgröße */
	font-size: 0.625em;
	width: 100%;
	height: 100.1%;
}
/* Grundfromatierungen headlines */
h1 {
	padding: 0 0;
	font-size: 1.6em;
	margin-top: 8px;
	padding-bottom: 15px;
	padding-bottom: 0.4em;
	font-weight: normal;
}
h1.csc-firstHeader {
	padding-top: 0em;
}
.csc-header {
	clear:both;
}
h2 {
	font-size: 1.3em;
	text-transform:uppercase;
	padding: 1.8em 0 0.2em 0.6em;
}
#pageRightCol h2 {
    font-size: 1.2em;
    padding: 0.6em 0 0.2em 0.6em;
    color:#ffffff;
}
h2 a {color:#0BA1E2;}
h3 {
	font-size: 1.2em;
	padding: 0 0 0 0;
	text-decoration:none;
}
h3 a {color:#0BA1E2;}
h4, h5, h6 {
	font-size: 1.2em;
	padding: 0 0 0 0;
	text-decoration:none;
	font-weight:normal;
}
td h3, td h4, td h5, td h6 {
	font-size: 1em;
}
blockquote, p {
	font-size: 1.2em;
	line-height: 1.3em;
	padding-bottom: 1.3em;
}
p.align-right {
	text-align:right;
}
div.bodylist {
	clear:both;
}
td p {
	font-size: 1em;
}
p.indent, blockquote {
	padding-left: 2em;
}

ol {
	margin: 0px;
	padding: 0px 0px 0px 30px;
	padding-bottom: 1.8em;
}
ul {
	margin: 0px;
	padding: 0px 0px 0px 25px;
	list-style:square;
	padding-bottom: 1.8em;
}

td ul { padding: 0px 0px 0px 15px; }
td ul.tablelist { list-style:none; padding: 0px 0px 0px 0px;}
li {
	font-size: 1.2em;
	line-height: 1.4em;
}

td li, li li {
	font-size: 1em;
}

td ul.tablelist li { 
	background-image:url(images/list-style-tablelist.gif); 
	background-repeat:no-repeat;
	background-position: left 7px;
	padding-left: 8px;
}


acronym {
	border-bottom: 1px dotted;
}
dfn {
	font-style:normal;
	border-bottom: 1px dotted;
}

span.nowrap { white-space:nowrap;}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Contentabellen													*/
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

table caption {
	font-size: 1.2em;
}
td, th {
	font-size: 1.2em;
}
table.address-table, table.contenttable {
	margin: 0 0 0 0;
	width: 100%;
	clear:both;
}
table.contenttable caption {
	visibility:hidden;
	display:none;
}
table.address-table td, table.contenttable td {
	vertical-align:top;
	text-align:left;
	padding: 0.3em 0.5em 0.3em 0.5em;
}
table.contenttable th {
	vertical-align:top;
	text-align:left;
	padding: 0.3em 0.5em 0.3em 0.5em;
	background-color: #485d83;
	color: #FFFFFF;
	font-weight:normal;
}

table.contenttable tr.tr-odd td {
	background-color:#f0f7fe;
}
table.contenttable tr.tr-even td {
	background-color:#e2edff;
}
table.contenttable tfoot td {
	padding: 0.5em 1.5em 0.1em 0em;
}
table td label {
	font-size: 1.0em;
}

/* Besondere Formatierung für Contentlement Tabelle mit Klasse personenliste */
table.personenliste { border-spacing: 0px; margin-top: 1em;}
table.personenliste th { 
	background-color:#c3e7f7; 
	color:#262626; 
	font-size: 1.6em; 
	font-weight:bold;
	padding: 10px 0 5px 10px;
	border-right: 1px dotted #006795;
}
table.personenliste th.td-0 { 
	background-image:url(images/table-th-corner-tl.gif); 
	background-repeat: no-repeat; 
	background-position: left top;	
}

table.personenliste th.td-last { 
	background-image:url(images/table-th-corner-tr.gif); 
	background-repeat: no-repeat; 
	background-position: right top;
	border-right: 0px transparent;
}

table.personenliste tr.tr-last td.td-0 {
	background-image:url(images/table-tf-corner-bl.gif); 
	background-repeat: no-repeat; 
	background-position: left bottom;	
}

table.personenliste tr.tr-last td.td-last {
	background-image:url(images/table-tf-corner-br.gif); 
	background-repeat: no-repeat; 
	background-position: right bottom;	
}


table.personenliste td { padding: 10px 5px 10px 10px; border-right: 1px dotted #006795;}
table.personenliste td.td-last {border-right: 0px transparent; }
table.personenliste td.tr-odd  td { background-color: #edf8fd;}
table.personenliste tr.tr-even td {	background-color: #c3e7f7;}




/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Content Formulare																	*/
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

label {
	font-size: 1.2em;
}
input {
	font-size: 1.2em;
}
select {
	font-size: 1.2em;
}
select option {
	font-size: 1.0em;
	padding-right: 10px;
}
/* Definitions Listen */
dl {
	font-size: 1.2em;
}
dl dt {
	font-weight:bold;
}
dl dd {
	margin-bottom: 10px;
}

/* grundsätzliche Texteinrückzungen */

#pageCenterCol .news-single-body p,
#pageCenterCol p.bodytext {
    padding: 0 8px 1.8em 8px;
}

#pageCenterCol h3 {
    padding-left: 8px;
}

#pageCenterCol .csc-accordion-element h3 {
    width: 100%;
    padding: 1.5em 0 0.2em 0.6em;
}


#page-uid-26 #pageCenterCol h3,
#page-uid-1346 #pageCenterCol p.bodytext{
    width: 100%;
}

#pageCenterCol .article-box h3,
#pageCenterCol .article-box p.bodytext{
    width: 100%;
}
#page #pageCenterCol .box-padder .me-hrw-courses h2 {
    float: none;
    padding-bottom: 10px;
}

.me-hrw-course span,
.me-hrw-courses span{
    min-height: 21px;
}

#pageCenterCol .csc-default {
}

.tx-moveelevatorfeuser-pi1 {
    float: left;
    clear: both;
    width: 100%;
}
/* textfarben */
h2, h3, h4, h5, h6, td, li, blockquote, p {
	color: #333333;
}
dd a, dl a, td a, li a, p a {
	color:#0ba1e2;
	text-decoration:none;
}
dd a:hover, dl a:hover,td a:hover, li a:hover, p a:hover {
	text-decoration:none;
}

.box-padder a {
    text-decoration:underline;
    color:#333333;
}

.otheritems-list a {
    text-decoration:none;
}

.box-padder a:hover {
    color:#0ba1e2;
    text-decoration:underline;
}

.otheritems-list a:hover {
    text-decoration:none;
}

.me-hrw-contact a {
    color:#0ba1e2;
    text-decoration:none
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* @ umschreibung als Anti Spam schutz der E-Mail Adressen								*/
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.liam {
	background-image:url(images/at.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0px 2px 0px 2px;
}
.ups {
	background-image:url(images/ups.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0px 1px 0px 1px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Sprungnavigation																		*/
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#sprungnav {
	position: absolute;
	left: -3000px;
	z-index: 6;
	top: 5px;
	float:left;
}
#sprungnav p {
	font-size: 1.2em;
}
#sprungnav p.sprungnavi a:focus, #sprungnav p.sprungnavi a:active {
	position:absolute;
	left:+3100px;
	top:0px;
	background-color: #E6E6E6;
	color: black;
	display:block;
	width:14em;
	padding: 4px;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Formatierung der typoe Standartrahmen												*/
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#pageCenterCol .csc-frame-rulerAfter {
	background-image:url(images/dottline-black.gif);
	background-repeat:no-repeat;
	background-position: left bottom;
	padding-bottom: 20px;
	margin-bottom: 20px;
	width: 100%;
	clear:both;

}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Content aus der rechten Spalte aus													*/
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.rightcontentget {
    
}

