h1 {
    font-size: 32px;
}

h2{
    font-size: 26px;
}

h3 {
    font-size: 21px;
}

p {
    font-size: 16px;
    text-align: justify;
    text-indent:0px;
}

body {
    font-size: 16px;
    font-family: serif;
    margin: 0px;
    background-color: #CCFFCC;
}

a:link,a:hover{
    color:#006600;
}

a:visited{
    color:#003300;
}

a:active{
    color:#009900;
}

/* dreispaltige Seitenaufteilung */

h1#logo-txt {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
    margin: 0px;
    margin-left: 20px;
    margin-top: 5px;
    padding: 0px;
    font-size: 48px;
    font-family: serif;
}
h1#logo-txt a {
    text-decoration:none;
    color:#000000;
}

div#logo-img {
    position: absolute;
    top: 6.1px;
    right: 5px;
    z-index: 3;
}

div#search {
    position: absolute;
    right: 280px;
    top: 12px;
    z-index: 1;
}

div#topmenu {
    position: absolute;
    top: 50px;
    right: 0px;
    z-index: 2;
    width: 100%;
    height: 20px;
    margin: 0px;
    padding: 0px;
    padding-right: 270px;
    text-align: right;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    background-color: #FF33CC;
}

div#topmenu p {
    display:inline;
}


div#topmenu a {
    text-indent:0px;
    margin: 0px;
    padding: 2.5px;
    padding-right: 10px;
    padding-left: 10px;
    white-space: nowrap;
    line-height:20px;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    color: #000000;
    font-family: serif;
}

div#topmenu p.root {
    background-color: #FAE4FA;
}

div#topmenu p.active {
    background-color: #FAE4FA;
}

div#left {
    position:absolute;
    top: 50px;
    left: -30px;
    width: 124px;
    background-color: #FF33CC;
    border: 1px solid #000000;
    -moz-border-radius:10px;
    margin: 0px;
    padding: 0px;
    padding-top: 20px;
    padding-left: 30px;
    padding-bottom: 0px;
    z-index: 1;
}

div#left p {
    text-align: right;
    text-indent:0px;
    margin: 0px;
    padding: 0px;
    padding-right: 10px;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    color: #000000;
    white-space: nowrap;
}


div#left p.root {
    background-color: #FAE4FA;
}

div#left p.active {
    background-color: #FAE4FA;
}

div#left a {
    text-decoration: underline;
    color: #000000;
    font-family: serif;
}

div#left2 {
    position:absolute;
    top: 360px;
    left: 0px;
    width: 124px;
    background-color: #CCFFCC;
    border: 1px solid #FF33CC;
    border-top: 7px solid #FF33CC;
    margin: 0px;
    padding: 0px;
    padding-bottom: 30px;
    z-index: 1;
}

div#left2 h1 {
    border: 0px solid #006600;
    background-color: #FF33CC;
    font-size: 12px;
    padding: 0px;
    padding-left: 2px;
    margin: 0px;
    margin-bottom: 5px;
}

div#left2 p {
    border: 1px solid #006600;
    background-color: #CCCCCC;
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 12px;
}

div#left2 img {
    border: 1px solid #006600;
    margin: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
}

div#header {
    /* Nur als Platzhalter vor Content */
    height: 60px;
    margin: 0px;
    padding: 0px;
    text-align: left;
}

div.content {
    /* All the content boxes belong to the content class. => Mehrere Content Boxen untereinander darstellbar */
	position:relative;     /* Position is declared "relative" to gain control of stacking order (z-index). */
	width: auto;
    min-width: 120px;
    margin: 0px;
	margin-left: 120px;
    margin-right: 120px;
	padding: 20px;
	z-index: 2;            /* This allows the content to overlap the right menu in narrow windows in good browsers. */
}
 
div#right {
    position: absolute;
    top: 144px;
    right: 0px;
    width: 120px;
    padding: 0px;
    margin: 0px;
    z-index: 1;
}







