* {
	padding: 0;
	margin: 0;
}

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

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

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

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

#main #top {
	vertical-align: bottom;
	text-align: right;
	background-image: url('../images/top_rep.gif');
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #ffffff;
}
#main #top .left {
	float: left;
	background-image: url('../images/top-left.gif');
	background-position: bottom;
	background-repeat: no-repeat;
	width: 46px;
	height: 24px;
}
#main #top .right {
	float: right;
	background-image: url('../images/top_right.gif');
	background-position: bottom;
	background-repeat: no-repeat;
	width: 42px;
	height: 24px;
}

#main #left {
	width: 217px;
	background-image: url('../images/bg_left.gif');
	background-repeat: repeat-y;
	vertical-align: top;
}

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

#main #left .box {
	background-image: url('../images/rep-left.gif');
	height: 600px;
	padding: 0 0 0 30px;
	text-align: center;
}

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

#main #right {
	width: 211px;
	background-image: url('../images/bg_right.gif');
	background-repeat: repeat-y;
	background-position: right;
	vertical-align: top;
}

#main #right .top {
	background-image: url('../images/right-top.gif');
	height: 40px
}

#main #right .menu {
	background-image: url('../images/rep-right1.gif');
	list-style-type: none;
}

#main #right .menu li a {
	padding: 0 0 0 5px;
	text-decoration: none;
}

#main #right .menu ul {
	background-image: url('../images/rep-right2.gif');
	list-style-type: none;
	margin: 10px 0 10px 0;
}

#main #right .menu .top1 {
	height: 9px;
	background-image: url('../images/right_sub_top.gif');
	background-repeat: no-repeat;
}


#main #right .menu2 ul {
	list-style-type: none;
}

#main #right .menu2 li {
	color: #7c2512;
	font-weight: bold;
	line-height: 22px;
}

#main #right .menu2 a {
	color: #7c2512;
	font-weight: bold;
	margin-left: 30px;
	text-decoration: none;
	font-weight: normal;
}

#main #right .menu2 a:hover,
#main #right .menu2 .akt {
	text-decoration: underline;
}


#main #right .menu1 ul {
	list-style-type: none;
}

#main #right .menu1 li {
	color: #ffffff;
	line-height: 22px;
}

#main #right .menu1 a {
	color: #ffffff;
	margin-left: 30px;
	text-decoration: none;
	font-weight: normal;
}

#main #right .menu1 a:hover,
#main #right .menu1 .akt {
	text-decoration: underline;
}


#main #right .menu .bottom1 {
	height: 9px;
	background-image: url('../images/right_sub_bottom.gif');
	background-repeat: no-repeat;
	background-position: bottom;
}

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

#main #content {
	padding: 16px 10px 15px 10px;
}

#main #content h1,
#main #content h2,
#main #content h3,
#main #content h4,
#main #content h5,
#main #content h6 {
	background-image: url('../images/h1.gif');
	background-repeat: no-repeat;
	font-size: 10pt;
	color: #ffffff;
	padding: 0 0 0 5px;
}

#main #content h1 {
	margin-top: 15px;
}


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

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

#main #content ul {
	margin-left: 25px;
	margin-top: 20px;
	margin-bottom: 15px;
}


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