body {
	font-family:"Arial","Helvetica";
	font-size:10pt;
	background-color:#808080;
	margin:0px;
}

pre {
	font-family:"Courier New";
	font-size:10pt;
	font-weight:normal;
	color:#000000;
	margin:0px;
}

h1,h2,h3, h4 {
	font-family:"Arial","Helvetica";
	font-weight:bold;
	color:#000000;
}
h1 {
	font-size:14pt;
}
h2 {
	font-size:12pt;
}
h3 {
	font-size:11pt;
	margin: 30px 0px 0px 0px;
}
h4 {
	font-size:10pt;
}

span.wktblack {
	font-size:8pt;
	color:#000000;
}
span.wktgrey {
	font-size:8pt;
	color:#808080;
}

/* ------------ */
/*   Tabellen   */
/* ------------ */
td {
	font-family:"Arial","Helvetica";
	font-size:10pt;
}
th {
	font-family:"Arial","Helvetica";
	font-size:10pt;
	font-weight:bold;
}

/* ------------------ */
/*   Standard-Links   */
/* ------------------ */
a {
	font-family:"Arial","Helvetica";
	font-size:10pt;
	font-weight:normal;
	color:#000000;
}
a:link {
	text-decoration:underline;
}
a:visited {
	text-decoration:underline;
}
a:active {
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}

/* ------------------------- */
/*   Hauptnavigation-Links   */
/* ------------------------- */
a.mainnav {
	font-family:"Arial","Helvetica";
	font-size:9pt;
	font-weight:bold;
}
a.mainnav:link {
	text-decoration:none;
	color:#000000;
}
a.mainnav:visited {
	text-decoration:none;
	color:#000000;
}
a.mainnav:active {
	text-decoration:none;
	color:#000000;
}
a.mainnav:hover {
	text-decoration:none;
	color:#ffffff;
}

a.wlink {
	font-family:"Arial","Helvetica";
	font-size:9pt;
	font-weight:bold;
	color:#ffffff;
}
a.wlink:link {
	text-decoration:none;
}
a.wlink:visited {
	text-decoration:none;
}
a.wlink:active {
	text-decoration:none;
}
a.wlink:hover {
	text-decoration:none;
}

a.headnav {
	font-family:"Arial","Helvetica";
	font-size:8pt;
	font-weight:normal;
	color:#ffffff;
}
a.headnav:link {
	text-decoration:none;
}
a.headnav:visited {
	text-decoration:none;
}
a.headnav:active {
	text-decoration:none;
}
a.headnav:hover {
	text-decoration:none;
}

span.footer {
	font-family:"Arial","Helvetica";
	font-size:9pt;
	font-weight:bold;
	color:#ffffff;
}

#popmenu {
	position:absolute;
	width:150px;
	height:100px;
	z-index:100;
	visibility:hidden;
	left: 15px;

}

/* ------------- */
/*   Formulare   */
/* ------------- */

input {
	font-family:"Arial","Helvetica";
	font-size:10pt;
	font-weight:normal;
	color:#000000;
}
input.login {
	width:200px;
	height:22px;
}
input.text {
	width:450px;
	height:22px;
}
input.textplz {
	width:50px;
	height:22px;
}
input.textort {
	width:360px;
	height:22px;
}
input.count {
	width:30px;
	height:22px;
	text-align:right;
}

select {
	font-family:"Arial","Helvetica";
	font-size:10pt;
	font-weight:normal;
	color:#000000;
}
select.userdata {
	width:450px;
}

textarea {
	font-family:"Courier New";
	font-size:10pt;
	font-weight:normal;
	color:#000000;
}
textarea.text {
	width:450px;
	height:100px;
}
