html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	font-family:Arial,sans-serif;
	font-size:14px;
	color:#000;
	background:#e9edf0;
	line-height:19px;
}

* {
	font-family:"メイリオ", Meiryo,  "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3"; /* iPhoneバンドル */
     -webkit-text-size-adjust: none; /* 文字の拡大縮小を防ぐ */
	
	margin: 0; 
	padding: 0;
}

:focus {
	outline:none;
}

h1 {
	font-size: 26px;
	line-height:28px;
	font-weight:normal;
	margin-bottom:30px;
}

h2 {
	font-size: 18px;
	line-height:22px;
	color:#000;
	margin-bottom: 15px;
}

h3 {
	font-size:16px;
	color: #7a8c93;
	margin:0 0 20px 0;
}

p {
	margin: 0 0 15px 0;
}

a {
	color: #000;
	text-decoration:none;

}
a.arrowlink {
	color: #000;
	text-decoration:none;
	background:url(../images/pfeil_links.png) center left no-repeat;
	padding: 0 0 0 18px;
}

a:hover {
	color:#000;	
}

a:focus {
	outline:none;
}
a img {
 border:none;
}

.green,p.green,span.green{
	margin:0;
	color:#68AF21;
	font-weight:bold;
}

hr {
	background: #b6cad2;
	color: #b6cad2;
	clear: both;
	float: none;
	width: 100%;
	height: 1px;
	margin: 0 0 20px;
	border: none;
}

.divider {
	clear: both;
}

.clearer {
	clear: both;	
}

.teaser-wrap + .clearer{
	margin: 0 0 10px 0;
}

.align-left { text-align: left }
.align-right { text-align: right }
.align-center { text-align: center }
.align-justify { text-align: justify }

.container {
	padding: 0 0 0 0;
	width: 1024px;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 1024px;
	height:auto !important;
	height:100%;
/* 	min-height:100%; */
}

#shadow {
	box-shadow:3px 3px 6px #666;
	-moz-box-shadow:3px 3px 6px #666;
	-webkit-box-shadow:3px 3px 6px #666;	
	background: #fff;	
	width: 1024px;
	padding: 0;
	border:1px solid #b0bcbd;
	z-index:999;
	float: left;
	margin-top: 20px;
}

#header {
	width: 1024px;
}

.top {
	padding:0 19px 0 30px;
	height:125px;	
	background:#68AF21;
}

.head {
	float:left;
	width: 620px;
	margin-top:20px;
}
.metanav {
	float: left;
	clear: left;
}
.metanav ul {
	list-style-type: none;
	margin: 5px 0 0 0;
	padding:0;
	float: left;
}

.metanav ul li {
	display:inline-block;
		margin: 0;
}
.metanav ul li:before {
	content:"|";
	float: left;
	color:#fff;
	margin:0 10px;
	font-size: 13px;
}
.metanav ul li:first-child:before {
	content:"";
	margin:0;
}
.metanav ul li a {
	font-size: 14px;
	display:block;
	float: left;
	color:#fff;
}

.metanav ul li a:hover {
	color:#fff;
}

.metanav ul li.last a {
	margin: 0 10px 0 0;
}

.meta-img {
	float:left; 
	margin: 0 30px 0 0;
}

.langmenu {
	float: left;
}
.langmenu ul li a {
	margin: 0 0 0 10px;
}
.langmenu ul li a:hover{
	margin: 0 0 0 10px;
}

.tel {
	margin: 20px 0;
	font-weight: bold;
	color: #fff;
	font-size:18px;
	float: left;
	clear: left;
}

.logo {
	text-align:right;
	margin: 22px 0 0 0;
	float: right;
}

.visual {
	height: 488px;
	width: 1024px !important;
	margin: 0 0 3px 0 !important;
	border-bottom: 3px solid #fff;
}


.mainNav {
	float: left;
	display: inline;
}

.mainNav ul {
	list-style-type:none;
	margin:0;
	padding:0;
} 

.mainNav ul li {
	display:inline-block;
}

#content {
	padding: 30px;
	width: 964px;
	float: left;
	font-size:12px;
}

.nomargin {
	margin:0 !important;
}


.col-1,
.col-2,
.col-3,
.col-1-even,
.col-2-even,
.img-small{
	float:left;
}
.col-1 {
	width: 964px !important;	
	margin: 0;
}

.col-1-txt {
	width: 462px;
	margin-right:20px;
	float:left;
}

.col-1-img {
	width: 420px;
	height:283px;
	background: #d9dbe0;
	float:right;
	padding:20px;
	margin: 5px 0 25px 0;
}

.small-wrapper {
	width: 380px;
	height:243px;
	background: #fff;
	float:right;
	padding:20px;
	margin-top: 0;
	border:1px solid #ccc;
}

.img-small {
	margin:0 13px 10px 0;
}

.col-2 {
	width: 635px;
}

.col-3,
.col-1-even,
.col-2-even {
	width: 306px;
	margin: 58px 0 0 23px;
}
.col-1-even,
.col-2-even {
	margin:58px 0 0 0;
}
.col-1-even {
	margin: 0 23px 0 0;
}
#content ul {
	list-style-type:none;
	margin-bottom: 20px;
}

#content li {
	padding: 0 0 0 20px;	
}
#content li:before {
	content:"–";
	margin: 0 7px 0 -20px;
	float:left;
}

.contenttable {
	text-align:left;
	border-collapse: collapse;
	margin: 0 0 15px 0;
}

.contenttable th {
	color:#68AF21;
}
.contenttable th,
.contenttable td {
	vertical-align:bottom;
}
.contenttable .td-0 {
	width: 475px;
}

.contenttable .td-1 {
	text-align:right;
}

.contenttable tfoot {
	font-weight:bold;
}
.contenttable .tr-3 td {
	padding: 0 0 7px 0;
}
.contenttable tfoot td {
	border-top:1px solid #000;
	padding: 5px 0 0 0;
	margin:5px 0 0 0;
}

.copy {
	padding: 0 30px;
	width: 964px;
	margin: 0 0 5px 0;
	float: left;
}
.copy,
.copy a {
	font-size:12px;
}
.copy div {
	float:left;

}
.copy .iwb {
	margin-right: 450px;
}
.copy .links{
	margin-left: 300px;
}
.copy a {
	color: #000;	
}

.copy .print a {
	margin: 0;
	padding: 0;
	/* background: url(../images/drucken.jpg) no-repeat 0 0; */
	display: block;
}
.copy .totop {
	margin-left: 78px;
}
.copy .totop a {
	margin: 0 0 0 2px;
	padding: 0 30px 0 0;
	background: url(../images/pfeilspitze_oben.png) no-repeat right 2px;
	height: 10px;
}
.copy .login{
	margin-left:240px;
}
.copy .login a {
	background: url(../images/login.png) no-repeat right 0;	
	display: block;
	margin: 0;
	height: 28px;
	padding: 0 30px 0 0 ;
}

.copy .imprint {
	float:right;
}
.copy .imprint .trenner {
	margin: 0 10px;
}
.copy .copylink {
	float:right;
}

/* FOOTER */

#footer {
	width:968px;
	padding:20px 30px 30px 30px;
	z-index:1;
	float: none;
	clear:both;
	color:#000;
	height:185px;
}
#footer a {
	color:#000;
	font-size: 11px;
	line-height: 16px;	
}

#footer a:hover {
	color:#000;
}

#footer .row1 ul li.first a {
	font-weight:bold;
}

#footer .row0,
#footer .row1,
#footer .row2,
#footer .row3,
#footer .row4,
#footer .row5,
#footer .row6 {
	float:left;
	font-size:11px;
	line-height: 16px;
	margin: 5px 34px 0 0;
	text-transform:uppercase;	
}
#footer .row0 {
	text-transform:none;
	width: 220px;
	font-size:12px;
	line-height:19px;
	margin:5px 0 0 0;
}
#footer .row0 a,
#footer .row1,
#footer .row1 a{
	text-transform:none;	
	font-size:12px;
	line-height:19px;
}

#footer .row0 a.sensit {
	clear: both;
	display:block;
}

#footer .row1 {
	margin:5px 50px 0 0;	
}
#footer .row2 {
	text-transform:uppercase;	

}

#footer .row3 {
	text-transform:uppercase;	

}
#footer .row5 {
	margin-right:20px;
}
#footer .row6 {
	float:right;
	margin: 5px 0 0 0;
}

#footer .row6-img {
	float:right;
	margin:138px 0 0 0;
}

#footer ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
.footerlogo a img {
	margin-bottom: 15px;
	float:left;
}

.footerlogo p {
	line-height: 16px;
	font-size:11px;
	float:left;
	margin:13px 0 0 10px;
	text-transform:none;
}

.senderInformations,
.receiverInformations {
	clear: both;
}

form {
	margin: 15px 0 0 0;
}
label {
	width: 170px;
	display: block;
	float: left;
}

label.pflicht {
	width: 100% !important;
	margin: 15px 0 0 0;
}

input {
	border: 1px solid #ccc;
	height:20px;
	margin-bottom: 10px;
	width: 200px;
}

input.button {
	border: 1px solid #ccc;
	width: 120px;
	height:25px;
	margin-top: 10px;
	color:#000;
	background:#fff;
	float: left;
	cursor:pointer;
	margin-left: 170px;
}

.Stage_kontakt_id,
.Stage_PDF_download_id {
	cursor:pointer !important;
}