@import url(super_style.css);

/************** pagrindas **************/

html,body {
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
	background: #000DB9;
	text-align: center;
}



/************** tinklalapio isdestymas **************/

#container {
	z-index: 2;
	position: relative;
	width: 680px;
	height: 476px;
	margin: auto;
	text-align: left;
	top: 50%;
	margin-top: -238px;
}

h1 {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 680px;
	height: 99px;
	font-size: 1px;
	background: url('../img/intro_header.jpg') no-repeat;
}

p {
	position: absolute;
	background: url('../img/intro_main.jpg') no-repeat;
	width: 680px;
	height: 378px;
	top: 99px;
	left: 0px;
}



#menu {
	position: absolute;
	top: 142px;
	left: 31px;
	list-style-type: none;
}


#lang {
	position: absolute;
	background: none;
	width: 660px;
	height: 10px;
	top: 490px;
	font-size: 10px;
	left: 0px;
	text-align: right;
	color: #FFFFFF;
}

#lang a, #c-r a {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}

/************* meniu tekstai ****************/

#menu li {
	margin: 10px 0 10px 0;
}

#menu a {
	padding: 0 20px 0 0;
	font: 12px verdana;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
	background: url('../img/bullet.gif') right center no-repeat;
}

#menu a:hover, #menu a.m_ {
	color: #D60D0D;
}





/************* tinklalapio tekstai ****************/

h1 span, p span {
	display: none;
}
