@charset "utf-8";
/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}


body {
		font-family: Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#330;
	}
	

/*structure*/
#container {
  width: 640px;
  margin: 0 auto 20px auto;
  text-align: left;
  position:relative;
  border:1px solid #B8D69A;
}

#content {
	padding:15px;
	
}

#aplikacija p {
	padding-bottom:5px;
	padding-top:5px;
}

h1 {
	font-weight:bold;
	font-size:20px;
}

 h2 {
	font-weight:bold;
	font-size:16px;
}

#aplikacija h3 {
	font-weight:bold;
	font-size:18px;
	background-color:#F5F6D4;
	padding:5px;
	border:1px solid #330;
}

#naziv {
	padding-bottom:40px;
}

ol {
	list-style:none;
}

li {
	padding-bottom:20px;
}

a{
	color:#330;
}
a:hover {
	color:#919148;
}

.img1 {
	padding-left:280px;
}
.img2 {
	padding-left:170px;
	padding-top:8px;
}

.o_institutu{
	padding:23px;
	text-align:justify;
}

a.kao_dugme {
	font-weight:bold;
	font-size:16px;
	background-color:#F5F6D4;
	padding:5px;
	border:1px solid #330;
	display:block;
	text-decoration:none;
	width:95px;
	text-align:center;
}

/*FORMA*/

	form {
		padding:10px;
	}
	
	fieldset {  
		margin: 10px 0 0 0;  
		padding: 0;
		border: 1px solid #330;
	}

	legend {  
		text-transform:		uppercase;
		font-size:			1em;
		font-weight: bold;
		padding:			5px;
		margin-left:		1em;
		color:				#ffffff;
		background:			#330;
	}
	
	fieldset ol {  
		padding: 			10px 10px 0 10px;  
		list-style: 		none;
	}
	
	fieldset li {  
		position:			relative;
		padding-bottom: 	1em;
	}
	
	fieldset#submitform {  
		background-image:	none;
		border-style: 		none;
	}
	
	fieldset#submitform input{
		width:150px;
		font-weight:bold;
		cursor:pointer;
	}
	
	label{
		position:			relative;
		float:				left;
		width:				19em;
		margin-right:		5px;
		padding-right:		10px;
		line-height:100%;
		font-size: 13px;
		vertical-align:middle;
		text-align:	right;
		font-weight: bold;
		color: #330;
		line-height:		2em;
	}
	
fieldset#presentation_details 	label {
		
	/*	line-height:		3.4em;*/
		line-height:100%;
		
	}
	

	label span {
		font-weight:normal;
	}
	

	
	input {
		padding:			5px;
		font-size:			14px;
		border:				1px solid #493F0B; 
		color:				#1E1903; 
		background:			#F5F6D4;
		width: 230px;
	}
	
	textarea {
	border:none;
	width: 230px;
	height: 120px;
	padding: 5px;
	border:				1px solid #493F0B; 
	color:				#1E1903; 
	background:			#F5F6D4;
}

.centrirano{
	margin:0 auto;
	text-align: center;
}

/*home*/

#menu {
	padding-bottom:10px;
	border-bottom:1px solid #919148;
}

#menu_language{
	float:right;
	
}

#menu_language li {
	float:left;
	list-style:none;
}

#menu_language a, #menu_left a {
	text-decoration:none;
	font-weight:bold;
	}

#menu_left {
	float:left;
}
	
#home #menu_language .srpski a, #english #menu_language .english a {
	color:#919148;
	cursor:text;
}

table{
	width:600px;
	margin: 0 auto;
}

#tabela {
	padding:25px 0 20px 15px;
}

.col1 {
	width:340px;
}

.col2 {
	width:80px;
}





	
