/*****************************
ALLGEMEINE FORMATIERUNGEN
*****************************/

img     {border:0;}

.right  {float:right;}
.center {text-align:center;}
.left   {float:left;}
br.clr  {clear:both;font-size:0px;height:0;line-height:0px;padding:0;margin:0;overflow:hidden}
br.clr_left  {clear:left;font-size:0px;height:0;line-height:0px;padding:0;margin:0;overflow:hidden}

.pad0 {margin:0px;padding:0px;}

div.error p, .error {color:red;}

table.toolbar       
{
    background-color: #17BDF9;
    padding-left:10px;
    padding-right: 10px;
    padding-top: 5px;
    color:white;
}

table.toolbar a.logout
{
    color:white;
    
}

table.toolbar a.logout:hover
{
    color:#D0D0D0;
    text-decoration: none;    
}

/***********************************
 Hilfe zur Container Identifizierung
***********************************/


/*ul {border:1px solid red}
div {border:1px solid black}
div div{border:1px solid blue}
div div div {border:1px solid green}
div div div div {border:1px solid gold}*/