html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,select,textarea,input,
table,caption,tbody,tfoot,thead,tr,th,td {
	font-family: Arial, sans-serif;
	font-size:100%;
	margin:0;
	padding:0;
	outline:0; 
}

a[href]:after {
    content: none !important;
}

* {outline:none;}

a img {border:0px;}

::selection { background: #e2001a; color: #fff; }
::-moz-selection { background: #e2001a; color: #fff; }

html {
	background:url(../images/bg.png) top left repeat-x #DFD0D9; width:100%;
}

body { width:100%; }

.right {
	float:right;
}

.wrapper {
	width:100%;
	margin:0 auto;
}

.center {
	width:100%;
	margin:0 auto;
}

.site-container {
	float:left;
	display:inline;
	width:100%;
}

.header {
	float:left;
	display:inline;
	width:100%;
	position:relative;
}

.logo_poschmann {
	float:left;
	display:inline;
	width:382px;
	height:122px;
	margin:85px 0 0 6px; 
}

.logo_spd {
	position:absolute;
	top:0px;
	left:45%;
}

.navigation {
	display:none;
}


/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			auto; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
	line-height:	18px;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			32px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			-1px;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	font-size:12px;
	text-transform:uppercase;
}
.sf-menu a {
	padding: 		7px 8px 7px 8px;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#57135E;
	font-size:12px;
}

.sf-menu li {
	border-bottom: 0px solid transparent;
}
.sf-menu li:hover {
	border-bottom: 0px solid #57135E;
	background:#fff;
}

.sf-menu li.current,
.sf-menu li.current:hover {
	border-bottom: 0px solid #57135E;
	background:#ffffff;
}

.sf-menu li:first-child.current {
	background:transparent;
	color:#57135E;
}

.sf-menu li li:first-child.current {
	background:#ffffff;
	color:#57135E;
}

.sf-menu li:first-child.current:hover {
	background:#ffffff;
	border-bottom: 0px solid #57135E;
}

.sf-menu li.current a,
.sf-menu li.current:hover a,
.sf-menu li li.current a,
.sf-menu li li.current:hover a,
.sf-menu li li li.current a,
.sf-menu li li li.current:hover a {color:#e2001a;}

.sf-menu li:first-child.current a {
	color:#57135E;
}

.sf-menu li.current li a,
.sf-menu li.current li li a,
.sf-menu li.current li li li a,
.sf-menu li li.current li a,
.sf-menu li li.current li a {color:#57135E;}


.sf-menu li.current:hover li a,
.sf-menu li.current:hover li li a,
.sf-menu li.current:hover li li li a,
.sf-menu li li.current:hover li a,
.sf-menu li li.current:hover li a {color:#57135E;}

.sf-menu li.current li a:hover,
.sf-menu li.current li li a:hover,
.sf-menu li.current li li li a:hover,
.sf-menu li li.current li a:hover,
.sf-menu li li.current li a:hover {color:#57135e;}

.sf-menu li li {
	border-top: 1px solid #57135E;
	background: url(../images/background_dropdown.png) top left;
	padding:0 0 0 0;
	box-shadow:3px 3px 3px #bdbdbd;
}

.sf-menu li li:hover {
	border-top: 1px solid #57135E;
	background: #fff;
}

.sf-menu li li.current,
.sf-menu li li.current:hover {
	border-top: 1px solid #57135E;
	background: #fff;
}

.sf-menu li li li {
	background: url(../images/background_dropdown.png) top left;
	border-top:1px solid #57135E;
}

.sf-menu li li li:hover {
	background:		#fff;
	border-top:1px solid #57135E;
}

.sf-menu li li li.current,
.sf-menu li li li.current:hover {
	background:		#fff;
	border-top:1px solid #57135E;
}

.sf-menu li:hover, .sf-menu li.sfHover {
	outline:		0;
}

.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			5px;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url(../images/arrows-ffffff.png) no-repeat -15px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			9px;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}

.sf-menu li a span.sf-sub-indicator {display:none!important;}
.sf-menu li li a span.sf-sub-indicator {display:block!important;}
.sf-menu li li li a span.sf-sub-indicator {display:block!important;}

/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

.rotation {
	float:left;
	display:inline;
	width:940px;
	height:401px;
	margin:-5px 0 60px 0;
	overflow:hidden;
	background:url(../images/background_rotation.png) top left no-repeat;
}

.konkret {
	float:left;
	display:inline;
	width:940px;
	margin:0px 0px 0 0px;
}

.overview {
	float:left;
	display:inline;
	width:764px;
	margin:18px 12px 0 6px;
}

.konkret-header,
.overview-header {
	float:left;
	display:inline;
	width:100%;
	border-bottom:1px solid #57135E;
	padding:0 0 4px 0;
	margin:0 0 0 0;
}

.konkret-header h2,
.overview-header h2 {
	float:left;
	display:inline;
	text-transform:uppercase;
	color:#57135E;
	margin:0 0 0 0;
	line-height: 20px;
}

.konkret-content {
	float:left;
	display:inline;
/*	width:520px;*/
	margin:0 0 0 0;
}

.konkret-content .content-image {
	float:left;
	display:inline;
	width:218px;
	height:218px;
	margin:0 17px 17px 0;
}

.konkret-content .content-image img {
	float:left;
	display:inline;
	width:210px;
	height:210px;
	background:url(../images/background_image.png) top left no-repeat;
	padding:0 18px 18px 1px;
}

.konkret-content .content-text {
	float:left;
	display:inline;
	width:320px;
}

.konkret-content .content-text h2 {
	text-transform:uppercase;
	font-style:italic;
	font-weight:bold;
	color:#e2001a;
	font-size:22px;
	margin:0 0 20px 0;
	padding:0;
	line-height: 26px;
}

.konkret-content .content-text p {
	font-size:11px;
	color:#646567;
	line-height:170%;
	font-size: 14px;
/*	height:150px;*/

}
.konkret-content .content-text p a:link, .konkret-content .content-text p a:visited {
	color:#E2001A;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}
.konkret-content .content-text p a:hover, .konkret-content .content-text p a:focus, .konkret-content .content-text p a:active {
	text-decoration: underline;
}
	

.konkret-live {
	float:right;
	display:inline;
	width:100%;
	margin:0 0 20px 0;
}

.live-header {
	width:100%;
	margin:0 0 3px 0;
	background:#ffffff;
	padding:32px 0 1px 10px;
	box-sizing:border-box;
-moz-box-sizing:border-box;
	display:table;
}

.live-header h2 {
	float:left;
	display:inline;
	text-transform:uppercase;
	color:#57135E;
	margin:0 0 0 0;
}

.konkret-live ul.live {
	float:left;
	display:inline;
	width:100%;
	background:#ffffff;
	list-style:none;
}

.konkret-live ul.live li {
	float:left;
	display:inline;
	width:100%;
	list-style:none;
	padding:10px 10px 5px 10px;
	border-bottom:1px solid #57135E;
	box-sizing:border-box;
-moz-box-sizing:border-box;
	color:#646567;
}

.konkret-live ul.live li span.date {
	float:left;
	display:inline;
	font-size:14px;
	color:#e2001a;
	padding:0 20px 0 0;
}

.konkret-live ul.live li span.title {
	float:left;
	display:inline;
	font-size:14px;
	color:#646567;
	padding:0 0 0 0;
}

.konkret-live ul.live li span.time {
	float:left;
	display:inline;
	font-size:14px;
	color:#646567;
	padding:0 0 0 0;
}

.konkret-live ul.live li span.more {
	float:left;
	display:inline;
	font-size:14px;
	width:100%;
	text-align:center;
	color:#646567;
	padding:0 0 0 0;
}

.konkret-ticker {
	float:left;
	display:inline;
	width:940px;
	border-top:1px solid #57135E;
	border-bottom:1px solid #57135E;
	margin:-1px 0 61px 0;
}

.overview-container {
	float:left;
	display:inline;
	height:312px;
	overflow:hidden;
	margin:35px 6px 0 0;
}

.overview-container ul.overview-list {
	float:left;
	display:inline;
/*	width:1030px;*/
	list-style:none;
	padding:0;
	margin:0;
}

.overview-container ul.overview-list li {
	float:left;
	display:inline;
	width:149px;
	margin:0 58px 0 0;
}
.overview-container ul.overview-list li img {
	float:left;
	display:inline;
	width:141px;
	height:141px;
	padding:0 8px 8px 1px;
	background:url(../images/background_overview.png) top left no-repeat;
}
.overview-container ul.overview-list li h2,
.overview-container ul.overview-list li a:link h2,
.overview-container ul.overview-list li a:visited h2 {
	float:left;
	display:inline;
	text-transform:uppercase;
	text-decoration:none;
	font-style:italic;
	font-weight:bold;
	color:#e2001a;
	width:100%;
	font-size:16px;
	margin:12px 0 0 0;
	padding:0;
	line-height: 20px;
}

.overview-container ul.overview-list li a:active h2,
.overview-container ul.overview-list li a:focus h2,
.overview-container ul.overview-list li a:hover h2{
	float:left;
	display:inline;
	text-transform:uppercase;
	text-decoration:underline;
	font-style:italic;
	font-weight:bold;
	color:#e2001a;
	width:100%;
	font-size:16px;
	margin:12px 0 0 0;
	padding:0;
	line-height: 20px;
}

.overview-container ul.overview-list li p {
	float:left;
	display:inline;
	width:100%;
	font-size:11px;
	color:#646567;
	line-height:170%;
	height:55px;
	overflow:hidden;
}

.themenbild {
	width:100%;
	float:left;
	display:inline;
	margin:60px 0 0 0;
	padding:0;
}


.main-content {
	float:left;
	display:inline;
	width:100%;
	background:#fff;
	padding:30px 00px;
	margin:0 20px 20px 0;
}

.main-content-wide {
	float:left;
	display:inline;
	width:100%;
	background:#fff;
	padding:30px 0;
	margin:0 0 20px 0;
}

.main-content h1, .main-content-wide h1 {
	margin:0 0 20px 0;
	padding:0;
	color:#e2001a;
	font-weight:normal;
	font-size:28px;
	text-transform:uppercase;
	line-height: 35px;
}

.main-content h2, .main-content-wide h2 {
	margin:0 0 20px 0 ;
	padding:0;
	color:#57135E;
	font-weight:normal;
	font-size:28px;
	text-transform:uppercase;
	line-height: 35px;
}

.main-content h3, .main-content-wide h3 {
	padding:0;
	color:#e2001a;
	font-weight:bold;
	font-style:italic;
	font-size:18px;
	font-family:Arial, sans;
	text-transform:uppercase;
	margin:0 0 15px 0;
}

.main-content span.intro, .main-content-wide span.intro {
	padding:0;
	text-transform:uppercase;
	color:#9c9e9f;
	font-size:20px;
	line-height:170%;
	margin:0 0 20px 0;
	display:block
}

.main-content p,.main-content-wide p {
	padding:0;
	color:#646567;
	font-size:12px;
	line-height:150%;
	margin:0 0 20px 0;
}
.main-content a:link, .main-content a:visited
.main-content-wide a:link, .main-content-wide a:visited {
	color:#E2001A;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}
.main-content a:hover, .main-content a:focus, .main-content a:active,
.main-content-wide a:hover, .main-content-wide a:focus, .main-content-wide a:active {
	text-decoration: underline;
}

.main-content ul,
.main-content-wide ul,
.main-content ol,
.main-content-wide ol {
	padding:0 0 0 30px;
	margin:0 0 30px 0;
	color:#646567;
}

.main-content ul li,
.main-content-wide ul li,
.main-content ol li,
.main-content-wide ol li{
	color:#646567;
	font-size:12px;
	line-height:140%;
	margin:0 0 10px 0;
}

/* TICKER */

/* liScroll styles */

.tickeroverlay-left{
	background-image:url('../images/left.png');
	display:block;
	pointer-events:none;
	position:absolute;
	z-index:30;
	height:12px;
	width:150px;
	top:0;
	left:-2px;
}
	
.tickeroverlay-right{
	background-image:url('../images/right.png');
	display:block;
	pointer-events:none;
	position:absolute;
	z-index:30;
	height:12px;
	width:150px;
	top:0;
	right:-2px;
}
.tickercontainer { /* the outer div */
background: transparent; 
width: 920px; 
height: 30px; 
margin: 0; 
padding: 0 10px;
overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
padding-left: 10px;
padding-right: 10px;
top: 8px;
height: 18px;
/*width: 718px;*/
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
margin-left: 20px;
font-size:14px;
color:#e2001a;
font-style:italic;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding:0 15px;
background:url(../images/background_ticker.png) center right no-repeat;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #E2001A;
margin: 0 0 0 0;
font-weight: bold;
text-transform: uppercase;
text-decoration: none;
} 
ul.newsticker span {
margin: 0 10px 0 0;
} 

#webticker2{
	float:right;
}

#webticker2 li {
float: right; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding-left: 15px;
/*background: #fff;*/
}

.searchbar {
	float:left;
	display:inline;
	margin:0 0 0 0;
}

.searchbar label {
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	color:#313944;
	float:left;
	display:inline;
	margin:3px 0px 0 0;
	padding:0;
	width: 60px;
}

.searchbar input {
	float:left;
	display:inline;
	width:203px;
	height:21px;
	font-size:11px;
	margin:1px 0 0 0;
	border:1px solid #e12e44; 
}


/* TERMINE */

.termine-container {
	float:left;
	display:inline;
	width:100%;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

.termine-bottom {
	float:left;
	display:inline;
	width:100%;
	height:8px;
	margin:0 0 0 42px;
	padding:0 7px 0 0;
	background:url(../images/termine_bottom.jpg) top right no-repeat;
}

.termine-item {
	float:left;
	display:inline;
	width:100%;
	min-height:98px;
	overflow:hidden;
	position:relative;
	border-bottom:1px solid #CCCCCC;
	margin: 0 0 15px 0;
}

.termine-item .date {
	float:left;
	display:inline;
	overflow:hidden;
	width:83px;
	height:83px;
	background:#57135E;	
}

.termine-item .date span.day {
	float:left;
	display:inline;
	width:100%;
	padding:0;
	margin:5px 0 0 0;
	font-size:50px;
	text-align:center;
	color:#fff;
	line-height:100%;
}

.termine-item .date span.month {
	float:left;
	display:inline;
	width:100%;
	padding:0;
	margin:6px 0 0 0;
	line-height:100%;
	font-size:12px;
	text-transform:uppercase;
	text-align:center;
	color:#fff;
	font-family:Arial, sans;
}

.termine-item .expand {
	float:right;
	display:inline;
	width:15px;
	height:15px;
	overflow:hidden;
	position:absolute;
	right:0;
	bottom:0;
}

.termine-item .expand a#open {
	float:left;
	display:inline;
	width:15px;
	height:15px;
	background:url(../images/background_termine.png) top left no-repeat;
	text-indent:-9999em;
	cursor:pointer;
}

.termine-item .expand a#close {
	float:left;
	display:inline;
	width:15px;
	height:15px;
	background:url(../images/background_termine.png) bottom left no-repeat;
	text-indent:-9999em;
	cursor:pointer;
}


.termine-item .termine-text {
	float:left;
	display:inline;
	width:450px;
	margin:0 0 0 15px;
}

.termine-item .termine-text h2 {
	color:#E2001A;
	font-size:16px;
	margin:10px 0 10px 0;
	line-height:140%
}

.termine-item .termine-text span {
	float:left;
	display:inline;
	color:#57135E;
	font-size:12px;
	margin:0 0 12px 0;
	padding:0;
	line-height:150%;
	overflow:hidden;
	width:100%;
}

.termine-item .termine-text div{
	display:none;
}

/* SUCHE */

.such-wrapper {
	float:left;
	display:inline;
	width:100%;
	margin:0px 0 15px 0;
}

#listnavcontainertop {
    border-bottom: 1px solid #57135E;
    display: inline;
    float: left;
	width:100%;
	margin:10px 0 0 0;
}
#listnavcontainerbottom {
    border-top: 1px solid #57135E;
    display: inline;
    float: left;
	width:100%;
	margin:12px 0 0 0;
}
#listnavcontainertop2 {
    display: inline;
    float: left;
	width:100%;
	margin:10px 0 0 0;
}
#listnavcontainerbottom2 {
    display: inline;
    float: left;
	width:100%;
	margin:0 0 0 0;
}
div.listnavcontainer {
    border-left: 1px solid #57135E;
    border-top: 1px solid #57135E;
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
}
div.listnav {
    border-right: 1px solid #57135E;
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
}
div.listnav2 {
    border-right: 1px solid #57135E;
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
}
div.listnav3 {
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
}
p.listnav {
    color: #57135E;
    display: block;
    font-size: 11px;
    font-weight: normal;
    line-height: 120%;
    margin: 0 3px 0 3px;
	width:auto;
    padding: 4px 5px;
    text-decoration: none;
}
p.listnav2 {
    color: #57135E;
    display: block;
    font-size: 11px;
    font-weight: normal;
    line-height: 120%;
    margin: 0;
    padding: 4px 8px 4px 0px;
    text-decoration: none;
	width:auto;
}
p.listnav3 {
    color: #57135E;
    display: block;
    font-size: 11px;
    font-weight: normal;
    line-height: 120%;
    margin: 0 0 0 3px;
    padding: 4px 8px 4px 5px;
    text-decoration: none;
	width:auto;
}
p.seitennr {
    font-size: 100%;
    font-weight: normal;
    line-height: 120%;
    margin: 0;
    padding: 0;
	width:auto;
}
a.seitennraus:link, a.seitennraus:visited {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #57135E;
    display: block;
    font-size: 11px;
    font-weight: normal;
    margin: 0 1px;
    padding: 0 7px 2px;
    text-decoration: none;
	width:auto;
}
a.seitennraus:active, a.seitennraus:hover {
    background: none repeat scroll 0 0 #57135E;
    color: #FFFFFF;
    display: block;
    font-size: 11px;
    font-weight: normal;
    margin: 0 1px;
    padding: 0 7px 2px;
    text-decoration: none;
}
a.seitennran:link, a.seitennran:visited {
    background: none repeat scroll 0 0 #57135E;
    color: #FFFFFF;
    display: block;
    font-size: 11px;
    font-weight: bold;
    margin: 0 1px;
    padding: 0 7px 2px;
    text-decoration: none;
}
a.seitennran:active, a.seitennran:hover {
    background: none repeat scroll 0 0 #57135E;
    color: #FFFFFF;
    display: block;
    font-size: 11px;
    font-weight: bold;
    margin: 0 1px;
    padding: 0 7px 2px;
    text-decoration: none;
}
a.galerienav:link, a.galerienav:visited {
    color: #57135E;
    font-size: 11px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
a.galerienav:hover, a.galerienav:active {
    color: #57135E;
    font-size: 11px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
div.listcontainer {
    display: inline;
    float: left;
    margin: 12px 0 17px;
    padding: 0;
    width: 100%;
}
div.listcontainer img {
    float: left;
    margin: 0 10px 0 0;
}
div.list-illu {
    display: inline;
    float: left;
    margin: 0 10px 0 0;
    width: 120px;
}
div.list-illu img {
    margin: 0;
    padding: 0;
}
div.list-text {
    margin: 0 0 0 130px;
    position: relative;
    width: 360px;
}
span.listdate {
    color: #313A44;
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
    margin: 0;
    padding: 0 0 1px;
}
h2.listhead {
    color: #313A44;
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
    margin: 0;
    padding: 0;
	float:left;
	display:inline;
	width:100%;
}

h2.listhead a:link,h2.listhead a:visited{
    color: #E2001A;
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
    margin: 0 0 10px 0;
	float:left;
	display:inline;
	text-transform:uppercase;
	text-decoration:none;
	font-size:16px;
    padding: 0;
}

h2.listhead a:active,h2.listhead a:hover,h2.listhead a:focus{
    color: #E2001A;
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
    margin: 0 0 10px 0;
	float:left;
	display:inline;
	text-transform:uppercase;
	text-decoration:underline;
	font-size:16px;
    padding: 0;
}

p.listtext {
    color: #313A44;
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
    margin: 0;
    padding: 0;
}
div.listtrenner {
    background: none repeat scroll 0 0 #D6D8DA;
    display: inline;
    float: left;
    height: 1px;
    margin: 0;
    padding: 0;
    width: 100%;
}
div.listtrenner p {
    display: none;
}

.suchen {
	float:left;
	display:inline;
	width:100%;
	margin:0 0 20px 0;
}

.suchen label {
	float:left; 
	display:inline;
	font-size:14px;
	text-transform:uppercase;
	margin:3px 10px 0 0;
	color:#57135E;
}

.suchen input {
	float:left;
	display:inline;
	width:250px;
	border:1px solid #E2001A;
	height:20px;
	margin:0 10px 0 0;
}

button.volltextsuche {
	float:left;
	display:inline;
	width:150px;
	background:#57135E;
	border:0px;
	color:#fff;
	font-size: 13px;
	line-height:100%;
	height:22px;
	text-transform:uppercase;
}


button.volltextsuche:hover {
	float:left;
	display:inline;
	width:150px;
	background:#a1c8da;
	border:0px;
	color:#fff;
	line-height:100%;
	height:22px;
	text-transform:uppercase;
	cursor:pointer;
}

/* ROTATION */

     .contentSlider {
  width: 100%;
}
.contentSlider .rsSlide,
.contentSlider .rsOverflow {
  background: #eee;
}
.contentSlider h3 {
  font-size: 24px;
  line-height: 31px;
  margin: 12px 0 8px;
  font-weight: bold;
}
.contentSlider img {
  max-width: 100%;
  height: auto;
  display: block;
}
.content-slider-bg {
  width: 86%;
  padding: 24px 7%;
  background: #eee;
}

#magic-nav-magic-slider-1 {
	width:100%!important;
	position:relative;
}

*+html #magic-nav-magic-slider-1 {
	width:100%!important;
	position:relative;
	z-index:220;
}

#magic-nav-magic-slider-1 ul {
	float:right;
	display:inline;
	position:absolute;
	z-index:210;
	right:12px;
	top:15px;
	width:218px!important;
	height:20px;
	text-align:center;
	overflow:hidden;
}

#magic-nav-magic-slider-1 ul li {
	float:left;
	display:inline;
	width:6px;
	height:6px;
	overflow:hidden;
	text-indent:-9999em;
	background:transparent;
	margin:0 4px 0 0;
	padding:0;
}

#magic-nav-magic-slider-1 ul li a{
	float:left;
	display:inline;
	width:6px;
	height:6px;
	overflow:hidden;
	text-indent:-9999em;
	background:url(../images/background_rot.png) bottom left no-repeat;
	margin:0 4px 0 0;
	padding:0;
	border-radius:0px;
}

#magic-nav-magic-slider-1 ul li a.current{
	float:left;
	display:inline;
	width:6px;
	height:6px;
	overflow:hidden;
	text-indent:-9999em;
	background:url(../images/background_rot.png) top left no-repeat transparent;
	margin:0 4px 0 0;
	padding:0;
	border-radius:0px;
}

*+html #magic-nav-magic-slider-1 ul li a{
	float:left;
	display:inline;
	width:6px;
	height:6px;
	overflow:visible;
	text-indent:-9999em;
	background:url(../images/background_rot.png) bottom left no-repeat;
	margin:0 4px 0 0;
	padding:0;
	border-radius:0px;
}

*+html #magic-nav-magic-slider-1 ul li a.current{
	float:left;
	display:inline;
	width:6px;
	height:6px;
	overflow:visible;
	text-indent:-9999em;
	background:url(../images/background_rot.png) top left no-repeat transparent;
	margin:0 4px 0 0;
	padding:0;
	border-radius:0px;
}


.magic-slider .panel-wrapper {padding:0;}

#magic-slider-1 {
	width:764px;
	height:383px!important;
	background:#fff;
	margin:5px 0 0 6px;
	overflow:hidden;
}

.rotation-container {
	float:left;
	display:inline;
	width:764px;
	height:383px;
	margin:0;
	padding:0;
	position:relative;
}

*+html #magic-slider-1{
	margin:-15px 0 0 6px;
}

.rotation-image {
	float:left;
	display:inline;
	width:383px;
	height:383px;
	overflow:hidden;
}

.rotation-hook {
	float:left;
	display:inline;
	width:158px;
	height:383px;
	background:url(../images/background_rotation_hook.png) top left no-repeat;
	position:absolute;
	left:304px;
	top:0;
}

.rotation-text {
	float:left;
	display:inline;
	width:352px;
	height:246px;
	overflow:hidden;
	position:relative;
	padding:137px 0 0 29px;
}

.rotation-text h2 {
	float:left;
	display:inline;
	font-size:38px;
	font-style:italic;
	color:#57135E;
	margin:0 0 5px 0;
	padding:0 0 15px 20px;
	width:352px;
	font-weight:normal;
	line-height: 45px;
	background:url(../images/rotation_h2.png) bottom left no-repeat;
}

.rotation-text h3 {
	float:left;
	display:inline;
	width:auto;
	font-size:30px;
	padding: 5px 20px 0 20px;
	font-weight:normal;
	font-style:italic;
	color:#e2001a;
	line-height: 38px;
	background:url(../images/rotation_h3.png) top right no-repeat;
}

.rotation-text span {
	float:left;
	display:inline;
	width:205px;
	color:#646567;
	font-size:11px;
	margin:50px 0 0 81px;
}
/*POSCHMANN SPAN */
span.poschmann {
	float:left;
	display:inline;
	text-transform:uppercase;
	font-style:italic;
	font-weight:bold;
	color:#e2001a;
	margin:0 5px 0 0;
}

#search_results_content {
	background: #fff;
}
ul.search-results li {
	list-style-type: none;
}
ul.search-results .listcontainer {
border-bottom:1px solid #D6D8DA;
}
ul.search-results .listcontainer .list-content {
	margin: 0;
}
ul.search-results .listcontainer .list-content p {
	margin-bottom: 10px;
}
ul.search-results .listcontainer .list-content h2 {
	font-size: 16px;
	color: #E2001A;
	margin-bottom: 10px;
}


/* metanav */

.metanav {
    display:none;
}



/* marginal */

.marginal {
	display:none;
}

.teaser {
	display:none;
}

.button {
	display:none;
}

.newsletter-form {
	display:none;
}

.newsletter-form input[type="text"] {
	float:left;
	display:inline;
	width:203px;
	height:21px;
	font-size:11px;
	margin:1px 0 10px 0;
	border:1px solid #e12e44; 
}

.newsletter-form input[type="radio"] {
	width: auto;
	float:left;
	display:inline;
	margin: 6px 5px 0 30px;
}

.newsletter-form .radio {
	margin: 0 0 15px 29px;
	float:left;
}

.newsletter-form .radio label {
	font-weight:normal;
}

.newsletter-form .button {
	float:right;
	margin:0 5px 0 0;
}


.termine-teaser ul {
	border-top: 1px solid #cccccc;
	margin:0;
	padding:10px 0 0 0;
}

.termine-teaser ul li {
	padding:0;
	color:#646567;
	font-size:12px;
	line-height:150%;
	margin:0 0 10px 0;
	border-bottom: 1px solid #cccccc;
	list-style:none;
	padding: 0 0 10px 0
}

.termine-teaser ul li a:link,.termine-teaser ul li a:visited {text-decoration:none; color:#646567;}
.termine-teaser ul li a:hover,.termine-teaser ul li a:active {text-decoration:underline; color:#57135e;}

.teaser-nav ul li {
	float:left;
	display:inline;
	list-style:none;
	margin: 0 1px 0 0;
}
.teaser-nav ul li a {
	padding:10px 15px 9px 15px;
	background:#E2001A;
	color:#ffffff;
	text-transform:uppercase;
	float:left;
	display:block;
	text-decoration: none;
	font-size:16px;
	font-weight:bold;
}

.teaser-nav ul li a.selected {
	padding:10px 15px 10px 15px;
	background:#ffffff;
	color:#646567;
}



/* footer */

.footer {
	display:none;
}



/* news */

.news-container {
	
	float:left;
	display:inline;
	width:100%;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

.news-item {
	border-bottom: 1px solid #CCCCCC;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	display:table;
	width:100%
}

.news-illu {
	width:140px;
	float:left;
	display: inline;
	margin: 0 15px 3px 0;
}
.news-illu img {
	width:140px;
}

.news-text {
	display:table;
}


.news-text h3 {
    color: #57135E;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    margin: 2px 0 1px;
    padding: 0;
    text-transform: uppercase;
}

.news-text h2, .news-text h2 a {
    color: #E10019;
    font-size: 16px;
	font-style: normal!important;
    font-weight: normal!important;
    line-height: 22px;
    margin: 0 0 3px;
    padding: 0;
    text-transform: uppercase;
}

.news-text p {
	margin:0;
	padding:0;
}

h2.block-header {
	color: #E10019;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    margin: 0 0 14px;
    padding: 0 0 3px 0;
    text-transform: uppercase;
	font-style:italic;
	border-bottom: 1px solid #CCCCCC;
}

h2.block-header .lila {
	color:#57135E;
	font-style:normal
}

.error {
	color:#e2001a;
	font-weight:bold;
	font-size:12px;
}
.error ul li {
	list-style:none;
	margin:0 0 5px 0;
	padding:0;
}

.trenner {
	width:100%;
	height:50px;
	clear: both;
}