/*
Author: Peter Šinkovec
        Percho - www.percho.si
*/

html, body {
	margin: 0;
	padding: 0;
    text-align: center;
	background-color: #f7f8fb;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	font-family: Tahoma, Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	font-weight:100;
	letter-spacing:1px;
	line-height: 17px;
	color: #454545;
}

a img, a:hover {
	border: 0px;
}

body a:link, a:visited, a:active {
	color: #666666;
}

body a:hover {
	color: #666666;
	text-decoration:underline;
}

#nav {
	height: 30px;
}

#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#nav li {
	margin: 0px;
	padding: 0px;
	float:left;

}

.navtxt {
	font-size: 12px;
	text-align:center;
	font-weight:100;
	width:163px;
	padding-top:6px;
}

.navtxt a:link, a:visited, a:active {
	color: #ffffff;
	text-decoration: none; 
}

.navtxt a:hover {
	color: #ffffff;
	text-decoration: underline; 
}

.space {
	background-image:url(images/odvetnica_16.gif);
	width:7px;
	height:30px;
	margin:0px;
	float:left;
}

h1 {
	font-size: 15px;
	padding-top:10px;
	padding-bottom:10px;
	color: #3f50a2;
}


h2 {
	font-size: 12px;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:bold;
}


h1 a, h2 a { 
	color: #3f50a2;
	background: inherit; 
	text-decoration: none; 
}


.alineja li {
	background:url(images/small_arrow.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	background-position:left;
	list-style : none;
	display: inline; 
	padding-left:15px;
}

.alineja ul { 
	margin:0px;
	padding:0px;
}


#content {
	padding-top:25px;
	padding-left:50px;
	padding-right:50px;
	padding-bottom:15px;
	line-height: 20px;
	text-align:justify;
	background-color:#FFFFFF;
	
}