@charset "UTF-8";
body  {
	font: 11px Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #8C8C8C;
	background-image: url(../images/patt.png);
}

a:link, a:visited,a:hover, a:active {
	text-decoration: none;
	border: 0px;
	color:#333;
}


ul {
	margin:0 auto;
	list-style-type: none;
}



h3{
	font:13px Arial, sans-serif;
	color:#FFFBF0;
	background-color:#75a717;
	padding:5px;
	width: 200px;
}
#container {
	width: 900px;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
} 
#header { padding: 0 10px 0 35px;  	border-bottom:solid #333 1px;/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */ } 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 320px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 0 15px 0;
	margin-top: 10px;
	height: 100%;
}
#mainContent {
	margin: 0 0 0 330px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 10px 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 9px;
} 
#footer {
	padding: 0 10px 0 20px;
	margin-top: 40px;
	border-top: solid #333 1px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.latest_info{
	color:#808080;
	width: 300px;
	margin-top: 5px;
	font-family: Tahoma, Geneva, sans-serif;
}


#iframe_horizontal {
	border: none;
	height: 500px;
	width: 560px;
}


.other_content {
	float:left;
	width: 490px;
	margin-top: 6px;
	background-color: #262626;
}



#cv_txt {
	padding: 10px;
	color:#808080;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
	background-color: #1C1F20;
}

#zanimljivosti{
	margin-top:5px;
	padding:0 10px 15px 40px;
	border-bottom: 1px solid #333;
	font-size: 9px;
	float: none;
}

#dl_showreel{
	padding-left:40px;
	font-size: 9px;
}
#menu_box{
	border-bottom: 1px solid #333;
	padding-bottom:15px;
	background-color: #1C1F20;
}

.form_area{
	background-color:#1C1F20;
	width:350px;
	border:1px dotted #666;
	color: #A0A0A4;
	float: left;
	margin-bottom: 10px;
	padding: 3px;
}


.message_area{
	background-color:#1C1F20;
	width:350px;
	border:1px dotted #666;
	color: #A0A0A4;
	float: left;
	margin-bottom: 10px;
	padding: 5px;
	margin-right: 150px;
}

.btn{
	float:right;
	margin: 0 30px 0 0;
	background-color: #1C1F20;
	color: #638B18;
	border: 0;
	padding: 3px;
}

.btn2{
	float:right;
	margin: 0 10px;
	background-color: #1C1F20;
	color: #638B18;
	border: 0;
	padding: 3px;
}

#in_touch{ margin-bottom:40px; }

.contact_p {
	padding:3px;
	background-color:#75A717;
	font-size:11px;
	color:#000;
	width:230px;
}

#container #sidebar1 #zanimljivosti p { }

.twoColFixLtHdr #container #sidebar1 #zanimljivosti p { }

p { }

#news {
	color: #000;
	font-size: 11px;
	background-color: #75A717;
	padding: 1px;
}

.archive {

	margin:2px;
	float:left;



}

#movie_info {
	padding:5px;
	margin-bottom: 10px;
	width:200px;
	font-size: 11px;
}

#dll {
	padding:3px;
	margin-top:10px;
	width: 200px;
	background-color: #76A721;
}


.friends{
	width:200px;
	margin-right:300px;
	margin-bottom:5px;
	background-color:#76A721;
	padding:3px;
	color: #000;
}

.ad_container{
	float:left;
	width: 460px;
}

#linija{
	width:460px;
	float:left;
	border-bottom:thin 1px #FFF
}
.rep {
	font-size: 12px;
	font-style: italic;
	margin-right: 10px;
}
.rep_name{
	color: #9C0;
	font-size: 11px;
	}
	
.rep_name a{ color:#CCC}