body {
	background-image:  url(/assets/layout/hg.gif);
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
}
body, td, p, div {
	color: black;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}
#content a:link,
#content a:visited {
	color: #0066B3;
	font-weight: bold;
}

#topbar {
	background-color: #0066B3;
}
#date {
	color: white;
	font-weight: normal;
	font-size: 10px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	padding: 0 10px;
	white-space: nowrap;
}
#date a:link,
#date a:visited {
	color: white;
	text-decoration: none;
}
#nav {
	vertical-align: top;
}
#nav a:link,
#nav a:visited {
	display: block;
	color: black;
	text-align: right;
	text-decoration: none;
	padding: 4px;
}
#nav a.active:link,
#nav a.active:visited {
	color: #0066B3;
/*	text-decoration: underline; */
}
#nav a.menu2:link,
#nav a.menu2:visited,
#nav a.menu2akt:link,
#nav a.menu2akt:visited {
	font-weight: bold;
	text-transform: uppercase;

}
#nav a.menu3:link,
#nav a.menu3:visited,
#nav a.menu3akt:link,
#nav a.menu3akt:visited {
	font-weight: normal;
	padding: 2px 16px 2px 2px;
}

/****************
formulare
****************/
p.text {
	white-space: nowrap;
}
textarea.F,
input.P,
input.M,
input.F {
	width: 500px;
	border: 1px solid #0066B3;
	background-color: #DBE7F6;
}
input.P.marked,
input.M.marked {
	border-color: red;
/*	background: white url(/assets/layout/arrow.gif) no-repeat 2px center;
	padding-left: 10px; */
}

