/* general */
body, div, p, td, th, h1, h2, h3, h4, li, a, span, input, textarea, select, option, legend, label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
}

a {
	text-decoration: underline;
	outline: none;
}

a:hover {
	text-decoration: none;
}
/* // general */



/* page layout */
body {
	background: #ffffff url(../images/streifen_quer.png) scroll 0px 334px repeat-x;
}

div.pageContent {
	position: relative;
	z-index: 10;
	width: 984px;
	height: 637px;
	margin: 0 auto;
	background: #ffffff url(../images/pageContent.png) scroll 0px 0px no-repeat;
}
/* // page layout */



/* pageFooter */
div.adress {
	position: absolute;
	z-index: 15;
	left: 336px;
	bottom: 0px;
	width: 203px;
	padding: 2px 2px 5px 2px;
	border-bottom: 1px solid #6b6561;
	font-size: 12px;
	line-height: 15px;
	color: #6b6561;
	white-space: nowrap;
}

div.copyright {	
	position: absolute;
	z-index: 15;
	right: 0px;
	bottom: -18px;
	font-size: 10px;
	line-height: 14px;
	color: #6b6561;
}
/* // pageFooter */



h1 {
	position: absolute;
	z-index: 15;
	left: 600px;
	top: 357px;
}

div.visual {
	position: absolute;
	z-index: 15;
	right: 30px;
	top: 26px;
}

div.contact {
	position: absolute;
	z-index: 15;
	left: 144px;
	top: 335px;
	font-size: 13px;
	line-height: 21px;
	color: #6b6561;
}

div.contact a {
	font-size: 13px;
	line-height: 21px;
	color: #6b6561;
	text-decoration: none;
}

div.contact a:hover {
	text-decoration: underline;
}

div.text {
	position: absolute;
	z-index: 15;
	left: 336px;
	top: 466px;
}

div.text div.intro {
	padding-bottom: 7px;
}
