
/* CSS RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
pravi stil
*/
body {  
	overflow-x: hidden;
       overflow-y: visible;  
}  
#supersize img, #supersize a{  
    height:100%;  
    width:100%;  
    display:none;  
    position: fixed;
    z-index: 3;
}  
#supersize .activeslide, #supersize .activeslide img{  
    display:inline;    
    position: fixed;
    z-index: 3;
}  
#okvirveliki{
	margin: 0px auto;
	position: absolute;
	width: 100%;
	top:0px;
	z-index: 5;
}
#okvir{
    width:900px;
    height: auto;
    margin:0px auto;
	display: block;
}
body{
	font-family: Arial;
	color: #555;
}
#glava{
	background-image: url("http://www.tipextreme.hr/public/images/header-bg.png");
	width: 900px;
	height: 100px;
	margin: 0px auto 6px auto;
	z-index: 5;
}
#logo{
	background-image: url("http://www.tipextreme.hr/public/images/logo.png");
	width: 447px;
	height: 61px;
	position: relative;
	float:left;
	top:27px;
	left:10px;
}
#logo a{
	width: 447px;
	height: 61px;
	text-indent: 1000em;
	overflow: hidden;
	display: block;
}
#logotext{
	position: relative;
	float: left;
	font-size: 13px;
	color: black;
	top:62px;
	left:37px;
}
#navi{
	width:100%;
	height: 43px;
	line-height: 27px;
	position: relative;
	background-image: url("http://www.tipextreme.hr/public/images/main-bg.png");
}
#desno{
	float: right;
	width: 260px;
	margin-right: 15px;
	background-image: url("http://www.tipextreme.hr/public/images/photo-bg.png");
}
#desno img{
	margin-top: 10px;
	width: 260px;
	height: 180px;
	margin-bottom: 10px;
}
#tekst{
	float: left;
	width: 900px;
	margin: 0px auto;
	padding-top: 10px;
	padding-bottom: 15px;
	z-index: 3;
	position: relative;
	background-image: url("http://www.tipextreme.hr/public/images/main-bg.png");
}
#naslov-main{
	font-size: 14px;
	width: 875px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 20px;
	background-color: rgb(60,80,118);
	margin-bottom: 20px;
	color: white;
	padding-left: 5px;
}
#glavni-tekst{
	float: left;
	width: 600px;
	position: relative;
	margin-left: 15px;
	font-size: 12px;
	line-height: 15px;
	color: white;
}
#glavni-tekst a{
	color: white;
	text-decoration: none;
}
#glavni-tekst a:hover{
	text-decoration: underline;
}
.aj{
	color: white;
	float: left;
	margin-right: 5px;
	position: relative;
	top:7px;
	font-size: 20px;
}
.clear{
	clear: both;
	width: 100%;
	line-height: 0px;
	height: 0px;
}
#footer{
	width: 900px;
	margin: 0px auto 10px auto;
	text-align: center;
	font-size: 9px;
	padding-bottom: 10px;
	background-image: url("http://www.tipextreme.hr/public/images/main-bg.png");
}
#footer p{
	margin: 0px 10px;
	font-size: 9px;
	color: white;
	background-color: rgb(60,80,118);
	line-height: 13px;
}
#footer a{
	text-decoration: none;
	color: white;
	font-size: 9px;
	padding-top: 5px;
	margin-top: 15px;
}
#meni{
	margin-left: 10px;
}
#meni a, #jezik a{
	margin-top: 5px;
   	color: white;
	font-size: 14px;
	text-decoration: none;
	float: left;
}
#jezik a{
	display: block;
	height: 30px;
	width: 30px;
}
#jezik{
	position: relative;
	right: 15px;
	height: 30px;
	line-height: 30px;
	float: right;
}
#meni li{
	float:left;
	margin-right: 5px;
	height: 25px;
}



/*----- IE 7 Fixes -----*/
*:first-child+html .klasa{ 
}
