@import url("tiny.css");


body {
    background-color: #EAF2FF;
    font-family: verdana;
    font-size: 75%;
    line-height: 140%;
    margin: 0;
}
.menu {
    display: block;
    font-family: verdana;
    font-size: 100%;
    left: 22px;
    position: absolute;
    top: 127px;
    width: 766px;
}
* html .menu {
    width: 770px;
}
.menu ul {
    background-color: transparent;
    text-align: center;
    white-space: nowrap;
}
.menu li {
    display: inline;
    float: left;
    left: -42px;
    position: relative;
    text-align: left;
    top: -12px;
}
.menu ul ul li {
    display:  block;
    width:  100%;
}
.menu li a {
    border-left: 2px solid #FFFFFF;
    display: block;
    list-style-type: none;
    padding: 5px 5px 7px;
    position: relative;
    text-align: left;
    text-decoration: none;
    top: 0;
}
.menu li ul {
    display: none;
    padding: 20px 0 0 40px;
    position: absolute;
}
.menu li:hover > ul {
    /*background-color: #EAF2FF;*/
    /*border-left: 2px solid #FFFFFF;*/
    display: inline;
    left: 2px;
    position: absolute;
    top: 28px;
}
#content {
    background-color: #FFFFFF;
    font-family: verdana;
    margin-left: 20px;
    margin-top: 28px;
    padding: 20px;
    width: 730px;
}
#content h1.line {
    border-bottom: 1px solid #808080;
    color: #64627C;
    font-family: Verdana;
    font-size: 1.5em;
}
#content h2.line, h3.line, h4.line, h5.line, h6.line {
    background-color: #CCCCCC;
    border-bottom: 5px solid #808080;
    color: #64627C;
    font-family: Verdana;
    font-size: 1.5em;
}
#content h1.right {
    border-bottom: 1px solid #808080;
    font-family: verdana;
    font-weight: 100;
    letter-spacing: 8px;
    text-align: right;
}
#content h2.right, h3.right, h4.right, h5.right, h6.right {
    background-color: #CCCCCC;
    border-bottom: 5px solid #808080;
    font-family: verdana;
    font-weight: 200;
    letter-spacing: 8px;
    text-align: right;
}
#content h1.center {
    border-bottom: 1px solid #808080;
    font-family: verdana;
    font-weight: 100;
    letter-spacing: 8px;
    text-align: center;
}
#content h2.center, h3.center, h4.center, h5.center, h6.center {
    background-color: #CCCCCC;
    border-bottom: 5px solid #808080;
    font-family: verdana;
    font-weight: 200;
    letter-spacing: 8px;
    text-align: center;
}
hr {
    background-color: #000000;
    border: medium none;
    color: #000000;
    height: 1px;
}
blockquote {
    background-color: #C3D9FF;
    border-left: 0 solid #7799BB;
    border-right: 0 solid #7799BB;
    border-top: 0 solid #7799BB;
    margin-left: 0;
    padding-left: 0;
    text-align: center;
}
img {
    border: 0 none;
}
.imgleft {
    clear: both;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-top: 10px;
}
.imgcenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.imgright {
    clear: both;
    float: right;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-top: 10px;
}
a:visited, a:link {
    color: #64627C;
    text-decoration: none;
}
a:hover {
    color: #B60900;
}
a:active {
    color: #0000FF;
}
#footer {
    margin-left: 0;
    margin-right: auto;
    text-align: center;
    width: 770px;
}
farben der einzelnen ebenen werden vererbt .menu a {
    background-color: #FFFF00;
    color: #000000;
}
.menu ul a {
    background-color: #EAF2FF;
    white-space: nowrap;
}
.menu ul ul a {
    background-color: #EAF2FF;
    white-space: nowrap;
}

/* rounded Corners für letztes Menü-Element Start */
.menu ul ul .last a {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
/* rounded Corners Ende */

.menu ul ul ul a {
    background-color: #EAF2FF;
}


/* Custom Styles für TinyMCE */
/* Übernahme der Formatierungen aus tiny.css */    



/* Ende */

