body  {
	background-image: url('/img/bg.jpg');
	background-color: #090e14;
	background-repeat: no-repeat;
	background-position: top center;
	color: #ffffff;
}

#container {
	width: 882px;
	margin-left: auto;
	margin-right: auto;
}

#navigacija {
	background-image: url('/img/navigacija.png');
	text-align: center;
	height: 50px;
	width: 882px;
	margin-top: 320px;
	color: #908f90;
	font-weight: bold;
	font-family: arial;
	font-size: 13px;
	word-spacing: 2px;
}

#navigacija a {
	text-align: center;
	width: 99px;
	height: 68px;
	color: #585858;
	display: inline-block;
	font-weight: bold;
	font-family: arial;
	font-size: 13px;
	padding-top: 18px;
}

#navigacija a:hover {
	background-image: url('/img/hoveris.png');
	text-shadow: #ffffff 1px 0px 4px;
	background-repeat: repeat-x;
	text-decoration: none;
	color: #FFFFFF;
}

#slideshow {
	background-image: url('/img/slideshow.png');
	background-repeat: no-repeat;
	color: #ffffff;
	width: 665px;
	height: 179px;
	padding-top: 4px;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
}

#kontentas {
	width: 665px;
	margin-top: 10px;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
}

#k_1 {
	background-image: url('/img/k_1.png');
	background-repeat: no-repeat;
	font-family: arial;
	font-size: 13px;
	color:#ffffff;
	height: 25px;
	width: 665px;
	text-align: center;
	padding-top: 23px;
}

#k_2 {
	background-image: url('/img/k_2.png');
	background-repeat: repeat-y;
	font-family: arial;
	font-size: 12px;
	color:#ffffff;
	width: 645px;
	text-align: left;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	color: #586276;
}

#k_3 {
	background-image: url('/img/k_3.png');
	background-repeat: no-repeat;
	width: 665px;
	height: 25px;
	font-family: arial;
	font-size: 12px;
	color: #586276;
}


#sonas {
	width: 209px;
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
	margin-left: 4px;
	zoom: 1;
	*display: inline;
	*margin-left: 8px;
}

#status {
	background-image: url('/img/serverstatus.png');
	background-repeat: no-repeat;
	width: 169px;
	height: 136px;
	font-family: arial;
	font-size: 11px;
	padding-top: 45px;
	padding-left: 20px;
	padding-right: 20px;
	color: #ffffff;
	text-shadow: #ffffff 1px 0px 4px;
	vertical-align: top;
}

#serverdonation {
	background-image: url('/img/serverdonation.png');
	background-repeat: no-repeat;
	width: 169px;
	height: 146px;
	font-family: arial;
	font-size: 11px;
	padding-top: 35px;
	padding-left: 20px;
	padding-right: 20px;
	color: #ffffff;
	text-shadow: #ffffff 1px 0px 4px;
	vertical-align: top;
}

#voteforserver {
	background-image: url('/img/voteforserver.png');
	background-repeat: no-repeat;
	width: 169px;
	height: 151px;
	font-family: arial;
	font-size: 11px;
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
	color: #ffffff;
	vertical-align: top;
}

#counter {
	width: 169px;
	height: 151px;
	font-family: arial;
	font-size: 11px;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	color: #ffffff;
	vertical-align: top;
}

#language {
	background-image: url('/img/language.png');
	background-repeat: no-repeat;
	width: 169px;
	height: 151px;
	font-family: arial;
	font-size: 11px;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 27px;
	color: #ffffff;
	vertical-align: top;
	line-height: 8px;
}

#footer {
	background-image:url('/img/footer.jpg');
	background-position:center;
	background-repeat:no-repeat;
	height: 64px;
	width: 1120;
	text-shadow: #ffffff 1px 0px 4px;
	text-align: center;
	font-family: arial;
	font-size: 12px;
	color: #ffffff;
	padding-top: 220px;
	margin-bottom: -8px;
}

.tarpas {
	margin-top: 5px;
	vertical-align: top;
}

.tarpastarpnaujienu {
	margin-top: 12px;
	vertical-align: top;
}

/** button **/

.bt_button, #bt_button
{
	border: 1px solid #1e5175;
	background: #0a3350;
	color: #ffffff;
	height: 22px;
	width: 80px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.bt_button:hover, .bt_button:focus, #bt_button:hover, #bt_button:focus 
{
	background: #113650;
	border: 1px solid #ffffff;
}

/** inputs, textarea, etc.. **/

.inputas
{
	border: 1px solid #ffffff;
	background: #acbac4;
	height: 18px;
	width: 150px;
	color: #294a60;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 1px 0 1px 5px;
}

.inputas::-webkit-input-placeholder {
  color: #585858;
}
.inputas:-moz-placeholder {
  color: #585858;
}
.inputas:-ms-input-placeholder { /* IE10+ */
  color: #585858;
}

.inputas2
{
	border: 1px solid #ffffff;
	background: #acbac4;
	height: 15px;
	width: 80px;
	color: #294a60;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 1px 0 1px 5px;
}

.inputas2::-webkit-input-placeholder {
  color: #585858;
}
.inputas2:-moz-placeholder {
  color: #585858;
}
.inputas2:-ms-input-placeholder { /* IE10+ */
  color: #585858;
}

.inputas_tb
{
	border: 1px solid #ffffff;
	background: #acbac4;
	height: 100px;
	width: 350px;
	color: #294a60;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 1px 0 1px 5px;
}

.inputas:hover, .inputas:focus
{
	background: #8aa2b4;
	border: 1px solid #abdcff;
}

.inputas_tb:hover, .inputas_tb:focus
{
	background: #8aa2b4;
	border: 1px solid #abdcff;
}

.buttonsoff
{
	border: 1px solid #3c343e;
	background: #791d13;
	color: #ebebeb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#voteimg
{
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}
#voteimg:hover
{
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

h1 
{
	font-family: arial;
	font-size: 12px;
	color: #eeda00;
	font-weight: bold;
}
h2 
{
	font-family: arial;
	font-size: 12px;
	color: #eeda00;
	font-weight: normal;
}

hr 
{
  border: 0;
  width: 100%;
  color: #f00;
  background-color: #3c343e;
  height: 2px;
}

A:link {text-decoration: none; color: #eeda00;}
A:visited {text-decoration: none; color: #eeda00;}
A:active {text-decoration: none; color: #eeda00;}
A:hover {text-decoration: none; color: #ffffff;}