/*
============================
MysticTreesDark CSS Styles
============================
Ispired by: http://localhost

last modified: 2010-09-12
----------------------------

Name: MysticTreesDark
Author: Laborix
website: http://www.aadmm.de
Version: 0.2
Module: style.css
*/

* {
	margin: 0;
	padding: 0;
}

html, body {
  height: 100%;
}

body {
  font-family: "Bitstream Vera Sans", "Trebuchet MS", Tahoma, Georgia, Verdana, Arial, sans-serif, Helvetica, "Comic Sans MS";
  font-size: 86%;
  line-height: 1.4em;
  color: #333;
  background: #336633 url(../grafiken/bg.jpg);
}

* html body {
  height: 100%;
}

/* base.css, part of YUI's CSS Foundation 
   http://developer.yahoo.com/yui/base/ */

h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight: bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left: 2em;
}

ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table {
	/*so things don't run into each other*/
	margin-bottom:1em;
}

/* end of YUI's CSS Foundation */

#page {
  margin: 0 auto;
  padding: 0;
  width: 86%;
  color: #333;
  background-color: #e7f3e4;
  border-left: 12px solid #3c3f14;
  border-right: 12px solid #3c3f14;
  min-height: 100%;
  min-width: 640px;
  max-width: 68em;
  position: relative;
}

#header {
  height: 233px;
  color: #e0ecdd;
  background-color: #336633;
  background: #336633 url(../grafiken/header.jpg) no-repeat top left;
}

#accessibility {
  position: absolute;
  top: 0;
  right: 0.5em;
  font-size: 80%;
  height: 50px;
}

#accessibility li {
  display: inline;
  border-left: 1px solid #a3b285;
  padding-left: 0.5em;
  padding-right: 0.25em;
}

#accessibility li:first-child {
  border: none;
}
/* IE <= 6: erste vert. Linie per neg. margin verstecken */

#accessibility strong {
  font-weight: normal;
}

#accessibility a {
  color: #a3b285;
  background-color: transparent;
  text-decoration: none;
}

#accessibility a:hover {
  color: #ffffcc;
  background-color: transparent;
  border-bottom: 0.1em solid #ffffcc;
}

#header h1 {
  margin: 0;
  padding: 75px 0 0 25px;
  font-size: 2em;
  text-align: left;
}

#header h1 a {
  color: #efefdd;
  background-color: transparent;
  text-decoration: none; 
}

#header h1 a:hover {
  border-bottom: 0.1em solid #e0ecdd;
}

#pagecontent {
  width: 100%;
  padding-bottom: 64px;   /* 4 x 16px, theoretisch 4 Zeilen */
}

#pagecontent:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#pagecontent hr {

}

#content {
  float: left;
  width: 64%;
  padding: 0.5em 1em 0.5em 1em;
  color: #445044;
  background-color: transparent;
  /* border: 1px solid yellow; */
}

#content h1, h2 {
  color: #445044;
  background-color: transparent;
}

#content a {
  color: #445044;
  background-color: transparent;
  text-decoration: none;
  border-bottom: 0.1em dotted #445044;
}

#content a:hover {
  text-decoration: none;
  border-bottom: 0.1em solid #445044;
}

#content form {
  margin: 0;
  padding: 0.2em;
  border: 1px solid gray;
}

/* bugfix kontakt form mit table :( */
#content textarea { 
  width: 100%;
}

#contact_table td {
  border: 0;
}

/* end of bugfix kontakt form */

#sidebar {
  float: right;
  width: 30%;
  font-size: 90%;
  margin-bottom: 2em;
  padding: 0.5em;
	overflow: auto;   /* bei 86% Bildbreite wird es eng! */
}

#sidebar h3 {
  padding: 0 0 5px 12px;
  color: #8e7147;
  background-color: transparent;
  text-align: left;
  background: transparent url('../grafiken/widgetheader.png') no-repeat left bottom;
}

.searchform fieldset {
  border: 0;
}

#sidebar a {
  color: #428276;
  background-color: transparent;
  border-bottom: 0.1em dotted #428276; 
  text-decoration: none;
}

#sidebar a:hover {
  border-bottom: 0.1em solid #428276;
}

#sidebar form {
  margin-left: 1em;
}

#sidebar ul {
  margin-left: 2em;
}

.mainmenu {
  margin: 0 0 0 1.2em;
  list-style-image: url(../grafiken/folder.png);
}

.detailmenu {
  list-style-image: url(../grafiken/folder.png);
}

.clear {
  clear: both;
}

.nonvisible {
  position: absolute;
  top: -3000px;
  left: -3000px
}

.totopcontent {
  font-size: 80%;
  height: 30px;
  text-align: right;
  margin: 2em 0 0;
}

.totopcontent a {
  font-weight: normal;
  color: #445044;
  background-color: transparent;
  text-decoration: none; 
  border-bottom: 0.1em dotted #ddd;
}

.totopcontent a:hover {
  border-bottom: 0.1em solid #ddd;
}

.totopsidebar {
  position: absolute;
  top: -3000px;
  left: -3000px
}

#footer {
  clear: both;
  width: 100%;
  /* border: 1px solid red; */
  position: absolute;
  bottom: 0;
  left: 0;
  color: #333;
  background-color: transparent;
  height: 64px;   /* 4 x 16px, theoretisch 4 Zeilen */
}

#footercontent {
  clear: both;
  font-size: 80%;
  line-height: 2.5em;
  text-align: center;
  color: #428276;
  background-color: transparent;
  padding: 0.5em;
  border-top: 2px ridge #336633;
}

#footercontent strong {
  font-weight: normal;
}

#footercontent ul {
  float: left;
  margin: 0 auto;
  padding-top: 0.1em;
  padding-right: 0;
  padding-bottom: 0.5em;
  padding-left: 0;
  width: 100%;
  list-style-type: none;
}

#footercontent li {
  display: inline;
  border-left: 1px solid #a3b285;
  padding-left: 0.5em;
  padding-right: 0.25em;
}

#footercontent li:first-child {
  border: none;
}
/* IE <= 6: erste vert. Linie per neg. margin verstecken */

#footercontent strong {
  font-weight: normal;
}

#footercontent a {
  color: #428276;
  background-color: transparent;
  padding-left: 0.4em;
  padding-right: 0.4em;
  text-decoration: none;
  border-bottom: 0.1em dotted #428276;
}

#footercontent a:hover {
  border-bottom: 0.1em solid #428276;
}

.nonvisible {
  position: absolute;
  top: -3000px;
  left: -3000px
}

/* self made things like blockquote and code */

blockquote {
	width: 90%;
	color: #666;
	background-color: transparent;
	margin: 1em 1em;
	padding: 0 10px;
	border-left: 5px solid #ecb620;
}

pre { /* code element not used, only pre */
  clear: both;
	font-family: "courier new", courier, monospace;
	font-size: 90%;
	background-color: #ddd;
	overflow: auto;
	width: 90%;
	margin: 1em 1em;
	padding: 5px 10px;
  min-height: 1em; /* ignored in IE<7 */
  height: auto !important; /* everybody else */
  height: 1%;   /* IE6 */ 
  border: 1px dashed #aaa;  	
}

/* end of self made things like blockquote and code */

/* moziloCMS 1.12 beta Standard CSS */

/* -------------------------------------------------------- */
/* Fehler in Tag-Attribut oder -Wert */
/* --------------------------------- */
.deadlink {
    color:#ff4444;
    text-decoration:line-through;
    font-weight:bold;
}

/* -------------------------------------------------------- */
/* Suche => Lupe Grafik */
/* ----------------------- */
.searchbutton {
  padding-left: 0.3em;
  vertical-align: sub;
}

/* -------------------------------------------------------- */
/* Suchwort-Hervorhebungen */
/* ----------------------- */
.highlight {
    padding: 0px 1px;
    font-size: inherit;
    background-color: #ecb620;
    color: #333;
    font-size: inherit;
}

/* -------------------------------------------------------- */
/* [bild|...] */
/* ---------- */
img {
    border: none;
}

span.imagesubtitle {
    /* margin: 16px 0 0 0;  unnützt? umsonst? 2x span? 
    text-align: justify; */
    font-size: 0.8em;
    line-height: 1.4em;
    font-style: italic;
    color: #8e7147;
    background-color: transparent;
}

span.contentimage {
  /* eh? ... */
}


/* -------------------------------------------------------- */
/* [bildlinks|...] */
/* --------------- */
span.leftcontentimage {
    margin: 6px 20px 6px 20px;
    max-width: 200px;
    float: left;
    margin-left: 0px;
}

img.leftcontentimage {
    max-width: 200px;
}


/* -------------------------------------------------------- */
/* [bildrechts|...] */
/* ---------------- */
span.rightcontentimage {
    margin: 6px 20px 6px 20px;
    max-width: 200px;
    float: right;
    margin-right: 0px;
}
img.rightcontentimage {
    max-width: 200px;
}

/* -------------------------------------------------------- */
/* [tabelle|...] */
/* ------------- */
table.contenttable {
    margin: 0px auto;
    border: 1px solid #8e7147;
    border-collapse: collapse;
    width: 100%;
}

th.contenttable {
    vertical-align: top;
    padding: 2px 5px;
    color: #333;
    background-color: #bbb;
    border: 1px solid #8e7147;
}

td.contenttable1 {
    vertical-align: top;
    border: 1px solid;
    padding: 2px 5px;
    color: #333;
    background-color: #ded;
}

td.contenttable2 {
    vertical-align: top;
    border: 1px solid;
    padding: 2px 5px;
    color: #333;
    background-color: #ded;
}

/* -------------------------------------------------------- */
/* [gallerytabelle|...] */
/* ------------- */

.gallerytable {
  border: 1px solid transparent;
}

.gallerytable td {
  vertical-align: top;
  border: 1px solid transparent;
}

/* -------------------------------------------------------- */
/* [zentriert|...] */
/* --------------- */
.aligncenter {
    text-align: center;
}

/* -------------------------------------------------------- */
/* [links|...] */
/* ----------- */
.alignleft {
    text-align: left;
}

/* -------------------------------------------------------- */
/* [rechts|...] */
/* ------------ */
.alignright {
    text-align: right;
}

/* -------------------------------------------------------- */
/* [block|...] */
/* ----------- */
.alignjustify {
    text-align: justify;
}

/* -------------------------------------------------------- */
/* {TABLEOFCONTENTS} */
/* ----------------- */
div.tableofcontents ul ul {

}

div.tableofcontents li.blind {
    list-style-type: none;
    list-style-image: none;
}

/* -------------------------------------------------------- */
/* sitemap */
/* ----------------- */

.sitemap {
  margin-left: 2em;
}

.sitemap ul li {
  list-style-type: circle;
}

/* end of moziloCMS 1.12 beta Standard CSS */

/* -------------------------------------------------------- */
/* IE fixes, unsupported ;) */

* html #page {
  height: 100%;
}

* html #footer {
  height: 1px;
}

#pagecontent {
  height: 1%
}

* html #pagecontent { /* for IE5+6 */
	height: 1%; 
}

*:first-child+html #pagecontent { /* for IE7 */
	min-height: 1px; 
} 

fieldset#searchfieldset {
   border:none;
   margin:0px;
   padding:0px;
}