/* ClearALL */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}

/* remember to define focus styles! */
:focus {
outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}

/* START CSS ***********************************/
BODY {
  margin-bottom: 0px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-family: Verdana, Arial, Helvetica;
  font-size: 10pt;
  background-image:url(images/mainbg.jpg);
}
#mainContainer {
width: 950px;
margin:auto;
}
#mainBodyContainer{
width:950px;
float:left;
}
	#mainLeftContainer{
	width:321px;
	height:207px;
	float:left;
	padding-top:5px;
	text-align:center;
	}
		#mainLeftLogoContainer{
		width:321px;
		height:169px;
		float:left;
		}
		#mainLeftLanguageContainer{
		width:321px;
		height:36px;
		float:left;
		}
	#mainImgContainer{
	width:629px;
	height:210px;
	float:right;
	background-image:url(images/mainImg.jpg);
	}

#mainFooterContainer{
width:950px;
float:left;
margin-top:55px;
}

/* LINKS */
A:link, A:visited {
COLOR: #0080C0;
text-decoration: none;
font-size: 10pt;
}
A:hover {
color : #CC3366;
text-decoration: underline;
}

/* Language Select */
ul#navlist {
  margin: 0;
  padding: 0;
  list-style-type: none;
  white-space: nowrap;
}
ul#navlist li {
  float: left;
  margin: 0px;
  padding: 0px;
}
#navlist a, #navlist a:link {
  color: Black;
  text-decoration: none;
  display: block;
  width: 158px;
  height: 22px;
  text-align: center;
  padding-top: 11px;
  font-size:14px;
  font-weight:bold;
  background-color:#0075FF;
  color:#FFFFFF;
  border-right:1px solid #FFFFFF;
  border-bottom:3px solid #0075FF;
}
#navlist a:hover {
  color: #000;
  background-color: #7EB7E2;
  border-bottom:3px solid #0075FF;
}

/* TEXTs */
#Oziplikis{
font-family:"Trebuchet MS", Arial, Helvetica;
font-size:33px;
color:#fff;
font-weight:bold;
}