/* CSS Document */

/* 

Predpone stilov:

frontpage: fp_
content: con_

*/

html {
    margin:0px;
    padding:0px;
	background-color:#ffffff;
	background-image:url(library/images/html_bg.gif);
	background-position:top left;
	background-repeat:repeat-y;
}

body{
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-image:url(library/images/body_bg.gif);
	background-position:top left;
	background-repeat:repeat-x;
	}


.clear { clear: both; background: none; float:none;}

a img{ 
	border:none;}

img{ 
	border:none;
	padding:0px;
	margin:0px;}

a{
	}

p{
	padding:0px;
	margin:0px;	}

div{
	border:none;
	padding:0px;
	margin:0px;}


/* MAIN LAYOUT */
#wrapper{}

#ogrodje{
	width:1000px;
	display:block;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;}

#left_side{
	width:170px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	clear:none;
	float:left;
	display:inline;
	background-color:#ebebeb;}

#content_side{
	width:830px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	clear:none;
	float:right;
	display:inline;}

/*********************************** 

			LEFT SIDE 

***********************************/

/* LOGO */
#logo{
	width:170px;
	padding:0px 0px 14px 0px;
	background-image:url(library/images/sive_crte_bg.gif);
	background-position:top left;
	background-repeat:repeat-y;}

/* MAIN MENU */
#left_main_menu{
	width:170px;
	padding:0px 0px 14px 0px;
	background-image:url(library/images/sive_crte_bg.gif);
	background-position:top left;
	background-repeat:repeat-y;}

/* SUB MENU */
#left_sub_menu{
	width:170px;
	padding:0px 0px 14px 0px;
	background-image:url(library/images/sive_crte_bg.gif);
	background-position:top left;
	background-repeat:repeat-y;}


/*********************************** 

			CONTENT SIDE 

***********************************/	

/* TOP MENU */
#top_menu_box{
	height:20px;
	width:830px;
	background-image:url(library/images/body_bg.gif);
	background-position:top left;
	background-repeat:repeat-x;}

#top_menu{
	height:20px;
	float:right;}

#footer{
	height:auto;
	margin:0px;
	line-height:18px;
	width:830px;
	color:#6c242f;
	text-align:right;
	background-color:#ffffff;}
	
	
	
#footer a {color:#6c242f;}
#footer a:hover {color:#6c242f; text-decoration:none;}	

hr { clear:both; margin:10px 0px; padding:1px 0px 10px 0px; display:block; background:none; background-color:Transparent; border:0px; border-bottom:1px dashed #6c242f;}
