﻿/* DEFAULTS
----------------------------------------------------------*/

html
{
    height:100.5%;  /*--Setzt Spacer in Scrollbalken in Firefox --*/
}

body   
{
    background: #D0D0D0;
    font-size: .7em;
    font-family: "Verdana", "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica,  sans-serif;
    margin: 0px;
    padding: 0px;
    color: #808080;
}

a:link
{
    color: #999999;
    border-width: thin;
    text-decoration:underline;
}

a:visited
{
    color: #BBBBBB;
    text-decoration: underline;
}

a:hover
{
    color: #AAAAAA;
    border-width: thin;
    text-decoration: none;
}

a:active
{
    color: #FFFFFF;
}

a:focus
{   
    outline: none;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

blueh1, blackh1, greyh1, h1, h2, h3, h4, h5, h6
{
    font-size: 1.6em;
    color: #808080;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

blueh1   /*Basis für g.con-Logo blaue-Zeichen */ 
{
    font-family: Calibri;
    font-variant:normal;
    color: #5B92B1;
}

blackh1   /*Basis für g.con-Logo schwarze Zeichen */ 
{
    font-family: Calibri;
    font-variant:normal;
    color: #333333;
}

greyh1   /*Basis für g.con-Logo graue-Zeichen */ 
{
    font-family: Calibri;
    font-variant:normal;
    color: #808080;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
    padding: 10px 0px 4px 0px;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* 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: 1028px;
    background-color: #FFFFFF;
    margin: 20px auto 0px auto;
    border: 0px solid #FFFFFF;
    min-height:630px;
    height:auto;
}

ul
{
    list-style-position:outside;
    padding-left:15px;
}

li
{
    padding-bottom:0px; /* Werte >0 verändern das Menü*/
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.leftCol
{
    position:inherit;
    background-color:blue; 
}

.main
{
    float:right;
    width:675px;
    background-color:#FFFFFF;
    padding: 0px 100px 0px 0px;
    margin: 35px auto auto 0px;
    min-height:425px;
    height: auto;
}

.footer
{
    margin:0px auto 0px auto;
    width:728px;
    background-color: #FFFFFF;
    padding:0px 100px 0px 200px;
    border: 0px solid #FFFFFF;
    height:20px;
    text-align:right;
}

/* HEADINGS   
----------------------------------------------------------*/

.ddl
{
    font-size: 0.8em;
    color: #000000;
    /*font-variant: small-caps; */
    text-transform: none;
}

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#ffffff;
    width:83%;
}

div.menu
{
    float:left;
    background-color:#eeeeee;
    width:170px;
    min-height:594px;
    margin:-3px 0px 0px 0px;
}

div.menu ul
{
    top:100px;
    list-style: none;
    margin: auto auto auto auto;
    padding: 0px;
    width:170px;
    margin-bottom: inherit;
}

div.menu ul a, div.menu ul a:visited
{
    background-color: #e0e0e0;
    border: 0px #FFFFFF solid;
    color: #606060;
    display:list-item;
    line-height: 1.35em;
    padding:13px 0px 20px 8px;
    text-decoration: none;
    white-space:pre-wrap;
    width:160px;
}

div.menu ul a:hover
{
    background-color: #bfcbd6;
    color: #222222;
    text-decoration: none;
}

div.menu ul a:active
{
    background-color: #465c71;
    color: #ffffff;
    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: 1.1em;
    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-color:#FFFFFF;
    display: block;
    float: left;
    text-align: left;
    width: 50%;
    margin:50px 0px 0px 45px;
    color:#5B92B1;
    font-size:20px;
}

.logo
{
    float:right;
    width:10%;
    padding:15px 100px 0px 0px;
    text-align:right;
    outline-color: #FFFFFF;
}

.loginDisplay
{
    font-size: 1.1em;
    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: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.copyright
{
    font-size:60%;
    vertical-align:top;
}    
