﻿
body, html {
    background-color: #003f88;
    /*height: 100%;
    width: 100%;*/
    overflow:auto;
    font-family: Arial;
    margin: 0px;
}

div.bar {
    clear:both;
    float: left;
    height: 70px;
    background-color: white;
    width: 100%;
}

div.header
{
    float: left;
    height: 90px;
    width: 90%;
    background-color: #003f88;
    background-image: url("sibertlogo.gif");
    background-repeat: no-repeat;
    background-position: center right;
}

div.header2
{
    float: right;
    height: 90px;
    width: 10%;
    background-color: #003f88;
}

.title
{
    font-family: Arial, sans-serif;
    color: white;
    width: 255px;
    background-color: #003f88;
    font-size: 25px;
    text-align: left;
    padding-left: 20px;
    font-weight: bold;
}

div.menu
{
    clear:both;
    float: left;
    margin-top: 5px;
    background-color: #cbcbcb;
    /*display: block;*/
    /*padding: 7px;
    padding-left: 125px;*/
    width:100%;
}

.menu_position {
    padding-left: 125px;
}
.menu li {
    background-color: #cbcbcb;
    color: white;
    font: 14pt Arial;
    margin-right: 10px;
    margin-left: 10px;
}

.menu A.level1 {
	TEXT-DECORATION: none;
	font-family: Arial;
    color: white;
    font-size: 14pt;
    padding: 7px;
    margin-right: 7px;
    margin-left: 7px;
}

.menu A.level2 {
	TEXT-DECORATION: none;
	font-family: Arial;
    color: white;
    font-size: 14pt;
}

.menu a:hover {
	background-color:black;
    /*padding: 7px;*/
}

.menu_select
{
    background-color:black;
}

#Menu A.static {
    PADDING-LEFT: 7px !important;
    PADDING-RIGHT: 7px !important;
}

#Menu A.popout {
    /*background-image: url("/WebResource.axd?d=...");*/
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 30px !important;
    /*background-image: url('tabs/menu_icon1.jpg') !important;*/
}

div.contentOnly
{
    float: left;
    width: calc(100% - 5px);
    width: -moz-calc(100% - 5px);
    width: -o-calc(100% - 5px);
    width: -webkit-calc(100% - 5px);
    height: calc(100% - 5px);
    height: -moz-calc(100% - 5px);
    height: -o-calc(100% - 5px);
    height: -webkit-calc(100% - 5px);
    height: 100%;
     width : 100%;
    overflow: auto;
}

div.content
{
    float:left;
    margin: 0px;
   
    /*width: calc(100%  - 5px);
    width: -moz-calc(100% - 5px);
    width: -o-calc(100% - 5px);
    width: -webkit-calc(100% - 5px);

    height:calc(100% - 10px);
    height: -moz-calc(100% - 10px);
    height: -o-calc(100% - 10px);
    height: -webkit-calc(100% - 10px);*/
    padding-top: 5px;
    overflow: auto;
}

div.search
{
    /*border: 1px solid red;*/
    float:left;
    margin: 0px;
    
    width: calc(100%  - 5px);
    width: -moz-calc(100% - 5px);
    width: -o-calc(100% - 5px);
    width: -webkit-calc(100% - 5px);

    height:calc(100% - 10px);
    height: -moz-calc(100% - 10px);
    height: -o-calc(100% - 10px);
    height: -webkit-calc(100% - 10px);

    padding-top: 5px;
}

div.contentContainer
{
     
    float: left;
    margin-top: 25px;
    margin-left: 125px;
    margin-right: 25px;
    width: calc(100% - 125px - 25px);
    width: -moz-calc(100% - 125px - 25px);
    width: -o-calc(100% - 125px - 25px);
    width: -webkit-calc(100% - 125px - 25px);
    width : 90%;
    height:calc(100% - 143px);
    height: -moz-calc(100% - 143px);
    height: -o-calc(100% - 143px);
    height: -webkit-calc(100% - 143px);

}

div.fehler 
{
    float: left;
    clear:both;
    padding-top:30px;
}

.loader
{   
    position: absolute;
    right: 1px;
    top: 1px;
    vertical-align: top;
    text-align: right;
    color: white;
}