﻿body
{
    background-color: #ffffff;
    font-family: Verdana, Arial;
    font-size: 11px;
    padding: 0px;
    margin: 0px;
}

th
{
    text-align: left;
    border-bottom: 1px solid #3367cc;
    padding: 5px 3px 5px 3px;
}

h2
{
    padding-left: 3px;
    color: #3367cc;
    font-size: 13pt;
}

a
{
    color: #3367cc;
    text-decoration: none;
}

.savecancel a
{
    color: #000000;
}

img
{
    border: none;
}

.logoutButLayer
{
    width: 100%;
    text-align: right;
}

.logoutBut
{
    margin-right: 20px;
    float: right;
    display: inline;
}

.navi
{
    position: absolute;
    margin: 185px 25px 0 0;
    margin-top /*\**/: 181px\9; /*IE 8*/
    height: 30px;
    left: 408px;
}

.naviSmall
{
    position: relative;
    margin-left: 225px;
    margin-top: 82px;
}

*html .navi
{ 
    /*IE 6*/
    margin: 185px 13px 0 0;
}

*+html .navi
{ 
    /*IE 7*/
    margin: 185px 25px 0 0;
}

                      
.staticMenuItem
{
    position: relative;
    font-size: 12px;
    color: #000000;
    width: 111px;
    height: 30px;
    padding: 0;
    background-image: url(../images/button.gif);
    text-align: center;
    z-index: 4;
}

/*
    Dank .navi_3 background-image: none erscheint der Hintergrund nur eimal. 
    display: block, width: 100%; height: 18px; und padding: 8px 0 0 0 bewirken, 
    dass nicht nur auf den Text sondern auf den gesamten Button geklickt werden kann. 
*/
.navi_3
{
   position: relative;
   background-image: none;
   border: 1px solid #aaaaaa;
   display: block;
   width: 100%;
   height: 18px;
   padding: 8px 0 0 0;
   z-index: 4;
}

/*
    Muss gesetzt werden, um den gewählten (selected) Button zu definieren. 
*/
.navi_6
{
   position: relative;
   background-image: url(../images/button_active.gif);
   z-index: 1;
}


.menuHover
{
}
       
.selectedItem
{
    color: #000000; 
}
         
.container 
{
    width: 1000px;
    height: 100%;
    padding: 0px;
    text-align: left;
}

.top
{
    /*background-image: url(../images/head.jpg);*/
    height: 215px;
    width: 1000px;
}
         
.layerGruppe 
{
    position: absolute;
    float: left;
    margin: 97px 0 0 225px;
    font-size: 15px;
    color: #000000;
    font-weight: normal;
}

.layerGuthaben
{
    position: absolute;
    /*margin: 77px 0 0 750px;*/
    margin: 57px 0 0 225px;
    font-size: 9px;
    color: #000000;
    font-weight: normal;
}

.borderTop
{
    position: absolute;
    border: 1px solid #000000;
    width: 857px;
    height: 100px;
    top: 113px;
    margin-left: 121px;
    text-align:right;
}

.themeIcon1
{
    position: relative;
    left: 405px;
    top: 110px;
    z-index: 0;
}

.themeIcon2
{
    position: relative;
    left: 410px;
    top: 110px;
    z-index: 0;
}

.themeIcon3
{
    position: relative;
    left: 400px;
    top: 111px;
    z-index: 0;
}

.themeIcon4
{
    position: relative;
    left: 400px;
    top: 110px;
    z-index: 0;
}

.themeIcon5
{
    position: relative;
    left: 400px;
    top: 110px;
    z-index: 0;
}

.logo
{
    position: absolute;
    float: left;
    z-index: 3;
}

.contentContainer
{
    position: relative;
    border: 1px solid #000000;
    border-top: none;
    background-color: #eaedf2;
    width: 657px;
    margin-left: 121px;
    padding: 20px 100px 20px 100px;
    z-index: 2;
}

.savecancel
{
    width: 100%;
    margin-bottom: 20px;
}

.listTable
{
    border: 1px solid #3367cc;
    width: 100%;
}

.formTable
{
    width: 100%;
}

.textBoxGr
{
    font-family: Verdana, Arial;
    font-size: 12px;
    width: 99%;
}

.textBoxKl
{
    font-family: Verdana, Arial;
    font-size: 12px;
    width: 48%;
}

.copyright
{
    color: #000000;
    float: left;
    margin-left: 120px;
    font-size: 9px;
}

*html .copyright
{ /*IE 6*/
    margin-left: 60px;
}

.footer
{
    position: absolute;
    text-align: left;
    margin-left: 120px;
    font-size: 10px;
}

/* UPLOAD */
.fileUploadQueueItem {
	font: 11px Verdana, Geneva, sans-serif;
	background-color: #F5F5F5;
	border: 3px solid #E5E5E5;
	margin-top: 5px;
	padding: 10px;
	width: 300px;
}
.fileUploadQueueItem .cancel {
	float: right;
}
.fileUploadProgress {
	background-color: #FFFFFF;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	margin-top: 10px;
	width: 100%;
}
.fileUploadProgressBar {
	background-color: #0099FF;
}
.fileUploaderBtn 
{
    width: 110px;
}