@charset "utf-8";

/* 
-----------------------------------
- Главни елементи - Main elements - 
-----------------------------------
 */

html, body { 
	margin:0; 
	padding:0; 
	text-align:center; 
	background-color:#dedede;
	background-image:url(../images/layout/bck_page.jpg);
	background-repeat: repeat-x;
}

p {
	margin:0;
	padding:0;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#333333;
	line-height:13px;
}

h1 {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#333333;
	font-weight:bold;
}

h2 {
	margin:0;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#333333;
}

h3 {
	margin:0;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#999999;
}

a {
	margin:0;
	padding:0;
	font-family:Arial,Helvetica,sans-serif;
	color:#333333;
	text-decoration:none;
}

img {
	border:0;
}

ul, li {
	margin:0;
	padding:0;
}

/* 
-------------------------------
- Изглед стране - Page layout -
-------------------------------
 */
 
#page {
	width:750px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto; 
	background-color:#fff; 
} 
 
#header {
	position:relative; 
	height:265px; 
	background-color:#fff; 
	width:100%;
	line-height:15px;
}

#header a{
	color:#8da9bc;
	margin-left:15px;
	text-decoration:none;
	font-size:12px;
}

#header a:hover{
	text-decoration:underline;
}

#menu {
	position:relative; 
	background-image:url(../images/layout/menu.jpg);
	width:100%;
	height:39px;
}

#leftcol {
	width:30%; 
 	float:left; 
 	position:relative;  
	line-height:10px;
	background-color:#fff;
}

#leftcol p{
	margin-left:10px;
	margin-right:20px;
	color: #666;
	line-height:14px;
}

#leftcol a{
	color:#666;
	font-weight:bold;
	text-decoration:none;
}

#leftcol a:hover{
	text-decoration:underline;
}

#leftcol h1{
	font-size:12px;
	color:#8da9bc;
	margin-left:10px;
	margin-right:15px;
	margin-bottom:8px;
	margin-top:5px;
}
 
#twocols {  
	width:70%; 
 	float:right; 
 	position:relative; 
	display:inline;   
	line-height:12px;
	background-color:#fff;
}

#twocols h1{  
	font-size:12px;
	color:#8da9bc;
	margin-bottom:10px;
	margin-top:5px;
}

#twocols p{  
	font-size:11px;
	color:#666;
	line-height:14px;
	margin-right:20px;
}

#twocols ul{
	list-style-type:none;
	padding:0;
	margin:0;
	text-align:left;
	width:300px;
} 

#twocols li{  
	background-image:url(../images/layout/kockica.jpg);
	background-repeat:no-repeat;
	background-position:0 5px;
	padding-left:15px;
	margin:0;
	line-height: 16px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	line-height:14px;
}

#twocols a{ 
	text-decoration:none;
	color:#8da9bc;
}

#twocols a:hover{ 
	text-decoration:underline;
}

#rightcol{
 width:50%; 
 float:right; 
 position:relative; 
 }
 
#maincol{background-color: #FFFFFF;  
 float: left; 
 display:inline; 
 position: relative; 
 width:50%; 
 }
 
#footer {
	text-align:center;
	height:45px; 
	clear:both;
	background-image:url(../images/layout/footer.jpg);
	background-repeat:repeat-x;
	line-height:8px;
} 

#footer p {
	color:#cccccc;
	margin:0;
	line-height:8px;
}
 
 /*
------------------
- Исправке - Fix -
------------------
 */ 
 
.clearfix:after {
	content: "."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
 
.clearfix {
	display:inline-block;
}

/* 
-------------------------------------------
- Сакривање за IE-Mac - Hides from IE-mac -
-------------------------------------------
*/

* html .clearfix {
	height:1%;
}

.clearfix {
	display:block;
}

/* 
-------------------------------------
- Стил за штампање - Printer styles - 
-------------------------------------
*/  

@media print { 

#leftcol{
	display:none;
} 

#twocols, #rightcol {
	width:100%;
	float:none;
}
}

/* 
---------------
- Мени - Menu -
---------------
 */

#menu img {
	float:left;
}



#page #leftcol h1 {
	color: #8da9bc;
}
