﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
    background-position: center center;
    background: #b6b7bc;
    font-size: .80em;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
    background-image: url('../Images/bg_body.jpg');
    background-repeat: repeat-y;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
    text-align: justify;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

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: 960px;
    background-color: #fff;
    margin: 15px auto 0px auto;
    border: 1px solid #333333;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100px;
    background-color: #333333;
    background-repeat: no-repeat;
    background-image: url('../Images/bg_header.png');
}

.header h1
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    font-weight: 800;
    margin: 0px;
    padding: 7px 0px 0px 20px;
    color: #CCCCCC;
    line-height: 1em;
    font-size: 2.5em;
}

.main
{
    padding: 0px 7px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
    _height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    border-color: #333333;
    background-position: center center;
    color: #CCCCCC;
    padding: 3px 0px 5px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    background-image: url('../Images/bg_footer.png');
    background-repeat: repeat-x;
    width: 960px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}

.footer a
{
    color: #FFFFFF;
}

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    margin-top: 30px;
    background-color: #C0C0C0;
    width: 100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

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: #666666;
    border: 1px solid #C0C0C0;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 30px;
    text-decoration: none;
    white-space: nowrap;
    width: 120px;
    text-align: center;
}

div.menu ul li a:hover
{
    background-color: #333333;
    color: #CCCCCC;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #999999;
    color: #CCCCCC;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 0.5em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 3px 10px;
    width: 160px;
}

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
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.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;
}

/* Table  
----------------------------------------------------------*/
.table
{
    position: relative;
}

.tdImage
{
    width: 150px;
    height: 170px;
    background-color: #666666;
    color: #CCCCCC;
    vertical-align: top;
    text-align: center;
}

div.adminTable
{
    width: 98%;
}

div.costTable
{
    
    width: 230px;
    height: 89px;
}

div.kurzTable
{
    
    width: 180px;
    height: 89px;
}

div.infoTable
{
   
    width: 450px;
    height: 280px;
    margin-top: -20px;

}

input.textEntryCost 
{
    width: 130px;
    border: 1px solid #ccc;
}

input.textEntryCost1
{
    width: 130px;
    border: 1px solid #999999;
}


input.textEntryCost2
{
    width: 60px;
    border: 1px solid #999999;
}

input.textEntryPopis
{
    width: 100%;
    border: 1px solid #999999;
}

input.textBind
{
    width: 400px;
    border: 1px solid #ccc;
    margin-bottom: 6px;
}

.fotoInfo
{
    margin-bottom: 10px;
}

.znakLB
{
    text-decoration: none;
    color: #CCCCCC;
}

.aktDisplay
{
    font-size: 12px;
    text-align: right;
    
    color: #CCCCCC;
    position: absolute;
    top: 25px;
    right: 10px;
    font-family: Arial, Helvetica, sans-serif;
}