﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #444444;
    font-size: 12pt;
    font-family: "Trebuchet MS", Calibri, Verdana, Helvetica, serif;
    font-style: normal;
    margin: 0px;
    padding: 0px;
    color: #bbbbbb;
}

a:link, a:visited
{
    color: White;
    text-decoration: none;
}

a:hover
{
    color: Red;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 30px;
    line-height: 1.5em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 14pt;
    font-weight: normal;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    color: White;
    font-size: 12pt;
    font-weight: bold;
}

h3
{
    font-size: 12pt;
}

h4
{
    font-size: 12pt;
}

h5, h6
{
    font-size: 11pt;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 1024px;
    background-color: #222222;
    margin: 15px auto 0px auto;
    border: 1px solid #bbbbbb;
}

.header
{
    position: relative;
    text-align: left;
    margin: 0px;
    padding: 20px 0px 20px 0px;
    color: #bbbbbb;
    background: #222222;
    width: 100%;
    
}

.bild
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #6b1516;
    width: 100%;
}

.menue
{
    position: relative;
    margin: 0px;
    padding: 0px;
    height: 15px;
    width: 100%;
}


.main

{
    float: left;
    min-height: 600px;
    padding-top: 20px;
        
}

.footer
{
    font-size: 10pt;
    padding: 0px 0px 10px 0px;
    margin: 0px auto;
    text-align: right;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:Red;
    width:100%;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color:  #444444;
    border: 1px #222222 solid;
    color:  #ece7d6;
    display: block;
    line-height: 1.35em;
    padding: 0px 15px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: Red;
    color: #f3f0e5;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #444444;
    color: #cfdbe6;
    text-decoration: none;
}


/* SEITEN MENU
----------------------------------------------------------*/
div.seitenmenu
{
    font-size: 10pt;
    font-weight: 500;
    padding: 0px 0px 25px 0px;
}

div.seitenmenu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.seitenmenu ul li a, div.seitenmenu ul li a:visited
{
    background-color:  #444444;
    border: 1px #222222 solid;
    color:  #ece7d6;
    display: block;
    line-height: 1.35em;
    padding: 0px 15px;
    text-decoration: none;
    white-space: nowrap;
}

div.seitenmenu ul li a:hover
{
    background-color: Red;
    color: #f3f0e5;
    text-decoration: none;
}

div.seitenmenu ul li a:active
{
    background-color: #444444;
    color: #cfdbe6;
    text-decoration: none;
}


/* FOOTER MENU
----------------------------------------------------------*/
div.footermenu
{
    font-weight: 500;
    padding: 0px 0px 0px 0px;
}

div.footermenu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.footermenu ul li a, div.footermenu ul li a:visited
{
    background-color: #6b1516;
    border: 1px #6b1516 solid;
    color: #ece7d6;
    display: block;
    line-height: 1.35em;
    padding: 0px 15px;
    text-decoration: none;
    white-space: nowrap;
}

div.footermenu ul li a:hover
{
    background-color: #c2be00;
    color: #f3f0e5;
    text-decoration: none;
}

div.footermenu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}



/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 12pt;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    background: #ece7d6;
    float: left;
    text-align: center;
    width: auto;
}

.loginDisplay
{
    font-size: 12pt;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 12pt;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

/* Panels
----------------------------------------------------------*/

.PanelMitte
{
    padding-top: 20px;
    padding-left: 50px;
    padding-right: 40px;
    min-height: 600px;  
}

.PanelLinks
{
    padding-top: 200px;
    padding-left: 15px;
    padding-right: 10px;
    min-height: 600px;
}

.PanelRechts
{
    padding-top: 40px;
    padding-right: 10px;
    min-height: 600px;
}

.PanelBeschreibung
{
    padding-bottom: 40px;
}

.BildTitel
{
    font-size: 9pt;
}

.BildKurz
{
    font-size: 7pt;
    text-decoration: none;
    line-height: 1em;
}