/**
 * Theme Name: Şcoli pentru un viitor verde
 * Theme URI: http://scolipentruunviitorverde.ro/
 * Description: Jurnal de proiect
 * Author: Design Forge <team@design-forge.ro>
 * Author URI: http://design-forge.ro/
 */




/* CSS Reset */

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Helvetica, Arial, sans-serif;
	}

h2 {
	font-size: 18px;
	line-height: 31px;
	font-weight: normal;
}

h3 {
	font-size: 32px;
	line-height: 42px;
	font-weight: normal;
}

h3#comments, #respond h3 {
	font-size: 18px;
	line-height: 24px;
}

a {
	color: #424242;
	text-decoration: none;
}

a:hover {
	color: #111;
}

p {
	margin-bottom: 1em;
	font-size: 12px;
	line-height: 19px;
}

.screen-reader-text {
	display: none;
}

/* Page Layout */

#page {
	width: 100%;
	background: url('images/header.jpg') no-repeat top center;
}

#header {
	width: 960px;
	height: 350px;
	margin: 0 auto;
}

#content-container {
	width: 100%;
	clear: both;
	background: #fff url('images/page.jpg') no-repeat top center;
	overflow: auto;
}

#content {
	width: 999px;
	margin: 0 auto;
	position: relative;
	left: 30px;
}

#footer-container {
	width: 100%;
	clear: both;
	background: url('images/footer.jpg') no-repeat top center;
	overflow: auto;
}

#footer {
	width: 960px;
	height: 420px;
	margin: 0 auto;
}

/* Header */

#headerimg {
	position: relative;
}

#headerimg h1 a {
	display: block;
	width: 320px;
	height: 150px;
	background: url('images/logo-spuvv.jpg') no-repeat;
	text-indent: -9999px;
}

#parteneri-top {
	position: absolute;
	top: 0;
	right: 0px;
	width: 353px;
	height: 150px;
	padding-left: 130px;
	background: url('images/text-in-parteneriat-cu.jpg') no-repeat top left;
	list-style-type: none;
}

#parteneri-top li {
	float: left;
}

#parteneri-top li a#wwf {
	display: block;
	width: 130px;
	height: 150px;
	background: url('images/logo-wwf.jpg') no-repeat;
	text-indent: -9999px;
}

#parteneri-top li a#cdpress {
	display: block;
	width: 223px;
	height: 150px;
	background: url('images/logo-cdpress.jpg') no-repeat;
	text-indent: -9999px;

}

/* Menu */

#menu-container {
	position: absolute;
	top: 150px;
	width: 100%;
	background: url('images/menu-background.jpg') repeat-x top center;
}

#menu {
	width: 960px;
	height: 50px;
	margin: 0 auto;
	list-style-type: none;
}

#menu li {
	float: left;
}

#menu li a {
	display: block;
	height: 50px;
	background: url('images/menu.jpg') no-repeat;
	text-indent: -9999px;
}

#menu li a#despre {
	width: 112px;
	background-position: 0 0;
}

#menu li a#despre:hover {
	background-position: 0 -50px;
}

#menu li a#organizatori {
	width: 130px;
	background-position: -112px 0;
}

#menu li a#organizatori:hover {
	background-position: -112px -50px;
}

#menu li a#parteneri {
	width: 110px;
	background-position: -242px 0;
}

#menu li a#parteneri:hover {
	background-position: -242px -50px;
}

#menu li a#regulament {
	width: 124px;
	background-position: -352px 0;
}

#menu li a#regulament:hover {
	background-position: -352px -50px;
}

#menu li a#inscrieri {
	width: 105px;
	background-position: -476px 0;
}

#menu li a#inscrieri:hover {
	background-position: -476px -50px;
}

#menu li a#intrebari {
	width: 108px;
	background-position: -581px 0;
}

#menu li a#intrebari:hover {
	background-position: -581px -50px;
}

#menu li a#adrese {
	width: 91px;
	background-position: -689px 0;
}

#menu li a#adrese:hover {
	background-position: -689px -50px;
}

#menu li a#concurs {
	width: 101px;
	background-position: -780px 0;
}

#menu li a#concurs:hover {
	background-position: -780px -50px;
}

#menu li a#presa {
	width: 79px;
	background-position: -881px 0;
}

#menu li a#presa:hover {
	background-position: -881px -50px;
}

/* Searchbox */

#searchform {
	position: absolute;
	top: 9px;
	margin-left: 365px;
}

#searchform #s {
	padding: 7px;
	border: 1px solid #ccc;
	background-color: #fff;
	color: #424242;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#searchform #searchsubmit {
	padding: 6px;
	border: 1px solid #ccc;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

/* Navigation */

.navigation-category, .navigation-single {
	height: 49px;
	width: 960px;
}

.navigation-category a {
	display: block;
	width: 180px;
	height: 49px;
	background: url('images/navigation-category.jpg') no-repeat;
	text-indent: -9999px;
}

.navigation-category .previous a {
	background-position: 0 0;
	float: left;
}

.navigation-category .previous a:hover {
	background-position: 0 -49px;
}

.navigation-category .next a {
	float: right;
	background-position: -780px 0;
}

.navigation-category .next a:hover {
	background-position: -780px -49px;
}

.navigation-single a {
	display: block;
	width: 180px;
	height: 49px;
	background: url('images/navigation-single.jpg') no-repeat;
	text-indent: -9999px;
}

.navigation-single .previous a {
	float: left;
	background-position: 0 0;
}

.navigation-single .previous a:hover {
	background-position: 0 -49px;
}

.navigation-single .next a {
	float: right;
	background-position: -780px 0;
}

.navigation-single .next a:hover {
	background-position: -780px -49px;
}

/* Footer Partners */

#footer ul {
	list-style-type: none;
}

#footer li {
	margin-bottom: 1em;
}

#parteneri {
	list-style-type: none;
	height: 80px;
	margin-bottom: 20px;
}

#parteneri li {
	float: left;
	margin-bottom: 0;
}

#parteneri li a {
	display: block;
	height: 80px;
	background: url('images/parteneri.png') no-repeat;
	text-indent: -9999px;
}

#parteneri li a#pipo {
	width: 127px;
	background-position: 0 0;
}

#parteneri li a#pipo:hover {
	background-position: 0 -80px;
}

#parteneri li a#terra {
	width: 129px;
	background-position: -127px 0;
}

#parteneri li a#terra:hover {
	background-position: -127px -80px;
}

#parteneri li a#doxi {
	width: 124px;
	background-position: -252px 0;
}

#parteneri li a#doxi:hover {
	background-position: -252px -80px;
}

#parteneri li a#srg {
	width: 119px;
	background-position: -376px 0;
}

#parteneri li a#srg:hover {
	background-position: -376px -80px;
}

#parteneri li a#academia {
	width: 109px;
	background-position: -495px 0;
}

#parteneri li a#academia:hover {
	background-position: -495px -80px;
}

#parteneri li a#educatie {
	width: 189px;
	background-position: -604px 0;
}

#parteneri li a#educatie:hover {
	background-position: -604px -80px;
}

#parteneri li a#mediu {
	width: 162px;
	background-position: -793px 0;
}

#parteneri li a#mediu:hover {
	background-position: -793px -80px;
}

/* Footer Contents */

/* Footer Contents */

#footer h2 {
	margin-bottom: 10px;
	color: #424242;
}

#footer #layer01, #footer #layer02 {
	width: 960px;
	clear: both;
}

#archives, #categories, #calendar, #retele {
	float: left;
	margin-right: 20px;
	height: 150px;
}

#archives, #categories, #calendar {
	border-right: 1px dotted #aaa;
}

#archives {
	width: 110px;
}

#categories {
	width: 260px;
}

#calendar {
	width: 340px;
}

#calendar h5 a {
	font-size: 13px;
	color: #424242;
}

#calendar h5 a:hover {
	color: #000;
}

#retele {

}

#retele li {
	float: left;
}

#retele li a {
	display: block;
	width: 53px;
	height: 47px;
	background: url('images/retele.jpg') no-repeat;
	text-indent: -9999px;
}

#retele li a#rss {
	background-position: 0 0;
}

#retele li a#rss:hover {
	background-position: 0 -47px;
}

#retele li a#facebook {
	background-position: -53px 0;
}

#retele li a#facebook:hover {
	background-position: -53px -47px;
}

#retele li a#linkedin {
	background-position: -106px 0;
}

#retele li a#linkedin:hover {
	background-position: -106px -47px;
}

#retele li a#twitter {
	background-position: -159px 0;
}

#retele li a#twitter:hover {
	background-position: -159px -47px;
}

#copyright, #contact {
	border-right: 1px dotted #aaa;
}

#copyright, #contact, #footer-logos {
	float: left;
	margin-right: 20px;
	margin-top: 20px;
	height: 100px;
}

#copyright {
	width: 391px;
	padding-top: 6px;
}

#copyright p {
	font-size: 11px;
	line-height: 14px;
	color: #424242;
	width: 350px;
}

#contact {
	width: 340px;
}

#webdesign {
	margin-bottom: 30px;
}

#webdesign a {
	display: block;
	width: 65px;
	height: 46px;
	background: url('images/logo-df-trans.png') no-repeat;
	text-indent: -9999px;
}

/* Dates */

.data {
	font-size: 18px;
	position: absolute;
	left: -38px;
	text-align: center;
	background: url('images/date-holder-trans.png') no-repeat;
	width: 35px;
	height: 61px;
	padding-top: 10px;
	padding-left: 3px;
}

.data span {
	display: block;
	float: left;
	clear: left;
	width: 35px;
	text-align: center;
}

.data .luna {
	font-size: 14px;
	text-transform: uppercase;
}

/* illustration */

.illustration {
	margin-bottom: 6px;
}

/* Homepage */

div.homepage div.post {
	width: 266px;
	float: left;
	margin-right: 49px;
	padding: 8px;
	background-color: #fff;
	position: relative;
	border: 1px solid #ddd;
	height: 450px;
}

/* Entry, Post */

.entry {
	font-size: 12px;
}

.entry h2 {
	font-size: 32px;
	line-height: 42px;
	color: #424242;
}

.entry ul {
	margin-bottom: 1em;
	margin-left: 3em;
}

.postmetadata a {
	font-size: 14px;
	color: #3bc100;
}

.separator {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 960px;
	clear: both;
	height: 16px;
	border-bottom: 1px dotted #ccc;
}

.image-placeholder {
	background-color: #fff;
	padding: 10px;
}

.article-content {
	width: 550px;
	float: left;
}

ul.attachments {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li.document {
	width: 96px;
	height: 128px;
	float: left;
}

.post h3 {
	margin-bottom: 20px;
}

/* Forms */

form input, form textarea {
	padding: 3px;
	background-color: #424242;
	color: #fff;
}

#publica {
	width: 100%;
	clear: both;
	margin: 15px 0;
	padding-top: 15px;
	position: relative;
	left: -5px;
}

#banner-ad a img {
	margin-top: 20px;
}

#publica a {
	display: block;
	width: 960px;
	height: 75px;
	background: url('images/button-publica.jpg') no-repeat;
/*	margin-bottom: 20px;*/
	text-indent: -9999px;
}

#publica a:hover {
	background-position: 0 -75px;
}

/* Illustration handling for posts */

.container-illustration {
	padding: 10px;
	background-color: #fff;
	width: 266px;
	float: left;
}

.no-nav {
	padding-top: 50px;
}

.container-form {
	width: 610px;
	margin-left: 50px;
	float: left;
}

/* Publish form */

.container-form input, .container-form textarea {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: italic;
	font-size: 14px;
	padding: 7px 4px;
	color: #aaa;
	width: 500px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

input#submit {
	width: 150px;
	font-style: normal;
	color: #fff;
}

p > label {
	display: none;
}

p.detaliu {
	margin-top: -12px;
	color: #777;
	font-size: 12px;
	font-style: italic;
}

p.explicatie {
	width: 350px;
	color: #777;
	font-size: 14px;
}

.required {
	color: #b0e80c;
	position: relative;
	left: -15px;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}

/* Articol Categorie Single */

.illustration {
	width: 266px;
	padding: 10px;
	background-color: #fff;
	float: left;
	margin-right: 50px;
}

.homepage .illustration {
	margin: 0;
	padding: 0;
}

.article-content {
	width: 620px;
	float: left;
	clear: right;
}

.article-content ul, .article-content-wide ul  {
	padding-left: 5em;
	font-size: 12px;
	margin-bottom: 1em;
}

.article-content li, .article-content-wide li {
	margin-bottom: 8px;
}

li.document {
	width: 130px;
	margin-top: 10px;
	float: left;
	text-align: center;
}

li.document span {
	display: block;
}

.homepage .post .illustration {
	margin-bottom: 15px;
}

.post h2 {
	line-height: 18px;
	margin-bottom: 12px;
}

.article-content-wide {
	width: 960px;
}

.article-content h2 {
	line-height: 32px;
}

.comment-body {
	border: 1px solid #ddd;
	padding: 20px;
}

.comment-body strong {
	color: #3BC100;
}

.commentlist li {
	list-style-type: none;
	margin-bottom: 10px;
}

#commentform label {
	display: block;
}

.publica .container-illustration {
	margin-right: 50px;
}

.error {
	color: #f00;
}

.retry {
	font-size: 14px;
	line-height: 18px;
	color: #3BC100;
}

/* HARTA */

		#harta * {
			margin: 0;
			padding: 0;
			border: 0;
			outline: 0;
			width: 960px;
		}

		#harta {
			position: relative;
			font-family: Helvetica, Arial, sans-serif;
			font-size: 12px;
			line-height: 12px;
		}

		#lista {
			line-height: 16px;
			width: 960px;
			clear: both;
		}

		#lista ul {
			list-style-type: none;
		}

		#lista li {
			width: 90px;
			margin-right: 10px;
			float: left;
		}

		#grafic {
			position: relative;
			float: left;
			background: url('images/harta/harta-background.jpg') no-repeat;
			height: 600px;
			left: 70px;
		}

		#grafic ul {
			list-style-type: none;
		}

		#grafic li {
/*			float: left;*/
		}

		#grafic a {
			display: block;
			text-indent: -9999px;
		}

		#grafic a.ab { background: url('images/harta/ab.png') no-repeat; width: 125px; height: 135px; position: absolute; top: 186px; left: 202px;}
		#grafic a.ab.hover { background-position: 0 -135px; }
		#grafic a.ab.active { background-position: 0 -270px; }

		#grafic a.ar { background: url('images/harta/ar.png') no-repeat; width: 171px; height: 94px; position:absolute; top: 178px; left: 37px;}
		#grafic a.ar.hover { background-position: 0 -94px; }
		#grafic a.ar.active { background-position: 0 -188px; }

		#grafic a.ag { background: url('images/harta/ag.png') no-repeat; width: 74px; height: 146px; position: absolute; top: 305px; left: 340px;}
		#grafic a.ag.hover { background-position: 0 -146px; }
		#grafic a.ag.active { background-position: 0 -292px; }

		#grafic a.bc { background: url('images/harta/bc.png') no-repeat; width: 124px; height: 88px; position: absolute; top: 171px; left: 464px;}
		#grafic a.bc.hover { background-position: 0 -88px; }
		#grafic a.bc.active { background-position: 0 -176px; }

		#grafic a.bh { background: url('images/harta/bh.png') no-repeat; width: 116px; height: 145px; position: absolute; top: 73px; left: 105px; }
		#grafic a.bh.hover { background-position: 0 -145px; }
		#grafic a.bh.active { background-position: 0 -290px; }

		#grafic a.bn { background: url('images/harta/bn.png') no-repeat; width: 94px; height: 98px; position:absolute; top: 79px; left: 301px;}
		#grafic a.bn.hover { background-position: 0 -98px; }
		#grafic a.bn.active { background-position: 0 -196px; }

		#grafic a.bt { background: url('images/harta/bt.png') no-repeat; width: 105px; height: 96px; position: absolute; top: 1px; left: 471px;}
		#grafic a.bt.hover { background-position: 0 -96px; }
		#grafic a.bt.active { background-position: 0 -192px; }

		#grafic a.bv { background: url('images/harta/bv.png') no-repeat; width: 119px; height: 92px; position: absolute; top: 241px; left: 358px;}
		#grafic a.bv.hover { background-position: 0 -92px; }
		#grafic a.bv.active { background-position: 0 -184px; }

		#grafic a.br { background: url('images/harta/br.png') no-repeat; width: 98px; height: 90px; position: absolute; top: 319px; left: 549px;}
		#grafic a.br.hover { background-position: 0 -90px; }
		#grafic a.br.active { background-position: 0 -180px; }

		#grafic a.b { background: url('images/harta/b.png') no-repeat; width: 47px; height: 54px; position: absolute; top: 410px; left: 458px;}
		#grafic a.b.hover { background-position: 0 -54px; }
		#grafic a.b.active { background-position: 0 -108px; }

		#grafic a.bz { background: url('images/harta/bz.png') no-repeat; width: 107px; height: 124px; position: absolute; top: 287px; left: 474px;}
		#grafic a.bz.hover { background-position: 0 -124px; }
		#grafic a.bz.active { background-position: 0 -248px; }

		#grafic a.cs { background: url('images/harta/cs.png') no-repeat; width: 123px; height: 134px; position: absolute; top: 294px; left: 81px;}
		#grafic a.cs.hover { background-position: 0 -134px; }
		#grafic a.cs.active { background-position: 0 -268px; }

		#grafic a.cl { background: url('images/harta/cl.png') no-repeat; width: 148px; height: 63px; position: absolute; top: 431px; left: 488px;}
		#grafic a.cl.hover { background-position: 0 -63px; }
		#grafic a.cl.active { background-position: 0 -126px; }

		#grafic a.cj { background: url('images/harta/cj.png') no-repeat; width: 122px; height: 111px; position: absolute; top: 104px; left: 203px;}
		#grafic a.cj.hover { background-position: 0 -111px; }
		#grafic a.cj.active { background-position: 0 -222px; }

		#grafic a.ct { background: url('images/harta/ct.png') no-repeat; width: 140px; height: 122px; position: absolute; top: 402px; left: 573px;}
		#grafic a.ct.hover { background-position: 0 -122px; }
		#grafic a.ct.active { background-position: 0 -244px; }

		#grafic a.cv { background: url('images/harta/cv.png') no-repeat; width: 86px; height: 83px; position: absolute; top: 231px; left: 416px;}
		#grafic a.cv.hover { background-position: 0 -83px; }
		#grafic a.cv.active { background-position: 0 -166px; }

		#grafic a.db { background: url('images/harta/db.png') no-repeat; width: 71px; height: 118px; position: absolute; top: 325px; left: 394px;}
		#grafic a.db.hover { background-position: 0 -118px; }
		#grafic a.db.active { background-position: 0 -236px; }

		#grafic a.dj { background: url('images/harta/dj.png') no-repeat; width: 126px; height: 126px; position: absolute; top: 408px; left: 199px;}
		#grafic a.dj.hover { background-position: 0 -126px; }
		#grafic a.dj.active { background-position: 0 -252px; }

		#grafic a.gl { background: url('images/harta/gl.png') no-repeat; width: 85px; height: 93px; position: absolute; top: 242px; left: 564px;}
		#grafic a.gl.hover { background-position: 0 -93px; }
		#grafic a.gl.active { background-position: 0 -186px; }

		#grafic a.gr { background: url('images/harta/gr.png') no-repeat; width: 85px; height: 108px; position: absolute; top: 429px; left: 422px;}
		#grafic a.gr.hover { background-position: 0 -108px; }
		#grafic a.gr.active { background-position: 0 -216px; }

		#grafic a.gj { background: url('images/harta/gj.png') no-repeat; width: 105px; height: 98px; position: absolute; top: 330px; left: 192px;}
		#grafic a.gj.hover { background-position: 0 -98px; }
		#grafic a.gj.active { background-position: 0 -196px; }

		#grafic a.hr { background: url('images/harta/hr.png') no-repeat; width: 111px; height: 128px; position: absolute; top: 124px; left: 377px;}
		#grafic a.hr.hover { background-position: 0 -128px; }
		#grafic a.hr.active { background-position: 0 -256px; }

		#grafic a.hd { background: url('images/harta/hd.png') no-repeat; width: 108px; height: 126px; position: absolute; top: 221px; left: 170px;}
		#grafic a.hd.hover { background-position: 0 -126px; }
		#grafic a.hd.active { background-position: 0 -252px; }

		#grafic a.il { background: url('images/harta/il.png') no-repeat; width: 155px; height: 62px; position: absolute; top: 396px; left: 489px;}
		#grafic a.il.hover { background-position: 0 -62px; }
		#grafic a.il.active { background-position: 0 -124px; }

		#grafic a.is { background: url('images/harta/is.png') no-repeat; width: 126px; height: 93px; position: absolute; top: 76px; left: 509px;}
		#grafic a.is.hover { background-position: 0 -93px; }
		#grafic a.is.active { background-position: 0 -186px; }

		#grafic a.mm { background: url('images/harta/mm.png') no-repeat; width: 157px; height: 79px; position: absolute; top: 31px; left: 231px;}
		#grafic a.mm.hover { background-position: 0 -79px; }
		#grafic a.mm.active { background-position: 0 -158px; }

		#grafic a.mh { background: url('images/harta/mh.png') no-repeat; width: 123px; height: 127px; position: absolute; top: 359px; left: 138px;}
		#grafic a.mh.hover { background-position: 0 -127px; }
		#grafic a.mh.active { background-position: 0 -254px; }

		#grafic a.ms { background: url('images/harta/ms.png') no-repeat; width: 111px; height: 125px; position: absolute; top: 129px; left: 302px;}
		#grafic a.ms.hover { background-position: 0 -125px; }
		#grafic a.ms.active { background-position: 0 -250px; }

		#grafic a.nt { background: url('images/harta/nt.png') no-repeat; width: 127px; height: 91px; position: absolute; top: 102px; left: 436px;}
		#grafic a.nt.hover { background-position: 0 -91px; }
		#grafic a.nt.active { background-position: 0 -182px; }

		#grafic a.ot { background: url('images/harta/ot.png') no-repeat; width: 90px; height: 150px; position: absolute; top: 385px; left: 290px;}
		#grafic a.ot.hover { background-position: 0 -150px; }
		#grafic a.ot.active { background-position: 0 -300px; }

		#grafic a.ph { background: url('images/harta/ph.png') no-repeat; width: 97px; height: 96px; position: absolute; top: 319px; left: 423px;}
		#grafic a.ph.hover { background-position: 0 -96px; }
		#grafic a.ph.active { background-position: 0 -192px; }

		#grafic a.sm { background: url('images/harta/sm.png') no-repeat; width: 118px; height: 90px; position: absolute; top: 17px; left: 164px;}
		#grafic a.sm.hover { background-position: 0 -90px; }
		#grafic a.sm.active { background-position: 0 -180px; }

		#grafic a.sj { background: url('images/harta/sj.png') no-repeat; width: 103px; height: 67px; position: absolute; top: 91px; left: 197px;}
		#grafic a.sj.hover { background-position: 0 -67px; }
		#grafic a.sj.active { background-position: 0 -134px; }

		#grafic a.sb { background: url('images/harta/sb.png') no-repeat; width: 106px; height: 97px; position: absolute; top: 226px; left: 276px;}
		#grafic a.sb.hover { background-position: 0 -97px; }
		#grafic a.sb.active { background-position: 0 -194px; }

		#grafic a.sv { background: url('images/harta/sv.png') no-repeat; width: 141px; height: 105px; position: absolute; top: 33px; left: 383px;}
		#grafic a.sv.hover { background-position: 0 -105px; }
		#grafic a.sv.active { background-position: 0 -210px; }

		#grafic a.tr { background: url('images/harta/tr.png') no-repeat; width: 94px; height: 111px; position: absolute; top: 433px; left: 351px;}
		#grafic a.tr.hover { background-position: 0 -111px; }
		#grafic a.tr.active { background-position: 0 -222px; }

		#grafic a.tm { background: url('images/harta/tm.png') no-repeat; width: 187px; height: 124px; position: absolute; top: 230px; left: 1px;}
		#grafic a.tm.hover { background-position: 0 -124px; }
		#grafic a.tm.active { background-position: 0 -248px; }

		#grafic a.tl { background: url('images/harta/tl.png') no-repeat; width: 142px; height: 100px; position: absolute; top: 322px; left: 629px;}
		#grafic a.tl.hover { background-position: 0 -100px; }
		#grafic a.tl.active { background-position: 0 -200px; }

		#grafic a.vs { background: url('images/harta/vs.png') no-repeat; width: 90px; height: 115px; position: absolute; top: 149px; left: 556px;}
		#grafic a.vs.hover { background-position: 0 -115px; }
		#grafic a.vs.active { background-position: 0 -230px; }

		#grafic a.vl { background: url('images/harta/vl.png') no-repeat; width: 75px; height: 126px; position: absolute; top: 310px; left: 275px;}
		#grafic a.vl.hover { background-position: 0 -126px; }
		#grafic a.vl.active { background-position: 0 -252px; }

		#grafic a.vn { background: url('images/harta/vn.png') no-repeat; width: 95px; height: 94px; position: absolute; top: 241px; left: 497px;}
		#grafic a.vn.hover { background-position: 0 -94px; }
		#grafic a.vn.active { background-position: 0 -186px; }
