/* CSS Cesim basic layout */

a {
	text-decoration:none;
	font-weight:bold;
}

a:visited {
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
}

#data {
	position:relative;
	width:880px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

#logobar {
	position:relative;
	height:auto;
	margin-top:41px;
	height:53px;
}

#logobar img.logo {
	position:absolute;
	left:0px;
}

#logobar img.teksti {
	position:absolute;
	right:0px;
}

#navigation {
	text-align:center;
	height: 37px;
	position:relative;
	background-image:url(images/navi.gif);
	background-repeat:repeat-x;
}

#navigation .l {
	position:absolute;
	left:0px;
}

#navigation .r {
	position:absolute;
	right:0px;
}

#navigation a {
	 border:0;
	 padding:0;
	 float:left;
	 margin-left:1px;
	 margin-right:1px;
	 background: #92c7dd url(images/buttonL.gif) left top no-repeat;
	 color:#FFFFFF;
	 text-decoration:none;
	 height:28px;
	 text-align:center;
	 font-size:13px;
	 display:block;
	 width:130px;
}

#navigation a:hover {
	text-decoration:underline;
}

#navigation span {
	padding:0px;
	margin:0px;
	background: url(images/buttonR.gif) right top no-repeat;
	display:block;
	width:130px;
	padding-top:6px;
	height:22px;
	cursor:pointer;
}

#navigation a.selected {
	background: #fff url(images/buttonLsel.gif) left top no-repeat;
	color:#999999;
}

#navigation a.selected:hover {
	background: #fff url(images/buttonLsel.gif) left top no-repeat;
	color:#999999;
	text-decoration:none;
}

#navigation .selected span {
	background: transparent url(images/buttonRsel.gif) right top no-repeat;
	padding-top:6px;
	height:22px;
}

#content {
	float:left;
	background-color:#fff;
	border: 1px solid #ccc;
	border-top: none;
	height:auto;
	width:878px;
	display:block;
}

#bottomBar {
	float:left;
	width:878px;
	height:33px;
	background-image:url(images/bottomBar.gif);
	text-align:center;
	font-size:11px;
	color:#647d86;
	text-transform:uppercase;
	margin-bottom:2em;
}
#bottomBar p{
	position:relative;
	margin:0px;
	padding-top: 9px; 
}

#bottomBar  .l {
	position:absolute;
	left:0px;
}
#bottomBar  .r {
	position:absolute;
	right:0px;
}


#italy {
	position: absolute;
	top: -37px;
	right: 100px;
}

#lithuania {
	position: absolute;
	top: -37px;
	right: 0px;
}

div.flag p {
	text-transform: uppercase;
	color: white;
	text-align: right;
	float: left;
}

div.flag a {
	float: left;
}