/* CSS Document Maler Pfeffer*/body {	font-family: Helvetica, Geneva, Verdana, Arial, sans-serif;	font-size: 12px;	line-height: 120%;	color: #3C3C3C;	background-color: #E1E1E1;	}h1 {	font-size: 18px;	font-weight: bold;	text-transform: uppercase;	letter-spacing: 1px;	}h2 {	font-size: 16px;	font-weight: bold;	}body a {	text-decoration: none;	letter-spacing: 1px;	}a:link {	color: #8D8D8D;	}a:visited {	color: #1CB24B;	}a:hover, a:active {	color: #EC008C;	}br.clear {	clear: both;	}img {	border: 0;	}#start {	background: url(bilder/index.jpg) no-repeat center center;	}	#container {	position: relative;	width: 891px;	height: 675px;	background-color: #D1D1D1;	border: 10px solid #8D8D8D;	text-align: left;	}#left {	position: absolute;	left: 0;	top: 0;	width: 555x;	height: 675px;	}#right {	z-index: 200;	position: absolute;	left: 555px;	top: 0;	width: 336px;	height: 675px;	}#right2 {	position: absolute;	left: 666px;	top: 0;	width: 225px;	height: 225px;	text-align: right;	}	#logo {	z-index: 1;	position: absolute;	left: 0;	top: 0;	width: 555px;	height: 225px;	background: url(bilder/maler_pfeffer.gif) no-repeat top left;	color: #D1D1D1;	}#thema {	z-index: 100;	position: absolute;	left: 160px;	top: 190px;	width: 400px;	height: 18px;	color: #3C3C3C;	}#inhalt {	position: absolute;	left: 0;	top: 225px;	width: 555px;	height: 450px; 	} #menue {	position: absolute;	left: 0;	top: 0;	width: 100px;	height: 410px; 	padding: 20px 20px 20px 20px;	background-color: #EDEDED;	background-image: url(bilder/wischer.gif);	background-repeat: no-repeat;	background-position: bottom center;	}#copyright {	position: absolute;	left: 0;	top: 435px;		width: 140px;	height: 10px; 	padding: 0 0 0 5px;		}#copyright a:link {	text-decoration: none;	color: #8D8D8D;	letter-spacing: 0px;	}#copyright a:visited {	text-decoration: none;	color: #8D8D8D;	}#copyright a:hover, a:active {	text-decoration: none;	color: #8D8D8D;	}#text {	position: absolute;	left: 140px;	top: 0;	width: 375px; 	height: 420px; 	padding: 10px 20px 20px 20px;	overflow: auto;	background-color: #FFFFFF;	}#text2 {	position: absolute;	left: 140px;	top: 0;	width: 751px; 	height: 450px; 	background-color: #FFFFFF;	}
