/*general*/
body{
	background-color:#33071C;
	margin: 0px 10px 10px 10px;
	padding:0px 10px 10px 10px;
}

*{
	font-family: Arial;
	color: #666666;
	font-size:12px;
}

b{
	color: #666666;
}

a img{
	border:none;
	taxt-decoration:none;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

table {
	background-color: #DBD9D1;
	width:430px;
}

td, th{
	background-color: #F4F2E7;
	text-align: center;
	width:25%;
}

td.first, th.first{
	text-align: left;
}

th{
	background-color:#E1DFD4;
	font-weight: normal;
}

ul{
	mmargin-left:15px;
}

li{
	/*list-style-image: url(../images/li.gif);*/
	list-style-image: none;
	list-style-type:none;
	background-image:url(../images/li.gif);
	background-repeat:no-repeat;
	background-position:0% 4px;
	padding-left:15px;
	line-height:16px;
	position:relative;
}

div.dummy{
	height:1px;
	line-height:1px;
	font-size:1px;
	overflow:hidden;
}


/*position*/
#aligener{
	text-align:left;
	margin:auto;
	width:900px;
}

#header{
	height:142px;
	overflow;hidden;
}



#content_column{
	float:left;
	width:775px;
	hheight:160px;
}

#logo{
}

#header_links{
	float:right;
	padding-top:127px;
	padding-right:20px;
	color:#FFFFFF;
}

#header_links a{
	color:#FFFFFF;
	font-size:12px;
}

#flash{
	padding-top:20px;
	padding-left:18px;
	height:100px;
	background-image:url(../images/flash.gif);
}

#main{
	background-image:url(../images/content-bg.gif);
	background-repeat: repeat-y;
}

/*content*/
#content{
	width:693px;
	position:relative;
	left:18px;
	padding:35px 32px 30px 25px;
	bbackground-color:red;
}

#content h1{
	font-family: Times,Serif;
	font-size: 28px;
	font-style: italic;
	font-weight: normal;
	color:#8C7E13;
	background-image: url(../images/shadow.png);
	background-repeat: no-repeat;
	background-position: 0% 31px;
	padding-bottom:6px;
	padding-left:25px;
	position:relative;
	left:-25px;
	margin-top:0px;
}

#content p.paragraph{
	background-repeat:no-repeat;
	padding-top:43px;
}

#content a{
	color:#7f052f;
	text-decoration: none;
}

#content a:hover{
	text-decoration: underline;
}

#conent a:visited{
	/*text-decoration: line-through;*/
}

/*left column*/
#left_column{
	float:left;
	width:115px;
	padding-top: 170px;
	padding-right:10px;
	text-align: right;
	
}

#left_column a{
	display:block;
	color:#FFFFFF;
	font-size:14px;
	line-height: 18px;
}

#footer{
	height:90px;
	background-image:url(../images/footer.gif);
}

#footer_content{
	width:740px;
	position:relative;
	left:143px;
	top:45px;
	font-size: 12px;
	color:#666666;
}

#copyright{
	float:left;
	padding-left:25px;
}

#powered{
	float:right;
	padding-right:32px;
}

#footer_content a{
	color:#666666;
}

/*right column*/
#right_column{
	float:right;
}

#right_column .box{
	width:238px;
	margin:0px 0px 25px 25px;
}

#right_column .box h2{
	font-family: Times,Serif;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	color:#8C7E13;
	width:238px;
	background-image:url(../images/box_top.gif);
	margin:0px;
	padding:10px 15px 0px 15px;
	background-repeat: no-repeat;
}

#right_column .box .top, #right_column .box .bottom{
	height:15px;
	width:238px;
	background-image:url(../images/box_top.gif);
	overflow:hidden;
}

#right_column .box .bottom{
	background-image:url(../images/box_bottom.gif);
}

#right_column .box p{
	margin:0px;
	padding:7px 15px 0px 15px;
	background-image:url(../images/box_middle.gif);
	background-repeat: repeat-y;
}

/*forms*/
form{
	padding:0px;
	margin:0px;
}

.form_right{
	width:400px;
	height:20px;
	background-image:url(../images/input.gif)
}

form .input, form textarea{
	width:370px;;
	height:100%;
	border:none;
	color:#000000;
}

form .input{
	height:15px;
	line-height: 15px;
	padding:5px 10px 0px 10px;
	background-color: transparent;
}

/*gallery*/
.gallery{
	width:430px;
}

.gallery a{
	display:block;
	float:left;
	text-decoration: none;
	text-align: center;
	width:32%;
	margin-bottom:8px;
}

.gallery a img, .image{
	border:1px solid #DBD9D1;
}

.gallery a img:hover, .image:hover{
	border-color: #666666;
}

/*pitanja i odgovori*/
.question{
	font-weight: bold;
	background-image:url(../images/li.gif);
	background-repeat:no-repeat;
	background-position:0% 4px;
	padding-left:15px;
	line-height:16px;
	position:relative;
}
.answer{
	
}



