* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana;
	font-size: 12px;
}

body{
	background-image: url('../images/bg-repeat.gif');
	background-repeat: repeat-x;
	background-color: #f5f9e0;
}

a, a:link, a:active, a:visited {
	text-decoration: none;
	color: #71a36a;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

p {
	margin-bottom: 15px;
}

h1 {
	margin-bottom: 15px;
	margin-top: 25px;
	border-bottom: 2px solid #71a36a;
	font-size: 15px;
	font-weight: bold;
}

table.main {
	width: 954px;
	background-color: #ffffff;
}

table.main td.header {
	width: 954px;
	height: 183px;
	background-image: url('../images/header.jpg');
}

table.main td.navi {
	width: 171px;
	padding-left: 5px;
	vertical-align: top;
}

table.main td.navi div.top{
	width: 166px;
	height: 26px;
	margin-bottom: 8px;
}

table.main td.navi div.bottom{
	width: 166px;
	height: 26px;
	background-image: url('../images/navi-bottom.jpg');
	margin-top: 8px;
}

table.main td.navi div.menu {
 padding: 10px 0 10px 0;
 width: 166px;
 background-color: #d1e967;
}

table.main td.navi div.menu a {
	display:block;
	margin: 4px 0 4px 0;
  text-align: right;
  padding-right: 20px;
  background-color: #e8f4b3;
  color: #000000;
  font-weight: normal;
  text-decoration: none;
}

table.main td.navi div.menu a:hover {
	font-weight: bold;
  text-decoration: none;
}

table.main td.navi div.menu a.akt {
 	background-image: url('../images/navi-h.gif');
 	margin: -4px 0 -4px 0; 
  border-top: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
	font-weight: bold;
  text-decoration: none;
}

table.main td.ads {
	width: 170px;
	padding: 0 0 0 10px;
	vertical-align:top;
}

table.main td.content {
	vertical-align: top;
	width: 608px;
	padding: 0 10px 0 0px;
	line-height: 20px;
	text-align:left;
}

.footer {
	background-image: url('../images/bg-footer-repeat.gif');
	background-repeat: repeat-x;
	background-color: #c0c0c0;
	height: 51px;
}

.footer table {
	background-image: url('../images/footer.jpg');
	background-repeat: repeat-x;
	background-color: #ffffff;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	height: 51px;
}

.footer table a, .footer table a:link, .footer table a:active, .footer table a:visited {
	color: #ffffff;
}

.footer table a:hover {
	text-decoration: underline;
}
