/* CSS Document */

#web {
  width: 990px; margin: 10px auto;
  position: relative; z-index: 10;
}

#web .corner {
	width: 27px; height: 27px;
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute;
}
#web .corner.tl { background-image: url('../img/layout/bg_ctl.png'); top: 0; left: 0; }
#web .corner.tr { background-image: url('../img/layout/bg_ctr.png'); top: 0; right: 0; }
#web .corner.bl { background-image: url('../img/layout/bg_cbl.png'); bottom: 0; left: 0; }
#web .corner.br { background-image: url('../img/layout/bg_cbr.png'); bottom: 0; right: 0;}

#web .bg { position: absolute; }

#web .bg.top, #web .bg.bottom { height: 27px; width: 936px; }
#web .bg.left, #web .bg.right { width: 27px; height: 95%; }

#web .bg.top { background-image: url('../img/layout/bg_t.png'); top: 0px; left: 27px; }
#web .bg.bottom { background-image: url('../img/layout/bg_b.png'); bottom: 0; left: 27px; }
#web .bg.left { background-image: url('../img/layout/bg_r.png'); top: 27px; left: 0; }
#web .bg.right { background-image: url('../img/layout/bg_l.png'); top: 27px; right: 0; }


/*****************************************************************************************/

#web #content {
	margin: 27px; padding: 1px 1px 27px;
	background: white;
}

#web #content #header {
	height: 244px; margin: 27px 0;
	border-bottom: 4px solid #37925a;
	background: url('../img/layout/asociace_logo.png') top right no-repeat;
}
#web #content #header a img { border: 0; }

#web #content #footer {
	clear: both;
	height: 60px; padding: 0 10px; margin: 1px 0;
	background: url('../img/layout/footer_bg.png') top left repeat-x;
	border-top: 4px solid #37925a;
	line-height: 60px; color: white; text-align: right;
}

#web #content #left {
	width: 255px; margin: 0 0 20px;
	float: left;
}
#web #content #left .links { margin: 40px auto; border-top: 2px solid #c7cde0; padding: 20px 0 0 0; width: 80%; }
#web #content #left .links a {
	font-size: 1.3em; text-decoration: none;
	display: block; line-height: 20px; text-align: center;
}
#web #content #right {
	width: 678px; min-height: 350px; padding: 0; margin: 0 0 20px;
	float: right;
	border-left: 1px solid #7a90d1;
}
#web #content #menu {
	width: 100%;
	list-style-type: none;
	margin: 20px 0; padding: 0;
}
#web #content #menu li {
	height: 25px;
	background: url('../img/layout/menu_del.png') center bottom no-repeat;
}
#web #content #menu li a {
	display: block;
	color: #3c4f86;
	font-size: 1.4em;	line-height: 24px; text-align: center;
	text-decoration: none;
}
#web #content #menu li a:hover, #web #content #menu li.selected, #web #content #menu li.selected a {
	font-weight: bold;
	color: #ac2021;
}

/*****************************************************************************************************/
#page {
	margin: 0 20px;
}
#page h1 {
	font-size: 1.7em; color: #3c4f86;
}
#page h2 {
	font-size: 1.5em; font-weight: 500;
	color: #3c4f86;
}
#page p.title { font-size: 1.4em; color: #ac2021; } 
#page p.subtitle { font-size: 1.2em; color: #3c4f86; } 
#page a img { text-decoration: none; border: 0; }
#page table a { text-decoration: none; border: 0; font-weight: bold; }

#page .subli-a {
	list-style-type: none; text-indent: -2em; margin: 0 0 0 2em;
}
#page .subli { list-style-type: none; }
#page .subli-a span {
	margin-right: 1em;
}
#page .subli-1 {
	list-style-type: none; text-indent: -2em; margin: 0 0 0 2em;
}
#page .subli-1 span {
	margin-right: 0.5em;
}
#page .st { font-weight: bold; text-decoration: underline; }

#page .mapa .l { float: left; width: 40%; font-size: 1.3em; color: #3c4f86; text-align: center; }
#page .mapa .l h2 { font-size: 1.3em; color: #6d89d8; }
#page .mapa .r { width: 55%; float: right; }
#page .mapa .r #map_canvas { width: 300px; height: 200px; margin: 15px 0; border: 2px solid #3d5086;
