/* Start of CMSMS style sheet 'cssContent' */
/*****************
Common part
*****************/
* {
margin:0;
padding:0;
}

body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 1em;
   background-color: #cccccc;
   margin:1em;    /* gives some air for the pagewrapper */
}


a,
a:link 
a:active {
   text-decoration: underline;
   background-color: inherit; 
   color: #993333; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
   color: #993333;          
}

a:hover {
   text-decoration: none;
   background-color: #FFCC66;
   color: #993333;
}

div#pagewrapper {
   border: 1px solid black;
   margin: 0 auto;      
   width: 750px;   
   background-color: #faeede;
   color: black;
}


h1 {
   color: #993333; 
   background-color: #FF9933;
   text-align: right;
   font-size: 24px;
   font-weight: normal;
   padding-top: 10px;
   padding-right: 10px;
   padding-bottom: 20px;
   margin-left: 140px;
   margin-top: 10px;
   margin-right: 10px;
}

h2 {
   color: #993333; 
   background-color: #FFCC66;
   text-align: right;
   font-size: 11px;
   line-height: 15px;
   padding-right: 10px;
   margin-left: 140px;
   margin-top: 0px;
   margin-right: 10px;
}

h3 {
   color: #FF9933; 
   background-color: #FF9933;
   text-align: right;
   font-size: 24px;
   font-weight: normal;
   padding-top: 0px;
   padding-right: 10px;
   padding-bottom: 30px;
   margin-left: 0px;
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 50px;
}

/********************
CONTENT STYLING
*********************/
div#text_oben {
   margin: 20px;
   margin-left: 150px;
   margin-bottom: 20px;
}

div#text_oben p {
   margin-left: 50px;
   margin-right: 0px;
   margin-bottom: 10px;
   color: #993333; 
   font-size: 12px;
   line-height: 14px;
   text-align: right;
   padding: 0px;
   background-color: #faeede;
   font-weight: normal;
}

div#bild_gross {
   margin-left: 327px;
   margin-top: 0px;
   margin-right: 20px;
   margin-bottom: 0px;
}

div#bild_klein {
   margin-left: 158px;
   margin-top: -230px;
   margin-right: 0px;
   margin-bottom: 0px;
}

div#text_unten {
   color: #993333; 
   background-color: #FF9933;
   width: 400px;
   font-size: 12px;
   font-weight: normal;
   line-height: 14px;
   padding-top: 5px;
   padding-right: 2px;
   padding-left: 5px;
   padding-bottom: 5px;
   margin-top: 74px;
   margin-left: 162px;
   margin-right: 0px;
   margin-bottom: 0px;
}


/*****************
sidebar - menu range
*****************/
div#sidebar {
   float: left;        /* set sidebar on the left side. Change to right to float it right instead. */
   width: 120px;     /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX IE double margin bug */
   margin: 10px;
}

/*****************
footer 
*****************/
div#footer {
   clear: both;       /* keep footer below content and menu */
   color: #fff;
   background-color: #7e263a; /* same bg color as in header */
   margin: 10px;
   margin-top: 0px;
}

div#footer p {
   font-size: 0.8em;
   padding: 5px;       /* some air for footer */
   text-align: center;  /* centered text */
   margin: 0;
   color: #fff; 
}

div#footer a {
   color: #FFFFFF; 
   text-decoration: underline;
}

div#footer a:hover {
   text-decoration: none;
   background-color: #fdee87;
   color: #7e263a;
}

/********************
menu - First Level
*********************/
#menu {
   padding-left: 0;
   margin-left: 0;
}

div#menu {
   color: #993333;
   background-color: #FF9933; 
   line-height: 1.4em;
}

#menu li {
   list-style: none;
   display: block;
   font-weight: bold;
   border-top: 3px solid #faeede;
}

/** fix stupid ie bug with display:block; **/
* html #menu li a { height: 1%; } 
* html #menu li hr { height: 1%; }
/** end fix **/

div#menu a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   min-height:1em; /* Fixes IE7 whitespace bug */ 
   padding-left: 3px;
   color: #993333; /* this will be link color for all levels */
}

div#menu a:hover {
   background-color: #FFCC66;
   color: #993333;
}

/********************
menu - Second Level
*********************/

div#menu ul ul {
   background-color: #FFCC66;
   color: #993333;
}

div#menu ul ul a {
   text-align: right;
   color: #993333;
   padding-right: 5px;
}

div#menu ul ul a:hover {
   background-color: #FF9933;
   color: #993333;
}

/********************
menu - Third Level
*********************/

div#menu ul ul ul{
   background-color: #faeede;
   color: #faeede;
   font-size: 10px;
   line-height: 10px;
}

div#menu ul ul ul a {
   text-align: right;
   color: #faeede;
   padding-right: 5px;
}

div#menu ul ul ul a:hover {
   background-color: #faeede;
   color: #faeede;
}

/* End of 'cssContent' */

