/* RESIDENZ CSS */
@import url('typography.css');
@import url('tabs.css');
body
{
	background: #bcaf9e url('../images/bg_body.jpg') repeat-x top left;
	padding: 5px;
	margin: 0px;
}
* {margin: 0px; padding: 0px;}
a
{
	color: #eb2429;
	outline: none;
}
a.normal
{
	color: #282425;
}
a.normal:hover
{
	color: #eb2429;
}
a img {border: none;}
#wrapper
{
	display: block;
	width: 776px;
	margin: 5px auto 0px auto;
}
#container
{
	display: block;
	clear: both;
	width: 736px;
	background: url('../images/center.gif') repeat-y top left;
	padding: 0px 20px 30px 20px;
	list-style-type: none;
	position: relative;
}
#container li
{
	color: #282425;/*#585757;*/
	font-family: "arial", "sans-serif";
}
#container li.keyvisual
{
	display: block;
	clear: both;
	margin: 0px auto;
	text-align: right;
}
#container li.spacer
{
	display: block;
	clear: both;
	border-top: 1px dotted #c7bf94;
	color: #282425;
	font-size: 11px;
	padding-top: 5px;
	margin-bottom: 15px;
}
#container li.left
{
	float: left;
	clear: left;
	width: 470px;
	width/**/: 470px;
	margin-top: 10px;
	padding-left: 10px;
}



ul.duo
{
	list-style-type: none;
	display: block;
	clear: both;
	width: 100%;
	height/**/: 1%;
	margin: 10px 0px 10px 0px;
}
ul.duo:after
{
	content: "....";
	clear: both;
	line-height: 1px;
	visibility: hidden;
}
ul.duo li
{
	float: left;
	width: 48%;
	margin-right: 3px;
}
#container li.right
{
	margin-top: 10px;
	float: right;
	width: 230px;
}
#container:after
{
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 1px;
}
* html #container
{
	height: 1%;
}
#footer
{
	display: block;
	clear: both;
	width: 726px;
	padding: 0px 25px 20px 25px;
	background: url('../images/footer.gif') repeat-y bottom left;
	text-align: right;
}
#footer p
{
	margin: 0px 0px 10px 0px;
}

a.vers {
	 color:#eb2429;
	 text-decoration:none;
	 font-size:12px;
	 margin:80px 0 0 600px;
	position:absolute	 ;
	font-family:Arial;
	 padding:0;
	 background:none;
	 width:180px;
	 font-weight:bold;
	 display:block;	 
	 z-index:1;
} 

 a.vers img {
	vertical-align:middle;
	margin-right:5px;
	
}


