* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #ffffff;
	font-family: arial;
	font-size: 10pt;
	color: #452b1a;
}

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

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

#main #left {
	width: 224px;
	vertical-align: top;
	background-image: url('../images/content-left.jpg');
}

#main #left .top {
	background-image: url('../images/ad-top.jpg');
	height: 74px;
}

#main #left .box {
	background-image: url('../images/ad-rep.jpg');
	text-align: center;
}

#main #left .bottom {
	background-image: url('../images/ad-bottom.jpg');
	height: 23px;
}

#main #content {
	vertical-align: top;
	background-image: url('../images/content-rep.jpg');
	padding: 15px 15px 0px 15px;
}

#main #content h1,
#main #content h2,
#main #content h3,
#main #content h4,
#main #content h5,
#main #content h6 {
	background-image: url('../images/h1-rep.gif');
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff; 
	margin-bottom: 10px;
}

#main #content h2,
#main #content h3,
#main #content h4,
#main #content h5,
#main #content h6  { 
	margin-top: 25px;
}

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

#main #content a {
	color: #db330e;
}

#main #right {
	width: 181px;
	vertical-align: top;
	background-image: url('../images/content-right.jpg');
}

#main #right .top0 {
	background-image: url('../images/navi-top.jpg');
	height: 70px;
}

#main #right .top1 {
	background-image: url('../images/navi-top2.jpg');
	height: 40px;
}

.menu_right {
	height: 40px;
}

.menu_right ul {
	list-style-type: none;
}

.menu_right ul li {
	display: inline;
}

.menu_right ul li a,
.menu_right ul li a:active,
.menu_right ul li a:visited,
.menu_right ul li a:link {
	color: #ffffff;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	text-decoration: none;
	display: block;
	border-bottom: 1px dotted #ffffff;
}



#main #right .menu {
	background-image: url('../images/navi-rep.jpg');
	list-style-type: none;
	padding-left: 10px;
	padding-bottom: 20px;
}

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

#main #right .menu li a {
	display: block;
	text-decoration: none;
	font-weight: normal;
	color: #ffffff;
	border-bottom: 1px dotted #ffffff;
	text-align: right;
	padding-right: 30px;
	line-height: 20px;
}

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

#main #right .menu li .akt {
	font-weight: bold;
	border-bottom: 0;
}

#main #right .menu ul {
	list-style-type: none;
	border-bottom: 1px dotted #ffffff;
}

#main #right .menu ul li a {
	color: #452b1a;
	border-bottom: 0;
}

#main #right .bottom {
	background-image: url('../images/navi-bottom.jpg');
	height: 20px;
}



.footer {
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	height: 80px;
	width: 1000px;
}


.footer a, 
.footer a:link, 
.footer a:visited, 
.footer a:active {
	color:#452b1a;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	line-height: 14px;
	height: 14px;
	margin-top: 50px;
	display: block;
}

.footer a:hover {
	color:#452b1a;
}
