/**
* Page: piedra-libre.ch
* Developer: Nicolas Baer (nicolas.baer@gmail.com)
* Copyright by Verein Piedra Libre
*/

/* -- DOCUMENT -- */
body, html { 
	height: 100%;

	margin: 0px;
	padding: 0px;
}

/* -- STRUCTURE DIVISIONS -- */
div.main {
	position: absolute;
	width: 600px;
  	height: 720px;
	
	left: 50%;
	margin-left: -300px;
	margin-bottom: 0px;
	padding-bottom: 35px;

 
	border-left: 0px solid #a9afb3;
	border-right: 0px solid #a9afb3;

	background-color: #FFFFFF;
}



div.robots {
	display: block;
	width: 600px;
	height: 720px;

	background-image: url('pics/background.jpg');
}


/* -- LINK DIVISIONS -- */
div.robots div.bands {
	position: absolute;
	width: 110px;
	height: 65px;

	left: 90px;
	top: 160px;

	background-color: transparent;
}

div.robots div.infos {
	position: absolute;
	width: 55px;
	height: 118px;

	left: 30px;
	top: 365px;

	background-color: transparent;

}

div.robots div.tickets {
	position: absolute;
	width: 75px;
	height: 140px;

	left: 510px;
	top: 250px;

	background-color: transparent;
}

div.robots div.pics {
	position: absolute;
	width:60px;
	height: 90px;

	left: 45px;
	top: 250px;

	background-color: transparent;

}

div.robots div.anfahrt {
	position: absolute;
	width: 80px;
	height: 140px;

	left: 500px;
	top: 420px;

	background-color: transparent;
}

div.robots div.design {
	position: absolute;
	width: 80px;
	height: 20px;

	left: 370px;
	top: 690px;

	background-color: transparent;
}

div.robots div.malik {
	position: absolute;
	width: 115px;
	height: 45px;

	left: 420px;
	top: 685px;

	background-color: transparent;
}


/* -- CONTENT DIVISIONS -- */
div.robots div.text {
	position: absolute;
	width: 220px;
	height: 175px;
	
	vertical-align: middle;
	text-align: left;

	left: 200px;
	top: 290px;

	background-color: transparent;
}

div.robots div.contact {
	position: absolute;
	width: 200px;
	height: 15px;
	
	vertical-align: middle;
	text-align: left;

	left: 260px;
	top: 540px;

	background-color: transparent;
}

/* -- TEXT STYLES -- */
div.text a, div.contact a, div.design p {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;	
	color: grey;
	
	font-weight: thin;
	text-decoration: none;
}

div.text p, div.text td, div.text span, div.text font {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;	
	color: white;
	
	font-weight: thin;
	text-decoration: none;
}

/* -- DEACTIVATE BORDER IMAGES -- */
img {
	border: 0;
}
