/** allg. Textformatierung **/

body {
    margin-top: 0px;
    margin-left: 0px;
    font-family: Verdana, Arial, SanSerif;
    font-size: 12px;
    color: #003366;
    background-color: #E7E9EA;
}

h1 {
    font-size: 16px;
    text-align: left;
    z-index: 10;
}

h2 {
    font-size: 14px;
    text-align: left;
    z-index: 10;
    margin-bottom: 8px;
}

a {
    color: #000000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a.unten {
    text-decoration: none;
    padding: 3px;
    padding-left: 6px;
    padding-right: 6px;
    position: relative;
    margin-top: -4px;
}

a.unten:hover {
    background-color: #404040;
    color: #FFFFFF;
}

a.button {
    font-family: Verdana, Arial, SanSerif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    padding: 4px;
    margin-top: -4px;
    color: #000000;
    background-color: #F5974B;
    border-top: 2px solid #F6C8A2;
    border-left: 2px solid #F6C8A2;
    border-right: 2px solid #C96E25;
    border-bottom: 2px solid #C96E25;
}

a.button:hover {
    color: #FFFFFF;
    background-color: #003366;
    border-top: 2px solid #4476A8;
    border-left: 2px solid #4476A8;
    border-right: 2px solid #011830;
    border-bottom: 2px solid #011830;
}

a.button span{
    display:none;
}

a.button:hover span{
    display:block;
    position:fixed;
    color: #000000;
    z-index: 9;
    background-color: #FFFFFF;
    border: solid 2px #003399;
    top:50px;
    left:50px;
    width:550px; 
    height:550px;
}

#loginbutton {
    font-weight: bold;
    text-align: center;
    border-top: solid 1px #fff;
    border-left: solid 1px #fff;
    border-right: solid 1px #000;
    border-bottom: solid 1px #000;
    background-color: #dfdfdf;
    padding: 3px;
    margin-left: 15px;
    width: 200px;
}

#loginbutton:hover {
    text-decoration: none;
    background-color: #003366;
    color: #F5974B;
}

ul.text1 {
    margin-top: 3px;
    margin-bottom: 5px;
    margin-left: 7px;
    padding-left: 10px;
}

ul.text {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 7px;
    padding-left: 10px;
}

li.text {
    list-style-image:url(img/bullit.gif);
    padding-left: -3px;
    margin-top: 0px;
    margin-bottom: 3px;
}

ul.aufz {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 7px;
    padding-left: 10px;
}

li.aufz {
    list-style-image:url(img/bullit.gif);
    font-weight: bold;
    margin-top: 5px;
    padding-left: -3px;
    margin-bottom: 5px;
}

li.erl {
    list-style-type: none;
    margin-top: -4px;
    padding-left: -3px;
    margin-bottom: 5px;
}

ol.zahl {
    margin-top: 0px;
}
li.zahl {
    margin-top: 0px;
    margin-bottom: 5px;
}

span.orange {
    color: #F5974B;
}

hr {
    border: solid 2px #F5974B;
    width: 240px; 
}

textarea {
    font-family: Arial, SanSerif;
    font-size: 13px;
    width:400px;
}
/** Seminare **/
table.seminar {
    width: 600px;
    background-color: #FFFFFF;
}

td.seminarh {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #003366;
    vertical-align: top;
    border-right: solid 1px #E7E9EA;
    border-bottom: solid 2px #F5974B;
    border-top: solid 2px #F5974B;
}

td.seminar {
    vertical-align: top;
    border-top: solid 1px #E7E9EA;
    border-right: solid 1px #E7E9EA;
}

/** Leiste **/
table.kopf {
    background-color: #E7E9EA;
    background-image:url(img/logo_leer.gif);
    width: 900px;
}

tr.kopf {
    vertical-align: bottom;
    text-align: left;
}

td.kopf {
    padding-left: 205px;
}

/** Hauptmen&uuml; **/
table.hm {
    background-color: #FFFFFF;
    background-image:url(img/hm_end.gif);
    width: 695px;
}

td.hm {
    color: #F5974B;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}

td.hm_h {
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #96989B;
}

a.hm {
    color: #F5974B;
    text-decoration: none;
}

a.hm:hover {
    color: #000000;
}

a.hm_h {
    color: #003366;
    text-decoration: none;
}

/** Untermen&uuml; **/
table.um {
    background-color: #96989B;
    color: #FFFFFF;
    background-image:url(img/um_end.gif);
    width: 695px;
}

td.um {
    font-weight: bold;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    border-top: solid 2px #96989B;
}

td.um_h {
    font-weight: bold;
    text-align: center;
    color: #003366;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #E7E9EA;
    border-top: solid 2px #96989B;
}

a.um {
    color: #FFFFFF;
    text-decoration: none;
}

a.um:hover {
    color: #000000;
}

a.um_h {
    color: #003366;
    text-decoration: none;
}

/** Seite **/
table.seite {
    background-color: #E7E9EA;
    width: 900px;
    z-index: 10;
}

tr.seite {
    vertical-align: top;
    text-align: left;
}

td.seite {
    padding-right: 100px;
}

/** Leiste unten **/
table.unten {
    background-color: #FFFFFF;
    border-top: solid 1px #000000;
    border-bottom: solid 1px #000000;
    width: 900px;
}

td.unten {
    font-weight: normal;
    text-align: center;
    color: #000000;
    text-align: left;
    padding-left: 205px;
}

/* Dropdown */

/**************** eyecandy *****************/

ul.dropdown a
{
    background-color:#FFFFFF;
    color:#000000;
    padding:4px;
    padding-left: 8px;
    padding-right: 8px;
    border-right: solid 2px #E7E9EA;
    text-decoration:none;
}

ul.dropdown a:hover
{
    background-color:#444444;
    color:#FFFFFF;
}

ul.dropdown ul
{
    border:1px outset;

}

ul.dropdown ul a
{
    background-color:#CCCCCC;
    color:#000000;
    padding:3px;
    text-decoration:none;
}

ul.dropdown ul a:hover
{
    background-color:#003366;
    color:#FFFFFF;
}

ul.dropdown ul li
{
    background-color:#ccc;
}

/* -------------------------- BEGIN do not change --------------------------- */

ul.dropdown
{
    list-style: none;
    margin:0;
    padding:0;
    width:100%;
    z-index:90;
}

ul.dropdown * ul
{
    list-style: none;
    margin:0;
    padding: 0;
	display:none;
	position:absolute;
	z-index:99;
	width:149px;
}

ul.dropdown li
{
    float:left;
}

ul.dropdown li * li
{
    border:1px solid #FFFFFF;
    float:none;
    position: relative;
}

ul.dropdown ul * ul
{
    left:148px;
    top:0;
}

ul.dropdown a
{
    display:block;

}

ul.dropdown ul * a
{
    height:100%;
}

ul.dropdown li:hover ul ul, ul.dropdown li:hover ul ul ul, ul.dropdown li:hover ul ul ul ul
{
    display:none;
}

ul.dropdown li:hover ul, ul.dropdown ul li:hover ul, ul.dropdown ul ul li:hover ul
{
    display:block;
}


/* -------------------------- END do not change --------------------------- */


