/* Start of CMSMS style sheet 'Pour Luise : Main' */
* {
  margin:0;
  padding:0;
}

body {
   text-align: left;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12pt;
}

div {
   font-size: 12pt;
}

img {
   border: 0;
}

a,
a:link 
a:active {
   text-decoration: none;
   background-color: inherit; 
  /* color: #cc6714;  */
/*   color: #f3f3f3;*/
color:#89817f;
}

a:visited {
   text-decoration: none;
   background-color: inherit;
   color: #ff0000;
}

a:hover {
   text-decoration: none;
   background-color: #f3f3f3;
   color: #ff0000;
}

body {
   background-color: #fff;
   color: #666666;
   margin:1em;
}

/* center wrapper, min max width */
div#pagewrapper {
  margin: 0 auto;
   max-width: 920px;
   min-width: 920px;
  max-height: 620px;
  min-height: 620px;
   background-color: #fff;
}
div#kopf {
float: left;
margin-top: 15px;
padding-right: 15px;
}

div#header {   
/*   width: 655px;*/
   /*font-size: 24px;*/
/*   margin-bottom: 28px;*/
   padding-top: 30px;
/*   padding-left: 10px;*/
/*   padding-bottom: 28px;*/
}

div#header h1 {
   font-size: 18pt;
   color: #000000;
   line-height:1em;
   margin:0;
   text-align:left;
   font-family: Arial;
   letter-spacing: 0px;
}

div#slogan {
   padding-left: 5px;
   font-size: 16px;
   color: #89817f;
   font-family: Arial, Helvetica, sans-serif;
   letter-spacing: 0px;
}
div#alles {
width: 920px
}

div#headerbalken {
float: left;
  /*width: 645px;*/
/*  height: 20px;*/
  padding-top: 24px;
  padding-bottom: 30px;
}

div#content {
/*position: absolute; top: 190px;*/
   float: left;
   color: #666666;
   width: 405px; /* minus 6px due to ie6 */
   height: 415px;
   overflow: auto; 
   border: none;
   padding-left: 30px;
   padding-right: 20px;
   /*margin-left: 210px;*/
text-align:left;/*justify*/
}
div#right_img {

 width: 320px; height:460px;
    float: right;
 padding-top: 24px;
   padding-bottom: 16px;
  /* text-align: center;*/
}


div#leftsidebar {
   float: left;
   width: 145px;
   height:415px;
   display: inline;  /* FIX IE double margin bug */
   /* margin-left: 0; */
}

div#footer {
   float: left;
   height: 64px;
   width: 920px;
/*   clear: both;*/
   background-color: #eeeeee;
   color: #89817f;
}

div#footer p {
 /*  font-size: 12pt;*/
/*   padding: 1em;*/
  /* text-align: justify;*/
/*   margin: 0;*/
}

div#footer p a {
   color: #89817f;
   border-bottom:1px;/* dotted #564931;*/
   text-decoration: none;
}

div#footer p a:hover {
   color: #89817f;
   background-color: #89817f;
   text-decoration: none;
}

div#footertext{
padding-left: 18px;
padding-top: 10px;
line-height: 18px;
}

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

h1 {
   color: #666666; 
   font-size: 15px; 
   text-align: left; 
   line-height: 1.5em;
   margin: 0 0 0.5em 0;
}

h2 {
   color: #666666; 
   font-size: 10px; 
   text-align: left; 
   line-height: 1.5em;
   margin: 0 0 0.5em 0;
}

h3 {
   color: #ee0000; 
   font-size: 22px;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}

h4 {
   color: #666666; 
   font-size: 12px;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}

h5 {
   color: #666666; 
   font-size: 11px;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   /*font-size: 1em;*/
   margin: 0 0 0em 0; /* some air around p elements */
   line-height: 1.6em;
   padding: 0;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
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%;


}

/* Separating the divs on the template explanation page, with some bottom-border */
div.templatecode {
  margin: 0 0 2.5em;
}

/* END TEXT */

/* LISTS */
/* lists in content need some margins to look nice */
div#content ul,
div#content ol,
div#content dl {
   font-size: 11px;
   line-height: 1.6em;
   margin: 0 0 1.5em 0em;
}

div#content ul li,
div#content ol li {
  margin: 0 0 0.25em 3em;
}

/* definition lists topics on bold */
div#content dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#content dl dd {
   margin: 0 0 1em 1em;
}

div#content dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}


/* END LISTS */
/* End of 'Pour Luise : Main' */

