/* General Reset */
body{
	margin:0;
	color:#000;
	font: 13px/18px Arial, Helvetica, sans-serif;
	background:#d0d2d3 url(../images/bg-body.gif) repeat-x;
	min-width:1000px;
}
img{border-style:none;}
input,
textarea,
select{
	color:#000;
	vertical-align:middle;
	font:100% Arial, Helvetica, sans-serif;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
blockquote, q{quotes: none;}
q:before,
q:after {content: '';}
a{
	color:#0087d5;
	text-decoration:none;
}
a:hover{text-decoration:underline;}
a:focus,
input:focus,
textarea:focus,
select:focus{outline:none;}
/* General settings */
@font-face {
	font-family: 'meta-bold';
	src: url('../font/meta-boldwebfont.eot');
	src: url('../font/meta-boldwebfont.eot?#iefix') format('embedded-opentype'), 
		url('../font/meta-boldwebfont.woff') format('woff'), 
		url('../font/meta-boldwebfont.ttf') format('truetype'),
		url('../font/meta-boldwebfont.svg#meta-bold') format('svg');
}
@font-face {
	font-family: 'meta-normal';
	src: url('../font/meta-normalwebfont.eot');
	src: url('../font/meta-normalwebfont.eot?#iefix') format('embedded-opentype'), 
		url('../font/meta-normalwebfont.woff') format('woff'), 
		url('../font/meta-normalwebfont.ttf') format('truetype'),
		url('../font/meta-normalwebfont.svg#meta-normal') format('svg');
}
.wrapper{
	width:100%;
	overflow:hidden;
	position:relative;
}
.w1{
	position:relative;
	float:left;
	left:50%;
}
.w2{
	position:relative;
	float:left;
	left:-50%;
	width:984px;
	padding:0 20px;
	background:#c7c7c7 url(../images/bg-page.gif) repeat-x;
}
/* header */
#header{
	padding:22px 0;
	position:relative;
	z-index:10;
}
#header .holder{
	padding:0 20px 20px;
	width:944px;
	position:relative;
	z-index:5;
}
#header .holder:after{
	clear:both;
	content:'';
	display:block;
}
#header .lang{
	float:right;
	background:#dfe0e0;
	position:relative;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	width:52px;
	height:21px;
	margin:0 0 0 12px;
	-webkit-box-shadow:0 0 5px #b5b5b6;
	-moz-box-shadow:0 0 5px #b5b5b6;
	box-shadow:0 0 5px #b5b5b6;
	display:none;
}
#header .lang:hover{
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
}
#header .lang img{display:block;}
#header .lang .link{
	display:block;
	background:url(../images/bullet-lang.gif) no-repeat 8px 8px;
	padding:4px 0 0 30px;
	height:17px;
}
#header .lang ul{
	position:absolute;
	top:-99999px;
	left:-99999px;
	margin:0;
	padding:0;
	list-style:none;
	-webkit-border-radius:5px 0 5px 5px;
	-moz-border-radius:5px 0 5px 5px;
	border-radius:5px 0 5px 5px;
	background:#dfe0e0;
	min-width:82px;
}
#header .lang:hover ul{
	top:21px;
	left:auto;
	right:0;
}
#header .lang ul img{
	float:right;
	margin:0 0 0 5px;
}
#header .lang ul li{
	min-width:72px;
	vertical-align:top;
	overflow:hidden;
	padding:5px;
	font-size:9px;
	line-height:10px;
	text-align:right;
}
#header .lang ul a{
	display:block;
	width:100%;
}
#header .menu{
	margin:0;
	padding:0;
	list-style:none;
	float:right;
	font-size:11px;
	line-height:20px;
}
#header .menu li{
	float:left;
	margin-right:10px;
}
#header .menu li a{color:#565a5b;}
#header .box{
	background:#3e4249;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	position:relative;
	padding:10px 34px;
	width:916px;
}
#header .box:after{
	clear:both;
	content:'';
	display:block;
}
#header .logo{
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/logo.png) no-repeat;
	width:133px;
	height:99px;
	margin:-16px 17px -24px 0;
	position:relative;
}
#header .logo a{
	display:block;
	height:100%;
}
/* navigation */
#main-nav{
	margin:0;
	padding:18px 0 0;
	list-style:none;
	float:left;
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	text-transform:uppercase;
}
#main-nav li{
	float:left;
	margin-right:7px;
	position:relative;
}
#main-nav a{
	color:#fff;
	float:left;
	padding:8px 7px;
	cursor:pointer;
	-webkit-border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
}
#main-nav a.active,
#main-nav a:hover{
	text-decoration:none;
	color:#0087d5;
}
#main-nav li span{float:left;}
#main-nav li:hover span a,
#main-nav span a:hover{
	background:#fff;
	color:#0087d5;
}
#main-nav .drop{
	position:absolute;
	top:-99999px;
	left:-99999px;
	background:#fff url(../images/div-drop.gif) no-repeat 212px 50%;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:4px 4px 3px rgba(0,1,1,0.38);
	-moz-box-shadow:4px 4px 3px rgba(0,1,1,0.38);
	box-shadow:4px 4px 3px rgba(0,1,1,0.38);
	overflow:hidden;
	padding:16px 24px;
	text-transform:none;
	font-weight:normal;
	width:431px;
}
#main-nav li:hover .drop{
	top:34px;
	left:-162px;
}
#main-nav .drop .col{
	float:left;
	width:170px;
	margin-bottom:-29px;
}
#main-nav .drop .alignright{
	float:right;
	width:151px;
}
#main-nav .drop .ttl{
	font-weight:normal;
	color:#4a4c4e;
	font-size:14px;
	line-height:18px;
	display:block;
	padding:0 0 4px;
}
#main-nav .drop ul{
	margin:0;
	padding:0 0 29px;
	list-style:none;
}
#main-nav .drop li{
	float:none;
	margin:0;
	font-size:12px;
	line-height:18px;
}
#main-nav .drop a{
	float:none;
	padding:0;
	color:#0e223b;
}
#main-nav .drop a:hover{text-decoration:underline;}
/* visual */
.visual{
	width:982px;
	margin:0 0 22px 1px;
	position:relative;
}
.visual img{
	display:block;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	position:relative;
}
.visual .description{
	position:absolute;
	top:42px;
	left:0;
	font-size:30px;
	line-height:36px;
	font-family:'meta-normal', sans-serif;
}
.visual .description a{
	display:block;
	position:relative;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background:#000;
	color:#fff;
	text-transform:uppercase;
	padding:15px 14px 2px;
	width:267px;
	text-align:right;
	text-decoration:none;
}
.visual .description a strong{
	font-weight:normal;
	font-family:'meta-bold', sans-serif;
}
.visual .ttl{
	margin:0;
	background:#3e4249;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	font:31px/36px 'meta-normal', Arial, Helvetica, sans-serif;
	position:absolute;
	top:31px;
	left:0;
	color:#fff;
	text-transform:uppercase;
	padding:35px 27px 11px 40px;
}
.visual .ttl span{font-family:'meta-bold', sans-serif;}
.visual .ttl1{
	background:none;
	top:31px;
	left:189px;
	color:#525e66;
	text-transform:none;
	padding:0 0 0 46px;
	font-size:36px;
	line-height:43px;
}
.visual .ttl1 span{
	text-transform:uppercase;
	display:block;
	margin:0 0 0 -46px;
}
/* partners */
.partners{margin-bottom:36px;}
.partners .title{
	background:#3e4249;
	position:relative;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	color:#fff;
	padding:11px 21px;
	margin-bottom:23px;
	width:942px;
}
.partners h6,
.partners h5,
.partners h4,
.partners h3,
.partners h1,
.partners h2{
	margin:0;
	font-size:16px;
	line-height:22px;
}
.partners h6,
.partners h5{font-size:10px; line-height:14px;}
.partners h4{font-size:12px; line-height:16px;}
.partners h3{font-size:14px; line-height:18px;}
.partners h1{font-size:18px; line-height:24px;}
.partners .block{
	width:100%;
	margin-bottom:19px;
}
.partners .block:after{
	clear:both;
	content:'';
	display:block;
}
.partners .left-column{
	float:left;
	width:695px;
}
.partners .left-column ul{
	margin:0 0 -10px -10px;
	padding:0;
	list-style:none;
	overflow:hidden;
	width:705px;
	font:20px/24px 'meta-bold', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
.partners .left-column ul li{
	width:341px;
	height:198px;
	float:left;
	position:relative;
	margin:0 0 10px 10px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	background:#3e4249;
}
.partners .left-column ul a{
	display:block;
	height:100%;
	cursor:pointer;
	color:#fff;
}
.partners .left-column ul strong{
	display:block;
	text-align:right;
	padding:0 25px;
	font-weight:normal;
}
.partners .left-column ul img{
	display:block;
	-webkit-border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
	position:relative;
	margin-bottom:9px;
}
.partners .right-column{
	float:right;
	width:264px;
}
.partners .contact{
	background:#fff;
	position:relative;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	overflow:hidden;
	padding:13px 15px;
	font-family:'meta-normal', sans-serif;
	font-size:16px;
	line-height:20px;
	text-transform:uppercase;
	margin-bottom:13px;
}
.partners .contact img{
	float:left;
	margin:0 13px 0 0;
}
.partners .contact h3{
	margin:0;
	color:#000;
	font:16px/16px 'meta-bold', Arial, Helvetica, sans-serif;
}
.partners .contact .text{
	overflow:hidden;
	padding:15px 0 0;
}
.partners .contact p{
	margin:0;
	color:#f00;
}
.partners .sign{
	background:#fff url(../images/bg-signbox.jpg) no-repeat 0 73px;
	position:relative;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	font-size:12px;
	line-height:14px;
	min-height:212px;
	padding:17px 14px;
	margin-bottom:13px;
}
.partners .sign h3{
	margin:0 0 5px;
	font:16px/19px 'meta-normal', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
.partners .sign h3 strong{
	font-weight:normal;
	font-family:'meta-bold', sans-serif;
	display:block;
}
.partners .sign p{margin:0;}
.partners .btn-sign{
	background:url(../images/btn-sign.png) no-repeat;
	width:168px;
	height:36px;
	display:block;
	color:#fff;
	text-align:right;
	padding:0 86px 0 10px;
	font-size:14px;
	line-height:36px;
	position:relative;
	-webkit-box-shadow:5px 5px 5px #b4b4b4;
	-moz-box-shadow:5px 5px 5px #b4b4b4;
	box-shadow:5px 5px 5px #b4b4b4;
	
}
.partners .btn-sign:hover{text-decoration:none;}
.partners .info{
	background:#fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	position:relative;
	overflow:hidden;
	padding:21px 34px;
	height:1%;
}
.partners .info p{margin:0;}
.partners .info .col{
	float:left;
	width:425px;
	margin:0 33px 0 0;
}
/* breadcrumbs */
.breadcrumbs{
	background:#d2d2d2;
	overflow:hidden;
	padding:0 18px;
	font-size:12px;
	line-height:19px;
	margin:-8px 0 9px;
	width:948px;
}
.breadcrumbs p{
	margin:0;
	float:left;
}
.breadcrumbs ul{
	margin:0 0 0 -2px;
	padding:0;
	list-style:none;
	float:left;
	overflow:hidden;
}
.breadcrumbs ul li{
	float:left;
	padding:0 10px;
	background:url(../images/sep-breadcrumbs.gif) no-repeat 0 60%;
	margin-left:-5px;
}
.breadcrumbs ul a{
	text-decoration:underline;
	color:#000;
}
.breadcrumbs ul a:hover{text-decoration:none;}
.breadcrumbs ul span{text-decoration:underline;}
.breadcrumbs ul li:first-child a{text-decoration:none;}
.breadcrumbs ul li:first-child a:hover{text-decoration:underline;}
/* navigation */
.navigation{
	background:#3e4249;
	position:relative;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	padding:0 17px;
	margin-bottom:29px;
	width:950px;
}
.navigation ul{
	margin:0;
	padding:0;
	list-style:none;
	font-size:14px;
	line-height:18px;
}
.navigation ul:after{
	clear:both;
	content:'';
	display:block;
}
.navigation ul li{
	float:left;
	background:url(../images/sep01.gif) no-repeat;
	padding:15px 11px 7px 13px;
}
.navigation ul a{
	float:left;
	padding:0 0 2px;
	position:relative;
	color:#fff;
}
.navigation ul .active,
.navigation ul a:hover{
	text-decoration:none;
	color:#0087d5;
	border-bottom:2px solid #1296e2;
	padding-bottom:0;
}
/* main */
#main{
	width:100%;
	padding-bottom:20px;
}
#main:after{
	clear:both;
	content:'';
	display:block;
}
/* content */
#content{
	float:right;
	width:754px;
}
#content h6,
#content h5,
#content h4,
#content h3,
#content h2,
#content h1{
	font-size:22px;
	line-height:30px;
	color:#0087d5;
	margin:0 0 7px;
}
#content h6{font-size:14px; line-height:18px;}
#content h5{font-size:16px; line-height:20px;}
#content h4{font-size:12px; line-height:24px;}
#content h3{font-size:20px; line-height:26px;}
#content h2{font-size:22px; line-height:28px;
margin: 0 0 5px;
font-size: 18px;
line-height: 24px;
font-weight: normal;
color: #0087D5;
}
#content .article1{
	background:#fff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	position:relative;
	padding:15px 19px;
	margin-bottom:9px;
}
#content p{margin:0 0 20px;}
#content .article1 h2{
	margin:0 0 5px;
	font-size:18px;
	line-height:18px; 
	font-weight:normal;
}
#content .article1 .holder{overflow:hidden;}
#content .article1 .holder ul{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	width:320px;
}
#content .article1 .holder li{
	padding:0 0 6px 37px;
	background:url(../images/bullet01.gif) no-repeat 0 3px;
}
#content .article1 .holder ul a{color:#000;}
#content .article1 .holder .alignright{
	float:right;
	width:368px;
}
#content .article2{
	background:#fff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	position:relative;
	overflow:hidden;
	padding:16px 27px;
	margin-bottom:21px;
}
#content .article2 img{
	float:right;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	position:relative;
	margin:-16px -27px -16px 20px;
}
#content .article2 p{margin:0;}
#content p span{color:#0087d5;}
#content .add-nav{
	margin:0 0 12px;
	padding:17px 19px;
	list-style:none;
	background:#3e4249;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	position:relative;
	font-size:16px;
	line-height:20px;
	font-weight:bold;
	overflow:hidden;
}
#content .add-nav li{
	float:left;
	padding:0 11px 0 0;
}
#content .add-nav a{color:#1296e2;}
#content .add-nav li.selected a{color:#ffffff;}    
li.selected {color:#ffffff;}
#content .add-nav a.active,
#content .add-nav a:hover{
	text-decoration:none;
	color:#fff;
}
#content .info{
	background:#fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	position:relative;
	overflow:hidden;
	padding:17px 27px;
	margin-bottom:21px;
}
#content .info h3{
	margin:0 0 22px;
	font-weight:normal;
	font-size:18px;
	line-height:22px;
}
#content .info .col{
	float:left;
	width:300px;
}
#content .info p{margin:0 0 18px;}
#content .info .col1{
	margin:0;
	float:right;
	width:317px;
}
#content .info .col1 h3{margin-bottom:18px;}
#content .info .col1 p{margin:0;}
#content .article3{
	background:#fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	position:relative;
	padding:17px 21px;
	margin-bottom:9px;
}
#content .article3 .holder{overflow:hidden;}
#content .article3 .holder .col{
	float:left;
	width:360px;
}
#content .article3 .holder .alignright{
	float:right;
	width:323px;
}
#content .image{margin-bottom:10px;}
#content .image img{vertical-align:top;}
#content .items{
	margin:0 0 0 -13px;
	padding:0;
	list-style:none;
	overflow:hidden;
	font-size:16px;
	line-height:22px;
	text-transform:uppercase;
	width:767px;
}
#content .items li{
	float:left;
	height:136px;
	background:#3e4249;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	width:242px;
	margin-left:13px;
	position:relative;
}
#content .items a{
	display:block;
	height:100%;
	color:#fff;
	text-align:right;
	text-transform:uppercase;
	cursor:pointer;
}
#content .items img{
	display:block;
	margin-bottom:8px;
}
#content .items strong{
	display:block;
	font-weight:normal;
	font-family:'meta-bold', sans-serif;
	padding:0 13px;
}
/* sidebar */
#sidebar{
	float:left;
	width:210px;
}
#sidebar .buttons{
	font-size:14px;
	line-height:17px;
}
#sidebar .buttons a{
	display:block;
	overflow:hidden;
	-webkit-border-radius:0 5px 5px 0;
	-moz-border-radius:0 5px 5px 0;
	border-radius:0 5px 5px 0;
	background:#525e66 url(../images/bullet02.png) no-repeat 100% 50%;
	padding:14px 55px 14px 80px;
	color:#fff;
	margin-bottom:9px;
	position:relative;
}
#sidebar .buttons a:hover{
	text-decoration:none;
	background-color:#0087d5;
}
#sidebar .buttons a img{
	float:left;
	position:relative;
}
#sidebar .buttons .btn-download img{margin:-4px 0 -10px -66px;}
#sidebar .buttons .btn-inquiry img{margin:2px 0 -12px -44px;}
#sidebar .sign{
	background:#fff url(../images/bg-signbox.jpg) no-repeat 0 73px;
	-webkit-border-radius:7px 7px 0 0;
	-moz-border-radius:7px 7px 0 0;
	border-radius:7px 7px 0 0;
	position:relative;
	padding:17px 15px;
	font-size:12px;
	line-height:14px;
	min-height:222px;
}
#sidebar .sign h3{
	margin:0 0 5px;
	font:16px/19px 'meta-normal', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
#sidebar .sign h3 strong{
	display:block;
	font-weight:normal;
	font-family:'meta-bold', sans-serif;
}
#sidebar .sign p{margin:0;}
#sidebar .btn-sign{
	background:url(../images/btn-sign.png) no-repeat 0 -72px;
	width:118px;
	height:36px;
	display:block;
	color:#fff;
	font-size:14px;
	line-height:36px;
	padding:0 46px;
	-webkit-box-shadow:4px 4px 4px #b7b7b7;
	-moz-box-shadow:4px 4px 4px #b7b7b7;
	box-shadow:4px 4px 4px #b7b7b7;
	position:relative;
	margin-bottom:12px;
}
#sidebar .btn-sign:hover{text-decoration:none;}
#sidebar .box{
	background:#fff;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px;
	position:relative;
	overflow:hidden;
	padding:13px;
	color:#f00;
	font-size:16px;
	line-height:22px;
	text-transform:uppercase;
	font-family:'meta-normal', sans-serif;
}
#sidebar .box img{
	float:left;
	margin:0 13px 0 0;
}
#sidebar .box h4{
	margin:0;
	padding:15px 0 19px;
	font:16px/16px 'meta-bold', Arial, Helvetica, sans-serif;
	color:#000;
}
#sidebar .box p{margin:0 7px;}
/* footer */
#footer{
	border-top:1px solid #aeaeaf;
	padding:19px 0;
}
#footer ul{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	font-size:12px;
	line-height:16px;
	font-weight:bold;
	width:100%;
}
#footer ul li{
	float:left;
	padding:0 1px;
}
#footer ul a{
	float:left;
	text-align:center;
	color:#535c63;
	width:157px;
}

#spacer {padding:12px;background:#fff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	position:relative;
	padding:15px 19px;
	margin-bottom:9px;
  width:550px;}
/*FCE's*/

.visual_box {

    margin: 0 0 0px -10px;
    overflow: hidden;
    padding: 0;
    text-transform: uppercase;
    width: 705px;

}
.visual_box_single {
	background: none repeat scroll 0 0 #3E4249;
	border-radius: 6px 6px 6px 6px;
	float: left;
	height: 198px;
	width: 341px;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 10px;
}

.visual_box_link{
  font: 20px/24px 'meta-bold',Arial,Helvetica,sans-serif;
  list-style: none outside none;
  text-transform: uppercase;
	color:#ffffff;
	display: block;
  font-weight: normal;
  padding: 0 25px;
  text-align: right;}
  
.visual_box_link a {color:#ffffff;}

/*FCEs*/
.subcolumns,.subcolumns_oldgecko{width:100%;overflow:hidden}
.c50r,.c25r,.c33r,.c38r,.c66r,.c75r,.c62r{float:right;margin-left:-5px;}
.c25l,.c25r{width:25%}
.c33l,.c33r{width:33.333%}
.c50l,.c50r{width:50%}
.c66l,.c66r{width:66.666%}
.c75l,.c75r{width:75%}
.c38l,.c38r{width:38.2%}
.c62l,.c62r{width:61.8%}
.subc{padding:0 0.5em}
.subcl{padding:0 1em 0 0}
.subcr{padding:0 0 0 1em}
.subcolumns_oldgecko,.c50l,.c25l,.c33l,.c38l,.c66l,.c75l,.c62l{float:left}

/*Inhalte*/

/* Liste Stylw 1*/
ul.csc-bulletlist  {padding-left:0px;}
.csc-bulletlist  ul {margin: 0;
padding: 0;
list-style: none;
float: left;
width: 320px;}

.csc-bulletlist  li {padding: 0 0 6px 37px;
background: url(../images/bullet01.gif) no-repeat 0 3px;
list-style:none;}

/* =Powermail Konfig Start
--------------------------------------------------------------------------------------------------------*/ 
  
fieldset.tx-powermail-pi1_fieldset input.powermail_text, fieldset.tx-powermail-pi1_fieldset input.powermail_date, fieldset.tx-powermail-pi1_fieldset input.powermail_datetime, fieldset.tx-powermail-pi1_fieldset textarea {
  -moz-border-radius: 2px 2px 2px 2px;
  -moz-box-shadow: 3px 3px 5px #EEEEEE;
  border: 1px solid #CCCCCC;
  color: #444444;
  font-family: Calibri,Arial,sans-serif;
  font-size: 14px;
  padding: 3px;
  float:left;
}

fieldset.tx-powermail-pi1_fieldset select {width:95px;height:20px;border: 1px solid #CCCCCC;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 3px 3px 5px #EEEEEE;
    color: #444444;}
	
	fieldset.tx-powermail-pi1_fieldset .powermail_check_inner, fieldset.tx-powermail-pi1_fieldset .powermail_radio_inner {
    clear: both;
    margin-left: 164px;
}
#powermaildiv_uid12 label {display:none;} 
.powermail_text powermail_uid12 {width:45px;}
  /*powermail meldung*/
.tx-powermail-pi1_mandatory {
  color:#0D72AD;
  padding-left:20px;
  font-size:10px;
  }
  
.powermail_mandatory_js {
  color:#0D72AD;
  float:left;
  padding-right:5px;
}
  
div.tx-powermail-pi1 a{
  color:#0087D5;  
}
  
div.tx-powermail-pi1 legend{
  display:none;  
}
  
div.tx-powermail-pi1 fieldset{
  margin:0;
  padding:12px;
  border:none;
  width:570px;
  backgriund-color:#ffffff; 
}

fieldset.tx-powermail-pi1_fieldset {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 10px;
}
  
div.tx-powermail-pi1 label, .tx_powermail_pi1_fieldwrap_html_radio_title{
  clear: left;
  width: 190px;
  float:left;
  margin: 0;
  padding: 0;
  font-size:11px;
  font-weight:bold;
  color:#000000;
}

fieldset.tx-powermail-pi1_fieldset label, fieldset.tx-powermail-pi1_fieldset fieldset legend {
    color: #000000;
    display: block;
    float: left;
    font-weight: bold;
    white-space: normal;
    width: 190px;
	font-size:11px;
}

.powermail_mandatory_js{
  float:left;  
  padding-right:5px;
  color:#b8c633;
}
  
div.powermail_radio_inner{
  float:left;
  margin-bottom:10px;
}
  
div.tx-powermail-pi1 input, select, textarea {
  font-size:1.1em;
  }

.powermail_captcha{
  display:block;
  clear:left;
  margin-left:120px;    
}

input, select, textarea {
  font-family:Arial;
  font-size:12px;
  line-height:2em;
  vertical-align:middle;
}

.tx_powermail_pi1_fieldwrap_html_6 label,  
.tx_powermail_pi1_fieldwrap_html_12 label{
  clear:none;
  display:none;  
}

.powermail_uid1, 
.powermail_uid2, 
.powermail_uid3, 
.powermail_uid4, 
.powermail_uid5, 
.powermail_uid6, 
.powermail_uid7, 
.powermail_uid8, 
.powermail_uid9, 
.powermail_uid12, 
.powermail_uid14, 
.powermail_uid15, 
.powermail_uid16,
.powermail_uid17,
.powermail_uid18,   
.powermail_uid10{
  float:left;  
  width:280px; 
  margin-bottom:10px;
  margin-right:5px;
}
  
.powermail_uid12,
.powermail_uid5{
  float:left;  
  width:222px; 
  margin-bottom:10px;
  margin-right:5px;
}

.powermail_uid1{
  width:85px;  
}

.powermail_uid6, .powermail_uid7, .powermail_uid14{
  width:45px;  
}
  
.tx_powermail_pi1_fieldwrap_html_checkbox_title{
  display:none;
}

.tx_powermail_pi1_fieldwrap_html_captcha_description {
  margin-bottom:12px;
}

.tx_powermail_pi1_fieldwrap_html_26 {
  float:left;
}

/*Text Datenschutz Kontakt*/
.tx_powermail_pi1_fieldwrap_html_26{
  clear:left;
}
  
#powermaildiv_uid26{
  display:block;
  clear:left;
  margin-left:120px;  
  margin-bottom:10px;
}

#powermaildiv_uid26 label                   {
  float:none;;
  clear:none;  
}

.powermaildiv_uid26 {
  float:left;
}

.tx_powermail_pi1_fieldwrap_html_submit {
  float:left;
  clear:both;
}
 
/*Text Datenschutz Kontakt*/
.tx_powermail_pi1_fieldwrap_html_11{
  clear:left;
}
  
#powermaildiv_uid11{
  margin-left:0px;  
  margin-bottom:40px;
  margin-top:12px;
}

#powermaildiv_uid11 label               {
  float:left;
  clear:none;  
  width:410px;
  padding-left:5px;
}

.powermail_subuid11_0 {float:left;}

/*#powermail_neues fancy css      */

		/* submit */
input.powermail_submit {
	margin: 20px 0 0 0px;
	border: 0;
	padding: 5px 20px;
	color: white;
	font-weight: bold;
	background: #1E5799; /* old browsers */
	background: -moz-linear-gradient(top, #1E5799 0%, #2989D8 50%, #207cca 51%, #7db9e8 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1E5799), color-stop(50%,#2989D8), color-stop(51%,#207cca), color-stop(100%,#7db9e8)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1E5799', endColorstr='#7db9e8',GradientType=0 ); /* ie */
	-webkit-box-shadow: 3px 3px 5px #aaa;
	-moz-box-shadow: 3px 3px 5px #aaa;
	box-shadow: 3px 3px 5px #aaa;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
}
		/* Description */
div.tx_powermail_pi1_fieldwrap_html label a,
div.tx_powermail_pi1_fieldwrap_html p a,
legend.tx_powermail_pi1_fieldwrap_html_checkbox_title a,
legend.tx_powermail_pi1_fieldwrap_html_radio_title a {
	/* Description */
	cursor: help;
	text-decoration: none;
}
div.tx_powermail_pi1_fieldwrap_html label a dfn,
div.tx_powermail_pi1_fieldwrap_html p a dfn,
legend.tx_powermail_pi1_fieldwrap_html_checkbox_title a dfn,
legend.tx_powermail_pi1_fieldwrap_html_radio_title a dfn {
	/* Description */
	display: none;
	text-decoration: none;
}
div.tx_powermail_pi1_fieldwrap_html label a:hover dfn,
div.tx_powermail_pi1_fieldwrap_html p a:hover dfn,
legend.tx_powermail_pi1_fieldwrap_html_checkbox_title a:hover dfn,
legend.tx_powermail_pi1_fieldwrap_html_radio_title a:hover dfn {
	/* Description on mouseover */
	position: absolute;
	display: block;
	padding: 10px;
	color: #444;
	font-style: normal;
	font-size: 0.8em;
	background: #ffffff; /* old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
	-webkit-box-shadow: 5px 5px 10px #888;
	-moz-box-shadow: 5px 5px 10px #888;
	box-shadow: 5px 5px 10px #888;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
img.icon_info {
	/* Description icon */
	padding: 2px 2px 0 2px;
}

input.tx_powermail_pi1_submitmultiple_forward {
	padding: 5px 20px;
	color: white;
	font-weight: bold;
	background: #1E5799; /* old browsers */
	background: -moz-linear-gradient(top, #1E5799 0%, #2989D8 50%, #207cca 51%, #7db9e8 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1E5799), color-stop(50%,#2989D8), color-stop(51%,#207cca), color-stop(100%,#7db9e8)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1E5799', endColorstr='#7db9e8',GradientType=0 ); /* ie */
	-webkit-box-shadow: 3px 3px 5px #aaa;
	-moz-box-shadow: 3px 3px 5px #aaa;
	box-shadow: 3px 3px 5px #aaa;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
	float: right;
}

		/* error message */
.error {
	background: #ffb76b; /* old browsers */
	background: -moz-linear-gradient(top, #ffb76b 0%, #ffa73d 45%, #ff7c00 56%, #ff7f04 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb76b), color-stop(45%,#ffa73d), color-stop(56%,#ff7c00), color-stop(100%,#ff7f04)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb76b', endColorstr='#ff7f04',GradientType=0 ); /* ie */
	border-top: 1px solid #FFAF56;
	border-left: 1px solid #FFAF56;
	border-right: 1px solid #FFAF56;
	font-size: 11px;
	color: #fff;
	padding: 3px 10px 5px 10px;
	margin-left: -2px;
	
	-webkit-box-shadow: 3px 3px 5px #eee;
	-moz-box-shadow: 3px 3px 5px #eee;
	box-shadow: 3px 3px 5px #eee;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}
.error p {
	margin: 0;
	padding: 0;
	font-family: Calibri, Arial, sans-serif;
	font-weight: bold;
}
.error em {
	display: block;
	width: 0;
	height: 0;
	border: 10px solid;
	border-color: #FF7E03 transparent transparent;
	position: absolute;
	bottom: -10px;
	left: 5px;
	border-bottom: 0 none;
}


	/* Confirmation */
td.powermail_all_td {
	padding: 3px 10px 3px 0;
}
td.powermail_all_label {
	font-weight: bold;
}

	/* THX */
td.powermail_all p.bodytext {
	margin: 0;
}

/*lang menu*/
ul #langmenu {
background: #EFF3F8 url(../imgages/arrow.png) no-repeat 7px center;
width: 51px;
height: 21px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0px 0px 4px 2px #D1D6DD;
-moz-box-shadow: 0px 0px 4px 2px #D1D6DD;
box-shadow: 0px 0px 4px 2px #D1D6DD;
}

#langmenu li {
padding-top: 4px;
padding-left: 28px;
margin-top: 4px;
}

#langmenu a {
font-size: 0.9em;
height: 21px;
line-height: 21px;
}

span.important {color:#0087D5;}
span.csc-uploads-fileSize {color:#0087D5;font-size:10px; font-weight:bold;}

/*Tabs*/
/* Corner radius */

.article2 li {background: url("../images/bullet01.gif") no-repeat scroll 0 3px transparent;
    list-style: none outside none;
    padding: 0 0 6px 37px;}
