
* {
	margin: 0;
	padding: 0;
}

input, button, select, option {
	font-family: "proxima-nova", sans-serif;
}

select {
	font-size: 15px;
}

div, a {
	outline: none;
}

strong, b {
	font-weight: 600;
}

::-webkit-input-placeholder { font-style: oblique; }
::-moz-placeholder { font-style: oblique; } /* firefox 19+ */
:-ms-input-placeholder { font-style: oblique; } /* ie */
input:-moz-placeholder { font-style: oblique; }

.placeholder { font-style: oblique; }

html {
	-webkit-text-size-adjust: none;
}

body {
	position: relative;
	font-family: "proxima-nova", sans-serif;
	font-size: 16px;
	font-weight: 300;
	hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	word-break: hyphenate;
}

p.align-center {
	text-align: center;
}
p.align-right {
	text-align: right;
}

.csc-default {
	clear: both;
}

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

.clear {
	height: 1px;
	clear: both;
}

.bg {
	position: fixed;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.page {
	position: relative;
	display: block;
	width: 960px;
	height: auto;
	margin: 0 auto;
	overflow: visible;
}

.page-head {
	position: relative;
	display: block;
	margin: 0 auto;
	height: 110px;
	background: none;
}

.page-head .logo {
	position: relative;
	display: block;
	float: left;
	height: 110px;
	line-height: 110px;
}

.logo img {
	margin-top: 27px;
}

.page-content {
	position: relative;
	display: block;
	margin: 0 auto;
}

.page-content .content, 
.page-content .content-teaser, 
.page-content .content-bottom {
	position: relative;
	display: block;
	margin: 0 auto;
}

.page-content .content-teaser {
	margin-bottom: 30px;
}

#content_subnavigation,
.content .content-inner, 
.content-bottom .content-inner {
	position: relative;
	display: block;
	margin: 0 auto;
	min-height: 500px;
	border: 0.75em solid white;
	background: rgb(239,239,239); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(239,239,239,1) 0%, rgba(217,217,217,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,239,239,1)), color-stop(100%,rgba(217,217,217,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(217,217,217,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(217,217,217,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(217,217,217,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(239,239,239,1) 0%,rgba(217,217,217,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#d9d9d9',GradientType=0 ); /* IE6-9 */
}

.content-bottom .content-inner, 
.content.noheight .content-inner {
	min-height: 100px;
}

.content-bg {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: url('../_img/Paar-2.png') no-repeat center bottom;
}

.shadow {
	position: relative;
	display: block;
	margin: 0 -4.5%;
	width: 109%;
}
.shadow.alternate {
	margin: 0 auto;
	width: 100%;
}

.content-bottom .csc-default {
	padding: 20px;
}

.content .csc-default {
	position: relative;
	display: block;
	width: 420px;
	float: left;
	padding: 20px;
}

.content.content-normal .csc-default {
	width: auto;
	float: none;
}

.content .csc-default h1, 
.content-bottom .csc-default h1 {
	position: relative;
	color: #333;
	font-weight: 600;
	font-size: 24px;
	line-height: 1.5em;
	padding: 1.5em 0 1em 0;
	text-shadow: 0px 1px 0px white;
	-o-text-shadow: 0px 1px 0px white;
	-ms-text-shadow: 0px 1px 0px white;
	-moz-text-shadow: 0px 1px 0px white;
	-webkit-text-shadow: 0px 1px 0px white;
}

.content-bottom .csc-default h1 {
	padding: 0;
}

.content .csc-default p, 
.content-bottom .csc-default p {
	line-height: 1.5em;
	color: #333;
	text-shadow: 0px 1px 0px white;
	-o-text-shadow: 0px 1px 0px white;
	-ms-text-shadow: 0px 1px 0px white;
	-moz-text-shadow: 0px 1px 0px white;
	-webkit-text-shadow: 0px 1px 0px white;
	padding: 0 0 1em 0;
	font-size: 15px;
	width: 310px;
}

.content.content-normal .csc-default p {
	width: auto;
}

.content.content-normal .csc-default ul,
.content.content-normal .csc-default ol,
.content-bottom .csc-default ol,
.content-bottom .csc-default ul {
	line-height: 1.5em;
	color: #333;
	padding: 0.5em 0;
	font-size: 15px;
	text-shadow: 0px 1px 0px white;
	-o-text-shadow: 0px 1px 0px white;
	-ms-text-shadow: 0px 1px 0px white;
	-moz-text-shadow: 0px 1px 0px white;
	-webkit-text-shadow: 0px 1px 0px white;
	list-style: circle;
	padding-left: 15px;
}

.content.content-normal .csc-default ol,
.content-bottom .csc-default ol {
	list-style: decimal;
	padding-left: 25px;
}

.content-bottom .csc-default p + ol {
	margin-top: -10px;
}

.content .csc-default h2, 
.content-bottom .csc-default h2, 
.content .csc-default h3, 
.content-bottom .csc-default h3 {
	position: relative;
	color: #333;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.5em;
	padding: 1em 0 0.5em 0;
	text-shadow: 0px 1px 0px white;
	-o-text-shadow: 0px 1px 0px white;
	-ms-text-shadow: 0px 1px 0px white;
	-moz-text-shadow: 0px 1px 0px white;
	-webkit-text-shadow: 0px 1px 0px white;
}

.content .csc-default h3 {
	font-size: 15px;
}

.content-bottom .csc-default p {
	width: auto;
}

.content-bottom .csc-default ul {
	line-height: 1.5em;
	color: #333;
	text-shadow: 0px 1px 0px white;
	-o-text-shadow: 0px 1px 0px white;
	-ms-text-shadow: 0px 1px 0px white;
	-moz-text-shadow: 0px 1px 0px white;
	-webkit-text-shadow: 0px 1px 0px white;
	padding: 0.5em 0;
	font-size: 15px;
	padding-left: 15px;
	list-style: circle;
}

.content-teaser .teaser {
	position: relative;
	display: block;
	float: left;
	width: 32%;
	margin-right: 2%;
}

.teaser.teaser-right {
	float: right;
	margin: 0;
}

.teaser .teaser-inner {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 15px;
	height: 150px;
	border: 0.75em solid white;
	background: rgb(239,239,239); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(239,239,239,1) 0%, rgba(217,217,217,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,239,239,1)), color-stop(100%,rgba(217,217,217,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(217,217,217,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(217,217,217,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(217,217,217,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(239,239,239,1) 0%,rgba(217,217,217,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#d9d9d9',GradientType=0 ); /* IE6-9 */
}

.teaser-inner .box {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 0;
	margin: 0;
	width: auto;
	height: auto;
	background: none;
}

.teaser-inner .box .csc-header {
	position: absolute;
	left: 15px;
	right: 15px;
	top: 15px;
}

.teaser-inner .box .csc-header h1 {
	font-size: 15px;
	color: #333;
	text-shadow: 0px 1px 0px white;
	-o-text-shadow: 0px 1px 0px white;
	-ms-text-shadow: 0px 1px 0px white;
	-moz-text-shadow: 0px 1px 0px white;
	-webkit-text-shadow: 0px 1px 0px white;
}

.teaser p {
	font-size: 15px;
	color: #333;
	text-shadow: 0px 1px 0px white;
	-o-text-shadow: 0px 1px 0px white;
	-ms-text-shadow: 0px 1px 0px white;
	-moz-text-shadow: 0px 1px 0px white;
	-webkit-text-shadow: 0px 1px 0px white;
	line-height: 1.5em;
	padding: 0 0 1em 0;
}

.teaser p.align-center {
	text-align: center;
	font-style: oblique;
}

.teaser a {
	color: #333;
	font-weight: bold;
	text-decoration: underline;
}

.teaser a:before {
	content: '» ';
}

.teaser .csc-textpic-image a:before {
	content: none;
}


.page-foot .foot-inner {
	position: relative;
	display: block;
	margin: 0 auto;
	color: #333;
	text-shadow: 0px 1px 0px white;
	-o-text-shadow: 0px 1px 0px white;
	-ms-text-shadow: 0px 1px 0px white;
	-moz-text-shadow: 0px 1px 0px white;
	-webkit-text-shadow: 0px 1px 0px white;
	font-size: 15px;
	background: white;
	padding: 20px;
}

.foot-inner .column {
	position: relative;
	display: block;
	float: left;
	clear: none;
	width: 25%;
}

.foot-inner .column a, 
.foot-inner .column span {
	position: relative;
	display: block;
	float: none;
	clear: both;
	color: #333;
	margin: 0 10px 5px 10px;
	border-bottom: 1px solid #e0e0e0;
	text-decoration: none;
	height: 28px;
	line-height: 28px;
}

.foot-inner .column a img {
	margin-right: 5px;
	float: left;
}

.foot-inner .column a:hover {
	text-decoration: underline;
}

.foot-inner .column a.main, 
.foot-inner .column span.main {
	font-weight: 600;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #333;
}

.copyright {
	position: relative;
	display: block;
	float: none;
	clear: both;
	text-align: center;
	margin: 40px;
	margin-bottom: 0;
}

.content .tx-anmeldung {
	position: relative;
	display: block;
	float: right;
	width: 280px;
	height: 480px;
	padding: 20px;
	margin: 65px 0 25px 0;
	color: white;
	background: rgb(132,0,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(132,0,0,1) 0%, rgba(51,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(132,0,0,1)), color-stop(100%,rgba(51,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(132,0,0,1) 0%,rgba(51,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(132,0,0,1) 0%,rgba(51,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(132,0,0,1) 0%,rgba(51,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(132,0,0,1) 0%,rgba(51,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#840000', endColorstr='#330000',GradientType=0 ); /* IE6-9 */
	border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-shadow: 0px -1px 0px black;
	-o-text-shadow: 0px -1px 0px black;
	-ms-text-shadow: 0px -1px 0px black;
	-moz-text-shadow: 0px -1px 0px black;
	-webkit-text-shadow: 0px -1px 0px black;
}

.content .tx-anmeldung.full {
	width: auto;
	float: none;
	height: auto;
	background: none;
	line-height: 1.5em;
	color: #333;
	text-shadow: 0px 1px 0px white;
	-o-text-shadow: 0px 1px 0px white;
	-ms-text-shadow: 0px 1px 0px white;
	-moz-text-shadow: 0px 1px 0px white;
	-webkit-text-shadow: 0px 1px 0px white;
	font-size: 15px;
	margin: 0 auto;
	min-height: 500px;
	background: rgb(239,239,239); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(239,239,239,1) 0%, rgba(217,217,217,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,239,239,1)), color-stop(100%,rgba(217,217,217,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(217,217,217,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(217,217,217,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(217,217,217,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(239,239,239,1) 0%,rgba(217,217,217,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#d9d9d9',GradientType=0 ); /* IE6-9 */
}

.content.content-normal .tx-anmeldung .csc-default {
	padding: 0;
}

.csc-textpic-caption-c {
    font-size: 75%;
    line-height: 1.25em;
}

.box {
	position: relative;
	display: block;
	float: left;
	clear: none;
	width: 27%;
	padding: 2%;
	margin: 1%;
	height: 420px;
	background: white;
	border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding-bottom: 50px;
	font-size: 15px;
    line-height: 1.5em;
    text-shadow: 0 1px 0 white;
	-o-text-shadow: 0px 1px 0px white;
	-ms-text-shadow: 0px 1px 0px white;
	-moz-text-shadow: 0px 1px 0px white;
	-webkit-text-shadow: 0px 1px 0px white;
}

.box ul {
	list-style: circle !important;
	padding-left: 15px !important;
}
.box ul li {
	padding: 0 !important;
}

.tx-anmeldung h3 .box {
	width: auto;
	height: auto;
	padding: 10px 20px;
	margin: 0;
	margin-left: 20px;
	float: none;
	display: inline;
	clear: none;
}

.box form {
	height: 271px;
}

.tx-anmeldung h1 {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2em;
	width: 50%;
}

.tx-anmeldung.full h1 {
	width: auto;
}

.tx-anmeldung h2 {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2em;
	margin: 20px 0;
}

.tx-anmeldung h3 {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2em;
	margin: 20px 0;
}

.tx-anmeldung p {
	margin: 10px 0;
}

.tx-anmeldung ul {
	list-style: none;
	margin: 10px 0;
}

.tx-anmeldung ul li {
	padding: 5px 0;
	font-size: 15px;
}

.tx-anmeldung form {
	position: relative;
	display: block;
	margin: 15px 0;
}

.tx-anmeldung form label {
	position: relative;
	display: block;
	clear: both;
	float: left;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	margin-bottom: 10px;
	font-weight: 600;
}

.tx-anmeldung form label a {
	color: white;
}

.tx-anmeldung form label.checkbox {
	line-height: 20px;
	padding: 5px 0;
	height: auto;
	font-weight: 300;
	hyphens: auto;
}

.tx-anmeldung form input.checkbox {
	margin: 2px 10px 15px 0;
	float: left;
}

.tx-anmeldung form input.textfield,
.csc-mailform input[type=text],
.csc-mailform textarea {
	position: relative;
	display: block;
	float: right;
	width: 178px;
	height: 28px;
	line-height: 28px;
	padding: 0 5px;
	font-size: 15px;
	color: #333;
	border: 1px solid #333;
	background: white;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.75) inset;
	-o-box-shadow: 0px 1px 5px rgba(0,0,0,0.75) inset;
	-ms-box-shadow: 0px 1px 5px rgba(0,0,0,0.75) inset;
	-moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.75) inset;
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.75) inset;
	border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.tx-anmeldung form input.textfield.f3-form-error {
	border: 1px solid #ff0000;
	color: red;
}

.tx-anmeldung form .two-input {
	float: right;
}

.tx-anmeldung form .two-input input.textfield {
	float: left;
}

.tx-anmeldung form input.zip {
	width: 48px;
	margin-right: 10px;
	float: left;
}

.tx-anmeldung form input.city {
	width: 108px;
	float: left;
}

.tx-anmeldung form input.land {
	width: 28px;
	text-align: center;
}

.tx-anmeldung form select.land {
	width: 190px;
	float: right;
}

.tx-anmeldung form input.sname {
	width: 78px;
	margin-right: 10px;
}

.tx-anmeldung form input.ename {
	width: 78px;
}

.tx-anmeldung button, 
.tx-anmeldung .button, 
.tx-anmeldung .button-small,
.csc-mailform input[type=submit] {
	position: relative;
	display: block;
	float: none;
	clear: both;
	width: 280px;
	height: 44px;
	line-height: 44px;
	text-decoration: none;
	border: 1px outset #006611;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	color: white;
	text-shadow: 0px -1px 0px black;
	-o-text-shadow: 0px -1px 0px black;
	-ms-text-shadow: 0px -1px 0px black;
	-moz-text-shadow: 0px -1px 0px black;
	-webkit-text-shadow: 0px -1px 0px black;
	border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.65);
	-o-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.65);
	-ms-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.65);
	-webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.65);
	background: rgb(36,178,60); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(36,178,60,1) 0%, rgba(0,102,17,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(36,178,60,1)), color-stop(100%,rgba(0,102,17,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(36,178,60,1) 0%,rgba(0,102,17,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(36,178,60,1) 0%,rgba(0,102,17,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(36,178,60,1) 0%,rgba(0,102,17,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(36,178,60,1) 0%,rgba(0,102,17,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24b23c', endColorstr='#006611',GradientType=0 ); /* IE6-9 */
}

.box button, 
.box .button {
	position: absolute;
	bottom: 30px;
	width: 240px;
}

.tx-anmeldung .button-small, 
.box .button-small {
	width: auto;
	display: inline;
	height: auto;
	line-height: normal;
	clear: none;
	float: none;
	font-size: 15px;
	padding: 7px 15px;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.65);
	-o-box-shadow: 0px 1px 5px rgba(0,0,0,0.65);
	-ms-box-shadow: 0px 1px 5px rgba(0,0,0,0.65);
	-moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.65);
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.65);
}

.errors {
	position: fixed;
	display: block;
	width: 500px;
	height: auto;
	left: 50%;
	top: 50%;
	margin-left: -260px;
	margin-top: -200px;
	border: 10px solid #787878;
	border: 10px solid rgba(0,0,0,0.5);
	z-index: 100;
	
	animation-duration: 0.5s;
	animation-name: error;
	animation-timing-function: cubic-bezier(0.25, 0.0, 0.25, 1.25);
	
	-webkit-animation-duration: 0.5s;
	-webkit-animation-name: error;
	-webkit-animation-timing-function: cubic-bezier(0.25, 0.0, 0.25, 1.25);
	
}

.closeanim {
	animation-duration: 0.5s;
	animation-name: closeanim;
	animation-timing-function: cubic-bezier(0.25, 0.0, 0.25, 1.25);
	-webkit-animation-duration: 0.5s;
	-webkit-animation-name: closeanim;
	-webkit-animation-timing-function: cubic-bezier(0.25, 0.0, 0.25, 1.25);
	opacity: 0.0;
}

@keyframes error {
	0% {
		transform: perspective(600px) rotateX(90deg) translateY(-200px);
		opacity: 0.0;
	}
	100% {
		transform: perspective(600px) rotateX(0deg) translateY(0px);
		opacity: 1.0;
	}
}

@keyframes closeanim {
	0% {
		opacity: 1.0;
	}
	100% {
		transform: scale(0.5);
		opacity: 0.0;
	}
}

@-webkit-keyframes error {
	0% {
		-webkit-transform: perspective(600px) rotateX(90deg) translateY(-200px);
		opacity: 0.0;
	}
	100% {
		-webkit-transform: perspective(600px) rotateX(0deg) translateY(0px);
		opacity: 1.0;
	}
}

@-webkit-keyframes closeanim {
	0% {
		opacity: 1.0;
	}
	100% {
		-webkit-transform: scale(0.5);
		opacity: 0.0;
	}
}

.errors .errors-inner {
	position: relative;
	display: block;
	background: white;
	background: rgba(255,255,255,0.95);
	padding: 20px;
	color: #333;
	text-shadow: none;
	-o-text-shadow: none;
	-ms-text-shadow: none;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
}

.errors h1, 
.tx-redirect-redirect .errors h1 {
	position: relative;
	display: block;
	width: auto;
	height: auto;
	color: #333;
	text-shadow: none;
	-o-text-shadow: none;
	-ms-text-shadow: none;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	font-size: 18px;
	font-weight: 600;
}

.tx-redirect-redirect .errors h1 {
	padding: 0;
	line-height: 2.5em;
}

.errors ul, 
.tx-redirect-redirect .errors ul {
	list-style-position: outside;
	list-style-type: circle;
	padding-left: 15px;
}

.errors button, 
.tx-redirect-redirect .errors button {
	position: relative;
	display: block;
	float: none;
	clear: both;
	width: 280px;
	height: 44px;
	border: 1px outset #006611;
	margin: 20px auto;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	color: white;
	text-shadow: 0px -1px 0px black;
	-o-text-shadow: 0px -1px 0px black;
	-ms-text-shadow: 0px -1px 0px black;
	-moz-text-shadow: 0px -1px 0px black;
	-webkit-text-shadow: 0px -1px 0px black;
	border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.65);
	-o-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.65);
	-ms-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.65);
	-webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.65);
	background: rgb(36,178,60); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(36,178,60,1) 0%, rgba(0,102,17,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(36,178,60,1)), color-stop(100%,rgba(0,102,17,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(36,178,60,1) 0%,rgba(0,102,17,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(36,178,60,1) 0%,rgba(0,102,17,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(36,178,60,1) 0%,rgba(0,102,17,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(36,178,60,1) 0%,rgba(0,102,17,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24b23c', endColorstr='#006611',GradientType=0 ); /* IE6-9 */
}

.tx-anmeldung .subform {
	position: relative;
	display: block;
	float: none;
	clear: both;
	padding: 20px;
	margin: 0;
	height: auto;
	background: white;
	border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.subform button {
	/*position: absolute;
	right: 20px;
	bottom: 20px;*/
	float: right;
	width: 262px;
	margin-top: 10px;
}

.subform .fields {
	float: left;
}

.tx-anmeldung form.subform label {
	position: relative;
	display: block;
	clear: both;
	float: left;
	height: 44px;
	line-height: 44px;
	font-size: 15px;
	font-weight: 600;
	margin: 0 20px 0 0;
	width: 200px;
}

.tx-anmeldung form.subform input {
	position: relative;
	display: block;
	float: right;
	width: 250px;
	height: 28px;
	line-height: 28px;
	margin: 8px 0;
	padding: 0 5px;
	font-size: 15px;
	color: #333;
	border: 1px solid #333;
	background: white;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.75) inset;
	-o-box-shadow: 0px 1px 5px rgba(0,0,0,0.75) inset;
	-ms-box-shadow: 0px 1px 5px rgba(0,0,0,0.75) inset;
	-moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.75) inset;
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.75) inset;
	border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.tx-anmeldung form.subform select {
	width: 125px;
	float: left;
}
.tx-anmeldung form.subform.oneline input {
	float: left;
	margin-right: 20px;
}
.tx-anmeldung form.subform.oneline button {
	float: right;
	clear: none;
	margin-top: 0;
}
.subform.oneline .fields {
	width: 100%;
}

.tx-anmeldung-login, 
.tx-redirect-redirect {
	position: relative;
	display: block;
	float: right;
	padding: 30px 0 0 0;
}

.tx-redirect-redirect {
	float: none;
	padding: 0;
}

.tx-anmeldung-login label, 
.tx-redirect-redirect label {
	position: relative;
	display: block;
	float: left;
	color: white;
	font-size: 14px;
	padding-left: 6px;
}

.tx-redirect-redirect label {
	color: #333;
}

.tx-anmeldung-login input, 
.tx-redirect-redirect input {
	position: relative;
	display: block;
	float: none;
	clear: both;
	width: 160px;
	height: 28px;
	line-height: 28px;
	margin: 0;
	padding: 0 5px;
	font-size: 15px;
	color: #333;
	border: 1px solid #333;
	background: white;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.75) inset;
	-o-box-shadow: 0px 1px 5px rgba(0,0,0,0.75) inset;
	-ms-box-shadow: 0px 1px 5px rgba(0,0,0,0.75) inset;
	-moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.75) inset;
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.75) inset;
	border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin-right: 10px;
	margin-left: -6px;
	margin-top: 2px;
}

.tx-anmeldung-login a, 
.tx-redirect-redirect a {
	position: relative;
	display: block;
	float: none;
	color: white;
	font-size: 13px;
	font-weight: 600;
	clear: both;
	margin: 5px;
}

.tx-redirect-redirect a {
	clear: none;
	display: inline;
	line-height: 5em;
	margin-left: 20px;
}

.tx-anmeldung-login button, 
.tx-redirect-redirect button {
	position: relative;
	display: block;
	float: left;
	clear: none;
	width: auto;
	width: 28px;
	height: 28px;
	border: 1px outset #006611;
	margin: 20px auto 0 auto;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
	color: white;
	text-shadow: 0px -1px 0px black;
	-o-text-shadow: 0px -1px 0px black;
	-ms-text-shadow: 0px -1px 0px black;
	-moz-text-shadow: 0px -1px 0px black;
	-webkit-text-shadow: 0px -1px 0px black;
	border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.65);
	-o-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.65);
	-ms-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.65);
	-webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.65);
	background: rgb(36,178,60); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(36,178,60,1) 0%, rgba(0,102,17,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(36,178,60,1)), color-stop(100%,rgba(0,102,17,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(36,178,60,1) 0%,rgba(0,102,17,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(36,178,60,1) 0%,rgba(0,102,17,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(36,178,60,1) 0%,rgba(0,102,17,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(36,178,60,1) 0%,rgba(0,102,17,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24b23c', endColorstr='#006611',GradientType=0 ); /* IE6-9 */
}

.tx-redirect-redirect button {
	width: auto;
	padding: 0 15px;
	line-height: 1em;
}

.tx-anmeldung.full > a, 
.csc-default a {
	color: #840000;
	font-weight: 600;
}

.csc-default a:before {
	content: '» ';
}

a.button-small:before {
	content: '« ';
}

.delete-wrapper {
	position: relative;
	display: block;
	float: left;
}

.delete {
	background: url("../_img/Background-Delete.png") repeat scroll left top transparent;
    border: 5px solid white;
    border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    bottom: 0;
    color: #000000;
    cursor: pointer;
    display: none;
    font-weight: bold;
    left: 0;
    margin: -5px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 white;
	-o-text-shadow: 0px 1px 0px white;
	-ms-text-shadow: 0px 1px 0px white;
	-moz-text-shadow: 0px 1px 0px white;
	-webkit-text-shadow: 0px 1px 0px white;
    top: 0;
}

h1 a, 
h2 a, 
h3 a {
	color: #333;
	text-decoration: none;
}

.csc-default h1 a:before, 
.csc-default h2 a:before, 
.csc-default h3 a:before, 
.csc-textpic-image a:before, 
.csc-textpic-image a:before, 
.csc-textpic-image a:before {
	content: none;
}

.delete-wrapper:hover .delete {
	display: block;
}

.delete-inner {
	position: relative;
	display: block;
	cursor: pointer;
    height: 30px;
    line-height: 30px;
    margin-top: -15px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}

.tx-anmeldung-login a.new-login-badge, 
.tx-redirect-redirect a.new-login-badge {
	position: absolute;
	display: block;
	left: -250px;
	top: 32px;
	width: 218px;
	height: 20px;
	line-height: 20px;
	padding: 15px 0px 19px 25px;
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: none;
    text-shadow: 0 -1px 0 black;
	-o-text-shadow: 0px -1px 0px black;
	-ms-text-shadow: 0px -1px 0px black;
	-moz-text-shadow: 0px -1px 0px black;
	-webkit-text-shadow: 0px -1px 0px black;
	background: url('../_img/NewLoginBadge.png') no-repeat;
}

.tx-anmeldung-login a.messenger-button, 
.tx-redirect-redirect a.messenger-button {
	position: relative;
	display: block;
	float: right;
	width: 271px;
	height: 70px;
	padding: 0;
	margin: 0;
	margin-top: -25px;
	margin-right: -10px;
	text-decoration: none;
	background: url('../_img/Regio-Paare.png') no-repeat;
}

@media (max-width: 1000px) {
	
	.page {
		margin: 0 20px;
	}
	
}


