/* Start of CMSMS style sheet 'festtagsgedichte_v2_main' */
* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 1em;
}

div {
   font-size: 1em;
}

img {
   border: 0;
}

h1 {
   display: none;
}

a {
   font-weight: bold;
   text-decoration: none;
   color: #333; 
}

a:hover {
   text-decoration: underline;
   color: #000;
}

.copyright {
   font-size: 80%;
}

.festtagslieder {
   font-size: 90%;
}

/*****************
basic layout 
*****************/
body {
   background-color: #edfad9;
   color: #000;
}

/* center wrapper, min max width */
#container {
   margin: 20px auto; 
   width: 967px;
   background: url([[root_url]]/images/container_bg.jpg) repeat-y #D1F19E;
   color: black;
}

#header {
   height: 150px;
   width: 967px;
   background: url([[root_url]]/images/header.jpg) no-repeat #B3CF6A;           
}

#search {
   float: right;
   text-align: right;
   margin: 110px 15px 0 0;
   display: inline;
}

#sbi {
   border-top: 1px solid #6d6d6d;
   border-right: 0;
   border-bottom: 0;
   border-left: 1px solid #9ca196;
   width: 130px;
   height: 1.4em;
   font-size: 1em;
}

#sbb {
   background: #B3CF6A;
   color: #333;
   font-weight: bold;
   border: 0;
}

div.breadcrumbs {
   padding: 3px 0 3px 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 90%;             /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   margin: 0 1em;
}

div.breadcrumbs span.lastitem { 
   font-weight:bold; 
}

.updates {
   margin-left: 10px;
}

.updates ul {
   list-style: none;
}

.updates li {
   margin-bottom: 1em;
}

#content {
   float: left;
   width: 520px;
   margin-left: 35px;
   margin-top: 30px;
   display: inline;
}

#sidebar {
   float: left;
   width: 200px;
   margin-left: 10px;
   margin-top: 30px;
   margin-bottom: 30px;
   display: inline;
}

#sidebar_right {
   float: right;
   width: 150px;
   margin-right: 17px;
   margin-top: 30px;
   display: inline;
}

.box_right {
   border: 1px solid #B3CF6A;
   padding: 3px;
   margin-bottom: 5px;
   text-align: center;
}

.box_right h2 {
   font-size: 14px;
   text-align: center;
   margin-bottom: 8px;
}

.box_right p {
   margin: 0;
}

#footer {
   clear:both;
   width: 967px;
   height: 58px;
   color: #4A6404;
   background: url([[root_url]]/images/footer_bg.jpg) no-repeat #B3CF6A;
}

#footer p {
   font-size: 0.8em;
   padding: 0.2em;
   text-align: center; /* centered text */
   margin:0;
}

div#footer p a {
   /* color: #fff;  */
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 0.5em 1em;
   border-bottom: 1px solid #4A6404;
}

/* relational links under content */
div.left49 {
  float: left;
  width: 49%;  /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}




/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
div#content h1 {
   font-size: 2em;  /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
h2 {
   color : #83101d;
   font-size : 1.5em;
   line-height: 1.2em;
   text-align : left;
   margin : 0 0 1.5em 0;

}
div#content h3 {
   color: #83101d; 
   font-size: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #000; 
   font-size: 1em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0;  /* some air around p elements */
   line-height:1.4em;
   padding: 0;
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}

.sitemap li {
   padding: 3px 0 3px 15px;
   list-style: none;
}

.sitemap li li {
   padding: 3px 0 3px 15px;
}

.sitemap li li li {
   padding: 3px 0 3px 15px;
}
/* END LISTS */

/* Start Kalender */

.kalender .test {
  display: none;
}

#nachricht {
  width: 400px;
}

.fadein {
  position: relative;
  width: 500px;
  height: 355px;
  margin: 1em 0;
}

.fadein img {
  position: absolute;
  left: 0;
  top: 0;
}

/* End of 'festtagsgedichte_v2_main' */

