/* Gralfilm.com CSS Document */

body
	{
	background-color: #3d3d59;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #EEE;
	}

img, form, input
	{
	border: 0;
	margin: 0;
	padding: 0;
	}

div 
	{
	float: left;
	font-size: 12px;
	line-height: 16px;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFF;
	}

a:link
	{
	color:#6177d8;
	text-decoration:none;
	}

a:visited
	{
	color:#6177d8;
	text-decoration:none;
	}

a:hover
	{
	color:#a4a4a4;
	text-decoration:none;
	}

h1
	{
	font-size: 16px;
	font-weight:bold;
	color:#FFF;
	}

h2
	{
	font-size: 20px;
	font-weight:normal;
	color:#FFF;
	}

h3
	{
	font-size: 18px;
	font-weight:normal;
	color:#FFF;
	}

h4
	{
	font-size: 12px;
	font-weight:bold;
	color:#FFF;
	margin: 24px 0 14px 0;
	}

h5
	{
	font-size: 12px;
	font-weight:bold;
	color:#e59700;
	margin: 0 0 2px 0;
	padding: 0;
	line-height: 12px;
	}

h6
	{
	font-size: 11px;
	font-weight:normal;
	color:#EEE;
	margin: 0;
	padding: 0;
	line-height: 12px;
	}

p
	{
	margin: 10px 0 10px 0;
	padding:0;
	font-size:11px;
	line-height:16px;
	letter-spacing: 0.03em;
	}

li
	{
	font-size:11px;
	line-height:16px;
	letter-spacing: 0.03em;
	}

/* CONTAINERS */

div.container_main
	{
	float:none;
	margin: 0 auto;
	width: 740px;
	padding: 0;
	}

div.container_header
	{
	float:none;
	width: 720px;
	height: 18px;
	padding: 9px 10px 0 10px;
	background-color: #020306;
	}

div.container_motiv
	{
	width: 740px;
	height: 160px;
	float:none;
	background: url(../images/motiv/bg.jpg) no-repeat;
	}

div.container_menu
	{
	width: 740px;
	height: 33px;
	float:none;
	background-color: #324c89;
	}

div.container_submenu
	{
	width: 740px;
	height: 24px;
	float:none;
	background-color: #324c89;
	display:none;
	}

div.container_sadrzaj
	{
	width: 600px;
	padding: 30px 70px 30px 70px;
	background: url(../images/sadrzaj/bg.gif) repeat-y;
	}

div.container_footer
	{
	width: 740px;
	height: 17px;
	padding-top: 9px;
	text-align:center;
	background-color: #324c89;
	}

/* CONTENT */

div.element_project
	{
	width: 600px;
	margin-bottom: 40px;
	float: left;
	text-align:left;
	position: relative;
	}

div.project_slika
	{
	width: 120px;
	margin-right: 30px;
	float:left;
	position: relative;
	position: absolute; bottom: 0px; right: 135px
	}
	
div.project_slika_sales
	{
	width: 120px;
	margin-right: 30px;
	float:left;
	}

div.project_tekst
	{
	width: 450px;
	float:left;
	font-size: 11px;
	position:relative;
	}

div.project_tekst_mali
	{
	width: 260px;
	float:left;
	font-size: 11px;
	position:relative;
	}

div.project_godina
	{
	width: 55px;
	float:left;
	font-size: 11px;
	}

/* ELEMENTS */


div.ikona_quicktime
	{
	position: absolute;
	top: 124px;
	left: 0px;
	}

div.ikona_moreinfo
	{
	position: absolute;
	bottom: 8px;
	left: 8px;
	width: 66px;
	height: 20px;
	}

img.project
	{
	width: 110px;
	height: 110px;
	border: 5px solid;
	border-color:#586aba;
	}

img.coproject
	{
	width: 110px;
	height: 110px;
	border: 5px solid;
	border-color:#6177d8;
	}

input.textfield
	{
	border: #3d3d59 1px solid;
	width: 250px;
	height: 16px;
	padding: 2px;
	margin: 2px 0 5px 0;
	color: #DDD;
	background-color:#0b0b17;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	}

textarea.message
	{
	border: #3d3d59 1px solid;
	width: 250px;
	height: 100px;
	padding: 2px;
	margin: 2px 0 5px 0;
	color: #DDD;
	background-color:#0b0b17;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	}
