/* GLOBAL SECTION */

body,
input,
select,
textarea,
td,
th,
p,
a
{
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
}

body.index
{
	background:#ffffff url("images/home.jpg") no-repeat center top;
}

body,
td,
p,
input,
textarea
{
	font-size: 11px;
}

form
{
	margin: 0;
	padding: 0;
}

a
{
	text-decoration: underline;
	color: #b91c27;
	font-weight: bold;
}

a:hover
{
	text-decoration: none;
}

a img
{
	border: none;
}

img,
object
{
	vertical-align: bottom;
}

.clnr 
{
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	padding:0;
}

.nav
{
	display: none !important;
}

ul.sysMsg
{
	clear: both;
	list-style: none;
	margin: 0;
	padding: .5em 0;
}

ul.sysMsg li
{
	font-weight: bold;
}

ul.error
{
	color: #bc212f;
}

ul.ok
{
	color: #21bc33;
}

#pageHolder
{
	width: 900px;
	margin: 90px auto 100px auto;
	text-align: left;
}

.index #pageHolder
{
	text-align: center;
}

#logo
{
	text-align: center;
	padding-top: 20px; 
}

.index #logo
{
	padding-top: 35px;
	margin-bottom: 124px;
}

#content
{
	position: relative;
}

.index #content
{
	padding-top: 32px;
}

.index #content #enter
{
	display: block;
	margin: 0 auto;
	width: 150px;
	height: 34px;
	background: url("images/button-pripojte-sa.gif") top left no-repeat;
}

.index #content #enter:hover
{
	background-position: -150px 0;
}

.index #content #enter span
{
	display: none;
}

