body {
  margin: 5px 5px;
  background: #4e4e4e url('../images/background.gif');
  color:                    #000000;
  font-family:              Verdana, Arial, Sans-Serif;
  font-size:                75%;
  font-weight:              normal;
}

a, a:visited {
   text-decoration: none; 
   color: #79a100;
}

a:hover {
   text-decoration: underline;
}

img {
	border: 0px;
}

#pagewrapper {
	background-color: #FFFFFF;
	min-width: 980px;
	max-width: 1200px;
	border: 1px solid #262626;
	margin: auto;
}

#header {
	background: #99cc00 url('../images/header-background.gif') repeat-x;
	border-bottom: 1px solid #898989;
	height: 223px;
}

#header .searchframe {
	background-image: url('../images/topart-door.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 223px;
}

#header .topart {
	width: 350px;
	height: 223px;
}

#language {
	position: relative;
	top: -15px;
	left: 200px;
	font-weight: bold;
}

#language img {
	vertical-align: middle;
	border: 1px solid #CFCFCF;
}

form {
	margin:0px;
	padding: 0px;
}

#hdrsearch {
	margin-right: 15px;
	margin-left: 5px;
	border-collapse: collapse;
}

#hdrsearch .srchbtn {
  position: relative;
  top: 7px;
  padding: 0px;
  border: 0px;
  width: 19px;
  height: 19px;
  background: transparent url('../images/srchbtn.gif') no-repeat center top;
  text-indent: -1000em;
  cursor: pointer;
}

#hdrsearch td {
	text-align: center;
	padding-left: 5px;
	height: 50px;
}

#hdrsearch fieldset {
	border: 1px dotted #EFEFEF;
	padding: 10px;
	margin: 0px;
}

#hdrsearch input,
#hdrsearch select {
	background: #EFEFEF;
	border: 1px solid #414141;
}

#hdrsearch select {
	width: 100%;
}

#hdrsearch legend,
#hdrsearch label {
	font-weight: bold;
	color: #1d1d1d;
}

#hdrsearch legend {
	background-color: #8AB000;
	line-height: 1em;
}

#minarea,
#maxarea,
#minprice,
#maxprice {
	width: 40px;
}

#container {
	background-color: #FFFFFF;
	color: #333333;
}

#content {
	margin-right: 250px;
	border-right: 1px dotted #CFCFCF;
	padding: 5px 5px 5px 5px;
}

#content h1 {
	margin: 5px 5px 5px 5px;
	color: #ea8917;
	background: #FFFFFF url('../images/h1.gif') no-repeat center left;
	padding-left: 25px;
	font-size: 1.4em;
	font-weight: bolder;
	line-height: 25px;
	border-bottom: 1px dotted #CFCFCF;
}

#content h2 {
	margin: 5px 5px 5px 5px;
	color: #79A100;
	background: transparent url('../images/h2.gif') no-repeat center left;
	padding-left: 25px;
	font-size: 1.2em;
	font-weight: bolder;
	line-height: 25px;
	border-bottom: 1px dotted #CFCFCF;
}

#index {
	margin: auto;
	border-collapse: collapse;
	width: 100%;
}

#index td {
	padding: 5px;
	vertical-align: top;
}

#index .newest {
	width: 300px;
}

#sidebar {
	float: right;
	width: 240px;
	padding: 5px 5px 5px 5px;
}

#sidebar h3 {
	margin: 5px 5px 5px 5px;
	background: transparent url('../images/h3.gif') no-repeat center left;
	padding-left: 25px;
	font-size: 1.1em;
	font-weight: bolder;
	line-height: 25px;
	border-bottom: 1px dotted #CFCFCF;
}

#document {
	padding-left: 10px;
	padding-right: 10px;
}

#document p {
	text-indent: 20px;
}

#errors {
	border: 1px dashed #FF0000;
	padding: 5px;
	color: #990000;
	font-weight: bold;
}

#messages {
	border: 1px dashed #00FF00;
	padding: 5px;
	color: #009900;
	font-weight: bold;
}

#footer {
	clear: both;
	border-top: 1px dotted #CFCFCF;
	background: #DEDDDD url('../images/stripes.gif') repeat-x top left;
	padding: 10px;
}