@import url('css/header.css');
@import url('css/banners.css');
@import url('css/firstpage.css');
@import url('css/mainmenu.css');
@import url('css/submenu.css');
@import url('css/carmenu.css');
@import url('css/extcontent.css');
@import url('css/content.css');
@import url('css/rabljena.css');

html {
	height: 100%;
}

body {
	position: relative;
	margin: 0 auto;
	padding: 0;
	height: 100%;
	min-height: 100%;
	background: white url(images/bg_body.gif) left top repeat-x;
	
	font-family: arial, sans-serif;
	font-size: 13px;
	line-height: 1.38em;
	color: black;
	
}
#prewrapper {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	text-align: center;
/*	background: green; url(images/bg_prewrapper.gif) left bottom repeat-x;*/
	
}
#wrapper {
	position: relative;
	margin: 0 auto;
	
	padding: 0;
	width:100%;
	height: 100%;
	min-height: 100%;
/*	padding-bottom: 140px;*/
	
}
html>body #wrapper {
	height: auto;
}

#page {
	position: relative;
	margin: 0 auto;
	width: 961px;
	padding: 0;
	display: block;
	text-align: left;
	padding-bottom: 180px;
}
#left_block {
	position: relative;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	width: 178px;
}
#left_block .space {
	margin: 0;
	padding: 0;
	height: 21px;
	overflow: hidden;
}
#left_block .banner {
	margin: 0 0 1px 0;
}
#left_block .footer {
	position: relative;
	display: block;
	margin: 21px 0 0 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	height: 1%;
	background: transparent url(images/bg_arrow.gif) 0 0 no-repeat;
}

#left_block .footer a {
	display: block;
	padding: 2px 0 2px 36px;
	font-size: 10px;
	color: #e21332;
	text-decoration: none;
}

#right_block {
	position: relative;
	margin: 0;
	padding: 0;
	display: block;
	float: right;
	width: 782px;
}


#bottom {
	position: absolute;
	display: block;
	margin: 0;
	padding: 0;
	bottom: 0;
	left: 0;
	/*height: 170px;*/
	height: 220px;
	width: 100%;
	overflow: hidden;
	text-align: left;
	/*background: transparent url(images/bg_prewrapper.gif) left bottom repeat-x;*/
	background: transparent url(images/bg_prewrapper_big.gif) left bottom repeat-x;
}


#footer {
	position: relative;
	padding: 0;
	margin: 0 auto;
	margin-bottom: 2px;
	padding-top: 62px;
	font-size: 9px;
	width: 961px;
	color: #999;
	z-index: 0;
	display: block;
}


#footer .row {
	position: relative;
	display: block;
	padding: 8px 0;
	border-bottom: 1px solid #ccc;
	height: 19px;
	line-height: 18px;
}

#footer .row span { color: #333; }

#footer .row a {
	color: #999;
	padding: 0 6px;
}



#footer .row span.col {
	width: 120px;
	float: left;
	padding: 0;
	
}

#footer .row span.col a {
	color: #333;
	padding: 0;
	line-height: 14px;
	height: 14px;
	display: block;
}


#footer .row span.col ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer .row span.col ul li {
	padding: 0;
	margin: 0;
	float: left;
	width: 120px;
	height: 14px;
}

#footer .row span.col ul li a {
	margin: 0 5px 0 0;
	padding: 0;
	color: #999;
	height: 14px;
	line-height: 14px;
}


#footer .copyright {
	color: #999;
}


#footer .copy {
	position: relative;
	text-align: right;
	/*padding: 18px 0;*/
	padding: 	53px 0;
	height: 1%;
}

#footer .netko {
	position: absolute;
	top: 10px;
	left: 0;
}

#footer a { text-decoration: none; color: #999; }

#footer a:hover, 
#footer .row span.col a:hover, 
#footer .row span.col ul li a:hover { color: #e21332; }








#header_top {
	display: none;
	margin: 0 3px;
	height: 10px;
	background-color: #CCC;
	overflow: hidden;
}



/**
 * Clearing div
 */

div.clear {
	position: relative;
	display: block;
	clear: both;
	overflow: hidden;
	height: 0px;
}

/**
*
*	login box
*/ 



#edit {
	margin: 5px 0;
	padding: 2px 0;
	border-bottom: 1px solid red;
}
#edit_submenu {
	margin: 0;
	padding: 2px 0;
}

div.logoff a {
	margin: 5px 0;
	padding: 4px 5px 3px 30px;
	display: block;
	font: normal 14px Arial;
	color: #e21332;
	text-decoration: none;
	border-bottom: 1px solid #e21332;
	border-top: 1px solid #e21332;
	background: transparent url(images/odjava.gif) 0 1px no-repeat;
}


div.selector {
	margin-bottom: 20px;
}
div.selector span {
	display: block;
	color: #534741;
	font-weight: bold;
	padding-bottom: 3px;
}

div.selector select {
	border: 1px solid #ccc;
	padding: 1px;
	width: 400px;
}

