body, th, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #679BD0;
	color:#FFFFFF;
}
body {
	font-size: 80%;	
}

div#headerLogo{
	position: absolute; 
	left: 1em; 
	top: 1em; 
	z-index: 40;
	width: 82px;
	height: 100px;
}

a:link { color: #FFFFFF; }
a:visited { color: #FFFFFF; }
a:active { color: #FFFFFF; }

hr {
	border-style:solid;
	color:#26476a;
}


h1 {
	font-size:250%;
	color: #DAE4FF;
	margin-bottom:.5ex;
}

h4 {
	font-size:110%;	
}

span.a {
	text-decoration: underline;
	cursor: pointer;
}

input.a {
	border: 0px solid black;
	border-bottom: 1px solid red;
	padding: 0px;
	margin: 0px;
	background-color: transparent;
	display: inline;
	color: red;
	cursor: pointer;
}

.mono {
	font-family:monospace;
	font-size:120%;
}
/* star html hack fuer IE */
* html .mono {
	font-size:100%;
}

pre {
	font-size:120%;
}
* html pre {
	font-size:100%;
}

div.cBox {
	text-align: center;	
}

*.wichtig {
	background:white;
	color:black;
	border:solid 2px black;
	padding:.2ex;
}

div.wichtig {
	margin: 2.0ex auto;
	border: 2px #FF3333 solid;
	width: 60%;
}

.center { text-align: center }

.multiline { float:left; }
.wichtig a:link { color: #E71018; }
.wichtig a:visited { color: #E71018; }
.wichtig a:active { color: #E71018; }

.wichtigwichtig {
	background:white;
	color:red;
	font-weight:bold;
	border:solid 2px red;
	padding:.3ex;
}

a.currentPage {
	color: rgb(220,220,220);
}

.hidden {
	display: none;
}

div.sql_info_container {
	border-color: #10447A;
	border-style: solid;
	border-width: 2px 0 0;
	padding: 0.2em 0;
}

