
body {
	margin: 0;
	background: #D1D1D1 url("../images/content-bg.gif") top left repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* ### Positioning DIVs ### */

#logo {
	position: absolute;
	height: 76px;
	width: 173px;
	top: 77px;
	background:  url("../images/logo.jpg");
}

#navi {
	position: absolute;
	width: 118px;
	top: 153px;
	left: 40px;
	background: #657D6C url("../images/navi-bg.gif") no-repeat;
	padding: 20px 5px 0px 10px;
}

	#navi .down {
		margin: 5px -5px -3px -10px;
	}

	#navi a:link, #navi a:visited, #navi a:active {
		padding-left: 13px;
		background:  url("../images/navi-deko.gif") left no-repeat;
		color: white;
		text-decoration: none;
		font-weight: bold;
	}
	
	#navi a:hover {
		padding-left: 13px;
		background:  url("../images/navi-deko_ro.gif") left no-repeat;
		color: #F6FF97;
		text-decoration: none;
		font-weight: bold;
	}
	
	#navi span {
		margin-left: 13px;
		font-size: 10px;
		color: white;
		font-style: italic;
	}

#partner {
	position: absolute;
	width: 125px;
	top: 359px;
	background: #7E9170 url("../images/partner-bg.gif") no-repeat;
	padding: 25px 15px 0px 15px;
}

	#partner h1 {
		font-weight: bold;
		font-size: 12px;
		color: White;
		margin: 0 0 5px 0;
	}
	
	#partner .down {
		margin: 5px -15px -3px -15px;
	}
	
	#partner a:link, #partner a:visited, #partner a:active {
		font-size: 10px;
		color: white;
		text-decoration: none;
	}
	
	#partner a:hover {
		font-size: 10px;
		color: white;
		text-decoration: none;
		font-style: italic;
	}

#ad {
	position: absolute;
	height: 80px;
	width: 468px;
	top: 5px;
	left: 193px;
}

#content-headline {
	position: absolute;
	width: 452px;
	top: 15px;
	left: 178px;
	padding: 0px 28px 0px 15px;
	color: white;
	font-size: 14px;
	font-weight: bold;
}

#content {
	position: absolute;
	width: 452px;
	top: 30px;
	left: 178px;
	padding: 0px 28px 0px 15px;
}

	#content h1 {
		font-size: 30px;
		color: white;
		margin-bottom: 2px;
	}
	
	#content h2 {
		font-size: 18px;
		color: #7E9170;
		margin-top: 0px;
		margin-bottom: 20px;
	}

	#footer {
		position: relative;
		width: 480px;
		height: 19px;
		margin: 30px 28px 0 -15px;
		padding: 8px 0 0 15px;
		background:  url("../images/footer-bg.gif") repeat-x;
		color: white;
	}

	#content .img-right {
		float: right;
		padding: 10px 0px 10px 15px;
	}

	#content .img-left {
		float: left;
		padding: 15px 20px 10px 0px;
	}
