body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #003333;
	background: url(images/bg.gif) top repeat-x ;
	font-size:12px;
	margin:0px;
}

.page{
	width: 780px;
	margin-left:auto;
	margin-right:auto;
}

.header{
	 height:101px;
		background:#000;
}

.orange {
	color:#FF6600;
}

.menu{
    background: url(images/menu-bg.gif) repeat-x;
    height:39px;
    color:#000000;
    font-family: Arial, Verdana;
    font-weight: normal;
		margin-top:3px;
}

.menu ul{
    list-style:none;
    width:780px;
    padding: 0px 0px 0px 0px;
		float:right;
}

.menu li{
    float: left;
    padding: 0px 0px 0px 10px;
     display: block;
    text-align:center;
}

.menu a{
    color:#ffffff;
    padding:4px;
    font-size:14px;
    font-weight: bold;
    text-decoration: none;
    display: block;
}

.menu a:hover{
    color:#E54E0D;
    font-weight: bold;
    font-size:14x;
    padding:4px;
    text-decoration: none;
    display: block;
}

/*style meniu orizontal*/

#dropmenudiv{
position:absolute;
border:1px solid black;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
width:150px;
}

#dropmenudiv a{
width:150px;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color:#FFFFFF;
background: url(images/menu-bg.gif) repeat-x;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #FFFFFF;
COLOR: CC460C;
}

.err{
	color:red;
}

a { color:#fe5800;}
a:hover { text-decoration:none;}

#main {
	width:780px;
	margin-left: auto;
	margin-right: auto;
	min-height:650px;
}


#head_image {
	height:210px;
	background:url(images/head_bckg.jpg) no-repeat #fff;
	margin-top:0px;
}

#text {
	float:left;
	width:500px;
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
	background:url(images/sidebarleft_bckg.gif) repeat-x;
	background-repeat: repeat-x;
	margin-top: 20px;
	min-height:500px;
	text-align:justify;
}
#sidebar {
	margin:20px 0 0 560px;
	color:#000000;
	padding:20px;
	min-height:500px;
}
#sidebar h2 {
	color:#000000;
	margin:0 0 15px 0;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}

#footer {
	background:url(images/footer_bckg.gif) repeat-x #3f3e3e 0 2px;
	height:50px;
	margin-top:0px;
	clear:both;
}

#left_footer {
	float:left;
	padding:15px 0 0 30px;
	text-transform:none;
	color:#FF6600;
	font-weight:lighter;
	font-size:11px;
}
#left_footer a { color:#FFFFFF;}
#left_footer a:hover { text-decoration:none;}
