@charset "utf-8";

/* 
-----------------------------------
- Главни елементи - Main elements - 
-----------------------------------
 */

html, body { 
	margin: 0; 
	padding: 0; 
	text-align: center; 
	background-color: #fff;
	background-image: url(../images/layout/bck.gif);
	background-repeat: repeat-x;
}

p, h1, h2, a {
	margin: 0;
	padding: 0;
	font-family: Arial,Helvetica,sans-serif;
	
}

/*  P  */

p {
	font-size: 11px;
	color: #999;
	line-height: 14px;
}

#leftcol p{
	margin-right: 30px;
}

/*  H  */

h1 {
	font-size: 12px;
	color: #797c7f;
	font-weight: bold;
}

h2 {
	font-size: 12px;
	color: #797c7f;
	font-weight: italic;
}


/*  A  */

a {
	color: #b4b4b5;
	text-decoration: none;
}

#leftcol p a, #leftcol li a {
	color: #764197;
}

#leftcol p a:hover, #leftcol li a:hover {
	text-decoration: underline;
}

#rightcol p a, #rightcol li a {
	color: #764197;
}

#rightcol p a:hover, #rightcol li a:hover {
	text-decoration: underline;
}

#menu a {
	float: left;
}

.button a {
	display: block;
	width: 100px;
	height: 21px;
	background: transparent url(../images/layout/but_naslovna.gif) no-repeat;	
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	padding-top: 5px;
}

.button a:hover {
	background-position: -100px 0; 
}

/*  IMG  */

img {
	border: 0;
}

#leftcol p img {
	margin: 0;	
}

#rightcol p img {
	margin: 0;	
}

/*  LI  */

ul, li {
	margin: 0;
	padding: 0;
}

#leftcol ul, #rightcol ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: left;
	width: 300px;
} 

#leftcol li, #rightcol li{
	background-image: url(../images/layout/kockica.gif);
	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: #999;
	line-height: 14px;
}

/* 
-------------------------------
- Изглед стране - Page layout -
-------------------------------
 */
 
#page {
	width: 700px; 
	text-align: left;  
	margin-left: auto; 
	margin-right: auto; 
	background-color: #ffffff; 
} 
 
#header {
	position: relative; 
	height: 149px; 
	background-color: #000; 
	width: 100%;
} 

#menu {
	position: relative; 
	background-color: #764197;
	width: 100%;
	height: 26px;
}

#leftcol {
	position: relative;
	width: 232px; 
	float: left;  
	line-height: 10px;
	background-color: fff;
} 

#rightcol {  
	position: relative;
	width: 468px;
	float: right; 
	display: inline;   
	line-height: 14px;
	background-color: #fff;
}

#footer {
	text-align: center;
	height: 25px; 
	clear: both;
	background-image: url(../images/layout/footer.jpg);
	background-repeat: repeat-x;
	line-height: 8px;
} 

 /*
------------------
- Исправке - Fix -
------------------
 */ 
 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
 
.clearfix {
	display: inline-block;
}