"text-column-sub"@font-face {
	font-family: 'fonts/BentonSansBook';
	src: url('fonts/bentonsans-book-webfont.eot');
	src: local('?'), url('fonts/bentonsans-book-webfont.woff')
	format('woff'), url('fonts/bentonsans-book-webfont.ttf')
	format('truetype'), url('fonts/bentonsans-book-webfont.svg#webfontkcv9HS1z')
	format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'BentonSansBold';
	src: url('fonts/bentonsans-bold-webfont.eot');
	src: local('?'), url('fonts/bentonsans-bold-webfont.woff')
	format('woff'), url('fonts/bentonsans-bold-webfont.ttf')
	format('truetype'), url('fonts/bentonsans-bold-webfont.svg#webfont2tcQvrsM')
	format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	margin: 0;
	padding: 0;
	font-family: "fonts/BentonSansBook", "Arial";
	background-color: #FFF;
	color: #000;
	height: 100%;
}

h1, h2 {
	font-family: "fonts/BentonSansBold", "Arial";
	font-size: 20px;
	color: #D2232A;
	padding-left: 2px;
}

input, a {
	outline: none;
}

map, img {
	border: none;
}

a.banner {
	background: none;
	outline: none;
}

.banner-img {
	margin: 0 auto;
	display: block;
}

button {
	background-color: #000;
	border: none;
	color: #FFF;
	cursor: pointer;
	width: 27px;
	height: 20px;
	outline: none;
}

button#fontIncrease {
	background: url(../imgs/font-increase.png) no-repeat;
}

button#fontDecrease {
	background: url(../imgs/font-decrease.png) no-repeat;
}

button#fontReset {
	background: url(../imgs/font-reset.png) no-repeat;
}

button#contrast {
	background: url(../imgs/contrast.png) no-repeat;
}

#fontIncrease:hover, #fontDecrease:hover, #fontReset:hover, #contrast:hover {
	background-position: 0 -20px;
}

#no-script {
	margin: 50px auto;
	width: 30%;
	font-size: 17px;
	line-height: 25px;
}

#help a, #no-script b {
	color: #FF0000;
}

/* #top-bg {
	background: url(../imgs/shadow-right.png) repeat-y;
	width: 9px;
	margin: 90px 0 0 1100px;
	position: absolute;
}

#ad-wrapper {
	width: 1282px;
	height: 90px;
	float: left;
	position: absolute;
}

#super-ad-hor {
	background-color: #CCC;
	width: 728px;
	height: 90px;
	display: block;
	float: right;
}

#super-ad-ver {
	background-color: #CCC;
	width: 160px;
	height: 600px;
	display: block;
	clear: both;
	float: right;
} */

#top-bg {
	background: url(../imgs/shadow-right.png) repeat-y;
	margin-left: 1100px;
	width: 9px;
	display: block;
	position: absolute;
}

#wrapper {
	float: left;
	width: 1100px;
}

#header {
	/* background-color: #d2232a; */
	background: url(../imgs/bg.png) repeat-x;
	height: 180px;
	width: 1100px;
}

#logo {
	padding: 60px 60px;
}

#logo img {
	border: none;
	text-decoration: none;
}

#date {
	font-family: "fonts/BentonSansBold", "Arial";
	font-size: 12px;
	color: #FFF;
	list-style: none;
	float: left;
	margin: 23px 65px;
	position: absolute;
}

#legal {
	font-family: "fonts/BentonSansBold", "Arial";
	font-size: 12px;
	list-style: none;
	float: right;
	margin: 20px 40px;
}

#legal li {
	display: inline;
	color: #FFF;
	border-right: 1px solid #FFF;
	padding: 0px 5px 2px;
}

#legal li.last {
	border: none;
}

#legal li.font {
	border: none;
	padding: 0px;
}

#legal a {
	text-decoration: none;
	color: #FFF;
}

#legal a:hover, #legal a.active {
	color: #000;
}

#search {
	margin: -110px 40px;
	float: right;
	color: #FFF;
	font-size: 15px;
}

.label {
	font-size: 13px;
	padding-left: 5px;
}

.label#error {
	display: none;
	background: url(../imgs/error-bg.png) repeat;
	height: auto;
	margin-top: 45px;
	position: absolute;
}

.label#name-error, .label#vorname-error, .label#mail-error, .label#use-error {
	display: none;
	background: url(../imgs/error-bg.png) repeat;
	height: auto;
	margin: -16px 10px;
	min-width: 260px;
	position: absolute;
}

.label#error #arrow {
	background: url(../imgs/error-arrow.png) top no-repeat;
	width: 20px;
	height: 5px;
	margin: -5px 0px 0px 150px;
	position: absolute;
}

.label#name-error #arrow, .label#vorname-error #arrow, .label#mail-error #arrow, .label#use-error #arrow {
	background: url(../imgs/form-error-arrow.png) top no-repeat;
	width: 5px;
	height: 20px;
	margin: 7px 0 0 -10px;
	position: absolute;
}

.label#error #message {
	padding: 10px;
	font-size: 13px;
	color: #FFF;
}

.label#name-error #message, .label#vorname-error #message, .label#mail-error #message, .label#use-error #message {
	padding: 5px;
	font-size: 13px;
	color: #FFF;
}

#search-left-shadow {
	height: 23px;
	background: url(../imgs/search-left-shadow.png) no-repeat;
	background-color: #FFF;
	border: none;
	float: left;
	padding-left: 5px;
}

#search-input {
	font-size: 13px;
	height: 23px;
	background: url(../imgs/search-bg.png) repeat-x;
	background-color: #FFF;
	border: none;
	float: left;
	padding-left: 5px;
}

#search-submit {
	height: 25px;
	width: 24px;
	border: none;
	padding: 0;
	margin-left: -13px;
}

#nav-wrapper {
	margin-top: -10px;
	margin-left: 13px;
}

#nav li.main {
	background: url(../imgs/nav-li.png) left no-repeat;
	display: inline;
	padding: 2px 6px 2px 14px;
	font-family: "fonts/BentonSansBold", "Arial";
	font-size: 13px;
	cursor: pointer;
}

#nav li#first {
	background: none;
}

#nav li a {
	text-decoration: none;
	color: #000;
}

#nav li a.active {
	color: #D1232A;
}

.subnav {
	width: auto;
	padding: 0px 14px 10px;
	display: none;
	position: absolute;
	background: url(../imgs/subnav-bg.png) repeat;
	border-left: 1px solid #D1232A;
	border-right: 1px solid #D8D8D8;
	border-bottom: 1px solid #D1232A;
}

.subnav li {
	display: block;
	font-size: 13px;
	padding-top: 6px;
}

.subnav-horizontal {
	width: 620px;
	height: 30px;
	margin: 5px 0 10px -35px;
	display: none;
	position: absolute;
	list-style: none;
	/*background: url(../imgs/subnav-bg.png) repeat;
	border-left: 1px solid #D1232A;
	border-right: 1px solid #D8D8D8;
	border-bottom: 1px solid #D1232A;*/
}

.subnav-horizontal li {
	display: inline;
	font-size: 12px;
	padding: 2px 10px;
	border-right: 1px solid #d8d8d8;
}

#content-wrapper {
	margin: 0 30px;
}

.main-panel {
	border: 1px solid #D4D5D7;
	width: 1024px;
	margin: 20px 10px 50px;
	height: auto;
}

#left {
	width: 570px;
	float: left;
}

#right {
	width: 400px;
	float: right;
}

.left-panel {
	border: 1px solid #D4D5D7;
	width: 570px;
	float: left;
	margin-top: 20px;
}

.left-panel-cat {
	border: 1px solid #D4D5D7;
	width: 570px;
	float: left;
	margin-top: 20px;
	padding-bottom: 30px;
	opacity: 0;
}

.right-panel {
	border: 1px solid #D4D5D7;
	width: 420px;
	float: right;
	margin-right: 10px;
	margin-top: 19px;
	opacity: 0;
}

.right-panel .text img {
	display: block;
	margin: 0 auto;

}

.headline {
	font-family: "fonts/BentonSansBold", "Arial";
	font-size: 18px;
	font-weight: bold;
	color: #D2232A;
	padding: 20px 12px 0;
	letter-spacing: 0;
}

.text-headline, .text strong {
	font-family: "fonts/BentonSansBold", "Arial";
	font-size: 14px;
	font-weight: bold;
	color: #D2232A;
	padding-bottom: 5px;
	letter-spacing: 0;
	text-transform: uppercase;
}

.text-headline-date {
	font-family: "fonts/BentonSansBold", "Arial";
	font-size: 11px;
	font-weight: bold;
	color: #000;
	padding-bottom: 5px;
	letter-spacing: 0;
	text-transform: uppercase;
}

.text-headline-sub {
	font-family: "fonts/BentonSansBold", "Arial";
	font-size: 13px;
	font-weight: bold;
	color: #D2223A;
	padding: 10px;
	letter-spacing: 0;
	text-indent: 12px;
	text-transform: uppercase;
	background-color: #f3f3f3;

}

.text-headline-letter {
	font-family: "fonts/BentonSansBold", "Arial";
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	padding: 10px 5px 2px;
	margin-left: 33px;
	letter-spacing: 0;
	text-align: center;
	text-transform: uppercase;
	background: url(../imgs/letter-bg.png) 3px 7px no-repeat;
	width: 15px;
	height: 15px;
}

.text {
	font-size: 13px;
	line-height: 19px;
	padding: 20px 12px;
}

.text h3 {
	font-family: "fonts/BentonSansBold", "Arial";
	text-transform: uppercase;
	color: #D2232A;
}

.text img:not(.img-right-sub, .header-img), img.innerText {
	padding: 10px 30px;
}

.header-img img {
	padding: 0;
	margin-left: -5px
}

.text ul {
	list-style: none;
	margin: 0;
	padding: 0 0 30px 0;
	min-height: 280px;
	width: 180px;
}

.text li {
	padding: 5px 6px 2px 0;
}

.text li.topic .head {
	background: url(../imgs/nav-li.png) left no-repeat;
	font-family: "fonts/BentonSansBold", "Arial";
	font-size: 13px;
	font-weight: bold;
	padding-left: 14px;
}

.text li.topic .intro {
	font-weight: normal;
	padding-left: 14px;
}

.text li.report {
	padding-bottom: 5px;
	border-bottom: 1px solid #D2232A;
}

.text-column {
	font-size: 13px;
	line-height: 19px;
	padding: 20px 12px;
	width: 330px;
	text-align: left;
	float: right;
}

.text-column-sub {
	font-size: 13px;
	line-height: 19px;
	padding: 10px 12px 10px 10px;
	width: 450px;
	text-align: left;
}

.one-column {
	font-size: 13px;
	line-height: 19px;
	padding: 20px 12px;
	width: 285px;
	text-align: left;
	float: left;
}

#submit {
	background: url(../imgs/submit-button.png) 0 0 no-repeat;
	display: block;
	width: 420px;
	height: 70px;
	padding: 0;
	margin: 0;
	border: none;
}

.map {
	padding: 20px 12px 10px;
	border: none;
}

.img {
	display: block;
	padding-bottom: 15px;
	border: none;
	padding: 20px 12px;
}

.img-right-sub {
	display: block;
	padding-bottom: 0px;
	/* border: 1px solid #000; */
	margin: 0px;
}

.img-right {
	display: block;
	padding-bottom: 15px;
	border: none;
	padding: 20px 12px 20px 16px;
	float: right;
}

.cover-right {
	display: block;
	padding-bottom: 15px;
	border: none;
	padding: 20px 12px 20px 1px;
	margin-left: 190px;
	width: 190px;
	height: 280px;
	cursor: pointer;
	position: absolute;
}

#mark {
	z-index: 9998;
	position: absolute;
}

#cover {
	position: absolute;
	z-index: 9999;
}

.img img, .img-right img, .cover-right img, .header-img img {
	border: 5px solid #FFF;
	-moz-box-shadow: 0 0 4px #CCC;
	-webkit-box-shadow: 0 0 4px #CCC;
	box-shadow: 0 0 4px #CCC;
}

.text a, .text-column a {
	background: url(../imgs/nav-li.png) center left no-repeat;
	color: #000;
	padding: 2px 6px 2px 14px;
	text-decoration: none;
	font-family: "fonts/BentonSansBold", "Arial";
	font-size: 13px;
}

.text-column-sub a {
	/* background: url(../imgs/nav-li.png) center left no-repeat; */
	color: #000;
	padding: 2px 6px 2px 14px;
	text-decoration: none;
	font-family: "fonts/BentonSansBold", "Arial";
	font-size: 13px;
}

.text a.banner{
	background: none;
}

.text a:hover, .text-column a:hover {
	color: #D2232A;
}

.text#agb a {
	padding: 0 0 0 14px;
	text-decoration: underline;
}

.bait, h5 {
	font-family: "fonts/BentonSansBold", "Arial";
	text-transform: uppercase;
	font-weight: bold;
	color: #D2232A;
	font-size: 13px;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #D2232A;
	background-color: #EEE;
	padding: 10px 10px 5px;
	opacity: 0.85;
	font-size: 11px;
}

#tooltip h3, #tooltip div { margin: 0; }

#registerForm textarea	 { font-family: "fonts/BentonSansBold", "Arial"; font-size: 12px; border: 1px solid #CCC; width: 400px; height: 100px; }
#registerForm input		 { border: 1px solid #CCC; width: 380px; height: 20px; padding: 2px 5px; }
#registerForm input#zip	 { width: 80px; }
#registerForm input#city { width: 285px; }

/* input[type='submit'] { width: 100px; height: 30px; cursor: pointer; margin-top: 20px; } */

#registerForm input:focus, #registerForm textarea:focus, #unsubscribeForm input:focus {
	border: 1px solid #D2232A;
}

#registerForm .notification, #unsubscribeForm .notification, .small {
	font-size: 11px;
}

.title-small {
	font-size: 8px;
	margin-top: -15px;
}

#registerForm .notification td {
	padding-bottom: 20px;
}

#survey, #submit-form {
	display: none;
}

#survey td.even {
	background-color: #E8E8E8;
}

#type {
	margin-top: 20px;
	width: 540px;
}

a.query{
	text-transform: uppercase;
}

#quick-sub {
	margin-top: 10px;
	margin-left: 38px;
}

#quick-sub a {
	font-size: 13px;
	text-decoration: none;
	color: #D2223A;
	font-weight: bold;
	padding-right: 5px;
	font-family: "fonts/BentonSansBold", "Arial";
}

#unsubscribe {
	margin-top: 20px;
	width: 380px;
	padding-bottom: 15px;
}

#unsubscribeForm input	{ border: 1px solid #CCC; width: 300px; height: 20px; padding: 2px 5px; }

#subsc {
	background: url(../imgs/subscribe-button.png) 0 0 no-repeat;
	width: 85px;
	height: 20px;
	border: none;
}

/*Horizontal Orientation CSS*/
.jscarousal-horizontal
{
	width: 570px;
	height: 500px;
	background-color: #FFF;
	margin: 0;
	padding: 0;
	padding: 22px 8px 22px 8px;
	position: relative; /*overflow: hidden;*/
}

.jscarousal-contents-horizontal
{
	width: 570px;
	height: 504px;
	float: left;
	position: relative;
	overflow: hidden;
	background-color: #FFF;
}
.jscarousal-contents-horizontal > div
{
	position: absolute;
	width: 100%;
	height: 500px;
}
.jscarousal-contents-horizontal > div > div
{
	float: left;
	margin-left: 8px;
	margin-right: 8px;
}
/*
.jscarousal-contents-horizontal img
{
	width: 120px;
	height: 94px;
	border: solid 1px #7A7677;
}
*/
/*Horizontal Orientation CSS Ends*/
