* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #ffffff;
	font-family: Arial;
	font-size: 10pt;
	color: #56555a;
	background-image: url('../images/bg.gif');
	background-position: top center;
}

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

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

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

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

#main #header_sub {
	height: 20px;
}

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

#main #ad_left {
	width: 197px;
	text-align: center;	
	vertical-align: top;
}

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

#main #content ul { margin:0px;
		 padding:0px;
}

#main #content ul li { margin-left:15px;
}



#main #content h1 {
	background-image: url('../images/h1.gif');
	background-repeat: no-repeat;
	line-height: 23px;
	font-size: 10pt;
	color: #ffffff;
	padding: 0 0 0 15px;
}

#main #content h2,
#main #content h3,
#main #content h4,
#main #content h5,
#main #content h6 {
	font-size: 10pt;
	border-bottom: 1px solid;
}

#main #content .text {
	padding: 15px;
}

#main #navi_header {
	background-image: url('../images/navi-top.gif');
	background-repeat: no-repeat;
	height: 25px;
}

#main #navi_footer {
	background-image: url('../images/navi-bottom.gif');
	background-repeat: no-repeat;
	height: 55px;
}

#main #ad_left_footer {
	height: 55px;
}

#main #content_footer {
	background-image: url('../images/content-bottom.gif');
	background-repeat: no-repeat;
	height: 55px;
}

#main #navi ul.menu{
	list-style-type: none;
}
#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-size: 8pt;
	text-decoration: none;
	border-bottom: 3px solid #ffffff;
	line-height: 20px;
	color: #56555a;
	padding: 0 0 0 10px;
}

#main #navi ul.menu li a:hover,
#main #navi ul.menu li a.akt {
	color: #d02c2d;
}


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

#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 0 0 25px;
}

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