/* 
	css document for wohnraumkonzepte.com
	german version: wohnraumkonzepte.com
	diplom (fh) bauingeneur frank geiseler
	css implemented by lieven design
	sandra von lieven, berlin 2005, san francisco 2006
*/

body 	{ 
	font-family: trebuchet ms, verdana, sans-serif; 
	margin:0px 0px 0px 0px; background: #fff; height: 100%;
	scrollbar-base-color:#ccc; scrollbar-3dlight-color:#ccc; 
	scrollbar-arrow-color:#fff; scrollbar-darkshadow-color: #ccc; scrollbar-face-color:#ccc; 
	scrollbar-highlight-color:#ccc; 
	scrollbar-shadow-color:#ccc; 
	scrollbar-track-color:#ccc; 

}

div.languages {
	position: absolute; top: 60px; left: 709px; z-index: 1;
}

p { font: normal 11px/14px trebuchet ms; margin-left:0px; }

a:link, a:visited { text-decoration: none; color: #000; }
a:link:hover, a:visited:hover { text-decoration: none; color: #fff; background: #A6CA01; }

div.background {
	background: #fff;		
	position: absolute; left: 50%;
	width: 760px; height: 100%;
	margin-left: -380px; /* Element auf Screen zentriert positionieren */
	z-index: 0;
}

div.logo-home {
	background: url(../_images/logo.gif) top left no-repeat;
	position: absolute; top: 60px; left: 74px; 
	height: 40px;
	width:526px;
	z-index: 2;
}

div.logo {
	background: url(../_images/logo.jpg) top left no-repeat;
	position: absolute; top: 60px; left: 74px; 
	height: 40px;
	width:220px;
	z-index: 2;
}