@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:#ffffff; 
} 
 
#header {
	position:relative; 
	height:154px; 
	background-color:ffffff; 
	width:100%;
} 

#menu {
	position:relative; 
	background-image:url(../images/layout/menu.jpg);
	width:100%;
	height:39px;
}

#leftcol {
	position:relative;
	width:210px; 
	float:left;  
	line-height:10px;
	background-color:fff;
}

#leftcol p{
	margin-left:10px;
	margin-right:20px;
	color: #666;
}

#leftcol a{
	color:#06c;
	font-weight:bold;
	text-decoration:none;
}

#leftcol a:hover{
	text-decoration:underline;
}

#leftcol h1{
	font-size:12px;
	color: #06C;
	margin-left:10px;
	margin-right:15px;
	margin-bottom:5px;
	margin-top:5px;
}
 
#rightcol {  
	position:relative;
	width:540px;
	float:right; 
	display:inline;   
	line-height:14px;
	background-color:#fff;
}

#rightcol h1{  
	font-size:14px;
	color:#06C;
	margin-right:15px;
	margin-bottom:10px;
	margin-top:5px;
}

#rightcol p{  
	font-size:11px;
	margin-right:20px;
	color:#666;
	line-height:16px;
}
 
#footer {
	text-align:center;
	height:25px; 
	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;
}



