/* Start of CMSMS style sheet 'Layout: Main neu' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: Verdana, sans-serif;
   font-size: 11px;
   line-height: 1em;
   color: #000000;
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
#main a,
#main a:link 
#main a:active {
   text-decoration: none;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #52950e;
   font-weight: bold; 
}

#main a:visited {
   text-decoration: none;
   background-color: inherit;
  color: #52950e;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
#main a:hover {
   text-decoration: underline;
   color: #8ebe46;
}

/*****************
basic layout 
*****************/
body {
   background-color: #ebe9ea;
   color: #333;
   margin-top: 36px; /* gives some air for the pagewrapper */
   margin-bottom: 16px;
}

/* center wrapper, min max width */
div#pagewrapper {
   margin: 0 auto;     /* this centers wrapper */
   max-width: 960px; /* IE wont understand these, so we will use javascript magick */
   min-width: 960px;
   padding-right: 8px;
   background: #fff url(/uploads/images/template/main_neu/shadow-r.gif);
   background-repeat: repeat-y;
   background-position: right;
   color: #000000;   
}

div#bottom {
  margin: 0 auto;
  max-width: 960px; /* IE wont understand these, so we will use javascript magick */
  min-width: 960px;
  padding-right: 8px;
  background: #fff url(/uploads/images/template/main_neu/bg_bottom.gif);
  height: 19px;
}

div#top {
  margin: 0 auto;
  max-width: 960px; /* IE wont understand these, so we will use javascript magick */
  min-width: 960px;
  padding-right: 8px;
  background: #fff url(/uploads/images/template/main_neu/bg_top.gif);
  height: 24px;
  position: relative;
}

#toplinks {
  text-align: right;
  position: relative;
  right: 7px;
  top: -20px;
}

#toplinks a {
  display: block;
  float: right;
  margin-left: 5px;
  margin-right: 5px;
  color: #676767;
  text-decoration: none;
  font-weight: bold;
}

#toplinks a:hover {
  text-decoration: underline;
}

/*** header ***
we will hide text and replace it with a image
we need to assign a height for it
*/

div#header {
   height: 120px; /* adjust according your image size */
   background: #8ebe46;
   position: relative;
}

div#header h1 a {
/* you can set your own image here */
   background: #8ebe46 url(/uploads/images/template/main_neu/logo.gif) no-repeat;
   display: block; 
   height: 55px;             /* adjust according your image size */
   width: 296px;
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */   
   position: absolute;
   top: 20px;
   left: 50px;
}

div#search {
   float: right;
   width: 27em;     /* enough width for the search input box */
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em;
}

#isearchform {
  float: right;
  margin-top: -7px;
  margin-right: 8px;
}

div.breadcrumbs {
  color: #000000;
  font-size: 7pt;
  background-color: #FFFFFF;
  background-image: url(/uploads/images/template/main_neu/bg_bar.gif);  
  height: 25px;
  padding-top: 10px;
  padding-left: 8px;
  margin: 1px 1px 16px 1px;
}

.breadcrumbs a {
  color: #000000;
  text-decoration: none;
  background: transparent;
}

.breadcrumbs a:hover {
  color: #8ebe46;
  text-decoration: underline;
}

div#content {
   margin: 0 auto 2em 0; /* some air above and under menu and content */
}

div#main {
   margin-left: 250px; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */

line-height: 1.3em;
/*letter-spacing: 1px;*/
text-align: left;
padding-left: 0px;
padding-right: 18px;

}


div#sidebar {
   float: left;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: 213px;    /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */
   margin-left: 18px;
}

/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent {
   width: 213px;  /* make width smaller if there's padding, or it will get too wide for the floated divs in IE */
}

div#footer {
   clear:both;       /* keep footer below content and menu */
   padding-top: 10px;
   margin-top: 10px;
   border-top: 1px solid #91c33c;
   font-size: 8pt;
   color: #A0A0A0;
   text-align: center;
}

div#footer p {
   font-size: 8pt;
   text-align: center; /* centered text */
   margin:0;
}

div#footer p a {
   color: #a0a0a0; /* needed becouse footer link would be same color as background otherwise */
}

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

/* 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,  .mceContentBody h1{
   font-size: 1.5em;
  color: #52950e;
  margin-bottom: 0.5em;
  font-weight: normal;
  line-height: 1.3em;
}
div#content h2, .mceContentBody h2 {
  font-size: 1.5em;
  color: #52950e;
  margin-bottom: 0.5em;
  font-weight: normal;
  line-height: 1.3em;
}
div#content h3 {
   font-size: 1.2em;
   color: #52950e;
   letter-spacing: 2px;
   margin-bottom: 0.5em;
   font-weight: bold;
}
h4 {
   color: #000000; 
   font-size: 10pt;
   font-weight: bold;
   margin-right: 10px;
   margin-bottom: 1em;
}
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.2em;
   padding: 0;
}
blockquote {
   background-color: #f0f0f0;
   padding: 5px; 
   margin-right: 0px; 
   padding-left: 10px; 
   border-left: 8px solid #91c33c; 
   margin-left: 40px;
}
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;
}
/* END LISTS */

#m_searching {
  border: none;
  width: 186px;
  height: 18px;
  background: url(/uploads/images/template/main_neu/bg_search.gif);
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 5px;
  font-family: Verdana, sans-serif;
  font-size: 10px;
  color: #676767;
}

#m_search_submit {
  border: none;
  background: transparent url(/uploads/images/template/main_neu/searchsubmit.png);
  background-repeat: no-repeat;
  background-position: center center;
  height: 23px;
  width: 23px;
  color: transparent;
  position: relative;
  top: 2px;
}

#sidebar a {
  color: #575757;
}

#sidebar ul {
  padding-left: 0;
  list-style-type: square;
  color: #575757;
}

#sidebar ul ul {
  padding-left: 1em;
  margin-top: 5px;
  margin-bottom: 5px;
  list-style-type: circle;
}

#sidebar li {
  list-style-type: none;
  padding-top: 2px;
  padding-bottom: 2px;  
}

#sidebar li li {
  list-style-type: square;
}

#sidebar li a {
  display: block;
  border-bottom: 2px solid #f9bc47;
  text-decoration: none;
  padding-bottom: 3px;
  background: #FFFFFF url(/uploads/images/template/main_neu/nav_orange.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-left: 10px;
  font-size: 11px;
  margin-bottom: 8px;
}

#sidebar li a:hover {
  color: #52950e;
}

#sidebar li a.currentpage {
  font-weight: bold;
  display: block;
  border-bottom: 2px solid #52950e;
  text-decoration: none;
  padding-bottom: 3px;
  background: #FFFFFF url(/uploads/images/template/main_neu/nav_orange_act.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-left: 10px;
  font-size: 11px;
  margin-bottom: 8px;
}

#sidebar li ul {

}

#sidebar li li a, #sidebar li li a.currentpage {
  background: none;
  border: none;
  padding-left: 0px;
  margin-bottom: 0px;
}

.recommend textarea {
  border: 1px solid #C0C0C0;
  width: 210px;
  height: 80px;
}

a.tagcloudlink {
  line-height: 1.3em;
  text-decoration: none;
}

#main a.tagcloudlink {
  color: #000000 !important;
}

#main a.tagcloudlink:hover {
  color: #91c33c !important;
}

.recommend label {
  display: block;
  float: left;
  width: 70px;
}

.recommend input {
  border: 1px solid #C0C0C0;
  width: 210px;
  margin-bottom: 2px;
}

.recommend .fbsubmit {
  margin-left: 0px;
  width: 210px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#related {
  background-color: #f0f0f0;
  padding-bottom: 5px;
  font-size: 8pt;
  -moz-border-radius: 5px;
}

#related h4 {
  margin-left: 5px;
  margin-right: 5px;
  font-weight: normal;
}

#predigten th, #predigten td {
  font-size: 0.8em;
  border-bottom: 1px solid #C0C0C0;
}

#predigten th {
  vertical-align: bottom;
}

#predigten td {
  vertical-align: top;
}

.printonly {
  display: none;
}

/* IE 6 */

* html #pagewrapper {
  width: 960px;
}

* html #top {
  width: 960px;
}

* html #bottom {
  width: 960px;
}

* html #toplinks {
  margin-top: -30px;
}


/* End of 'Layout: Main neu' */

