/* TOP BAR - BLACK BAR ON TOP OF EACH PAGE */

* {
    margin: 0;
    padding: 0;
}

#topbar {
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 12pt;
    position: fixed;
    top: 0; left: 0; right: 0;
    padding: 6px;
    height: 30px;
	line-height: 28px;
    z-index:100;
    
    color: #fff;
    background: #111;
    border-bottom: 1px solid #555;
}

#topbar  #sechsachtel{
	position: absolute;
	right: 10px;
}

#topbar * {
    color: #fff;
}

#topbar strong {
	color: #FFCC00;
}

#topbar a {
    color: #FFF;
    text-decoration: none;
}

#topbar img {
    padding: 0 4px 0;
}

#topbar a:hover {
    color: #FFCC00;
}

#topbar img {
    border: 0;
}

#errorMsg {
	display: none;
	
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 12pt;
    position: absolute;
    top: 2px; left: 0; right: 0;
    padding: 6px;
    z-index:101;
    
    color: #FFCC00;
    background: url("sysimages/black75.png");
	border-top: 2px solid #FFCC00;
	border-bottom: 2px solid #FFCC00;
}

*.smalltext {
    font-size: 0.8em;
}

.left {
    display: block;
    left: 0px;
    float: left;
}

.center {
    max-width: 480px;
    margin: 0 10px 0;
}

.right {
    display: block;
    right: 0px;
    float: right;
}
