body {
	background-color: #60C780;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}

table {
	font-size: 12px;
}

.titel {
	font-size: 16px;
	font-weight: 700;
	text-decoration: underline;
}

.header {
	font-size: 13px;
	font-weight: 700;
	padding: 5px 10px;
}

a {
	color: #25B04F;
	text-decoration: underline;
}

a:hover {
	color: #ff0000;
	text-decoration: underline;
}

.navibg {
	background-image: url(gfx/navi_bg.jpg);
	background-repeat: repeat-y;
}

.contbg {
	background-image: url(gfx/watermark.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: #fff;
	height: 130px;
	padding-right: 15px;
}

.content {
	background-color: #fff;
}

input, select, textarea, button {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif
}

li {
	padding-bottom: 10px;
}

.hrline {
	background-image: url(gfx/2x2_line.gif);
	height: 2px;
	background-repeat: repeat-x;
}

.copyright {
	font-size: 11px;
}

.msg {
	font-weight: 700;
	color: #ff0000;
}
