* {
    border: 0px;
    padding: 0px;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
}

body {
    background-color: #fffce4;
    font-size: 12px;
    padding: 10px;
}

.clear {
    clear: both;
}

#page {
    margin: 0px auto;
    width: 960px;
}

#left {
    width: 384px;
    float: left;
}

#logo {
    position: relative;
    left: 10px;
    margin-bottom: 30px;
    width: 302px;
}

/* Menubaum */
ul.menu0, ul.menu1, ul.menu2 {
    list-style-type: none;
    text-align: left;
}

li.menu0, li.menu1, li.menu2 {
    padding-bottom: 5px;
}

/* Menuebene 1 ##########*/
ul.menu0 li.menu0 a {
    display: block;
    font-size: 16px;
    text-decoration: none;
    color: #2A5631;
    padding-left: 40px;
    background: url(../img/ileaf.gif) no-repeat;
}

ul.menu0 li.menu0 a:hover {
    text-decoration: underline;
}

ul.menu0 li.menu0 a.active0 {
    background: url(../img/aleaf.gif) no-repeat;
    color: #2A5631;
}

/* Menuebene 1 Ende ##########*/

/* Menuebene 2 ###########*/
ul.menu0 li.menu0 ul.menu1 li.menu1 a {
    text-decoration: none;
    display: block;
    width: 120px;
    padding: 5px;
    margin-left: 40px;
    background-image: none;
    font-size: 12px;
}

ul.menu0 ul.menu1 li.menu1 a:hover {  
    text-decoration: underline;
}

ul.menu1 li.active1 a {
    padding: 5px;
    text-decoration: none;
    color: #2A5631;
}

ul.menu1 li.menu1 a:hover {
    text-decoration: underline;
}

ul.menu1 li.menu1 a.active1 {
    color: #FFFCE4;
    font-family: Arial, Verdana, sans-serif;
    font-size: 10px;
    padding: 3px;
    margin: 0px;
    text-decoration: none;
    background: #2A5631;
}

/* Menuebene 2 Ende ##########*/

#lcontent {
    float: left;
    width: 180px;
    margin-left: 30px;
    margin-top: 3px;

    padding: 3px;
    
}

#content {
    margin-left: -7px;
}

#content ul li {
	color: #555;
	margin-left: 15px;
}
#submenu {
    position: relative;
    margin-left: -10px;
    float: left;
    width: 160px;
}

#footer {
    float: left;
    width: 180px;
}

#impressum {
    position: relative;
    bottom: 10px;
    color: #2A5631;
}

#right {
    width: 567px;
    float: left;
    padding-left: 5px;
}

#flash-head {
    position: relative;
    left: -7px;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 10px;
    height: 325px;
}

#menu {
    margin-left: 100px;
    height: 29px;
    width: 325px;
    display: inline;
    list-style-type: none;
}

#menu .middle, #menu .first, #menu .last {
    text-decoration: none;
    font-size: 14px;
    float: left;
    height: 17px;
    text-align: center;
    padding: 6px 10px;
}

#menu .middle a, #menu .first a, #menu .last a {
    text-decoration: none;
    color: #FFFCE4;
}

#menu .middle {
    background: url(../img/mitte.gif) no-repeat;
    margin-left: -8px;
    width: 97px;
}



#menu .first {
    background: url(../img/links.gif) no-repeat;
    width: 97px;
}

#menu .last {
    background: url(../img/rechts2.gif) no-repeat;
    margin-left: -8px;
    width: 100px;
}

#menu .middleact {
    background: url(../img/mitteact.gif) no-repeat;
}

#menu .firstact {
    background: url(../img/linksact.gif) no-repeat;
}

#menu .lastact {
    background: url(../img/rechts2act.gif) no-repeat;
}

/* IE FIX */
* html #menu { margin-left: -5px; width: 560px;}
* html #menu .first { width: 117px; }
* html #menu .middle { margin-left: -8px; margin-right: 0px; width: 117px;}
* html #menu .last { width: 120px; } 
/* IE FIX ENDE */

a.active {
    color: #f0f;
}

.csc-frame-indent {
    margin-top: 10px;
}

h1 {
    color: #2A5631;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 5px;
}

h2 {
    font-size: 14px;
    font-weight: bold;
    padding-top: 0px;
    color: #444;
}

h3 {
    
}

p {
    width: 557px;
    padding-top: 5px;
    padding-bottom: 10px;
    color: #555;
    line-height: 1.5em;
}

ul.csc-bulletlist-1 {
    width: 400px;
    margin-left: 100px;

}

ul.csc-bulletlist-1 li {
    padding-top: 15px;
        color: #444;
    padding-top: 20px;
}

ul.csc-bulletlist-2 {
    width: 100%;
    list-style-type: none;
    list-style-position: inside;
        color: #444;
}

ul.csc-bulletlist-2 li {
    padding-top: 20px;
}

ul.csc-bulletlist-2 li b {
    color: #2A5631;
    text-decoration: underline;
}

.csc-textpic-intext-left ol, .csc-textpic-intext-left ul, ul li {
	padding-bottom: 12px;
}

.csc-default {
    padding: 5px;
}

.csc-textpic-intext-left-nowrap p.bodytext {
    width: 440px;
}

.csc-frame-frame1 p.bodytext {
    float: left;
	width: 200px;
}

.csc-frame-rulerAfter {
    border-bottom: 2px solid #aaa;
    padding-bottom: 10px;
    margin-top: 10px;
}

