
/* ----------------------------------------------------
   C O N T E N T   H E A D E R
------------------------------------------------------*/

#content_header {
	background: url(../images/cegunkrol/content_header.jpg) #ffffff left top no-repeat;
}

/* ----------------------------------------------------
   C O N T E N T   M E N U
------------------------------------------------------*/

#content_menu {
	background: url(../images/cegunkrol/content_menu.jpg) #9db7d2 left top no-repeat;
}

#content_menu ul li a {
	color: #ffffff;
}		

#content_menu ul li a:hover {
	color: #e8f3ff;
}	


/* ----------------------------------------------------
   C O N T E N T   F O O T E R
------------------------------------------------------*/

#content_footer {
	background: url(../images/cegunkrol/content_footer.jpg) #9db7d2 left top no-repeat;
}


/* ----------------------------------------------------
   C O N T E N T S
------------------------------------------------------*/

#contents {
	background-color: #e0e7ef;
	/*background: url(../images/cegunkrol/contents.png) #e0e7ef left top no-repeat;*/
}


/* --- HEADER --- */

#contents h1 {
	color: #000000;
}

#contents h2 {
	color: #000000;
}

#contents h2.offer {
	margin-top: 40px;
	text-align: center;
}


/* --- PARAGRAPH ---*/

#contents p {
	color: #1c252f;
}

#contents p.map {
	font: 10px/18px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 40px 0px 40px 0px;
	text-align: center;
}

#contents p.contact {
	line-height: 22px;
	margin-bottom: 40px;
	text-align: center;
}


/* --- ANCHOR --- */

#contents p a {
	color: #e30000;
}

#contents p a:hover {
	text-decoration: underline;
}

#contents p.map a {
	border: none;
}

#contents p.map a:hover {
	border: none;
}

#contents p a.external {
	background: url(../images/cegunkrol/external.png) left center no-repeat;
	margin-left: 4px;
	padding-left: 13px;
}

#contents h2.offer a {
	color: #dc0000;
}

#contents h2.offer a:hover {
	text-decoration: underline;
}


/* --- IMAGE --- */

#contents p.map img {
	background-color: #ffffff;
	border: solid 5px #c4d0de;
	padding: 1px;
}


/* ----------------------------------------------------
   C O N T E N T S   A D D
------------------------------------------------------*/

#contents_add {
	background: url(../images/cegunkrol/contents_add.png) #d3dde8 left top no-repeat;
	border-left: solid 5px #ffffff;
	border-right: solid 5px #ffffff;
	float: left;
	padding: 40px 20px 30px 20px;
	width: 710px;  /* 760-(20+20+5+5) */
}

#contents_add div.activities {
	margin: 20px 0px 20px 0px;
}


/* --- HEADER --- */

#contents_add h1 {
	color: #8b9aab;
	font: small-caps normal 24px "Times New Roman", Times, Georgia, serif;
	letter-spacing: 2px;
	margin-bottom: 45px;
}


/* --- PARAGRAPH --- */

#contents_add p {
	color: #1c252f;
	font: 13px/20px Georgia, "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: justify;
}

/* --- ANCHOR --- */ 

#contents_add p a {
	color: #c60000;
}

#contents_add p a:hover {
	text-decoration: underline;
}

/* --- TABLE --- */

#contents_add table.activities {
	margin: 0px auto;
}

#contents_add table.activities td {
	padding: 10px 0px 10px 0px;
	vertical-align: middle;
}

#contents_add table.activities td.image {
	width: 220px;
}

#contents_add table.activities td.text {
	width: 420px;
}

#contents_add table.activities td.text p.pullup {
	position: relative; top: -16px;
}

