@charset "iso-8859-1";
*{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
div {
	float: left;
	display: inline;
}
a:link,a:visited,a:hover,a:active{
	color: #5e0638;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
div.nofloat{
	float: none;
	clear: both;
}

html{
	width: 100%;
	height: 100%;
}

body{
	width: 100%;
	color: #000000;
	font: 10pt Verdana,Arial,sans-serif;
	background: #d0d0d0 url(./../pic/bg.gif) repeat-y left top;
}

#top-container{
	width: 100%;
	height: 243px;
	background: #ffffff url(./../pic/top-bg.gif) repeat-x left top;
}

#mainmenu{
	width: 293px;
	height: 214px;
	padding-top: 29px;
	background-color: #ffffff;
}
a.mainmenu01:link,a.mainmenu01:visited,a.mainmenu01:hover,a.mainmenu01:active{
	width: 293px;
	height: 43px;
	display: block;
	background-image: url(./../pic/mainmenu01.gif);
}
a.mainmenu02:link,a.mainmenu02:visited,a.mainmenu02:hover,a.mainmenu02:active{
	width: 293px;
	height: 34px;
	display: block;
	background-image: url(./../pic/mainmenu02.gif);
}
a.mainmenu03:link,a.mainmenu03:visited,a.mainmenu03:hover,a.mainmenu03:active{
	width: 293px;
	height: 31px;
	display: block;
	background-image: url(./../pic/mainmenu03.gif);
}
a.mainmenu04:link,a.mainmenu04:visited,a.mainmenu04:hover,a.mainmenu04:active{
	width: 293px;
	height: 32px;
	display: block;
	background-image: url(./../pic/mainmenu04.gif);
}
a.mainmenu05:link,a.mainmenu05:visited,a.mainmenu05:hover,a.mainmenu05:active{
	width: 293px;
	height: 31px;
	display: block;
	background-image: url(./../pic/mainmenu05.gif);
}
a.mainmenu06:link,a.mainmenu06:visited,a.mainmenu06:hover,a.mainmenu06:active{
	width: 293px;
	height: 43px;
	display: block;
	background-image: url(./../pic/mainmenu06.gif);
}

#top-pic{
	width: 342px;
	height: 214px;
	padding-top: 29px;
	background-color: #ffffff;
}

img.zweers-logo{
	width: 228px;
	height: 243px;
	float: right;
}

#container{
	width: 635px;
	height: 100%;
	color: #666666;
	background-color: #ffffff;
}
img.page-header{
	width: 557px;
	height: 74px;
	margin-top: 37px;
	margin-left: 77px;
	margin-bottom: 22px;
}

#content{
	width: 500px;
	margin-left: 77px;
	text-align: justify;
}
ul {
	margin: 0px;
	margin-bottom: 16px;
	padding-left: 17px;
	list-style: disc;
	color: #5e0638;
}
li { line-height: 16px; }
hr.content-border{
	width: 500px;
	height: 2px;
	margin-top: 32px;
	margin-bottom: 4px;
	color: #5e0638;
	background-color: #5e0638;
}
#contact{
	width: 500px;
	margin-bottom: 20px;
	color: #5e0638;
	background-color: #ffffff;
	text-align: right;
}
a.contact:link,a.contact:visited,a.contact:hover,a.contact:active{
	color: #5e0638;
	background-color: #ffffff;
	text-decoration: none;
}
a.contact:hover{
	text-decoration: underline;
}

