* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial;
	font-size: 10pt;
	background-color: #ffffff;
}

.menu_link {
	border: 0px solid black; position: absolute;
}

.menu_link a {
	display: block;
}

.menu_link a span {
	display: none;
}

#home_link {
	margin-left: 50px; margin-top: 130px; border: 0px solid #000000;
}

#home_link a {
	height: 30px; width: 90px;
}





#main {
	margin-left: auto;
	margin-right: auto;
	width: 990px;
	background-color: #d6eda7;
}

#main #header {
	height: 200px;
	background-image: url('../images/header.jpg');
}

#main #sidebar_left {
	vertical-align: top;
	width: 229px;
}

#main #sidebar_left .menu {
	list-style-type: none;
	margin: 0 0 0 10px ;
}

#main #sidebar_left .menu li {
	display: inline;
}

#main #sidebar_left .menu li a {
	background-image: url('../images/navi.gif');
	background-repeat: no-repeat;
	line-height: 23px;
	display: block;
	margin: 0 0 3px 0;
	padding: 0 10px 0 10px;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}

#main #sidebar_left .menu li a:hover {
	font-weight: bold;
}

#main #sidebar_left .menu li .akt {
	background-image: url('../images/navi-u.gif');
	background-repeat: no-repeat;
	line-height: 20px;
	display: block;
	margin: 0 0 0 0;
	padding: 0 10px 0 10px;
	color: #ffffff;
	font-weight: bold;
}

#main #sidebar_left .menu ul {
	list-style-type: none;
}

#main #sidebar_left .menu ul li a {
	background-color: #ffffff;
	background-image: none;
	width: 189px;
	margin: 0;
}

#main #sidebar_left .menu ul li.bottom {
	background-image: url('../images/navi-u-bottom.gif');
	background-repeat: no-repeat;
	display: block;
	margin: 0 0 3px 0;
}

#main #sidebar_right {
	vertical-align: top;
	width: 191px;
}

#main #sidebar_right .top {
	width: 181px;
	height: 18px;
	background-image: url('../images/ad-top.gif');
}

#main #sidebar_right .box {
	width: 181px;
	background-color: #ffffff;
	text-align: center;
}

#main #sidebar_right .bottom {
	width: 181px;
	height: 18px;
	background-image: url('../images/ad-bottom.gif');
}

#main #content {
	vertical-align: top;
}

#main #content h1,
#main #content h2,
#main #content h3,
#main #content h4,
#main #content h5,
#main #content h6 {
	font-size: 12pt;
	font-weight: bold;
	border-bottom: 2px solid #a53712;
	background-image: url('../images/pfote.gif');
	background-repeat: no-repeat;
	line-height: 28px;
	padding: 0 0 0 35px;
	color: #a53712;
}

#main #content h2,
#main #content h3,
#main #content h4,
#main #content h5,
#main #content h6{
	margin: 20px 0 10px 0;
	border-bottom: 0px solid #a53712;
	background-image: none;
}

#main #content a {
	color: #a53712;
	font-weight: bold;
	text-decoration: underline;
}

#main #content p {
	padding: 10px 0 10px;
}

#main #content a img  {
	border: 1px solid #545454;
}

#main #content img{
	border: 0px solid #545454;
}


#main #content .top {
	background-image: url('../images/content-top.gif');
	width: 555px;
	height: 20px;
}

#main #content .box {
	background-color: #ffffff;
	width: 535px;
	padding: 0 10px 0 10px;	
}

#main #content .bottom {
	background-image: url('../images/content-bottom.gif');
	width: 555px;
	height: 20px;
	margin: 0 0 50px 0;
}

#main #footer a,
#main #footer a:link,
#main #footer a:visited,
#main #footer a:active,
#main #footer a:hover {
	color: #a53712;
}
