body {
    background-color: #fff;
    background-image: url(../_images/background.gif);
    background-repeat: repeat-x;
    background-position: top center;
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 9pt;
    line-height: 140%;
    color: #333;
    margin: 0;
    text-align: center;
}



/* debug kram */
.todo {
    color: #f0f;
}




/* allgemeine Definitionen */
a {
  text-decoration: none;
}
a:link, a:visited {
  color: #820030;
}
a:hover, a:active, a:focus {
  color: #f10;
}
img {
  border: 0;
}
td {
  font-size: 9pt;
  line-height: 140%;
  vertical-align: top;
}
th {
  font-size: 9pt;
  line-height: 140%;
  text-align: left;
}
h1 {
  display: none;
}
h2 {
  font-size: 125%;
  line-height: 140%;
  font-weight: normal;
  margin: 8px 0 0 0;
}
h3 {
  font-size: 100%;
  line-height: 120%;
  margin: 8px 0 0 0;
  padding-top: 8px;
}
h4 {
  color: #820030;
  font-size: 90%;
  line-height: 125%;
  margin: 8px 0 0 0;
}
p {
  margin-top: 0;
  padding-top: 0;
}
span.formerror {
  background-color: #820030;
  color: #fff;
  padding: 2px;
}
.formsuccess {
  font-weight: bold;
  padding: 2px;
}
/* halbe spalte */
input.input1 {
    border: 1px solid #ccc;
    width: 120px;
}
/* ganze spalte = 240-16-8 */
input.input2 {
    border: 1px solid #ccc;
    width: 200px;
}
/* doppelte spalte */
input.input3 {
    border: 1px solid #ccc;
    width: 448px;
}
.hidescreen {
  display: none;
}
.author {
  color: #ccc;
  font-size: 90%;
  font-style: italic;
}
.clear {
  clear: both;
}
.intro {
  font-weight: bold;
  font-size: 90%;
  line-height: 145%;
}
.small, td.small {
  font-size: 90%;
  line-height: 130%;
}
p.subnav {
  margin-top: 24px;
}
p.subnav .current {
  border: 1px solid #000;
  padding-left: 2px;
  padding-right: 2px;
  font-weight: bold;
}
form label {
  font-size: 90%;
}
.icons {
    text-align: right;
    position: relative;
    right: 0;
    height: 20px;
    margin-bottom: 6px;
}
.icons a {
  border: 0;
}
.icons a:hover, .icons a:active {
  border-bottom: 1px solid #000;
}

#back {
  margin: 0 auto;
  position: relative;
  padding: 0;
  text-align: left;
  width: 960px;
}

#header {
  color: #fff;
  height: 100px;
  position: relative;
  width: 960px;
}
#header #mainmenu a:link, 
#header #mainmenu a:visited {
  color: #fff;
  text-decoration: none;
}
#header #mainmenu a:hover, 
#header #mainmenu a:active, 
#header #mainmenu a:focus {
  color: #ccc;
  text-decoration: none;
}

#header #logo {
  margin-top: 12px;
}
#header #partner {
  float: right;
  margin-top: 25px;
}



#header #mainmenu {
  position: absolute;
  top: 36px;
  right: 24px;
  width: 480px;
  text-align: left;
}
#header #mainmenu p {
  padding: 0;
  margin: 0;
}




.shopteaser {
  padding-left: 8px;
  margin-bottom: 16px;
}
.anzeige {
  padding: 8px;
  margin-bottom: 16px;
}
.anzeige p {
  margin-bottom: 5px;
}




#box {
  position: relative;
  margin-top: 100px;
}
#menu {
  position: relative;
  margin-left: 8px;
  width: 710px;
}
#menu ul {
  margin: 0;
  padding: 0;
}
#menu li {
  display: inline;
  margin: 0;
  padding: 0;
}
#menu a {
  display: block;
  font-size: 115%;
  float: left;
  margin: 0;
  margin-right: 2px;
  padding: 4px 8px 4px 8px;
  text-decoration: none;
}
#menu a:hover {
  padding-top: 6px;
  padding-bottom: 2px;
}


#content {
  clear: both;
  position: relative;
  background-color: #fff;
  width: 712px;
  /* 8 pixel kommen von der linken border noch dazu */
  min-height: 800px;
}
#content a:visited {
  color: #930;
}
/*
#content a:link, #header a:link, #header a:visited, #footer a:link, #footer a:visited {
  color: #820030;
}
#content a:visited {
  color: #966;
}
#content a:hover, #content a:active, #content a:focus,
#header a:hover, #header a:active, #header a:focus,
#footer a:hover, #footer a:active, #footer a:focus {
  color: #f10;
}
*/
#content div.main {
  width: 448px;
  margin: 8px 16px 8px 8px;
}

/*
#content div.main div.attach {
  position: relative;
  padding: 4px;
  text-align: center;
}
#content div.main div.attach img {
  margin: 0;
  margin-right: 2px;
  padding: 0;
}
#content div.main table.attach {
  width: 100%;
}
#content div.main table.attach td {
  padding: 4px 0 4px 0;
  width: 50%;
}
*/

#content h3 {
  clear: left;
}
#content div.imgnewslist {
  float: left;
  margin-top: 4px;
  margin-right: 8px;
  margin-bottom: 4px;
}

#content p.pageseparator {
  background-image: url(../_images/bg-footer.gif);
  background-repeat: repeat-x;
  background-position: top center;
  border-top: 1px dotted #ccc;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 4px;
}
#content p.pageseparator a.current {
  border-bottom: 2px solid #000;
  font-weight: bold;
}

#content div.teaser {
  background-color: #eee;
  float: right;
  padding: 8px;
  margin-bottom: 8px;
  width: 224px;
}
/*
#content div.teaser div.attach {
  margin-bottom: 4px;
}
*/
#content div.teaser div.listing p {
  margin-bottom: 0;
  padding-bottom: 0;
}

#content div.teaser a:visited {
  color: #820030;
}


#content div.teaser table.kalendarium {
  margin-top: 4px;
  margin-bottom: 16px;
  width: 224px;
}
#content div.teaser table.kalendarium th {
  border-right: 2px solid #eee;
  border-bottom: 2px solid #eee;
  color: #fff;
  text-align: center;
}
#content div.teaser table.kalendarium td {
  background-color: #fff;
  border-right: 2px solid #eee;
  border-bottom: 2px solid #eee;
  font-size: 90%;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 54px;
}
#content div.teaser table.kalendarium td.current {
  font-weight: bold;
}
#content div.teaser table.kalendarium td.current a {
  color: #fff;
}
#content div.teaser table.kalendarium th a {
  background-color: #fff;
}
#content div.teaser table.kalendarium a {
  display: block;
  padding: 2px 2px 2px 2px;
  text-decoration: none;
}



#content .indexIntro {
  color: #fff;
  padding: 8px;
}
#content .indexIntro p {
  margin: 0;
  padding: 0;
}


#content .jubilaen {
  background-color: #fff;
  font-size: 90%;
}
#content .jubilaen h3 {
  background-color: #ccc;
  color: #000;  
  font-weight: bold;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: center;
}
#content .jubilaen p {
  margin: 0;
  padding: 0;
  padding-left: 4px;
  border-bottom: 1px solid #eee;
}


#content div.attachments {
  border-top: 1px dotted #999;
  border-bottom: 1px dotted #999;
  width: 100%;
  font-size: 90%;
  margin-bottom: 16px;
  margin-top: 16px;
  padding-bottom: 8px;
}
#content div.attachments p {
  padding: 0;
  margin: 0;
}



/* tabellen f�r indexseiten */
#content table.indexpage {
    border-collapse: collapse;
    border-spacing: 0 0;
  margin: 8px 16px 8px 8px;
  margin: 8px 0 8px 8px;
}
#content table.indexpage td {
  background-image: url(../_images/bg-footer.gif);
  background-repeat: repeat-x;
  background-position: top center;
  padding: 4px;
  width: 224px;
}
#content table.indexpage td.twoCols {
  width: 440px;
}
#content table.indexpage td.threeCols {
  width: 680px;
}
#content table.indexpage td select {
  width: 100%;
}



#content table.indexpage td div.tagcloud {
  border: 1px solid #999;
  padding: 2px;
  margin-top: 8px;
}




#content h3.separator {
  padding: 4px;
  background-color: #820030;
  color: #fff;
  margin-top: 16px; 
  margin-bottom: 4px;
}
#content div.bodytext blockquote.citation {
  background-color: #eee;
  padding: 4px;
  margin: 0;
  margin-left: 16px;
  margin-bottom: 16px;
  font-style: italic;
}
#content div.bodytext table {
  width: 448px;
}
#content div.bodytext table td {
  font-size: 90%;
  text-align: left;
  vertical-align: top;
  padding: 0;
  padding-right: 4px;
  padding-bottom: 4px;
  background-color: #eee;
}
#content div.bodytext table th {
  font-size: 90%;
  font-weight: bold;
  background-color: #ddd;
  text-align: left;
  vertical-align: top;
}



div.listing {
    position: relative;
}
div.listing div.Entry {
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
  margin-bottom: 12px;
}
div.listing div.Entry div.thumbLeft {
    float: left;
    margin: 0 4px 16px 0;
    height: 58px;
    width: 58px;
}



div.slideshow {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 8px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
div.slideshow img {
  margin-left: 2px;
  margin-right: 2px;
}

div.singleImg {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 8px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
div.singleImg img {
  margin-left: 2px;
  margin-right: 2px;
}





div.columnCenter {
  margin: 0;
  margin-bottom: 8px;
  text-align: center;
  width: 247px;
  padding-top: 8px;
  padding-bottom: 8px;
}



#footer {
  clear: both;
  width: 960px;
  font-size: 80%;
  padding: 0;
  margin-top: 24px;
  margin-bottom: 3em;
}
#footer table {
  background-image: url(../_images/bg-footer.gif);
  background-repeat: repeat-x;
  background-position: top center;
  margin-bottom: 16px;
}
#footer table td {
  font-size: 8pt;
  padding-left: 1px;
  padding-right: 1px;
  padding-top: 4px;
  width: 118px;
}
#footer table td p {
  padding: 0;
  margin: 0;
  line-height: 120%;
}



#advert {
  position: absolute;
  width: 232px;
  top: 110px;
  left: 728px;
  text-align: center;
}
#advert img {
  padding: 0;
  margin: 0;
  margin-bottom: 4px;
}

#advert div.shopbanner {
  background-color: rgb(255, 207, 0);
  padding: 0px;
  width: 172px;
  margin: 0 auto;
  margin-bottom: 4px;
}
#advert div.shopbanner a {
  color: #000;
  width: 166px;
  display: block;
  padding: 3px;
  text-decoration: none;
}
#advert div.shopbanner a:hover {
  color: #000;
  background-color: rgb(255, 204, 102);
}
#advert div.shopbanner h2 {
  color: #000;
  font-size: 100%;
  padding: 0;
  margin: 0;
  margin-bottom: 2px;
}
#advert div.shopbanner span.titel {
  font-weight: bold;
}

#headerstripe {
  position: absolute;
  top: 75px;
  left: 0px;
  width: 728px;
  height: 116px;
}

#user {
  position: absolute;
  left: 0;
  bottom: 100px;
  text-align: left;
  width: 350px;
}
#user p {
  padding:0;
  margin: 0;
}
#search {
  position: absolute;
  bottom: 96px;
  right: 8px;
  width: 480px;
  text-align: right;
}
#search form {
  display: inline;
  padding: 0;
  margin: 0;
}
#search form label {
  font-size: 100%;
}
#search form input {
  display: inline;
  font-size: 90%;
  line-height: 1.0em;
  padding: 0;
  margin: 0;
}
#search form input.input1 {
  height: auto;
  line-height: auto;
}
#topbanner {
  position: absolute;
  left: 0;
  bottom: 0;
}


a.button {
  background-color: #eee;
  border: 1px solid #000;
  padding: 3px;
}



/* Blättern */
div.nav a.button,
div.nav a.buttoncurrent {
  color:#000;
  border: 0;
  border-left:3px solid #fff;
  border-right:3px solid #fff;
  padding:0.25em 0.5em 0.25em 0.5em;
  text-decoration:none;
}
div.nav a.button:link, div.nav a.button:visited {
  background-color:#fff;
}
div.nav a.button:hover, div.nav a.button:active, div.nav a.button:focus {
  background-color:#ccc;
}
div.nav a.buttoncurrent {
  background-color:#ccc;
}





.partnerbanner {
	display: inline-block;
	width: 104px;
	height: 104px;
	vertical-align: middle;
	text-align: center;
	margin-right: 4px;
	margin-bottom: 4px;
	border: 1px solid #ccc;
	padding: 0;
	padding-top: 5px;
}
.partnerbannerIndex {
	display: inline-block;
	width: 136px;
	height: auto;
	vertical-align: top;
	text-align: left;
	margin-right: 0px;
	margin-bottom: 4px;
	border: 0;
	padding: 0;
	padding-top: 5px;
	padding-right: 8px;
}


