﻿/* BOS CSS šablona */
body {

	background:#FFFFFF;
	color:#616161;
	font-family: Tahoma, Arial;
  text-align: center;
  margin-top:0px;
}

#info-login {
	width:233px;
	background-image: url('../images/bg_login.jpg');
	height:29px;
	color:white;
	margin-top:50px;
	float:left;
}
#info-login a {
	color:white;
	text-decoration: none;
}
#info-login a:hover {
  text-decoration: underline;
}
div#content-info {
  text-align: right;
  line-height: 20px;
}

div#bodyholder {
	width:990px;
	margin:0 auto;
	height:auto;
  text-align: left;
}
div#header {
	width:990px;
	height:116px;
}
div#header-logo {
	width:123px;
	height:116px;
	float:left;
}
div#header-slogan {
  background-image: url('../images/header-slogan.jpg');
	width:634px;
	height:116px;
	float:left;
}
div#header-login {
	width:233px;
	height:116px;
	float:left;
}
div#menu {
	width:990px;
	height:24px;
}
div#line {
  background-image: url('../images/line.gif');
	width:990px;
	height:17px;
}
div#holder-content {
	width:723px;
	_width:757px;
	float:left;
	padding-right:34px;
}
div#content-info {
  background-image: url('../images/sestra.jpg');
  background-repeat: no-repeat;
  background-position: left top;
	width:723px;
	height:300px;
}
div#sidebar {
	width:233px;
	float:left;
}
div.clear {
  clear: both;
  font-size:0pt;
}
/********** IMAGES *************/
img.logo {
	width:123px;
	height:116px;
	border:0px;
}










