/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* typography */
body {
    font: 13px/20px "Times", "Georgia", "Garamond", serif;
}

h1, h2, h3, h4, h5, h6 {
    color: #1A171B;
    margin-bottom: 10px;
}

/* 36, 24, 18, 14, 12, 11 */
h1 { font-size: 24px; line-height: 40px; }
h2 { font-size: 18px; line-height: 40px; }
h3 { font-size: 14px; line-height: 20px; }
h4 { font-size: 12px; line-height: 20px; }
h5 { font-size: 11px; line-height: 20px; }
h6 { font-size: 11px; line-height: 20px; font-weight: normal; }

div#inner-content h2 {
	letter-spacing: 3px;
	font-weight: normal;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 8px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;	
}

p, ul, ol, table, blockquote {
    margin-bottom: 10px;
}

a {
    color: #843327;
}

a:focus, a:hover {
    text-decoration: none;
    color: #333333;
}

/* layout */
html, body {
    height: 100%;
}

body {
    background: #f0eada url(../img/background.gif);
}

div#container {
    margin: 0 auto;
    min-height: 100%;
    width: 960px;
}

div#container div#header {
    background: #333 url(../img/header.png) no-repeat;
    height: 172px;
    margin-bottom: 18px;
}

div#container div#body {
    overflow: auto;
    margin-bottom: 18px;
    padding-bottom: 52px;
}

div#container div#body div.box {
    margin: 0 10px;
    width: 220px;
}

div#container div#body div.box.left {
    float: left;
    text-align: center:
}

div#container div#body div.box.right {
    float: right;
}

div#container div.box div.content-box {
    background: #fff;
    padding: 0 10px;
}

div#container div#body div.box div.content-box > p,
div#container div#body div.box div.content-box > ul {
    margin-bottom: 0;
}

div#container div.box span {
    display: block;
    height: 10px;
    overflow: hidden;
    text-indent: -9999px;
    width: 220px;
}

div#container div#body div.box span.bg-top {
    background: url(../img/box.png) 0 0 no-repeat;
}
#Linkwrap, #nwsltterwrp {
	display:none;
}
div#container div#body div.box span.bg-bottom {
    background: url(../img/box.png) 0 -10px no-repeat;
    margin-bottom: 26px;
}
#content .csc-textpic-imagewrap  {
	width: 100%;
	text-align: center;
}
div#container div#body div#content {
    background: #fff;
    float: right;
    margin: 0 10px;
    padding: 10px;
    width: 440px;
    line-height: 1.5em;
}
div#inner-content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 416px;
	margin: 5px auto 29px auto;
}

div#footer {
    background: #f0eada;
    border-top: 2px solid #908168;
    clear: both;
    height: 50px;
    margin-top: -50px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

/* navigation */
div#container div#header table#navigation {
    background: #f0eada;
    border: 1px solid #333;
    float: right;
    /*line-height: 36px;*/
    margin: 48px 59px 0 0;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
}

div#container div#header table#navigation td {
    border: 1px dashed #908168;
    /*height: 36px;
    width: 180px;*/
}

div#container div#header table#navigation td a {
    /*color: #908168;*/
    display: block;
    height: 36px;
    overflow: hidden;
    text-decoration: none;
    text-indent: -9999px;
    width: 180px;
}

div#container div#header table#navigation td.news a {
    background: url(../img/navigation.gif) -10px -10px no-repeat;
}
div#container div#header table#navigation td.about a {
    background: url(../img/navigation.gif) -200px -10px no-repeat;
}
div#container div#header table#navigation td.links a {
    background: url(../img/navigation.gif) -390px -10px no-repeat;
}
div#container div#header table#navigation td.issues a {
    background: url(../img/navigation.gif) -10px -102px no-repeat;
}
div#container div#header table#navigation td.order a {
    background: url(../img/navigation.gif) -200px -102px no-repeat;
}
div#container div#header table#navigation td.contact a {
    background: url(../img/navigation.gif) -390px -102px no-repeat;
}

div#container div#header table#navigation td.news a:focus,
div#container div#header table#navigation td.news a:hover {
    background: url(../img/navigation.gif) -10px -56px no-repeat;
}
div#container div#header table#navigation td.about a:focus,
div#container div#header table#navigation td.about a:hover {
    background: url(../img/navigation.gif) -200px -56px no-repeat;
}
div#container div#header table#navigation td.links a:focus,
div#container div#header table#navigation td.links a:hover {
    background: url(../img/navigation.gif) -390px -56px no-repeat;
}
div#container div#header table#navigation td.issues a:focus,
div#container div#header table#navigation td.issues a:hover {
    background: url(../img/navigation.gif) -10px -148px no-repeat;
}
div#container div#header table#navigation td.order a:focus,
div#container div#header table#navigation td.order a:hover {
    background: url(../img/navigation.gif) -200px -148px no-repeat;
}
div#container div#header table#navigation td.contact a:focus,
div#container div#header table#navigation td.contact a:hover {
    background: url(../img/navigation.gif) -390px -148px no-repeat;
}

/*div#container div#header table#navigation td a img {
    float: left;
}*/

div#container div#header table#navigation td a:focus,
div#container div#header table#navigation td a:hover {
    /*color: #000;*/
}

/* logo */
div#container div#header h1#logo {
    float: left;
    margin: 31px 0 0 50px;
}

div#container div#header h1#logo a {
    display: block;
    height: 110px;
    overflow: hidden;
    text-indent: -9999px;
    width: 222px;
}

/* subnavigation */
div#container div#body div.box div.content-box ul#subnavigation {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 25px;
    padding: 10px 0;
}

div#container div#body div.box div.content-box ul#subnavigation li {
	color: #3E3D40;
	text-align: center;
	text-decoration: none;
}

div#container div#body div.box div.content-box ul#subnavigation li a {
    color: #000;
    text-decoration: none;
}

div#container div#body div.box div.content-box ul#subnavigation ul {
    border-bottom: 1px solid #908168;
    padding: 0 0 10px 25px;
}

/* shortcuts */
div#container div#body div.box div.content-box div#shortcuts {
    height: 120px;
    margin: 0 auto;
    position: relative;
    width: 120px;
}

div#container div#body div.box div.content-box div#shortcuts a {
    display: block;
    height: 60px;
    opacity: 0.4;
    overflow: hidden;
    position: absolute;
    text-indent: -9999px;
    width: 60px;
}

div#container div#body div.box div.content-box div#shortcuts a#festival {
    background: url(../img/festival.png) no-repeat;
    top: 0;
    left: 30px;
}

div#container div#body div.box div.content-box div#shortcuts a#gallery {
    background: url(../img/gallery.png) no-repeat;
    top: 30px;
    left: 0;
}

div#container div#body div.box div.content-box div#shortcuts a#magazin {
    background: url(../img/magazin.png) no-repeat;
    top: 60px;
    left: 30px;
}

div#container div#body div.box div.content-box div#shortcuts a#house {
    background: url(../img/house.png) no-repeat;
    top: 30px;
    left: 60px;
}

/* lowerroot */
#footer_inner {
    font-family: "Times New Roman", Times, serif;
	font-size:10px;
	margin-top: 16px;
}
#footer_inner li{
	display:inline;	
}
#footer_inner ul {
	margin:20px 0px 10px 0px;
}
#footermenue li {
	text-transform: uppercase;
	/*margin:20px 16px 0px 0px;*/
}
div#footer div#footer_inner ul#lowerroot {
    margin: 0;
}

div#footer div#footer_inner ul#lowerroot li {
    display: inline;
    margin: 0 11px;
}

div#footer div#footer_inner ul#lowerroot li a {
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
}

/* footer */
div#footer div#footer_inner {
    margin: 0 auto;
    position: relative;
    width: 960px;
}

/*div#footer div#footer_inner img {
    left: 210px;
    position: absolute;
    top: 5px;
}
*/
#footer ul{
	display:inline;	
}
#footer li{
	display:inline;	
}

#footeradress {
	margin-top: 2px;
	font-style: italic;
}
ul.footerline {
	height: 100%;
	padding-bottom: 1px;	
}
#footeradress li {
	margin: 0px 2px 1px 2px;
}
#footeradress .logo {
	height: 21px;	
}
#footer img {
	padding-top:3px;
}

.logoimg {
	width: 17px;
	height: 15px;
	margin: 0px 9px 0px auto;
}


/* grid */
div.grid-50-50 {}

div.grid-50-50 div.col1 {
    float: left;
    width: 290px;
}

div.grid-50-50 div.col2 {
    float: right;
    width: 290px;
}

/* misc */
h2#sitetitle {
    color: #000;
    font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}

div.content-box h2#sitetitle {
    margin-bottom: 0;
    line-height: 20px;
}

hr.divider {
    border: 0 dashed #908168;
    border-top-width: 1px;
    clear: both;
    height: 0;
}

div#kokkarde {
    border-bottom: 1px dashed #908168;
    text-align: center;
    margin-bottom: 10px;
    padding-bottom: 6px;
}

/* clearfix */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* opera fix sticky footer */
body:before {
    content: "";
    float: left;
    height: 100%;
    margin-top: -32767px;
    width: 0;
}
/*         */ 
/* content */
.content, .content .normal {
	color: #1A171B;
 	font-family: Arial, Helvetica, sans-serif;
 	font-size 11px;
 	font-style: normal;
}
.content .kopfzeile {
	text-transform: uppercase;	
}
.content h2.title {
	letter-spacing: 3px;
	font-weight: normal;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 8px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
}	

.content .subline {
	font-style: normal;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 2px;
	word-spacing: 2px;
	text-align: center;
}
.content h3.subline, .content h2.subline {
	margin-bottom: 15px;
}
.content .subline em, .content .schraeg {
	font-family: "Times New Roman", Times, serif;
	color: #1A171B;
	text-decoration: none;
	text-transform: none;
}
.content .subsubline {
	font-family: "Times New Roman", Times, serif;
	font-size:11px;
	line-height: 20px;
	font-weight: normal;
	font-style: italic;
	text-transform: uppercase;
	text-align: center;
}
.skltrenner, .content hr, .smalline {
	font-size:1px;
	height: 5px;
	line-height: 1px;
	overflow: hidden;
	/*width: 61px;*/
	margin: 0px auto 0px auto;
	border: none;
	border-bottom: 1px solid #ccc;
}

.content .csc-default hr {
	border-bottom-style:dashed;

}
.content .csc-default .subline hr, .news-list-container .skltrenner {
	width: 61px;
	border-bottom: 1px solid #ccc;
	height: 1px;
	margin-top: 9px;
}
/*
.content hr, .smalline {
	width: 61px;
}
*/
.box.left .skltrenner {
	width: 61px;
}
.content .csc-default .objdiv {
	border-bottom: 5px solid #231f20;
	margin-bottom: 30px;
	margin-top: 20px;
}

.content .csc-default {
	margin-bottom: 27px;
}
.address {
	text-align: center;
	font-style: italic;
}
h4.address, .address h4 {
	font-style: normal;
	letter-spacing: 2px;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 16px;
}
h4.address.first, .address h4.first {
	margin-top:0px;

}
/* news site */
body#news #umenuewrap {display:none;}


/* News section */
div.news-list-container, div#newsmenue {
	line-height: 1.5em;
}
#content div.news-list-item, #content  .news-single-item {
	width: 416px;
	margin: 5px auto 29px auto;
}
#newssctionwrp {
	color: #3E3D40;
}
.news-list-container a, #newsmenue a, .news-single-item a, .news-amenu-container li, .news-catmenu div {
	color: #3E3D40;
	text-align: center;
	text-decoration: none;
}
.catwrap .news-list-category {
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 1px;
	margin-bottom:2px;
}
.news-list-container .newscontent a,.news-single-item .newscontent a {
	color: #843327;
}
.news-list-container .newscontent a:hover, .news-single-item .newscontent a:hover {
	color: #333;
}

 .news-list-container h2,  .news-list-container h2 a, .news-list-container h3, .news-list-date, .news-single-item h2, .news-single-item h3, .news-single-backlink a {
	color: #1A171B;
	text-align: center;
	text-decoration: none;
}



#newssctionwrp .news-catmenu a {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	
}
#newssctionwrp  a:hover {
	color:#000;
}
.news-list-container h2, .news-single-item h2  {
	margin-bottom: 4px;
}
.news-list-container h3.autor, .news-single-item h3.autor {
	font-style: italic;
	font-weight: normal;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	letter-spacing:1px;
	margin-bottom: 9px;
}
.news-list-item .autorname, .news-single-item .autorname {
	font-style: normal;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 2px;
	word-spacing: 2px;
}

.news-list-container .news-list-date, .news-single-item .news-list-date {
	font-style: italic;
	letter-spacing: 1px;
	margin: 13px auto 18px auto;
	font-family: "Times New Roman", Times, serif;
}
.news-list-container .listimage, .news-single-item .news-single-img {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 25px;
	margin: 25px 0px 12px 0px; 
}
.news-list-container .sgrtrenner, .news-single-item .sgrtrenner {
	font-size:1px;
	height: 1px;
	line-height: 1px;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	border-style: dashed;
}
.news-list-container .newssubh, .news-list-container .newscontent, .news-single-item .newssubh, .news-single-item .newscontent {
	width: 416px;
	margin: 0px auto 0px auto;
	color: #333;
}
.news-list-container .news-list-morelink {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #843327;
	width: 72px; 
	margin: 18px auto 20px 0px;
}
.news-list-container .news-list-morelink a {
	
	/*padding-right: 15px;*/
	color: #843327;
}
.news-list-container .news-list-morelink a .img {
	display: block;
	width: 13px;
	height: 14px;
	background-image: url(../img/arrow_all.png);
	background-position: -14px 5px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-left: 2px;
	float: right;
}
.news-list-container .news-list-morelink a:hover  {
	color:#333;
}
.news-list-container .news-list-morelink a:hover .img {
	background-position: 0px 5px;
}
.news-list-category, .news-single-category {
	font-size:9px;
	margin-top: 4px;
	color: #1A171B;
}
.news-list-item hr.clearer {
	border: none 0px #fff;
	border-top: solid 5px #1A171B;
	margin-bottom:12px;
	margin-top: 0px;
}
div#container div.box div#newsmenue {
	padding:20px 10px 16px 10px;
}

#newsmenue .news-catmenu {
	font-size: 10px;
}
div#container div.box #newsmenue span.news-catmenu-header {
	height: auto;
	width: 200px;
	letter-spacing: 1px;
	font-size:12px;
	font-style: italic;
	font-weight: bold;
	text-indent: 0px;
}
#newsmenue .namenspacer {
	height: 28px;
	width: 100%;
}
#newsmenue .news-amenu-item-year {
	display:none;
}
.news-amenu-container {
	padding: 12px auto 12px auto;
}
.news-amenu-container ul {
	margin-bottom: 0px;
}
#newsmenue .news-amenu-container {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
#newsmenue .archvheader {
	color: #1A171B;
	text-align: center;
	font-size:11px;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 2px;
}
div#newsmenue .skltrenner, div#newsmenue div.news-catmenu span.skltrenner {
	font-size:1px;
	height: 5px;
	line-height: 1px;
	overflow: hidden;
	text-indent: -9999px;
	width: 60px;
	margin: 0px auto 8px auto;
	border-bottom: 1px solid #ccc;
}

.previouslink, .nextlink  {
	font-family: "Times New Roman", Times, serif;
	/*font-size: 1px;*/
	font-style: italic;
	/*display: block;*/
}
.nextlink {
	float: right;
	/*width: 60px;
	height: 19px;*/
}
.previouslink a {

	/*padding-left: 15px;*/
	text-decoration:none;
}
.previouslink a span {
	display: block;
	width: 13px;
	height: 14px;
	background-image: url(../img/arrow_all.png);
	background-position: -42px 4px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 3px;
	float: left;
}
.nextlink a {

	/*padding-right: 15px;*/
	text-decoration:none;
}
.nextlink a span {
	display: block;
	width: 13px;
	height: 14px;
	background-image: url(../img/arrow_all.png);
	background-position: -14px 4px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-left: 3px;
	float: right;
}
.previouslink a:hover span {
	background-position: -28px 4px;
}
.nextlink a:hover span {
	background-position: 0px 4px;
}
.news-single-backlink {display: none;}

.news-single-backlink a {}

.news-list-container .activeLinkWrap, .news-list-container .disabledLinkWrap {
	visibility: hidden;
}
.browseLinksWrap {
	position:relative;
}
#liprev {
	width: 20px;
	float: left;
}
#linext {
	width: 20px;
	height: 10px;
	margin-right: 0px;
}
.news-list-browse {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: italic;
	color: #333;
}
.news-list-browse .prevlink {
	display: block;
	margin-right: 0px;
	height: 14px;
	width: 65px;
	float: left;
}
.news-list-browse .previmg {
	display: block;
	width: 13px;
	height: 14px;
	background-image: url(../img/arrow_all.png);
	background-position: -28px 4px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 3px;
	float: left;
}
.news-list-browse .nextimg {
	display: block;
	width: 13px;
	height: 14px;
	background-image: url(../img/arrow_all.png);
	background-position: 0px 4px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-left: 3px;
	float: right;
}
.news-list-browse a:hover {
	color: #843327;
}
.news-list-browse a:hover .previmg {
	background-position: -42px 4px;
}
.news-list-browse a:hover .nextimg {
	background-position: -14px 4px;
}
