html {
	background: #de1831;
}
body#PUB {
	-moz-hyphens: auto;
	background: #fff;
	font: normal normal 12px/140% Helvetica Neue, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	overflow-x: hidden;
}

/* Basics */
#PUB a {
	color: #de1831;
	text-decoration: underline;
}

/* Koprrektur fuer Sidr-Menue */
#PUB .sidr ul li a {
	color: #fff;
	text-decoration: none;
}

#PUB sub, #PUB sup {
	font-size: 0.8em !important;
}
#PUB sub {
	vertical-align:bottom;
}
#PUB sup {
	vertical-align:top;
}
#PUB strong, #PUB b {
	font-weight: bold;
}
#PUB em, #PUB i {
	font-style: italic;
}
#PUB em strong {
	font-style: italic;
	font-weight: bold;
}
#PUB h1 {
	font-size: 30px;
	line-height: 130%;
	padding: 0 10px;
}
#PUB h1 a {
	text-decoration: none;
}
#PUB h2 {
	color: #666;
	font-size: 20px;
	line-height: 130%;
	padding: 0 10px;
}
#PUB h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 130%;
	margin-top: 20px;
	padding: 0 10px;
}
#PUB h4 {
	color: #999;
	font-size: 14px;
	font-weight: bold;
	line-height: 130%;
	margin-top: 20px;
	padding: 0 10px;
}

/* Navi */
#PUB #MobileNavBtn {
/*
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAWCAMAAAAo0TYrAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAGUExURfKirP////DZTYQAAAACdFJOU/8A5bcwSgAAABZJREFUeNpiYKAQMKICivnDzD0AAQYAaIAAl/enLmMAAAAASUVORK5CYII=") no-repeat scroll center center rgba(0, 0, 0, 0);
*/
	background: url(../images/sidr-menu.png) center center no-repeat;
	border-right: 1px solid #666;
	display: table-cell;
	height: 40px;
	text-indent: -10000px;
	width: 60px;
}

/* Sprache */
#PUB .Language {
	padding: 0 20px;
}
#PUB .Language li a {
	background: url(../images/bg-language.png) 0 4px no-repeat;
	display: inline-block;
	padding-left: 24px;
}
#PUB .Language li.Es a {
	background-position: 0 -46px;
}
#PUB .Language li.De a {
	background-position: 0 -96px;
}

/* Markierung */
#PUB .mark {
	background: #ff9;
}

/* Datum */
#PUB .Date {
	color: #666;
	font-size: 11px;
}
#PUB div.Date {
	padding: 0 10px;
}

/* Header */
#PUB .Header {
	background: url(../images/partei.png) right center no-repeat;
	border-bottom: 1px solid #000;
	font-size: 18px;
	font-weight: bold;
	line-height: 100%;
	margin-bottom: 10px;
}
#PUB .Header a.Home {
	display: table-cell;
	height: 40px;
	text-indent: 20px;
	text-decoration: none;
	vertical-align: middle;
}

#PUB .Main {
	padding: 20px 0;
}

/* Paging */
#PUB .Paging {
	clear: both;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
	word-spacing: 3px;
}
#PUB .Paging .Browse {
	display: none;
}
#PUB .Paging .Previous,
#PUB .Paging .Next {
	display: inline-block;
	position: relative;
	top: 12px;
	width: 40px;
}
#PUB .Paging .Previous a,
#PUB .Paging .Next a {
	background-image: url(/kontext/images/icons/cc_mono_icons/br_prev_icon&16.png);
	background-position: right 0;
	background-repeat: no-repeat;
	display: inline-block;
	height: 20px;
	text-indext: -1000px;
	width: 40px;
}
#PUB .Paging .Next a {
	background-image: url(/kontext/images/icons/cc_mono_icons/br_next_icon&16.png);
	background-position: left 0;
}
#PUB .Paging ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}
#PUB .Paging ul li {
	border: 0;
	color: #000;
	display: inline-block;
	font-weight: bold;
	height: 20px;
	list-style: none;
	margin: 0 5px 0 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}
#PUB .Paging ul li a {
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
	background: #fff;
	border-radius: 3px;
	display: inline-block;
	margin-left: 2px;
	margin-right: 2px;
	padding: 5px 0;
	text-decoration: underline;
	text-align: center;
}
#PUB .Paging ul li a:focus,
#PUB .Paging ul li a:hover,
#PUB .Paging ul li a:active {
	background: #cc0000 !important;
	color: #fff !important;
	text-decoration: none !important;
}
#PUB .Paging ul li.Active {
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
	background: none;
	border-radius: 3px;
	color: #000;
	display: inline-block;
	font-weight: bold;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 10px;
	padding: 5px 0;
	text-align: center;
}
#PUB .Paging ul li:first-child.Active {
	padding-left: 40px;
}

/* Content */
#PUB .Main .Author {
	color: #999;
	display: inline-block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 10px 0;
}
#PUB .Main p,
#PUB .Main .Desc,
#PUB .Main .Teaser,
#PUB .Main .Author,
#PUB .Main .Content p {
	padding: 0 10px;
}
#PUB .Main p,
#PUB .Main .Content p {
	color: #333;
	margin: 10px 0;
}

#PUB .Main .Content ul {
	clear: left;
	list-style: disc;
	margin: 20px 10px;
}
#PUB .Main .Content ul li {
	list-style: disc;
	margin-bottom: 5px;
	margin-left: 10px;
}
#PUB .Main .Content ol {
	clear: left;
	list-style: decimal;
	margin: 20px 10px;
}
#PUB .Main .Content ol li {
	list-style: decimal;
	margin-bottom: 5px;
	margin-left: 15px;
}
#PUB  .Content .Html object,
#PUB  .Content .Html embed,
#PUB  .Content .Html iframe {
	height: 253px;
	margin: 10px 0 !important;
	padding: 10px 0 !important;
	width: 450px;
}

#PUB .Main .Tools {
	padding: 0 10px;
}
#PUB .Main .Tools li {
	margin-top: 20px;
}

/* Tags zum Artikel */
#PUB .Main .Article .Tags {
	margin-top: 30px;
}
#PUB .Main .Article .Tags h3 {
	color: #999;
	display: inline;
	font-size: 12px;
	font-weight: normal;
	margin-right: 10px;
}
#PUB .Main .Article .Tags a {
	color: #666;
}
#PUB .Main .Article .Tags a:focus,
#PUB .Main .Article .Tags a:hover,
#PUB .Main .Article .Tags a:active {
	color: #333;
}
#PUB .Main .Article .Tags ul,
#PUB .Main .Article .Tags ul li {
	display: inline;
}
#PUB .Main .Article .Tags ul li:before {
	content: ', ';
}
#PUB .Main .Article .Tags ul li:first-child:before {
	content: '';
}

/* Listings */
#PUB .Listing {
	clear: both;
}
#PUB .Listing h1 {
	margin-bottom: 20px;
}
#PUB .Listing li {
	border: 1px solid transparent;
	border-bottom: 2px solid #ccc;
	/*border-top: 2px solid #ccc;*/
	clear: both;
	padding: 10px 0 20px 0;
}
#PUB .Listing li:first-child {
	border-top-color: transparent;
}
#PUB .Listing li:last-child {
	border-bottom: 0;
}
#PUB .Listing h2 {
	font-family: Arial, Helvetica, sans-serif;
}
#PUB .Listing h3,
#PUB .Listing h4 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 10px;
}
#PUB .Listing h3 a {
	font-size: 22px;
	line-height: 140%;
	padding-bottom: 5px;
	text-decoration: none;
}
#PUB .Listing p a {
	font-weight: bold;
	padding-bottom: 2px;
	text-align: right;
}
#PUB .Image {
	margin: 10px 0;
	width: 100%;
}
#PUB .Image img {
	width: 100%;
}
#PUB .Listing .Video object,
#PUB .Listing .Video embed,
#PUB .Listing .Video iframe {
	float: left;
	height: 196px !important;
	margin: 0 10px 10px 0;
	width: 325px !important;
}
#PUB .Listing .Audio object,
#PUB .Listing .Audio embed,
#PUB .Listing .Audio iframe {
	float: left;
	height: 20px !important;
	margin: 20px 20px 50px 0;
	width: 150px !important;
}
#PUB .Listing .Image h3,
#PUB .Listing .Image h4,
#PUB .Listing .Image p,
#PUB .Listing .Video h3,
#PUB .Listing .Video h4,
#PUB .Listing .Video p {
	margin-left: 210px;
	padding: 0 10px 0 0 !important;
}
#PUB .Listing .Video h3,
#PUB .Listing .Video h4,
#PUB .Listing .Video p {
	margin-left: 335px;
}
#PUB .Listing .Date,
#PUB .Listing .Author {
	color: #999;
	font-size: 12px;
}
#PUB .Listing .Teaser {
	color: #333;
}

/* Tags (Uebersichtseite) */
#PUB .Main .Content ul.Tags {
	margin: 40px 0 20px 0;
	text-align: center;
}
#PUB .Main .Content ul.Tags {
	list-style: none;
	padding: 0;
}
#PUB .Main .Content ul.Tags li {
	display: inline;
	font-family: Arial, sans-serif;
}
#PUB .Main .Content ul.Tags li a {
	padding: 0 2px;
	text-decoration: none;
	white-space: nowrap;
}
#PUB .Main .Content ul.Tags li a:focus,
#PUB .Main .Content ul.Tags li a:hover,
#PUB .Main .Content ul.Tags li a:active {
	background: #900;
	color: #FFF !important;
}
#PUB .Main .Content ul.Tags li.Size1 a {
	color: #999;
	font-size: 10px;
}
#PUB .Main .Content ul.Tags li.Size2 a {
	color: #999;
	font-size: 12px;
}
#PUB .Main .Content ul.Tags li.Size3 a {
	color: #777;
	font-size: 14px;
	font-weight: bold;
}
#PUB .Main .Content ul.Tags li.Size4 a {
	color: #555;
	font-size: 16px;
	font-weight: bold;
}
#PUB .Main .Content ul.Tags li.Size5 a {
	color: #333;
	font-size: 18px;
	font-weight: bold;
}

/* Termine */
#PUB .Event div.passed {
	margin: 0 5px 20px 0;
}
#PUB .Event div.passed a {
	color: #999;
}
#PUB .Event div.passed a:focus,
#PUB .Event div.passed a:hover,
#PUB .Event div.passed a:active {
	color: #666;
}
#PUB .Event .Info {
	clear: both;
	color: #999;
	margin: 10px 0;
}
#PUB .Event .Info h3 {
	border-bottom: 1px solid #ccc;
	color: #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	margin-bottom: 10px;
}
#PUB .Event .Date {
	font-size: 12px;
}

/* Suchseite */
#PUB .Main .Search label {
	display: inline;
}
#PUB .Main .Search form {
    background: #eee;
	background: -moz-linear-gradient(top, #fff, #eee);
    background: -webkit-gradient(linear, left top, left bottombottom, from(#fff), to(#eee));
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-top: 30px;
	padding: 10px;
}
#PUB .Main .Search .F_and input {
	display: block;
	width: 100%;
}
#PUB .Main .Search fieldset.Checkbox ul,
#PUB .Main .Search fieldset.Radio ul {
	margin-bottom: 10px;
}
#PUB .Main .Search fieldset.Checkbox li,
#PUB .Main .Search fieldset.Radio li {
	display: inline;
	margin-right: 10px;
}
#PUB .Main .Search fieldset.Checkbox li:last-child,
#PUB .Main .Search fieldset.Radio li:last-child {
	margin-right: 0;
}
#PUB .Main .Search ul {
	margin-top: 30px;
}
#PUB .Main .Search li {
	margin-bottom: 20px;
}
#PUB .Main .Search li h3 {
	font-size: 22px;
}
#PUB .Main .Search li p {
	margin: 0;
}
#PUB .Main .Search li p a {
	text-decoration: underline !important;
}
#PUB .Main .Search .Listing ul {
	margin-top: 30px;
}
#PUB .Main .Search legend {
	display: none;
}
#PUB .Main .Search input.felder {
	display: block;
	width: 420px;
}
#PUB .Main .Search .Connected {
	margin: 20px 0;
}
#PUB .Main .Search .row {
	margin: 20px 0;
}
#PUB .Main .Search .Connected .row {
	float: left;
	margin: 0 20px 0 0;
}
#PUB .Main .Search .Connected fieldset {
	float: left;
	margin-right: 80px;
}

/* Suchseite */

#PUB .Archive label {
	display: inline;
}
#PUB .Archive form {
    background: #eee;
	background: -moz-linear-gradient(top, #fff, #eee);
    background: -webkit-gradient(linear, left top, left bottombottom, from(#fff), to(#eee));
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-top: 30px;
	padding: 10px;
}
#PUB .Archive ul {
	margin-top: 30px;
}
#PUB .Archive li {
	margin-bottom: 30px;
}
#PUB .Archive li h3 {
	font-size: 22px;
}
#PUB .Archive li p {
	margin: 0;
}
#PUB .Archive li p a {
	text-decoration: underline !important;
}
#PUB .Archive .Listing ul {
	margin-top: 30px;
}
#PUB .Archive legend {
	display: none;
}
#PUB .Archive input.felder {
	display: block;
	width: 420px;
}
#PUB .Archive .Connected {
	margin: 20px 0;
}
#PUB .Archive .row {
	margin: 20px 0;
}
#PUB .Archive .Connected .row {
	float: left;
	margin: 0 20px 0 0;
}
#PUB .Archive .Connected fieldset {
	float: left;
	margin-right: 80px;
}

/* Form */
#PUB form {
	margin: 10px 0;
}
#PUB form h1 {
	margin-bottom: 20px;
}
#PUB form fieldset {
	background: #fefefe;
	margin: 20px 0;
}
#PUB form p {
	margin-left: 10px;
}
#PUB .Main form fieldset p {
	margin: 20px auto;
	padding: 0;
	width: 90%;
}
#PUB .Main form fieldset legend {
	font-size: 18px;
	font-weight: bold;
	padding: 0 10px;
}
#PUB form p {
	margin-bottom: 10px;
}
#PUB form p.Input.Text,
#PUB form p.Input.Email {
	line-height: 24px;
}
#PUB form label {
	display: inline-block;
	padding-right: 10px;
	text-align: right;
}
#PUB form p.Checkbox label {
	padding-left: 10px;
	vertical-align: top;
	text-align: left;
}
#PUB form p.Textarea {
	width: 90%;
}
#PUB form p.Textarea label {
	vertical-align: top;
}
#PUB form p.Textarea textarea {
	border: 1px solid #999 !important;
	height: 100px;
	margin: 0 auto;
	width: 100%;
}
#PUB form .Email input,
#PUB form .Text input {
	border: 1px solid #999 !important;
	padding: 5px 0;
	width: 100%;
}
#PUB form .Subscribe .submit {
	color: #060;
	font-weight: bold;
}
#PUB form p.Submit {
	margin-left: 10px;
	padding: 20px 10px;
	text-align: right;
}
#PUB form p.Submit input {
	font-size: 18px;
	font-weight: bold;
	margin-right: 10px;
}

/* Sitemap */
#PUB .Sitemap ul {
	list-style: disc;
	margin: 20px 10px;
}
#PUB .Sitemap ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	list-style: disc;
	margin: 0 0 10px 50px;
}
#PUB .Sitemap ul ul li {
	font-size: 12px;
	font-weight: normal;
	list-style: square;
}
#PUB .Sitemap ul ul ul li {
	list-style: circle;
}

/* Media */

#PUB .MediaBox {
	clear: both;
	margin: 20px auto 0 auto;
	max-width: 100%;
	text-align: center;
}

#PUB .MediaBox.Left {
	float: left;
	margin: 0 10px 10px 10px;
	padding-top: 5px;
}

#PUB .MediaBox.Right{
	float: right;
	margin: 0 10px 10px 10px;
	padding-top: 5px;
}

#PUB .MediaBox.Left,
#PUB .MediaBox.Right {
	width: 200px;
}

#PUB .MediaBox img {
	max-width: 100%;
	/*width: 100%;*/
}

#PUB .MediaBox.Left img,
#PUB .MediaBox.Right img {
	max-width: 200px;
}
#PUB .MediaBox .Title,
#PUB .MediaBox .Copyright {
	color: #999;
	display: inline-block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	padding: 5px 2px;
}
#PUB .MediaBox .Copyright {
	color: #ccc;
}

#PUB .MediaBox.youtube iframe {
	height: 281px;
	width: 450px;
}

/* Gallery */
#PUB .GalleryImage {
	margin-bottom: 20px;
}
#PUB .GalleryImage menu {
	background: #eee;
    background: -moz-linear-gradient(top, #eee, #ccc);
    background: -webkit-gradient(linear, left top, left bottombottom, from(#eee), to(#ccc));
	padding: 5px 0;
	width: 440px;
}
#PUB .GalleryImage menu a {
	color: #00314a;
	text-decoration: none;
}
#PUB .GalleryImage menu a:focus,
#PUB .GalleryImage menu a:hover,
#PUB .GalleryImage menu a:active {
	text-decoration: underline;
}
#PUB .GalleryImage .Previous {
	display: inline;
}
#PUB .GalleryImage .Previous a {
	background: url(../images/arrow.png) no-repeat 5px -718px;
	padding: 0 0 0 12px;
}
#PUB .GalleryImage .Next {
	margin: -16px 0 0 200px;
	position: absolute;
	text-align: right;
	width: 240px;
}
#PUB .GalleryImage .Next a {
	background: url(../images/arrow.png) no-repeat right -95px;
	padding: 0 12px 0 0 ;
}
#PUB .GalleryImage .Photographer {
	font-style: italic;
}

/* Fotogalerien */
#PUB .Main .Content ul.Gallery,
#PUB .Main .Content ul.Gallery li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#PUB .Main .Content ul.Gallery {
	margin-bottom: 20px;
	margin-top: 20px;
	width: 500px;
}
#PUB .Main .Content ul.Gallery li {
	border-bottom: 10px solid #fff;
	float: left;
	height: 140px;
	list-style: none;
	margin: 0 ;
	overflow: hidden;
	padding: 0;
	width: 150px;
}

#PUB .Footer {
	border-top: 1px solid #00911f;
	margin: 20px 0;
	padding: 20px 0;
	text-align: center;
}
#PUB .Footer li {
	display: inline;
}
#PUB .Footer li:first-child {
	margin-right: 20px;
}

/* Sonstige */
#PUB .Clear {
	clear: both;
}

/* Admin-Preview */
#ADM #PUB .Main {
	float: none;
	margin-top: 20px;
}

/* Social Share Privacy */
#PUB .Main .social_share_privacy_area.line {
	margin: 20px 10px;
}
#PUB .Main .social_share_privacy_area.line li {
	margin-bottom: 20px !important;
	width: 100%;
}

@media only screen and (min-width: 1025px) {
	body {
		max-width: 460px;
	}
}
@media only screen and (max-width: 359px) {
	#PUB .Header {
		background: none;
	}
}

/* Videos */
@media only screen and min-width: 768px {
	#PUB .MediaBox.youtube iframe {
		height: 455px;
		width: 728px;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	#PUB .MediaBox.youtube iframe {
		height: 275px;
		width: 440px;
	}
}
/* LG */
@media only screen and (min-width: 300px) and (max-width: 479px) {
	#PUB .MediaBox.youtube iframe {
		height: 162px;
		width: 260px;
	}
	#PUB .Listing li .Image {
		float: none;
		margin: 0 0 10px 0;
	}
}