html {
height:100%; 
max-height:100%; 
padding:0;
margin:0; 
border:0; 
background:#fff; 
font-size:76%; 
font-family:georgia, palatino linotype, times new roman, serif;
/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
overflow: hidden; 
/* */ 
}

body {
  	height:100%; 
	max-height:100%; 
	overflow:hidden; 
	padding:0; 
	margin:0; 
	border:0;  
	background:#000;
	}

#content {
    overflow:auto; 
	position:absolute; 
	z-index:3; 
	top:140px; 
	bottom:00px; 
	left:180px; 
	right:0; 
	background:#fff;
	}

* html #content {
    top:0; 
	left:0; 
	right:0; 
	bottom:0; 
	height:100%; 
	max-height:100%; 
	width:100%; 
	overflow:auto; 
	position:absolute; 
	z-index:3; 
	border-top:140px solid #fff; 
	border-bottom:0px solid #fff; 
	border-left:180px solid #000;
	}

#head {
    position:absolute; 
	margin:0; 
	top:0px; 
	left:0px; 
	display:block; 
	width:100%; 
	height:140px; 
	background:url(../pics/general/headline.jpg) #fff; 
	background-position:0 0; 
	background-repeat:no-repeat; 
	font-size:4em; 
	z-index:5; 
	overflow:auto; 
	color:#fff;
	}

#left {
    position:absolute; 
	left:0px; 
	top:140px; 
	bottom:0px; 
	width:180px; 
	padding:0px;
	margin:0px;
	background:rgb(255,255,255); 
	font-size:1.2em; 
	z-index:4; 
	overflow:auto; 
	background-repeat:no-repeat;
	}

* html #left {
    height:100%; 
	top:140px; 
	bottom:0; 
	border-top:0px solid #fff; 
	border-bottom:0px solid #fff; 
	color:#fff;
	}

#content p {
    padding:10px;
	}

.bold {
    font-size:1.2em; 
	font-weight:bold;
	}

.lin a {	
    color: #000000; 
	background-color: transparent;
	font-family: "@Arial Unicode MS", sans-serif; 
	font-size: 13px; 
	font-weight: bold; 
	letter-spacing: 0px; 
	text-align: left; 
	line-height:20px;
	text-decoration: none; 
	}
.lin b {
    color: #000000; 
	background-color: transparent;	
	font-family: "@Arial Unicode MS", sans-serif; 
	font-size: 10px; 
	letter-spacing: 0px; 
	text-align: left; 
	line-height: 15px; 
	font-weight: normal;
	text-decoration: none;}

.contactar a {	
    color: #000000; 
	background-color: transparent;
	font-family: "@Arial Unicode MS", sans-serif; 
	font-size: 25px; 
	font-weight: bold; 
	letter-spacing: 1px; 
	text-align: left; 
	line-height:25px;
	text-decoration: none; 
	}
.contactar b {
    color: #000000; 
	background-color: transparent;	
	font-family: "@Arial Unicode MS", sans-serif; 
	font-size: 20px; 
	letter-spacing: 0px; 
	text-align: left; 
	line-height: 50px; 
	font-weight: normal;
	text-decoration: none;
	}
.hiddenPic {display:none;}

