/* CSS Document */

* {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 15px;
  text-align: justify;
}

html {
	height: 100%;
}

#bady {
  background: url(../gfx/bg_body.jpg) repeat-x;
  width:100%;
  height:100%;
  vertical-align: middle;
  }

#tlo {
  background: url(../gfx/bg_sayt_main.jpg) no-repeat;
}
#tlo-2 {
  background: url(../gfx/bg_sayt_main2.jpg) no-repeat;
}

#alter {
  color: #ffffff;
  padding-right: 10px;
  }
a#alter:hover {
  color: #ff9900;
  padding-right: 10px;
  }

body {
	margin: 0px;
	height: 100%;
	padding: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	line-height: 120%;
	font-size: 11px;
	color: #ffffff;
	background: #002244;
	margin-bottom: 1px;
}


#buttons_outer {
	width: 635px;
  	margin-bottom: 2px;
	margin-right: 2px;
	float: left;
}

ul
{
margin: 0;
padding: 0;
list-style: none;
}

li
{
line-height: 15px;
padding-left: 15px;
padding-top: 0px;
background-image: url(../images/arrow.png);
background-repeat: no-repeat;
background-position: 0px 2px;
}


td {
	text-align: left;
	font-size: 11px;
}


/* Joomla core stuff */
a:link, a:visited {
	color: #ff6600; text-decoration: none;
	font-weight: bold;
	cursor: hand;
}

a:hover {
	color: #ff0000;	text-decoration: none;
	font-weight: bold;
}

.inputbox {
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
}

.small {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
}
.small-black {
	color: #cccccc;
	font-size: 11px;
	font-weight: bold;
}

form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}

#ramka_top { margin: 0px 0px 0px 0px; width:1000px; height:15px; background: url(../gfx/bg_ramka_top.jpg) no-repeat; }
#ramka_right { margin: 0px 0px 0px 0px; width:15px; height: 615px; float:right; background: url(../gfx/bg_ramka_right.jpg) no-repeat; }
#ramka_bottom { margin: 0px 0px 0px 0px; width:1000px; height:15px; float:left; background: url(../gfx/bg_ramka_bottom.jpg) no-repeat; }
#ramka_left { margin: 0px 0px 0px 0px; width:15px; height: 615px; float:left; background: url(../gfx/bg_ramka_left.jpg) no-repeat; }
#sayt_logo { margin: 0px 0px 0px 0px; width:970px; height:90px; float:left; background:url(../gfx/bg_top_logo.jpg) no-repeat; }
#sayt_menu { margin: 0px 0px 0px 0px; width:970px; height:85px; float:left; background:url(../gfx/bg_top_menu.jpg) no-repeat; }
#sayt_main { margin: 0px 0px 0px 0px; width:970px; height:440px; float:left; background: url(../gfx/bg_sayt_big.jpg) no-repeat; }



#powitxt {padding: 12px; }
h1 {
	font-size: 14px;
}
h2 {
	font-size: 12px;
}
