* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #ffffff;
	font-family: arial;
	font-size: 9pt;
	color: #505050;
}

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


a,
a:link,
a:visited,
a:active {
	color: #7e0b0b;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #000000;
}



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

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

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

#main #sidebar_left ul.menu{
	list-style-type: none;
	margin: 35px 14px 20px 0;
}
#main #sidebar_left ul.menu li {
	display:inline;
}

#main #sidebar_left ul.menu li a {
	display:block;
	padding: 0 0 0 10px;
	border-bottom: 3px solid #7e0b0b ;
	border-top: 3px solid #7e0b0b ;
	line-height: 20px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#main #sidebar_left ul.menu li a:hover {
	border-bottom: 3px solid #ffffff ;
	border-top: 3px solid #ffffff ;
	color: #fa9d07;
}

#main #sidebar_left ul.menu li a.akt,
#main #sidebar_left ul.menu li a.akt:hover {
	border-bottom: 1px solid #ffffff ;
	border-top: 3px solid #ffffff ;
	color: #fa9d07;
}

#main #sidebar_left ul.menu ul {
	list-style-type: none;
	border-bottom: 3px solid #ffffff ;
	padding: 10px 0 10px 0;
}

#main #sidebar_left ul.menu ul li a,
#main #sidebar_left ul.menu ul li a:hover {
 	border: 0px;
	padding: 0px 0px 0px 10px;
	line-height: 22px;
	font-weight: normal;
}

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

#main #sidebar_right #left_ad{
	margin-left: 3px;
}

#main #navitop {
	height: 24px;
	background-image: url('../images/navi-top.gif');
	background-repeat: repeat-x;
}



#main #ad_navitop {
	height: 24px;
	background-image: url('../images/navi-top.gif');
	background-repeat: repeat-x;
}




#main #content #text {
	padding-right: 15px;
	line-height: 18px;
}

#main #content h1 {
	line-height: 24px;
	height: 24px;
	color: #ffffff;
	font-size: 11pt;
	background-image: url('../images/navi-top.gif');
	background-repeat: repeat-x;
}

#main #content h2,
#main #content h3,
#main #content h4,
#main #content h5,
#main #content h6 {
	color: #fa9d07;
	font-size: 11pt;
	margin-top: 30px;
}

#main #right {
	background-color: #7e0b0b;
	width: 23px;
	vertical-align:top;
}

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

#headerlinks a {
	margin: 160px 10px 0px 0px; 
	color: #ffffff;
	text-decoration: none;
}

#headerlinks a:hover {
	color: #ffffff;
	text-decoration: underline;
}
