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

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

p {
	margin: 10px 0 10px 0;
}

a {
	color: #c55033;
	font-weight: bold;
	text-decoration: underline;
}

#main {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#main #header {
	height: 202px;
	background-image: url('../images/header1.jpg');
	background-repeat: no-repeat;
	vertical-align: bottom;
	text-align: right;
}

#main #header .links {
	margin: 0 130px 45px 0;
	color: #ffffff;
}

#main #header .links a {
	color: #ffffff;
}

#main #sub_header {
	height: 34px;
	background-image: url('../images/header2.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}

#main #navi {
	width: 223px;
	vertical-align: top;
}

#main #navi .top {
	height: 67px;
	background-image: url('../images/header3.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}

#main #navi ul.menu{
	list-style-type: none;
	background-color: #f4efdc;
	border-top: 1px solid #c55033;
	border-left: 1px solid #c55033;
	border-right: 1px solid #c55033;
	width: 161px;
	margin: 0 0 0 9px;
}

#main #navi ul.menu li {
	display:inline;
}

#main #navi ul.menu li a,
#main #navi ul.menu li a:link,
#main #navi ul.menu li a:active,
#main #navi ul.menu li a:visited {
	display:block;
	font-weight: normal;
	text-decoration: none;
	color: #473b24;
	border-bottom: 1px dotted #473b24;
	padding: 0 2px 0 8px;
	line-height: 20px;
}

#main #navi ul.menu li a:hover {
	background-image: url('../images/navi-hover.gif');
	background-position: right;
}

#main #navi ul.menu li a.akt {
	font-weight: bold;
	background-image: url('../images/navi-hover.gif');
	background-position: right;
}


#main #sidebar_left ul.menu ul {
}

#main #navi ul.menu ul li a,
#main #navi ul.menu ul li a:link,
#main #navi ul.menu ul li a:active,
#main #navi ul.menu ul li a:visited {
	padding: 0 2px 0 16px;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	color: #473b24;
}

#main #navi ul.menu ul li a:hover {
}

#main #navi .bottom {
	height: 20px;
	background-image: url('../images/navi-bottom.gif');
	background-repeat: no-repeat;
	background-position: 9px top;
}

#main #content {
	padding: 30px 40px 0 0;
}

#main #content h1 {
	font-size: 12pt;
	font-weight: bold;
	color: #c55033;
	border-bottom: 1px dotted #473b24;
}

#main #content h2,
#main #content h3,
#main #content h4,
#main #content h5,
#main #content h6 {
	font-size: 12pt;
	font-weight: bold;
	color: #c55033;
	border-bottom: 1px dotted #473b24;
	margin-top: 20px;
}

#main #ad_left {
	width: 188px;
	vertical-align: top;
	background-image: url('../images/ad-rep.gif');
	background-repeat: repeat-y;
	text-align: center;
}

#main #ad_left .top {
	height: 67px;
	background-image: url('../images/ad-top.gif');
	background-repeat: no-repeat;
	background-position: top right;
	border-top: 30px solid #ffffff;
}

#main #footer {
	height: 130px;
	background-image: url('../images/footer.gif');
	background-repeat: no-repeat;
}
