@charset "utf-8";

/* 
-----------------------------------
- Главни елементи - Main elements - 
-----------------------------------
 */

html, body { 
	margin:0; 
	padding:0; 
	text-align:center; 
	background-color: #fff;
	background-image: url(../layout/background.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: 666px; 
	text-align: left;  
	margin-left: auto; 
	margin-right: auto; 
	background-color:#fff; 
} 
 
#header {
	position: relative; 
	height: 245px; 
	background-color: fff; 
	width: 100%;
} 

#leftcol {
	position: relative;
	width: 45%; 
	float: left;  
	line-height: 14px;
	background-color: #fff;
}
 
#rightcol {  
	position: relative;
	width: 55%;
	float: right; 
	display: inline;   
	line-height: 14px;
	background-color: #fff;
}
 
#footer {
	height: 60px; 
	clear: both;
	background-color: #fff;
	padding-top: 30px;
} 
 
 /*
------------------
- Исправке - 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 -
---------------
 */

#header img {
	float: left;
}

/* 
-------------------------------
- Десна колона - Right Column -
-------------------------------
 */

#rightcol p {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
}

#rightcol h1 {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

#rightcol h2 {
	color: #67a9dd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}

#rightcol a {
	color: #67a9dd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

#rightcol a:hover, a:focus {
	text-decoration: underline;
}

/* 
-----------------------------
- Лева колона - Left column -
-----------------------------
 */

#leftcol p {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin-right: 40px;
}

#leftcol h1 {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-right: 40px;
	margin-bottom: 3px;
}

#leftcol h2 {
	color: #67a9dd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-right: 40px;
	margin-bottom: 5px;
}

#leftcol a {
	color: #67a9dd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

#leftcol a:hover, a:focus {
	text-decoration: underline;
}

#leftcol ul {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin-right: 30px;
	margin-left: 10px;
	list-style-type: circle;
}

/* 
---------------------
- Подножје - Footer -
---------------------
 */
 
#footer p {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0;
	line-height: 14px;
}

#footer a {
	color: #67a9dd;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}

