/* Start of CMSMS style sheet 'home' */
* {
margin:0;
padding:0;
}

/*
übergreifende styles festlegen
*/
body {
   text-align: left;
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 75.01%;
   line-height: 1em;
}

div {
   font-size: 1em;
}

/*rahmen um bilder vermeiden*/
img {
   border: 0;
}

/*link styles*/
a:link 
a:active {
   text-decoration:none;
   background-color: inherit; 
   color: #3c4706; 
}

a:visited {
  text-decoration: none;
   background-color: inherit;
  color: #3c4706;              
}

a:hover {
   text-decoration: none;
   background-color: #e5e7b8;
   color: #d0c30f;
}

/*****************
grundlayout 
*****************/
body {
   background-color: #dbddab;
   color: #3c4706
   margin:1em;    /* gives some air for the pagewrapper */
}

/* zemtrierter wrapper, min max width */
div#pagewrapper {
   border: 1px solid black;
   margin: 0 auto;       /* this centers wrapper */
   max-width: 850px;   /* IE wont understand these, so we will use javascript magick */
   min-width: 850px;
   background: url(images/cms/bg6.jpg) no-repeat 0 80px;
   background-color:#fffcd7;
   color:#3c4706;
}

/*** header ***/
div#header {
   height: 80px;    /* festlegen der bildgröße */ 
  background: url(images/cms/header2.jpg) ;        
}

div#header h1 a {
/* you can set your own image here */
   background: url(images/cms/header2.jpg); 
   display: block;
   height: 80px;             /* festlegen der bildgröße */
   text-indent: -999em;  /* verbrigt den text */
   text-decoration:none; /* um ein alten firefoxversion das unterstreichen der links zu verhindern */
}


div.breadcrumbs {
   padding: 1em 0 1.2em 0; 
   font-size: 90%;        /* relativ gestetzte fontgrößen ermöglichen eine skalierung */
   margin: 0 300px;       
   color:#3c4706;
}

 div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 } 

 div#content {
   margin: 170px auto 1.2em 0;   /*für abstände zwischen menü und inhalt *//*1.5em*/
   min-height:360px;
}



div#main  {
   margin-left: 26%; /*platz für die linke seite *//*29%*/
   margin-right: 2%; /* platz auf der rechten seite */
 }

div#sidebar {
   float: left;        
   width: 22%;    
   display: inline;  /* FIX IE bug */
   margin-left: 0;
}

div#footer {
   
   clear: both;       /* sorgt dafür das der footer unter dem content bleibt */
   color: #3c4706;
  background-color:#fffcd7;
}

div#footer p {
   font-size: 0.8em;
   padding:1.5em;   /* platz für den footer */
   text-align: center;  /* text zentriert */
   margin: 0;
}

div#footer p a {
   color: #3c4706; /* farbe des links im footer */
}



/********************
CONTENT STYLING
*********************/
div#content {

}

/* Übreschriften */
div#content h1 {
   font-size: 2em; /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
	color: #3c4706; 
	font-size: 18px; 
	text-align: left; 
/* platz um den text */
	padding-bottom: 1px;
        line-height: 1.5em;
        margin: 0 0 0.5em 0;
}
div#content h3 {
   color: #3c4706; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #3c4706; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   color: #3c4706; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   color: #3c4706; 
   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; 
   line-height: 1.4em;
   padding: 0;
}

blockquote {
   border-left: 10px solid #d0c30f;
   margin-left: 10px;
}
strong, b {
   font-weight: bold;
}
em, i {
   font-style:italic;
}

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;  
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;


}

div.templatecode {
  margin: 0 0 2.5em;
}

/* END TEXT */

/* Listenelemente */
/* lists in content need some margins to look nice */
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#main dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#main dl dd {
   margin: 0 0 1em 1em;
}

div#main dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}


/* END LISTS */
/* End of 'home' */

