
body {
	background: #5893AC url(../images/background.jpg) 50% repeat-y;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #484E53;
	font-size: 11px;
}

#top-bg {
	position: absolute;
	width: 100%;
	height: 119px;
	background: url(../images/bg-top.jpg) repeat-x;
	z-index: 1;
}

#container {
	position: absolute;
	width: 748px;
	left: 50%;
	margin-left: -374px;
	z-index: 2;
}

#header {
	position: absolute;
	width: 748px;
	height: 119px;
	background: url(../images/header.jpg);
}

#navi-top {
	position: absolute;
	top: 119px;
	left: 33px;
	width: 202px;
	height: 106px;
	background: url(../images/navi.jpg) no-repeat;
}

#navi {
	position: absolute;
	top: 249px;
	left: 53px;
	width: 162px;
	line-height: 18px;
}

#navi a:link, #navi a:active, #navi a:visited {
	padding-left: 22px;
	background: url(../images/navi-deko.gif) left center no-repeat;
	color: #687178;
	text-decoration: none;
	font-weight: bold;
}

#navi a:hover {
	padding-left: 22px;
	background: url(../images/navi-deko-ro.gif) left center no-repeat;
	color: #CC9B1B;
	text-decoration: none;
	font-weight: bold;
}

#partner {
	position: absolute;
	top: 425px;
	left: 53px;
	width: 162px;
	background: url(../images/headline-partner.gif) top left no-repeat;
	padding-top: 30px;
	line-height: 20px;
}

#partner a:link, #partner a:active, #partner a:visited {
	padding-left: 22px;
	background: url(../images/navi-partner-deko.gif) left center no-repeat;
	color: #86929B;
	text-decoration: none;
}

#partner a:hover {
	padding-left: 22px;
	background: url(../images/navi-partner-deko-ro.gif) left center no-repeat;
	color: #CC9B1B;
	text-decoration: none;
}

#headline {
	position: absolute;
	top: 119px;
	left: 252px;
	width: 465px;
	height: 106px;
}

#content {
	position: absolute;
	top: 249px;
	left: 252px;
	width: 457px;
	padding-left: 8px;
}

#footer {
	width: 100%;
	height: 19px;
	background: url(../images/footer-bg.jpg) repeat-x;
	margin-left: -8px;
	margin-top: 20px;
	text-align: right;
	padding: 5px 10px 0 0;
}

#footer a {
	color: #687178;
	text-decoration: none;
}

.img-right {
	float: right;
	margin: 0 0 10px 15px;
}

h1 {
	font-size: 11px;
	margin: 0;
}

#ad {
	position: absolute;
	top: 22px;
	left: 252px;
	width: 468px;
	height: 60px;
}

