@charset "UTF-8";
/* CSS Document */

body {
	background-color: #465164;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
}
a {
	text-decoration:none;
	border:none;
	outline: 0;
}
a:visited {
	text-decoration:none;
	border:none;
	outline: 0;
}
img {
	border: none;
	outline: none;
}
#wrapper {
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	width: 980px;
	margin: 0 auto;
}
#imgholder {
	width: 980px;
	background-repeat: no-repeat;
}
#navbar {
	width: 200px;
	margin: 160px 0 0 82px;
	float: left;
}
#navbar ul {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.4em;
	list-style: none;
	list-style-type: none;
	margin: 0 0 0 2px;
	padding: 0;
	color: #465164;
}
#navbar ul li a {
	text-decoration: none;
	color: #FFF;
}
#navbar ul li a:hover {
	text-decoration: none;
	color: #465164;
}
#navbar img {
	margin: 48px 0 0 0;
}
#content {
	width: 600px;
	float: left;
	margin: 342px 0 20px 68px;
}
#content p {
	font-size: 14px;
	line-height: 1.2em;
	margin: 0 0 1em 0;
}
#content h1 {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #3c4656;
	margin: 0 0 0.5em 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
#content h2 {
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	color: #3c4656;
	margin: 0;
	padding: 0;
	letter-spacing: normal;
}
#content h3 {
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #3c4656;
	margin: 0;
	padding: 0;
	letter-spacing: normal;
}
#content a {
	color: #52627B;
	text-decoration: underline;
}
#content a:hover {
	color: #FFF;
}
#content p.topline-ul {
	margin: 0;
}
#content ul {
	list-style: disc outside;
	margin: 0 0 1em 0;
	padding: 0 0 0 1.2em;
	font-size: 14px;
}
#content img {
	margin-top: 1em;
}
.zwelmthumb {
	margin-right: 30px;
}
#clear {
	clear: both;
}
#spacer {
	height: 100px;
}
#footer {
	background-color: #3C475C;
	height: 26px;
}
#footer p {
	text-align: right;
	font-size: 11px;
	color: #A7B4C6;
	font-style: normal;
}
#footer p a {
	text-decoration: underline;
	color: #A7B4C6;
}
#content table tr td {
	padding: 0 30px 0.2em 0;
}

