/**
blau: 0c9aff
grau-hell: 828387
grau-medium: 696a6d
grau-dunkel: 555555
*/


#logo {
    position:relative;
}

#container {
    width: 639px;
    background-color: white;
}

#content {
    float: right;
    width: 440px;  
}

#mainnav {
    float: left;
    width: 150px;
}

#metanav {
    width: 622px;
    height: 24px;
    background-color: #BDBABD;
    margin-bottom: 1px;
    overflow:hidden;
}
#image {
    margin-bottom: 38px;
}

p, td  {  
    line-height: 16px; 
    color:#696a6d; 
    font-size: 11px; 
    font-family: Arial, Verdana, Helvetica, sans-serif; 
}
body  { 
    line-height: 16px; 
    margin: 0px; 
    padding: 0px; 
    color: #696a6d; 
    font-size: 11px; 
    font-family: Arial, Verdana, Helvetica, sans-serif; 
    background-color:#d0d4d8;
    background-image: url(/images/bg.jpg);
    background-repeat: repeat-x;
    background-position: top;
}

.refLineA {
    width: 100%;
    background-color: #eeeeee;
}
.refLineB {
    width: 100%;
    background-color: white;
}
td.fileshareList
{
    padding:3px;
}


a, a:active, a:link, a:visited, a:focus { 
    color: #0c9aff; 
    text-decoration: none; 
}

.floatLeft
{
    position:relative;
    float:left;
}
/*
a:hover  { 
    color: #696a6d; 
    text-decoration: none; 
}
*/

/*bildnavi*/
div.navContainer
{
    position:relative;
    width: 160px;
    height: 16px;
}
div.navContainer a{
    cursor:hand;
    color: #ffffff;
}

div.navStatus
{
    /* border: 1px solid green; */
    background-repeat: no-repeat;
    background-position: left;
    position: absolute;
    top:0px;
    left:0px;
}

/*metanavi*/

div.nav
{
    padding: 4px 15px 0px 15px;
    position:relative;
    float:left;
    border-right: 1px solid #ffffff;
    height: 24px;
}
div.nav_over
{
    padding: 4px 15px 0px 15px;
    background-color: #A5A2A5;
    position:relative;
    float:left; 
    border-right: 1px solid #ffffff;
    height: 24px;
}
a.nav, a.nav:visited, a.nav:active, a.nav:link { 
    /* color: #696a6d; */
    font-weight: bold;
    color: #ffffff; 
    text-decoration: none; 
}

a.nav:hover  { 
    color:#0c9aff; 
}

a.nav_over, a.nav_over:active, a.nav_over:link, a.nav_over:visited, a.nav_over:focus { 
    font-weight: bold;
    color: #ffffff; 
    text-decoration: none; 
}
a.nav_over:hover  { 
    color:#0c9aff; 
}

.title, h1 {
    font-weight: bold;
    margin-top:0px;
    margin-bottom:0px;
    color: #696a6d;
    font-size: 15px;
}

h2 {
    font-weight: bold;
    margin-top:0px;
    margin-bottom:5px;
    color: #696a6d;
    font-size: 12px;
}        

.subtitle  {
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
}

.small
{
    font-size: 9px;
}

hr {
    border-top:#ffffff solid 1px;
    border-bottom:#CCCCCC solid 1px;
}

div.balkenBlau {
    margin-top:18px;
    color: #ffffff;
    background-color: #0c9aff;
    width: 437px;
    height: 22px;
    font-weight: bold; 
}

div.balkenBlau div {
    padding-left: 5px;
    padding-top: 3px;
}

div.spezial
{
    width:439px;
    background-color: #0c9aff;
    margin-bottom: 22px;
}
div.spezial table
{
    margin: 4px 5px 5px 7px;
}
div.spezial table td
{
    color: #ffffff;
    line-height: 14px;
}

div.balkenGrau {
    margin-top:1px;
    background-color: #696a6d;
    width: 623px;
    height: 31px;
}

div.balkenGrau a, div.balkenGrau a:visited, div.balkenGrau a:active {
    color: #828387

}


/* forms */

.input_text, .input_select
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    padding-left: 2px;
    width: 200px;
    color: #696a6d; 
    font-size: 11px; 
    border: 1px solid #696a6d;
    margin-bottom: 6px;
}

.inputNewDir
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    padding-left: 2px;
    width: 130px;
    color: #696a6d; 
    font-size: 11px; 
    border: 1px solid #696a6d;
    margin-bottom: 6px;
}

.input_textarea
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    padding-left: 2px;
    width: 200px; 
    height: 80px;
    color: #333333; 
    font-size: 11px; 
    border: 1px solid #696a6d;
    margin-bottom: 6px; 
}
