* {
	font-family: Arial;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
}

input, textarea, select { 
	height: 14px;
	width: 150px;
	border: 1px solid #777777; 
	font-size: 11px; 
}

div#clear {
	clear: both;
}

div#cont {
	background-image: url(../images/background.png);
	background-position: top right;
	background-repeat: no-repeat;
	margin: 0 auto 0 auto;
	width: 1050px;
	display: block;
}

div#cont div#header {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	margin-top: 46px;
	height: 89px;
}

div#cont ul#menu {
	margin-left: 102px;
	margin-top: 4px;
}

div#cont ul#menu li {
	list-style-type: none;
	padding: 0 15px; 0 15px;
	letter-spacing: 2px;
	display: inline;
}

div#cont ul#menu li:first-child {
	padding-left: 13px;
}

div#cont ul#menu li a {
	text-decoration: none;
	font-family: Tahoma;
	font-size: 13px;
	color: #3c3c3c;
}

div#cont ul#menu li a:hover {
	color: #ee7d0c;
}

div#cont ul#menu li div {
	background-color: #FFFFFF;
	border-left: 2px solid #aaabad;
	position: absolute;
	padding-top: 1px;
	display: none;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

div#cont ul#menu li div li {
	margin: 10px 5px 10px 0px;
	padding-left: 13px;
	display: block;
}

div#cont div#content {
	margin-top: 32px;
	width: 879px;
}

div#cont div#content div#helper {
	margin: 28px 0 0 -80px;
	padding-right: 10px;
	text-align: right;
	font-size: 11px;
	color: #aaaaaa;
	width: 171px;
	float: left;
}

div#cont div#content div.page {
	border-width: 0 1px 0 1px;
	padding: 0 13px 0 13px;
	border-color: #aaabad;
	border-style: solid;
	width: 436px;
	float: left;
}

div#cont div#content div.complete {
	width: 750px;
}

div#title {
	font-family: Calibri;
	font-size: 18pt;
	margin-top: -6px;
	color: #ee7d0c;
}

div#page div#pagecontent {
	text-align: justify;
	color: #3c3c3c;
}

p {
	text-align: justify;
	margin-top: 5px;
	color: #3c3c3c;
}

div#page div#pagecontent p:first-child {
	margin-top: 5px;
}

div#cont div#content div#adverts {
	padding-left: 11px;
	width: 303px;
	float: left;
}

div#news div#newstitle div {
	font-family: Calibri;
	padding-left: 11px;
	font-size: 12px;
	color: #3c3c3c;
}

div#adverts div.advert {
	border-top: 1px dashed #aaabad;
	padding: 11px 0 4px 0;
	margin-top: 7px;
	width: 303px;
}

div#adverts div.advert:first-child {
	border-top: 0;
	margin-top: 0;
	padding-top: 8px;
}

div#adverts div.advert img {
	border: 0;
	height: 101px;
	width: 135px;
	float: left;
}

div#adverts div.advert span {
	padding-left: 6px;
	margin-top: -3px;
	float: left;
}

div#adverts div.advert span div#adverttitle {
	margin-bottom: 8px;
	width: 156px;
}

div#adverttitle a {
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 13px;
	color: #ee7d0c;
}

div#adverttitle a:hover {
	color: #3c3c3c;
}

div#adverts div.advert span div#advertcontent {
	font-size: 9px;
	width: 156px;
}

div#adverts div.advert span div#etc {
	margin-top: 14px;
	font-size: 9px;
	width: 156px;
	color: #797b80;
}

div#cont div#footer {
	border-top: 2px solid #d4d5d6;
	margin: 280px 0 0 101px;
	width: 778px;
	height: 90px;
}

div#cont div#footer div#footerleft {
	margin-top: 20px;
	float: left;
	width: 80px;
}

div#cont div#footer div#footerright{
	margin-top: 20px;
              float: left;
}

div#cont div#footer a {
	display: block;
}

.button { 
	font-size: 11px; 
	background-image: url(../images/layout/button.png); 
	background-position: left bottom;
	background-repeat: repeat-x;
	height: 18px;
	width: 125px;
}

.checkbox {
	width: 15px;
	height: 15px;
}

.searchbar { 
	width: 180px; 
	margin-bottom: 4px; 
}

.errormessage {
	font-weight: bold;
	font-size: 14px;
	color: #971C1C;
	padding: 4px 4px 4px 18px;
	margin-bottom: 10px;
	background-image: url(../images/layout/error.png); 
	background-position: left center; 
	background-repeat: no-repeat;  
}


.longbutton {
	width: 175px;
}

.shortbutton {
	width: 100px;
}

.longinput {
	width: 278px;
}

.pageimage img {
	padding: 4px 4px 2px 4px;
	border: 0px;
}


