@import url(https://fonts.googleapis.com/css?family=Roboto:400italic,700,400);
/*Standard*/
.clearL
{
	clear: left;
}
.clearB
{
	clear: both;
}
H1, H2, H3, H4, H5, H6
{
	font: 16px Roboto, Arial, Verdana, Sans-serif;
	line-height: 130%;
	color: #FFF;
	padding: 10px 0 0;
}
.lightcont H1, .lightcont H2, .lightcont H3, .lightcont H4, .lightcont H5, .lightcont H6
{
	color: #00647C;
}
H1
{
	text-transform: uppercase;
	font-size: 24px;
}
H2
{
	text-transform: uppercase;
	font-size: 20px;
}
H3
{
	text-transform: uppercase;
	font-size: 18px;
}
H4
{
	text-transform: uppercase;
	font-size: 16px;
}
P
{
	padding: 10px 0 5px;
}
A
{
	text-decoration: none;
	color: #00647C;
}
A:hover
{
	text-decoration: underline;
}
HR
{
	background: transparent;
	border: 0 solid #000000;
	height: 0;
	padding: 0;
	margin: 20px 30%;
	border-bottom: 1px solid #00E0FA;
}
TEXTAREA, INPUT, BUTTON
{
	resize: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border-radius: 0px;
	-moz-border-radius: 0px;
-webkit-border-radius: 0px;
	font-family: inherit;
	-webkit-font-smoothing: inherit;
	padding: 5px;
	border: 1px solid #CCC;
}
BUTTON
{
	border: none;
	cursor: pointer;
}
INPUT[type=text], TEXTAREA, INPUT[type=password], INPUT[type=email], SELECT, BUTTON
{
	width: 100%;
}
INPUT[type=text], TEXTAREA, INPUT[type=submit], INPUT[type=password], INPUT[type=email], BUTTON
{
	-webkit-appearance: none;
}
INPUT:-webkit-autofill, TEXTAREA:-webkit-autofill
{
	-webkit-box-shadow: 0 0 0 1000px #FFF inset;
}
::-webkit-input-placeholder
{
	color: #CCC;
}
:-moz-placeholder
{
	opacity: 1;
	color: #CCC;
}
::-moz-placeholder
{
	opacity: 1;
	color: #CCC;
}
:-ms-input-placeholder
{
	color: #CCC;
}
.tuerkiserText
{
	color: #00E0FA;
}
A.Button, A .Button, .Button A
{
	display: inline-block;
	padding: 5px 30px;
	color: #00647C;
	background: #FFF;
	border: 1px solid #00647C;
}
A.Button:hover, A:hover .Button, .Button A:hover
{
	background: #00647C;
	border: 1px solid #FFF;
	color: #FFF;
	text-decoration: none;
}
P.align-center, H1.align-center, H2.align-center, H3.align-center, H4.align-center, H5.align-center, A.align-center, P A.align-center
{
	text-align: center;
}
P.align-right, H1.align-right, H2.align-right, H3.align-right, H4.align-right, H5.align-right, A.align-right, P A.align-right
{
	text-align: right;
}
P.align-justify, H1.align-justify, H2.align-justify, H3.align-justify, H4.align-justify, H5.align-justify, A.align-justify, P A.align-justify
{
	text-align: justify;
}
/*Template*/
HTML, BODY, #site
{
	height: 100%;
}
BODY > #site
{
	height: auto;
	min-height: 100%;
}
BODY
{
	font: 16px Roboto, Arial, Verdana, Sans-serif;
	line-height: 20px;
	color: #FFF;
	-webkit-text-size-adjust: none;
-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	background: #000 url(../img/body.jpg) no-repeat center top;
}
#site
{
}
/*Head*/
.head
{
	display: block;
	position: relative;
	z-index: 1000;
}
.head .inner
{
	position: relative;
}
#logo
{
	background: url(../img/logo-neu.png) no-repeat left top;
	width: 243px;
	height: 45px;
	float: left;
	margin: 22px 0 50px;
}
#logo A
{
	display: block;
	width: 243px;
	height: 45px;
}
#logo A SPAN
{
	display: none;
}
/*Subhead*/
#subhead
{
	margin: 0 auto;
	width: 920px;
	overflow: hidden;
}
#subhead .bx-wrapper
{
}
#subhead2
{
	position: relative;
}
#subhead2 .csc-textpic-text
{
	position: absolute;
	bottom: 31px;
	left: 1px;
	background: url(../img/subheadtext.png) repeat-y left top;
	width: 97%;
	padding: 10px 0 10px 3%;
}
#subhead2 .csc-textpic-text H4
{
	font-size: 30px;
	text-transform: uppercase;
	padding: 0;
	line-height: 35px;
}
#subhead2 DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image
{
	padding: 1px;
	background: #00647C url(../img/subhead.png) left top;
	margin-bottom: 0;
}
#subhead2 DIV.csc-textpic-center .csc-textpic-center-outer, #subhead2 DIV.csc-textpic-center .csc-textpic-center-inner
{
	float: inherit;
	right: inherit;
}
.bx-wrapper .bx-prev
{
	background: url(../img/control.png) no-repeat left top;
}
.bx-wrapper .bx-prev:hover
{
	background-position: left bottom;
}
.bx-wrapper .bx-next
{
	background: url(../img/control.png) no-repeat right top;
}
.bx-wrapper .bx-next:hover
{
	background-position: right bottom;
}
.bx-wrapper .bx-controls-direction A
{
	width: 20px;
	height: 50px;
}
.bx-wrapper .bx-pager.bx-default-pager A
{
	background: transparent;
	border: 1px solid #00E0FA;
}
.bx-wrapper .bx-pager.bx-default-pager A:hover, .bx-wrapper .bx-pager.bx-default-pager A.active
{
	background: #00E0FA;
}
/*Sprachen*/
#headnav
{
	position: absolute;
	right: 0;
	bottom: 10px;
	line-height: 12px;
}
#headnav A
{
	display: block;
	color: #FFF;
	text-transform: uppercase;
}
#headnav A:hover, #headnav .lang-switch LI.act A
{
	color: #00E0FA;
	text-decoration: none;
}
.lang-switch
{
	background: url(../img/lang.png) no-repeat left center;
	padding: 0 0 0 10px;
	float: left;
}
#login
{
	float: left;
	border-right: 1px solid #00647C;
	margin: 0 10px 0 0;
}
#login P
{
	padding: 0;
}
#login A
{
	padding: 0 10px 0 15px;
	background: url(../img/login.png) no-repeat left center;
}
#uid18 #login A
{
	color: #00E0FA;
}
.lang-switch LI
{
	float: left;
	display: inline;
	cursor: pointer;
}
.lang-switch LI.lang-no A
{
	border-right: 1px solid #FFF;
}
.lang-switch LI A
{
	padding: 0 5px;
}
/*Nav*/
.nav
{
	list-style-type: none;
	display: block;
	float: right;
}
.nav LI
{
	float: left;
	position: relative;
	padding: 0 20px;
}
.nav LI A
{
	font-size: 16px;
	text-transform: uppercase;
	color: #FFF;
	padding: 50px 0 10px;
	display: block;
	border-top: 1px solid transparent;
}
.nav LI A:hover, .nav LI.act A
{
	text-decoration: none;
	color: #00E0FA;
	border-top: 1px solid #00E0FA;
}
/*Subnav*/
.nav LI UL
{
	display: none;
	position: absolute;
	left: 0;
	top: 70px;
	z-index: 100;
	background: url(../img/trans.png) repeat left top;
	padding-top: 5px;
}
.nav LI:hover UL
{
	display: block;
}
.nav LI UL LI
{
	float: none;
	position: relative;
	width: auto;
	padding: 1px 0 0;
}
.nav LI UL LI A
{
	float: none;
	display: block;
	padding: 7px 20px;
	background: url(../img/trans75.png) repeat left top;
	text-transform: none;
	width: 90px;
}
/*Subnav2*/
.nav LI UL LI UL
{
	display: none;
	top: 0;
	left: 130px;
	padding: 0 0 0 1px;
}
.nav LI:hover UL LI:hover UL
{
	display: block;
}
.nav LI UL LI UL LI A
{
	font-size: 15px;
	width: auto;
	padding: 5px 20px;
}
/*Subnav2*/
.nav LI UL LI UL LI UL
{
	display: none;
}
.nav LI UL LI UL LI UL LI A
{
}
.nav LI:hover UL LI:hover UL UL
{
	display: none;
}
/*over*/
.nav LI.over A
{
	color: #00E0FA;
	border-top: 1px solid #00E0FA;
}
.nav LI.over UL LI A
{
	color: #FFF;
	border-top: 0 solid #00E0FA;
	background: url(../img/trans75.png) repeat left top;
}
.nav LI.over UL LI A:hover
{
	color: #00E0FA;
}
.nav LI.over UL LI.act A
{
	background: #02E0FA none;
}
.nav LI.over UL
{
	display: block;
}
/*over2*/
.nav LI.over LI.over A
{
	color: #02E0FA;
}
.nav LI.over LI.over UL LI A
{
	background: url(../img/trans75.png) repeat left top;
	color: #FFF;
}
.nav LI.over LI.over UL LI A:hover
{
	color: #00E0FA;
}
.nav LI.over LI.over UL LI.act A
{
	background: #02E0FA none;
}
.nav LI.over UL LI UL
{
	display: none;
}
.nav LI UL LI.act A:hover, .nav LI UL LI.act.over A
{
	color: #FFF;
}
/*Allcont*/
#allcont
{
	padding-bottom: 76px;
}
.lightcont
{
	background: #FFF;
	color: #6F6F6F;
	padding: 40px 0;
}
.darkcont .inner
{
	padding: 0 0 40px;
}
.darkcont .inner A
{
	color: #00E0FA;
}
.inner
{
	margin: 0 auto;
	width: 920px;
}
/*Foot*/
.foot
{
	display: block;
	height: 76px;
	margin-top: -76px;
	overflow: hidden;
}
.foot .inner
{
	text-align: center;
	color: #E5E5E5;
	padding: 15px 0;
}
.foot #partner
{
	background: url(../img/foot2.jpg) repeat-y center top;
}
.foot #partner .csc-textpic
{
	padding: 22px 0;
}
.foot #partner .csc-textpic DIV.csc-textpic-imagecolumn
{
	margin-right: 30px;
}
.foot A
{
	color: #E5E5E5;
}
.foot P
{
	display: inline;
	padding: 0;
}
#copy
{
	font-size: 12px;
}
#footnav
{
	font-size: 14px;
}
#webdesign
{
	display: inline;
	margin-left: 8px;
}
/*Powermail NEU*/
.powermail_fieldset
{
	clear: inherit;
}
DIV.tx-powermail
{
	width: 100%;
	font: inherit 1em sans-serif !important;
}
.tx-powermail LEGEND.powermail_legend, .tx-powermail H3
{
	display: none;
}
.tx-powermail .powermail_form .powermail_fieldset LEGEND
{
	width: 100%;
	color: #00E0FA;
}
.tx-powermail .powermail_form .powermail_fieldset
{
	border: 0 solid #000000;
	background-color: transparent;
	padding: 0px;
	margin-top: 10px;
	width: 100%;
}
.tx-powermail .powermail_form .powermail_fieldwrap
{
	padding: 2px 0;
	margin: 0;
}
.tx-powermail .powermail_form .powermail_fieldset LABEL
{
	display: block;
	width: 100%;
	padding: 3px 0 0;
	font: inherit 1em sans-serif;
	color: #6F6F6F;
}
.tx-powermail .powermail_form .powermail_fieldset INPUT, .tx-powermail .powermail_form .powermail_fieldset TEXTAREA
{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	width: 100%;
	border: 1px solid #D7D7D7;
}
.tx-powermail .powermail_form .powermail_fieldset INPUT
{
	padding: 5px 0px 5px 5px;
}
.tx-powermail .powermail_form .powermail_fieldset TEXTAREA
{
	height: 100px;
	padding: 5px;
	resize: vertical;
}
.tx-powermail .powermail_form .powermail_fieldwrap .powermail_check_inner INPUT
{
	width: inherit;
	float: left;
	margin: 5px 10px 5px 5px;
}
.tx-powermail .powermail_form .powermail_fieldwrap .powermail_check_inner LABEL
{
	margin: 5px 0;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap_submit
{
	padding: 0px;
	margin: 0px;
	position: relative;
	left: 0;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap_submit INPUT.powermail_submit
{
	background-color: #0B84A0 !important;
	color: #FFF;
	cursor: pointer;
	margin: 10px 0;
	padding: 7px 0;
	border: none;
	float: inherit;
	font-weight: normal;
	font-family: inherit;
	font-size: inherit;
	text-transform: uppercase;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap_submit INPUT.powermail_submit:hover
{
	background-color: #00E0FA !important;
	color: #FFF;
}
.tx-powermail .powermail_fieldset .powermail_fieldwrap .mandatory
{
	color: #00E0FA;
}
.formError .formErrorContent
{
	width: 100%;
	position: relative;
	color: #FFF;
	width: 120px;
	font-size: 11px;
	border: 1px solid #FFF;
	padding: 4px 10px;
	background: #00E0FA;
}
.tx-powermail UL.powermail_message
{
	background: #FFFFFF;
	margin: 0 !important;
	padding: 5px 0 5px 7% !important;
	border: 2px solid #00E0FA;
}
.tx-powermail UL.powermail_message LI
{
	color: #646464;
	font-weight: normal;
}
.formError .formErrorArrow DIV
{
	border-left: none;
	border-right: none;
	font-size: 0px;
	height: 1px;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
	background: #00E0FA;
}
DIV.error, .tx-powermail .powermail_field_error
{
	background-color: #E5E5E5;
	border: 1px solid #525252 !important;
}
DIV.error
{
	padding: 10px;
	text-align: center;
	margin: 10px 0;
}
.tx-powermail .powermail_create
{
	background: transparent;
	padding: 10px 0px 0px 0;
	color: #646464;
}
.tx-powermail .powermail_create DT
{
	padding: 12px 0 0px;
	font-weight: bold;
}
.tx-powermail .powermail_form SELECT
{
	width: 100%;
}
.tx-powermail .powermail_form .powermail_fieldwrap_reset
{
	padding: 0px;
	margin: 0px;
	position: relative;
}
.tx-powermail .powermail_form .powermail_fieldwrap_text
{
	font-size: 11px;
	color: #00E0FA;
	font-style: italic;
}
/*Special*/
#allcont UL
{
	margin: 5px 0px 10px 25px;
}
#allcont UL LI
{
	list-style-type: disc;
	padding: 3px 0px;
}
#allcont OL
{
	margin: 5px 0px 10px 25px;
}
#allcont OL LI
{
	list-style-type: decimal;
	padding: 3px 0px;
}
#allcont TABLE
{
	margin: 10px 0px 5px;
}
#allcont TABLE TR
{
	border-bottom: 1px solid #00647C;
}
#allcont TABLE TR TD
{
	padding: 8px 10px;
	vertical-align: middle;
}
#allcont .darkcont TABLE TR
{
	border-bottom: 1px solid #02E0FA;
}
#allcont DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image
{
	margin: 10px 0;
}
#allcont .csc-textpic-image
{
	position: relative;
}
#allcont .csc-textpic-caption
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 90%;
	color: #FFF;
	padding: 5px 5%;
	background: url(../img/trans75.png);
}
.lbox
{
	float: left;
	width: 48%;
	margin-right: 4%;
	display: inline;
}
.rbox
{
	float: left;
	width: 48%;
	display: inline;
}
/*Login*/
.login .status-header
{
/*display: none;*/
}
.login .status-message
{
/*display: none;*/
}
.login LEGEND, .logout LEGEND, .forgot LEGEND
{
	display: none;
}
.login DIV, .logout DIV, .forgot DIV
{
	padding: 5px 0;
}
.login DIV LABEL, .logout DIV LABEL, .forgot DIV LABEL
{
	float: left;
	width: 120px;
	padding: 3px 0 0;
}
.login .button INPUT, .logout .button INPUT, .forgot .button INPUT
{
	cursor: pointer;
	background-color: #0B84A0;
	border: none;
	color: #FFF;
	margin: 10px 0;
	width: 100%;
	line-height: 22px;
	text-transform: uppercase;
	font-size: 16px;
}
.login .button INPUT:hover, .logout .button INPUT:hover, .forgot .button INPUT:hover
{
	background-color: #00E0FA;
	color: #FFF;
}
/*Logout*/
.logout
{
	padding: 10px 0 5px;
	margin: 30px 0 0;
	text-align: center;
}
.logout .status-header
{
	display: none;
}
/*MULTICONTENT*/
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br
{
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}
.ui-widget-content, .ui-widget-header, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default
{
	border: none;
	background: inherit;
	color: inherit;
	font-weight: inherit;
}
.ui-widget
{
	font-family: inherit;
	font-size: inherit;
}
.ui-tabs
{
	padding: inherit;
}
.ui-tabs .ui-tabs-nav
{
	margin: 0 !important;
	padding: 0;
	text-align: center;
}
.ui-helper-reset
{
	line-height: inherit;
}
LI.ui-state-default.ui-corner-top, .ui-tabs .ui-tabs-nav LI.ui-tabs-active
{
	margin-bottom: 0;
	padding: 0 !important;
}
.ui-tabs .ui-tabs-nav LI
{
	float: inherit;
	display: inline-block;
	margin: inherit;
	background: url(../img/tabs.png) no-repeat 50% 10px;
}
.ui-tabs .ui-tabs-nav LI.ui-state-active, .ui-tabs .ui-tabs-nav LI:hover
{
	background-position: 50% -290px;
}
.ui-tabs .ui-tabs-nav LI A
{
	padding: 130px 0 30px;
	background: url(../img/multicontent-act.png) no-repeat 55% 111%;
	-webkit-transition: background 0.5s ease-in-out;
	-moz-transition: background 0.5s ease-in-out;
	-o-transition: background 0.5s ease-in-out;
	-ms-transition: background 0.5s ease-in-out;
	transition: background 0.5s ease-in-out;
	display: block;
	width: 180px;
	min-height: 40px;
	text-align: center;
	white-space: normal;
}
.ui-tabs .ui-tabs-nav LI A:hover
{
	color: #00E0FA;
}
.ui-state-default A, .ui-state-default A:link, .ui-state-default A:visited
{
	color: inherit;
	font-size: 16px;
	text-transform: uppercase;
	display: block;
}
.ui-state-active A, .ui-state-active A:link, .ui-state-active A:visited
{
	color: #00E0FA;
	background: url(../img/multicontent-act.png) no-repeat 50% 100% !important;
}
.ui-widget-header
{
}
.ui-tabs .ui-tabs-panel
{
	background: #00E0FA;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwZTBmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDY0N2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #00e0fa 0%, #00647c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00e0fa), color-stop(100%,#00647c));
	background: -webkit-linear-gradient(top, #00e0fa 0%,#00647c 100%);
	background: -o-linear-gradient(top, #00e0fa 0%,#00647c 100%);
	background: -ms-linear-gradient(top, #00e0fa 0%,#00647c 100%);
	background: linear-gradient(to bottom, #00e0fa 0%,#00647c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e0fa', endColorstr='#00647c',GradientType=0 );
	padding: 40px 0;
	margin-top: -5px;
}
.ui-tabs .ui-tabs-panel .item
{
	margin: 0 auto;
	width: 920px;
}
#allcont .ui-tabs .ui-tabs-panel DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image
{
	margin: 0;
}
.b38 > DIV
{
	position: relative;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	overflow: hidden;
	cursor: pointer;
}
.b38 > DIV:hover .csc-textpic-text
{
	top: 0;
}
.b38 > DIV .csc-textpic-text
{
	position: absolute;
	top: 82%;
	left: 0;
	width: 90%;
	height: 100%;
	background: url(../img/trans75.png);
	color: #FFF;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	padding: 0 5%;
}
.b38 > DIV .csc-textpic-text H5
{
	color: #FFF;
	text-transform: uppercase;
	padding: 10px;
}
#allcont .b38 > DIV DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image
{
	margin: 0;
}
