*{
	padding:0px;
	margin:0px;
}
html{
	width:100%;
	background:url('../images/background.jpg') top repeat-x #000000;
}
body{ 
	width:100%;
	height:100%;
	background:url('../images/bgBody.jpg') top repeat-x;
}

#contentContainer{
	position:relative;
margin:0 auto; 
width:800px;
height:100%;
background:#ffffff;
}

#header{
	position:relative;
	width:100%;
	height:132px;
	background:url('../images/header.jpg') no-repeat;
}

#header img{
	width:168px;
	height:165px;
	position:absolute;
	top:22px;
	left:0px;
	border:0px;
}

#content{
	float:left;
	width:780px;
	padding:30px 0px 0px 20px;
	background:#ffffff;
}

#content #left{
	float:left;
	width:550px;
}

#content #right{
	float:left;
	width:195px;
	padding-left:30px;
}

#content h2{
	width:550px;
	padding:2px 0px 0px 5px;
	height:25px;
	font-size:18px;
	background:url('../images/bgTekst.gif') repeat-x;
}

#content #right h2{
	width:170px;
}

#content .newsitem{
	float:left;
	width:555px;
	margin-bottom:38px;
}
#content .newsitem p{
	float:left;
	width:100%;
	margin-top:5px;
}

#content .newsitem h3{
	font-weight:bold;
	font-style:italic;
	color:#d8a603;
	width:100%;
	float:left;
	margin-top:7px;	
}

#content .newsitem hr{
	color:#000000;
	background:#000000;
	height:1px;
	border:0px;
	width:100%;
	float:left;	
	margin:18px 0px 11px 0px;
}
#slideshow{
	position:relative;
	float:left;
	width:175px;
	height:118px;
	margin-bottom:18px;
}

#slideshow img{
	width:175px;
	height:118px;
}

#footer{
	float:left;
	bottom:30px;
	height:70px;
	background:#ffffff;
	left:0px;
	width:780px;
	padding:0px 0px 0px 20px;
}

#footer hr{
	color:#fc1301;
	background:#fc1301;
	height:1px;
	border:0px;
	width:760px;
	float:left;	
}

#menu{
list-style-type:none;
float:left;
width:630px;
padding-left:170px;
background:#000000;
height:40px;
}

#menu li{
float:left;
height:40px;
position:relative;
}

#menu li img{
border:0px;
}

ul li ul{
position:absolute;
top:40px;
left:0px;
width:100%;
margin:0px;
padding:0px;
display:none;
}
ul li ul li{
float:left;
}
