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

body {
	font-family: Arial;
	font-size: 10pt;
}

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

a {
	color: #b21b66;
}

li {
	list-style-type: none;
}

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

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

#main #left {
	width: 195px;
	vertical-align: top;
}

#main #content {
	vertical-align: top;
	padding: 10px 25px 10px 0;
	line-height: 22px;
}

#main #content h1 {
	color: #b21b66;
	font-weight: bold;
	font-size: 14pt;
	line-height: 19px;
	padding: 0 0 0 5px;
	border-bottom: 2px solid #b21b66;
}

#main #content h2,
#main #content h3,
#main #content h4,
#main #content h5,
#main #content h6 {
	color: #a3c54c;
	font-size: 12pt;
	font-weight: bold;
	padding-top: 20px;
}

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

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

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

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

#main #right ul.menu li a,
#main #right ul.menu li a:link,
#main #right ul.menu li a:active,
#main #right ul.menu li a:visited {
	display:block;
	background-image: url('../images/navi.gif');
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 28px;
	height: 28px;
	text-decoration: none;
	padding: 0 20px 0 20px;
	text-align: right;
	color: #000000;
}

#main #right ul.menu li a:hover,
#main #right ul.menu li a.akt {
	font-weight: bold;
	color: #b21b66;
}

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

#main #right ul.menu ul .sub_header {
	background-image: url('../images/navi-drop1.gif');
	background-position: top;
	background-repeat: no-repeat;
}

#main #right ul.menu ul .sub_footer {
	background-image: url('../images/navi-drop3.gif');
	background-position: bottom;
	background-repeat: no-repeat;
}

#main #right ul.menu ul li a,
#main #right ul.menu ul li a:link,
#main #right ul.menu ul li a:active,
#main #right ul.menu ul li a:visited {
	background-image: none;
	line-height: 18px;
	color: #808080;
}

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

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

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