* {
	margin: 0;
	padding: 0;
}

html,body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1c1d1e;
	background-color: #f4f4f3;
}

body {
	background: url(../images/sitepics/bgtoppage.gif) repeat-x;
	background-color: #f4f4f3;
}

img {
	border: 0;
}

a, a:link, a:visited {
     font-family: Tahoma;
     color: #323a2d;
     font-size: 12px;
     text-decoration: none;
}
a:hover {
     color: #53728a;
     text-decoration: none;
}
a:active {
     color: #323a2d;
     text-decoration: none;
}

h1 {
	font-family: Trebuchet MS, Franklin Gothic Medium;
	font-size: 24px;
	color: #70b912;
}

h2 {
     font-family: Franklin Gothic Medium;
     font-size: 16px;
     font-weight: bold;
}

h3 {
     font-family: Franklin Gothic Medium;
     font-size: 16px;
     font-weight: bold;
     color: #70b912;
}

ul
{
     margin-left: 30px;
}

.menurechts{
     width: auto;
     height: auto;
     margin-left: 0px;
}

.menurechts ul {
     padding: 0;
     margin: 5px 0 10px 0;
}
.menurechts li {
     line-height: normal;
     list-style: none;
     display: block;
     _margin-bottom:-16px;
     width: auto;
     height: auto;
}
.menurechts a {
     font-size: 14px;
     text-align: right;
     padding: 2px 20px 2px 0;
     display: block;
     width: auto;
     height: auto;
     line-height: 18px;
     text-decoration: none;
}
.menurechts a:hover {
     background: url(../images/sitepics/buttonmo.gif);
     font-weight: bold;
     color: #fff;
}

#active {
     font-size: 14px;
     text-align: right;
     padding: 2px 20px 2px 0;
     display: block;
     width: auto;
     height: auto;
     line-height: 18px;
     text-decoration: none;
     font-weight: bold;
}

#container {
	width: 800px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background: url(../images/sitepics/bg.gif) top left;
}

#header {
	width: 800px;
	height: 189px;
	background: url(../images/sitepics/header.gif) top left;
}

#content {
	width: 800px;
	height: auto;
	background: url(../images/sitepics/bgtop.gif) no-repeat;
}

#left {
	width: 178px;
	height: auto;
	background: url(../images/sitepics/leftbg.gif) no-repeat;
	padding-top: 50px;
	padding-left: 20px;
	float: left;
}

#right {
	width: 527px;
	height: auto;
	background: url(../images/sitepics/rightbg.gif) no-repeat;
	text-align: justify;
	padding-left: 30px;
	padding-right: 45px;
	float: right;
}

#footer {
	width: 800px;
	height: 68px;
	background: url(../images/sitepics/footer.gif) top left;
	clear: both;

}
