/*****************************/
/*                           */
/*         DIVs              */
/*                           */
/*****************************/

#header {
	position: absolute;
	top: 5px;
	left:10px;
	margin-right:5px;
	height: 100px;
	width:100%;
	border-bottom: 1px solid black;
	text-align:center;
}

.header h1{
	text-align: center;
    margin: 10px 0 10px 0;
}

#content {
	position: absolute;
	top: 125px;
	left:10px;
	margin-right:5px;
	width:99%;
	padding-bottom: 30px;
}

.highlight {
	background: yellow;
	border:1px solid #000000;
	padding: 2px;
	width: 500px;
	margin-top: 10px;
}


/*****************************/
/*                           */
/*         Formulare         */
/*                           */
/*****************************/

.button {
	background-color:#fff;
	font-size: 8pt;
	border:1px solid #ff5021;
}
.button:hover{
	background-color:#ff5021;
	color:#fff;
}

form br {
	clear:both;
}
form p {
	clear:both;
	padding:0px 0px;

}
form label {
	float:left;
	padding-right: 10px;
	text-align: right;
	width:120px;
}

form .input, select  {
	border:1px solid #000000;
	font-size: 8pt;
	background-color:#fff;
}

form input:focus, form textarea:focus {
	background-color:#EFEFEF;
}

.form_span {
	margin-left: 130px;
}


/*****************************/
/*                           */
/*         Fonts             */
/*                           */
/*****************************/
body {
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	background-color: #F0F0F0;
	color: black;
}

p, table, .blue, .red {
	font-family: Verdana, sans-serif;
	font-size: 8pt;
}

.blue {
	color:blue;
}

.red {
	color:red;
}

h1, h2, h3, h4, h5 {
	font-family: Arial, serif;
}

h1 {
	font-size: 16pt;
	font-weight: bold;
}

h2 {
	font-size: 16pt;
	font-weight: bold;
}

h3 {
	font-size: 14pt;
	font-weight: bold;
}

h4 {
	font-size: 12pt;
	font-weight: bold;
}

h5 {
	font-size: 10pt;
	font-weight: bold;
}

a, a:visited{
	color: #ff5021;
	text-decoration: none;
	font-weight: bold;
	border-bottom: solid 1px #ff5021;
}

a:hover {
	background-color: #ff5021;
	color: #fff;
}

a.nolink, a.nolink:visited, a.nolink:hover {
	background-color: #FFFFFF;
	text-decoration:none;
	border-bottom: solid 1px #FFFFFF;
}

a.nolinkLogo, a.nolinkLogo:visited, a.nolinkLogo:hover
{
    text-decoration: none;
    border-bottom: 0px;
    background-color: transparent;
}
/*****************************/
/*                           */
/*         Tabellen          */
/*                           */
/*****************************/

table, klein.table {
	border: 0;
	table-layout: auto;
	border-collapse: collapse;
	border-spacing: 2px 2px;
	empty-cells: show;
	caption-side: bottom;
}

.klein {
	font-size: 8pt;
}

th {
	color: #000000;
	background: #EFEFEF;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
	padding: 4px;
}

td {
	text-align: left;
	vertical-align: top;
	padding: 4px;
}

/*

"CSS hacks" fuer den Internet Explorer. Dieser ignoriert die folgenden Zeilen.
Fuer ein separates Mozilla[ & Co.]-Stylesheet muessen die folgenden Werte verwendet werden.

*/
body>div#header                       { position: absolute; left: 5px; top: 5px; right: 5px; width:auto;}
body>div#content                       { position: absolute; left: 5px; top: 220px; right: 5px; width:auto;}
