/* 
	Theme Name: Elis
	Description: Theme made specialy for www.deghenghi-olujic.com
	Author: ProIdea - Goran Pikot
	Author URI: http://www.proidea.hr
	Version: 1.0
		
	Changelog:
		v1.0 - 22.1.2007
			First Release
*/

body {
	margin: 0px;
	padding: 0px;
	background-color: #222222;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	margin: 0px;
	padding: 0px;
}
	a:active, a:focus { 
	outline: 0 
} 

/************************************************
*	Hyperlinks									*
************************************************/

	a, a:visited{
		color: #990000;
		text-decoration: none;
		}
		
	a:hover      {
	text-decoration: none;
	color: #FF7979;
		}
	
/************************************************
*	Header  									*
************************************************/

	#header {
		width: 100%;
		background-image: url(images/head_bg.jpg);
		background-repeat: repeat-x;
		height: 200px;
		margin: 0px;
	}
	#header_sredina {
		width: 839px;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		background-image: url(images/header.jpg);
		height: 200px;
		position: relative;
	}
	
/************************************************
*	LangBar  									*
************************************************/	
			#lang {
	position: absolute;
	height: 50px;
	width: 80px;
	left: 726px;
	top: 110px;
			
			}
			#lang li {
				float:left;
				display:block;
				text-indent:-8000px;
			}
			#lang ul {
				float:left;
				margin: 0px;
				padding: 0px;
			}
			#lang a {
			display:block;
			}
			/*----------*/
				#hr a {
				height: 50px;
				width: 40px;
				background-image: url(images/zastavice_up.jpg);
				background-repeat: no-repeat;
				background-position: 0px 0px;
				}
				#hr a:hover, #hr a.selected {
				}
				/*----------*/
				#it a {
				height: 50px;
				width: 40px;
				background-image: url(images/zastavice_down.jpg);
				background-repeat: no-repeat;
				background-position: -40px 0px;
				margin: 0px;
				padding: 0px;
				float: left;
				}
				#it a:hover, #it a.selected {
				background-image: url(images/zastavice_up.jpg);
				background-position: -40px 0px;
				}

/************************************************
*	Content  									*
************************************************/

	#content {
		width: 100%;
		height: auto;
		background-image: url(images/cont_bg.jpg);
		background-position: top;
		background-repeat: repeat-x;
		background-color: #E3E2E2;
		}
	#content_sredina {
		height: auto;
		width: 800px;
		margin-right: auto;
		margin-left: auto;
		margin-top: 0px;
		margin-bottom: 0px;
		padding-top: 20px;
		padding-right: 0px;
		padding-bottom: 10px;
		padding-left: 0px;
		font-size: 12px;
		color: #333333;
		line-height: 17px;
	}
	#sadrzaj {
		float: left;
		height: auto;
		width: 500px;
		padding-left: 20px;
	}
	#sadrzaj ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
	#content p {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	}

/************************************************
*	Novosti  									*
************************************************/

	#novosti {
	height: auto;
	width: 257px;
	float: right;
	background-image: url(images/novosti_bg.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	}
	#novosti_top {
		float: left;
		height: 47px;
		width: 257px;
		background-image: url(images/novosti_naslov.jpg);
		background-repeat: no-repeat;
	}
	#novosti_cont {
		height: auto;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		width: 217px;
		margin-right: auto;
		margin-left: auto;
	}
	#novosti_footer {
		float: left;
		height: 17px;
		width: 257px;
		background-image: url(images/novosti_footer.jpg);
		background-repeat: no-repeat;
	}

/************************************************
*	Footer  									*
************************************************/

	#footer {
	height: 170px;
	width: 100%;
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-color: #222222;
	line-height: 28px;
	}
	#footer a {
	color: #999999;
	}
	#footer	a:hover      {
	text-decoration: none;
	color: #FF7979;
		}
	#footer_sredina {
	width: 800px;
	height: auto;
	padding-top: 55px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 14px;
	padding-bottom: 20px;
	}
	#footer_lijevo {
	float: left;
	width: 500px;
	}
	#footer_desno {	
	float: right;
	width: 250px;
	}
/************************************************
*	Navbar  									*
************************************************/

#navbar {
	width: 650px;
	float: right;
	text-align: right;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	position: absolute;
	left: 163px;
	top: 163px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	}
	
#navbar li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
		
#navbar ul {
	margin: 0px;
	padding: 0px;
	}

#navbar a.menu_current {
	color: #C0C0C0;
	font-weight: bold;
	text-decoration: none;
	}		
#navbar a {
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 6px 10px 6px 10px;
	}
		
#navbar a:hover {
	color: #C0C0C0;
	font-weight: bold;
	text-decoration: none;
	}

/************************************************
*	Nav 2    									*
************************************************/

#nav2 {
	float: right;
	width: 257px;
	}
	
#nav2 ul {
	list-style: none;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	}

#nav2 ul li {
	display: inline;
	padding: 0px;
	margin: 0px;
	}
	
#nav2 ul li a {
	display: block;
	color: #333333;
	text-decoration: none;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0C0C0;
	}

#nav2 ul li a:hover {
	background: #EFEFEF;
	color: #990000;
	}
#nav2 ul li a.menu_current {
	background: #EFEFEF;
	color: #990000;
	}

