/* basic and generic elements 
==============================*/
body {
	background: #f6f8fb;
	background: #f6f8fb url('../_img/main-bg.gif') repeat-x top center ;
	text-align: center;
	font: 62.5% Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #6a7280;
}

a, a:link, a:visited {
	color: #295ba5;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	padding: 0; margin: 0; border: 0;
}

/* styling the grid
====================*/

div#base {
	background: url('../_img/main-bg-cora.gif') no-repeat top center ;	
}

div#container, div.other {
	text-align: left;
	margin: 0 auto;
	width: 750px;
}

div.other {
	padding-top: 15px;
	clear: both;
}

div#header {
	width: 750px;
	height: 105px;
	position: relative;
}

div.newcora {
	width: 750px;
	height: 192px;
	clear: both;
	position: relative;
	background: url('../_img/new-cora.jpg') center no-repeat;
}

div#main {
	width: 700px;
	height: 331px;
	border: 1px solid #b1bccc;
	padding: 16px 24px;
	background: #fff;
	clear: both;
	position: relative;
	float: left;
}

div.data {
	width: 211px;
	position: absolute;
	float: left;
}

div.access {
	width: 493px;
	height: 241px;
	float: left;
}

div.bannerzone {
	float: left;
	width: 211px;
	height: 216px;
	padding-left: 46px;
	padding-top: 25px;
}



/* styling the content 
==========================*/

/* header */
div#header h1 {
	margin: 0; 
	padding: 0;
	font-size: 2.1em;
	color: #295ba5;
	font-weight: 700;
	position: absolute;
	top: 38px; left: 115px;
	visibility: hidden;
}

div#header a {
	display: block;
	position: absolute;
	font-weight: 700;
	font-size: 1.2em;
	top: 46px;
	right: 0;
	padding-right: 25px;
	background: url('../_img/arrow.gif') center right no-repeat;
}

/* event */
div.newcora h2, div.newcora h3 {
	overflow: hidden;
	text-indent: -150000px;
}

div.newcora p {
	color: #cfd8e5;
	font-size: 1.4em;
	line-height: 1.8em;
	width: 364px;
	margin-top: 30px;
	margin-left: 21px;
}

div.newcora a {
	display: block;
	position: absolute;
	width: 200px; height: 35px;
	top: 138px; left: 522px;
	text-indent: -150000em;
	overflow: hidden;
}

/* main */
div#main div.info {
	padding-bottom: 25px;
	background: url('../_img/dots.gif') bottom repeat-x;
	float: left;
}

div#main h2 {
	font-size: 2.1em;
	color: #cb2229;
	font-weight: 700;
	margin: 0 0 2px 0;
}

p.address {
	font-size: 1.2em;
	line-height: 1.7em;
	font-weight: 700;
	margin: 0 0 8px 0;
}

p.telephone {
	font-size: 1.8em;
	color: #000;
	font-weight: 700;
	background: url('../_img/ico-telephone.gif') no-repeat 0px -3px;
	padding-left: 28px;
	margin: 0 0 6px 0;
}

p.email {
	font-size: 1.5em;
	font-weight: 700;
	background: url('../_img/ico-mail.gif') no-repeat center left;
	padding-left: 28px;
	margin: 0;
}

div.agenda p {
	font-size: 1.2em;
	color: #cb2229;
	font-weight: 700;
	margin: 3px 0;
	clear: both;
}

div.photo {
	position: absolute;
	top: 10px; left: 230px;
	width: 467px;
}

