/*Style CSS Layout*/
body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 100%;
	color: #2b1f5f ;
	background: url(images/background.JPG) repeat-y ;
	/*background-color: #45c1ff;*/
	background-color: #4c4c4c;
}

#wrapper {
height: 563px; 
margin: 0px;
margin-top: 145px;
background: url(images/backgrnd2.JPG) repeat-x ;
}

#inner_wrap {
background: url(images/plat.JPG) no-repeat ;
width: 962px; height: 563px; 
margin: 0px;
}

#header {
position: absolute;
top: 170px; left: 390px;
margin: 0px; border: 0px; padding: 0px;
height: 39px; width:699px;
}

#leftbar
{
position: absolute;
top: 453px; left: 51px;
margin: 0px; border: 0px; padding: 0px;
height: 177px; width:280px;
font-size: 100%;
text-align:center;

border: none;
overflow: auto;
}

#content
{
position: absolute;
top: 230px; left: 390px;
margin: 0px; border: 0px; padding: 0px;
height: 405px; width:577px;
font-size: 100%;
text-align:left;

border: none;
overflow: auto;
}

#rightbar
{
position: absolute;
top: 453px; left: 1000px;
margin: 0px; border: 0px; padding: 0px;
height: 177px; width:280px;
font-size: 100%;
text-align:center;
}

#footer {
position: absolute;
top: 660px; left: 270px;
margin: 0px; border: 0px; padding: 0px;
height: 69px; width:800px;
font-size: 80%;
color: white ;
text-align:center;
}



#menu_predstavitev {
float:left; width:197px; height:39px; 
margin:0px; 
text-decoration:none; 
background: url(images/gumb_predstavitev0.GIF) no-repeat;
}
#menu_katalog {
float:left; width:165px; height:39px; 
margin:0px; margin-left:-25px; 
text-decoration:none; 
background: url(images/gumb_katalog0.GIF) no-repeat;
}
#menu_cenik {
float:left; width:144px; height:39px; 
margin:0px; margin-left:-25px; 
text-decoration:none; 
background: url(images/gumb_cenik0.GIF) no-repeat;
}
#menu_kontakt {
float:left; width:193px; height:39px; 
margin:0px; margin-left:-25px; 
text-decoration:none; 
background: url(images/gumb_kontakt0.GIF) no-repeat;
}












