	
	body {
		background-color:#ffffff;
		margin:0px 0px; padding:0px;
		text-align: center;
		float: left;
		}
	
	#main {
		width:1024px;
		height:620px;
		margin:0px auto;
		text-align:left;
		padding:0px;
		border:0px;
		background-color:#ffffff;
		border: black 0px solid;		
	}

	#logo {
		width:1024px;
		height:175px;
		background-color:#C6455A;
	}
	
	#nav {
		width:1024px;
		height:22px;
		background-color:#000000;	
	}
	
	#content {
		width:1024px;
		height:233px;
		background-color:#ffffff;
	}

	#footer {
		width:1024px;
		height:64px;
		background-color:#ffffff;
		background-image:url(img/footernormal.gif);
	}
	
	#contentshowroom {
		width:1024px;
		height:364px;
		background-color:#ffffff;	
	}
	
	#footershowroom {
		width:1024px;
		height:20px;
		background-color:#ffffff;
		background-image:url(img/footershowroom.gif);		
	}

	#footershowroomtext {
		width:1024px;
		height:30px;
		background-color:#ffffff;
	}
	
	#leistungen_nav_absolute {
		border-top: #ffffff 2px solid;
		position: absolute;
		left: 187px;
		top: 197px;
		width:103px;
		height:160px;
		background-color:#E099A4;
		visibility: hidden;
	}

	#leistungen_nav_relative {
		border-top: #ffffff 1px solid;
		position: relative;
		left: 187px;
		top: 1px;
		width:103px;
		height:160px;
		background-color:#E099A4;
	}

	
	/* font def */
	
	a {
		color:#C6455A; text-decoration:none;
	}
	a:hover {
		color:#C6455A; text-decoration:underline;
	}
	
	.head {
		color:#C6455A; font-family:verdana; font-size:11px; font-weight:bold; text-transform:uppercase;
	}

	.copyred {
		color:#C6455A; font-family:verdana; font-size:11px;
	}
	
	.copy {
		color:#000000; font-family:verdana; font-size:11px;
	}
	
	.copyredbold {
		color:#C6455A; font-family:verdana; font-size:11px; font-weight:bold;
	}
	
	.copybold {
		color:#000000; font-family:verdana; font-size:11px; font-weight:bold;
	}	