/**
 * Copyright (c) 2007-2010 Gbanga, Millform AG.
 *
 * @author Matthias
 * @version 1
 * @platform Desktop IE/Opera/Firefox/Safari
 *
 * This style sheet is for file listings used by Apache.
 * 
 */

body {
	font-family: Arial;
	color:#336aad;
	font-size:smaller;
	margin:0;
	padding:0;
	background:url(../img/logo.png) left top no-repeat #B3DFFF;
}

#topbar {
	position:absolute;
	background-color:#90b9ed;
	left:0;
	top:0;
	right:0;
	height:52px;
	color:white;
	background:url(../img/topbar.png) repeat-x;
	z-index:900;
}

h1 {
	position:absolute;
	left:120px;
	top:0;
	right:0;
	background-color:#336aad;
	font-size:small;
	color:white;
	text-transform:uppercase;
	padding:3px;
	margin:0!important;
	font-weight:600;
}

a {
	color:#336aad;
	text-decoration:underline;
}

table {
	margin:60px 20% 0 20%;
}

hr {
	border:0;
	color: #336AAD;
	background-color: #336AAD;
	height: 1px;
}