
.wrapper article {
	font-size: 13px;
	padding-bottom: 60px;
	background-color: #fff;
	line-height:21px;
}

.wrapper a, .wrapper a:link, .wrapper a:visited, .wrapper a:focus, .wrapper a:active {
	color: #3c3c3c;
	border-bottom: 1px solid #000;
   	transition: border .5s ease-in-out;
   	-moz-transition: border .5s ease-in-out;
   	-webkit-transition: border .5s ease-in-out;
}
.wrapper a:hover {
	text-decoration: none;
	color: #3c3c3c;
	margin-bottom: 3px;
	border-bottom: 1px solid #000;
	border-bottom: 1px solid rgba(255,255,255,0);
}

.wrapper h1 {
	padding-top:30px;
	padding-bottom:30px;
	border-bottom: 1px solid #3c3c3c;
	height:30px;
}

.wrapper h2 {
	padding-top:30px;
	padding-bottom:30px;
	border-bottom: 1px dotted #3c3c3c;
	margin-bottom:30px;
	height:30px;
}

.wrapper h3 {
	height:30px;
}

.wrapper h1,
.wrapper h2 {
	width:100%;
	text-align:center;
	clear:both;
}

.wrapper table {
	width:960px;
}
.wrapper img {
	width:450px;
	height:auto;
}

.wrapper table tr td {
	vertical-align:top;
	width:450px;
	font-family: 'FuturaOmaElse', Helvetica, Verdana, serif;
}

.wrapper table tr td:first-child {
    padding-right: 60px;
}

.wrapper div {
	width:100%;
	text-align: justify;
	border-bottom: 1px solid #3c3c3c;
	padding-top:35px;
	padding-bottom:35px;
	font-size: 12px;
	height:20px;
	line-height:25px;
}
.wrapper div span {
	cursor:pointer;
}

.wrapper .break {
	padding-left: 100%;
}

.wrapper table tr td .white {
	color:#fff;
}

.wrapper table tr td table {
	width:450px;
	border:0;
	border-collapse:collapse
}

.wrapper table tr td table tr td:nth-child(2) {
	text-align: right;
	width:100px;
}

.wrapper table tr td table tr td {
	vertical-align: top;
	border-bottom: 1px dotted #3c3c3c;
	padding-bottom: 7px;
	padding-top:7px;
}
.wrapper table tr td table tr td:first-child {
    padding-right: 0px;
}

.wrapper table tr td table tr:last-child td {
	border-bottom: 0;
}
.karte a {
	cursor:pointer;
	margin-bottom: 3px;
	border-bottom: 0;
	border-bottom: 1px solid rgba(0,0,0,0);

   	transition: border .5s ease-in-out;
   	-moz-transition: border .5s ease-in-out;
   	-webkit-transition: border .5s ease-in-out;
}
.karte a:focus,
.karte a:active,
.karte a:hover {
	margin-bottom: 3px;
	border-bottom: 1px solid #000;
}