body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin: 20px 0px 10px 0px;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link {
	color: #0099FF;
}
a:visited {
	color: #0099FF;
}
a:hover {
	color: #0099FF;
}
a:active {
	color: #0099FF;
}

.titel {
	font-size: 19px;
	line-height: 19px;
}


a.menuItem:link {
	color: #000000;
	text-decoration: none;
}
a.menuItem:visited {
	color: #000000;
	text-decoration: none;
}
a.menuItem:hover {
	color: #000000;
	text-decoration: none;
}
a.menuItem:active {
	color: #000000;
	text-decoration: none;
}

.content {
	min-height: 650px;
	text-align: justify;
}


.width300 {
	width: 300px;
	
}
