@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic);
/*Standard*/
.clearL
{
	clear: left;
}
H1, H2, H3, H4, H5, H6
{
	font: 14px "PT Sans", Arial, Verdana, Sans-serif;
	color: #EB6E11;
}
H1
{
	font-size: 28px;
	line-height: 30px;
}
H2
{
	font-size: 23px;
}
H3
{
	font-size: 21px;
}
H4
{
	font-size: 20px;
}
H5
{
	color: #414141;
	padding: 0 0 5px;
}
P
{
	padding: 10px 0 5px;
	line-height: 22px;
}
A
{
	text-decoration: none;
	color: #EB6E11;
}
A:hover
{
	text-decoration: underline;
}
HR
{
	background: transparent;
	border: 0 solid #000000;
	height: 0;
	padding: 0;
	margin: 20px 0;
	border-bottom: 1px solid #000;
}
TEXTAREA, INPUT
{
	resize: none;
	-webkit-border-radius: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
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;
}
.KleinerText
{
	font-size: 12px;
	line-height: 20px;
}
.Button
{
	background-color: #414141;
	color: #FFF;
	padding: 5px 15px;
}
.Button:hover
{
	background-color: #EB6E11;
	text-decoration: none;
	color: #FFF;
}
.Kreisbutton
{
	display: inline-block;
	width: 90px;
	height: 91px;
	line-height: 95px;
	color: #FFF;
	font-size: 14px;
	background: url(../img/button-kreis2.png) no-repeat left top;
}
.Kreisbutton:hover
{
	background-position: left bottom;
	text-decoration: none;
	color: #FFF;
}
/*Template*/
HTML, BODY, #site
{
	height: 100%;
}
BODY > #site
{
	height: auto;
	min-height: 100%;
}
BODY
{
	font: 14px "PT Sans", Arial, Verdana, Sans-serif;
	color: #414141;
	line-height: 26px;
	-webkit-text-size-adjust: none;
	background-color: #EFEFEF;
}
#site
{
	position: relative;
	margin: 0 auto;
	width: 960px;
	z-index: 10;
}
/*Head*/
.head
{
	display: block;
	position: relative;
	padding: 35px 0 0;
	height: 335px;
}
#logo
{
	background: url(../img/logo.png) no-repeat left top;
	width: 198px;
	height: 112px;
	float: left;
}
#logo A
{
	display: block;
	width: 198px;
	height: 112px;
}
#logo A SPAN
{
	display: none;
}
/*Subhead*/
#subhead
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 370px;
	z-index: 1;
}
#subhead .item
{
	position: relative;
	background-color: #D4D4D4;
	z-index: 1;
	height: 370px;
	width: 100%;
	overflow: hidden;
}
#subhead .item .tx-imagecycle-pi1
{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -1000px;
}
#subhead .item .tx-imagecycle-pi1-images .imagecycle-caption
{
	position: absolute;
	font: 35px / 35px "PT Sans", Arial, Verdana, Sans-serif;
	left: 50%;
	margin: 0 0 0 -390px;
	bottom: 70px;
	width: 100%;
	text-shadow: 1px 1px 1px #656565;
	-moz-text-shadow: 1px 1px 1px #656565;
	-webkit-text-shadow: 1px 1px 1px #656565;
	-o-text-shadow: 1px 1px 1px #656565;
	text-shadow: 1px 1px 1px #656565;
	-moz-text-shadow: 1px 1px 1px #656565;
	-webkit-text-shadow: 1px 1px 1px #656565;
	padding: 0;
	color: #EB6E11;
	background: transparent;
	opacity: 1;
	white-space: nowrap;
	display: none;
}
/*Nav*/
.nav
{
	list-style-type: none;
	display: block;
	float: right;
	background-color: #EB6E11;
	height: 40px;
	margin-top: 45px;
}
.nav LI
{
	float: left;
	position: relative;
}
.nav LI A
{
	display: block;
	font-size: 16px;
	color: #FFF;
	text-transform: uppercase;
	padding: 9px 15px 5px;
}
.nav LI A:hover, .nav LI.act A
{
	text-decoration: none;
	background-color: #414141;
}
/*Subnav*/
.nav LI UL
{
	display: none;
	position: absolute;
	left: 0;
	top: 40px;
	z-index: 100;
	background-color: #FFF;
}
.nav LI:hover UL
{
	display: block;
}
.nav LI UL LI
{
	float: none;
	position: relative;
	width: auto;
}
.nav LI UL LI A
{
	float: none;
	display: block;
	color: #414141;
	text-transform: none;
}
/*over*/
.nav LI.over A
{
	background-color: #414141;
	color: #FFF;
}
.nav LI.over UL LI A
{
	color: #414141;
	background-color: transparent;
}
.nav LI.over UL LI A:hover
{
	color: #FFF;
	background-color: #EB6E14;
}
.nav LI.over UL LI.act A
{
	color: #FFF;
	background-color: #EB6E14;
}
.nav LI.over UL
{
	display: block;
}
.nav LI.over UL LI UL
{
	display: none;
}
.nav LI.id123 UL
{
	width: 185px;
}
/*Allcont*/
#allcont
{
	padding: 0 0 190px;
	position: relative;
	z-index: 1;
}
#cont
{
}
#cont .item
{
	padding: 20px 20px 15px;
}
/*Foot*/
.foot
{
	display: block;
	font-size: 12px;
	height: 115px;
	margin-top: -115px;
	background-color: #FFF;
	position: relative;
	z-index: 1000;
}
.foot A
{
	color: #414141;
}
.foot P
{
	display: inline;
	padding: 0;
}
#foot2
{
	width: 920px;
	margin: 0 auto;
	padding: 35px 0 0;
	position: relative;
}
#foot3
{
	float: left;
}
#webdesign
{
	float: right;
}
.linkToTop
{
	display: block;
	width: 64px;
	height: 64px;
	background: url(../img/toTop.png) no-repeat left top;
	position: absolute;
	top: -32px;
	left: 50%;
	margin-left: -32px;
}
.linkToTop SPAN
{
	display: none;
}
/*Powermail NEU*/
.powermail_fieldset
{
	clear: inherit;
}
DIV.tx-powermail
{
	width: 100%;
	font: inherit !important;
}
.tx-powermail LEGEND.powermail_legend
{
	display: none;
}
.tx-powermail .powermail_form .powermail_fieldset LEGEND
{
	width: 100%;
	color: #414141;
	font-weight: normal;
}
.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;
	color: #414141;
}
.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: #414141 !important;
	color: #FFF;
	cursor: pointer;
	margin: 10px 0;
	padding: 7px 0;
	border: none;
	float: inherit;
	font-weight: normal;
	font-family: inherit;
	font-size: inherit;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap_submit INPUT.powermail_submit:hover
{
	background-color: #EB6E11 !important;
	color: #FFF;
}
.tx-powermail .powermail_fieldset .powermail_fieldwrap .mandatory
{
	color: #EB6E11;
}
.formError .formErrorContent
{
	width: 100%;
	position: relative;
	color: #FFF;
	width: 120px;
	font-size: 11px;
	border: 1px solid #FFF;
	padding: 4px 10px;
	background: #EB6E11;
}
.tx-powermail UL.powermail_message
{
	background: #FFFFFF;
	margin: 0 !important;
	padding: 5px 0 5px 7% !important;
	border: 2px solid #EB6E11;
}
.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: #EB6E11;
}
.tx-powermail DIV.error, .tx-powermail .powermail_field_error
{
	background-color: #E5E5E5;
	border: 1px solid #EB6E11 !important;
}
.tx-powermail .powermail_create
{
	background: transparent;
	padding: 10px 0px 0px 0;
	color: #646464;
}
.tx-powermail .powermail_create DT
{
	padding: 2px 0px;
}
.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: #EB6E11;
	font-style: italic;
}
.tx-powermail .powermail_fieldwrap_check LEGEND
{
	display: none;
}
.tx-powermail .powermail_fieldwrap_check .powermail_check_outer
{
	width: 100%;
	border: 0 solid #000000;
	margin: 5px 0;
}
.tx-powermail .powermail_fieldwrap_check INPUT
{
	margin-top: 10px !important;
}
/*Special*/
#cont UL
{
	margin: 5px 0 0;
}
#cont UL LI
{
	list-style-type: none;
	padding: 3px 0px 3px 20px;
	background: url(../img/li.png) no-repeat 0px 12px;
}
#cont OL
{
	margin: 5px 0px 10px 25px;
}
#cont OL LI
{
	list-style-type: decimal;
	padding: 3px 0px;
}
#allcont TABLE
{
	margin: 10px 0px 5px;
}
#allcont TABLE TR TD
{
	padding: 2px 10px 2px 0px;
}
#allcont DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image
{
	margin: 10px 0;
}
#cont .item.c147
{
	padding: 0;
}
#cont .item.c147 DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image
{
	margin: 0;
}
.lbox
{
	float: left;
	width: 48%;
	margin-right: 4%;
	display: inline;
}
.rbox
{
	float: left;
	width: 48%;
	display: inline;
}
.rbox30-schwarz, .lbox30-grau, .lbox70-trans, .rbox70-weiss
{
	padding: 20px;
}
.lbox70-trans, .rbox70-weiss
{
	float: left;
	width: 600px;
}
.rbox30-schwarz, .lbox30-grau
{
	float: left;
	width: 280px;
}
.lbox30-grau
{
	background-color: #DADADA;
}
.rbox30-schwarz
{
	background-color: #414141;
	color: #FFF;
}
.rbox70-weiss
{
	background-color: #FFF;
}
.rbox30-schwarz H5
{
	color: #FFF;
}
.rbox30-schwarz .Button
{
	background-color: #EB6E14;
}
.rbox30-schwarz .Button:hover
{
	background-color: #DADADA;
	color: #EB6E11;
}
.weiss100
{
	background-color: #FFF;
	padding: 20px;
}
#uid129 .item.c351
{
	padding-bottom: 0;
}
#uid129 .item.c150
{
	padding-top: 0;
}
