﻿* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	overflow-y: scroll;
}
body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	position: relative;
}
#home-page-bg {
	background-image: url(../../gifs/home-page/schraffur.gif);
	height: 100%;
}
	#home-page {
		background-color: #fff;
		background-image: url(../../gifs/home-page/welle.jpg);
		background-repeat: no-repeat;
		margin: 0 auto;
		min-height: 100%;
		position: relative;
		width: 1008px;
	}
		#logo a {
			background-image: url(../../gifs/home-page/logo-curtze.png);
			background-repeat: no-repeat;
			display: block;
			height: 163px;
			overflow: hidden;
			text-indent: -9999em;
			width: 313px;
		}
		.content-part {
			background-image: url(../../gifs/home-page/bg-content-part.png);
			background-repeat: no-repeat;
			height: 318px;
			width: 188px;
		}
			.content-part-content {
				padding-top: 20px;
				padding-right: 16px;
				padding-left: 20px;
			}
				.content-part-logo {
					padding-left: 16px;
				}
					.content-part-logo a {
						background-repeat: no-repeat;
						background-position: 100% 50%;
						display: block;
						overflow: hidden;
						text-indent: -9999em;
					}
				.content-part-content ul 
				, .content-part-content li {
					list-style: none;
				}
				.content-part-content ul {
					font-weight: bold;
					margin-top: 20px;
				}
					.content-part-content li {
						background-image: url(../../gifs/home-page/li-ico-red.gif);
						background-repeat: no-repeat;
						background-position: 0 3px;
						padding-left: 16px;
						padding-bottom: 10px;
					}

/* CONTENT-PARTS */
	#handwerkstadt .content-part-logo a {
		background-image: url(../../gifs/home-page/logo-handwerkstadt.png);
		height: 67px;
		width: 102px;
	}
	#holzprofi .content-part-logo a {
		background-image: url(../../gifs/home-page/logo-holzprofi.png);
		height: 72px;
		width: 124px;
	}
	#badprofi .content-part-logo a {
		background-image: url(../../gifs/home-page/logo-badprofi.png);
		height: 73px;
		width: 107px;
	}
	#eurogard .content-part-logo {
		padding-left: 29px;
	}
	#eurogard .content-part-logo a {
		background-image: url(../../gifs/home-page/logo-eurogard.png);
		height: 88px;
		width: 77px;
	}
/* //CONTENT-PARTS */

/* POSITION */
	#logo {
		position: absolute;
		top: 21px;
		left: 130px;
	}
	#handwerkstadt {
		position: absolute;
		top: 233px;
		left: 100px;
	}
	#holzprofi {
		position: absolute;
		top: 202px;
		left: 310px;
	}
	#badprofi {
		position: absolute;
		top: 140px;
		left: 520px;
	}
	#eurogard {
		position: absolute;
		top: 171px;
		left: 730px;
	}
/* //POSITION */
