/*------------------------------------------------------------------
[Info]

	Project:				abpm.co.rs
	Version:				1.0
	Last change:			30/07/08
	Author:					Milan Zivkovic
	Author URL:				http://www.designer.rs

[Colors]
	
	a (standard):			#971d20 (red)

  
[Table of contents]

	=Body
		=Container (#container)
			=Header (#header)
			=Content (#content)
			=Sidebar (#sidebar)
			=Footer (#footer)
		
------------------------------------------------------------------- =Body */

body {
	color: #666;
	background: url(../images/bg-body.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

a:link,
a:visited {
	color: #971d20;
	text-decoration: none;
}

a:hover,
a:active {
	text-decoration: underline;
}

.floatleft {
	float: left;
	margin-right: 5px;
}

th,
b,
strong,
h1,
h2,
h3,
h4,
h5,
h6,
dt {
	font-weight:bold
}

caption,
th,
td {
	text-align:left
}

.content hr,
.content p,
.content ul,
.content ol,
.content dl,
.content pre,
.content address,
.content table,
.content form,
.content ul li {
	margin-bottom:10px;
}

ul {
	padding-left: 10px;
}

ul li {
	list-style: outside circle;
}

.content h1 {
	font-size:1.6em;
	line-height:1;
	margin:1em 0 .5em
}

.content h2 {
	font-size:1.5em;
	line-height:1;
	margin:1.07em 0 .535em
}

.content h3 {
	font-size:1.4em;
	line-height:1;
	margin:1.14em 0 .57em
}

.content h4 {
	font-size:1.3em;
	line-height:1;
	margin:1.23em 0 .615em
}

.content h5 {
	font-size:1.2em;
	line-height:1;
	margin:1.33em 0 .67em
}

.content h6 {
	font-size:1em;
	line-height:1;
	margin:1.6em 0 .8em
}

/*------------------------------------------------------------------- =Container */

#container {
	height:400px;
	padding-top: 78px;
	position: relative;
	margin: 0 auto;
	text-align: justify;
	width:780px;
}

/*------------------------------------------------------------------- =Header */

#header {
	height: 287px;
	position: relative;
}

#calendar2 #header {
	height: 100px;
}

	#home #header {
		background: url(../images/bg-header.jpg) no-repeat;
	}
	
	#news #header {
		background: url(../images/bg-news.jpg) no-repeat;
	}
	
	#services #header {
		background: url(../images/bg-services.jpg) no-repeat;
	}
	
	#clients #header {
		background: url(../images/bg-clients.jpg) no-repeat;
	}
	
	#staff #header {
		background: url(../images/bg-staff.jpg) no-repeat;
	}
	
	#vision #header {
		background: url(../images/bg-vision.jpg) no-repeat;
	}
	
	#calendar #header {
		background: url(../images/bg-calendar.jpg) no-repeat;
	}
	
	#calendar2 #header {
		background: url(../images/bg-calenadar.gif) no-repeat;
	}
	
	#about #header {
		background: url(../images/bg-about.jpg) no-repeat;
	}
	
	#contact #header {
		background: url(../images/bg-contact.jpg) no-repeat;
	}

	#header ul {
		overflow: hidden;
		padding-top: 8px;
		position: absolute;
		right: 0;
	}
	
		#header ul li {
			list-style: none;
			float: left;
			line-height: 22px;
			margin-left: 1px;
		}
		
			#header ul li a {
				color: #666;
				display: block;
				padding: 0 5px;
				text-decoration: none;
				text-transform: uppercase;
			}
				
				#header ul li:hover,
				#header ul .active {
					background: url(../images/bg-nav-left.gif) no-repeat top left;
				}		
				#header ul li a:hover,
				#header ul .active a {
					background: url(../images/bg-nav-right.gif) no-repeat top right;
					color: #fff;
				}
				
				#header ul li.language {
					padding-top: 5px;
				}
				#header ul li.language,
				#header ul li.language a {
					background: none;
				}
				
		#header .nobg li:hover,
		#header .user:hover {
			background: none;
		}
		
		#header .user {
			padding-left: 20px;
		}
		
			#header .user strong {
				color: #971d20;
			}

/*------------------------------------------------------------------- =Content */

.col,
.col_double,
.col_345 {
	float: left;
	margin-right: 45px;
}

.col {
	width: 230px;
}

.col_345 {
	width: 345px;
}

.col_double {
	width: 505px;
}


	.last {
		margin-right: 0;
	}
	
	.notitle {
		padding-top: 70px;
	}
	
	.col p span {
		display: block;
	}
	
	.col h3,
	.col_wide h3,
	.col_double h3 {
		color: #971d20;
		text-transform: uppercase;
	}
	.col h2,
	.col_wide h2,
	.col_double h2 {
		font-size: 1em;
		line-height: 1.4em;
	}
	
	.col .contact {
		font-size: 1.7em;
		text-align: center;
	}
	
	.col blockquote {
		border-left: 4px solid #bebebe;
		padding-left: 10px;
		font-style: italic;
	}
	
		.col blockquote span {
			color: #971d20;
			display: block;
			font-style: normal;
			text-align: right;
		}
		
	table.sk_month {
		margin-top: 20px;
		width:777px;
	}
	table.sk_month th {
		width:111px;
	}
	table.sk_month td {
		border: 1px solid #e5e5e5;
		vertical-align:top;
	}
	table.sk_month td div.datum {
		text-align:right;
		height:16px;
		background-color: #f5f5f5;
		clear: both;
		margin-bottom: 7px;
		padding: 0 2px 2px;
		font-size:12px;
	}
	table.sk_month td div.datum a {
		font-weight:bold;
	}
	table.sk_month td div.datum a:hover {
		text-decoration: underline;
	}
	table.sk_result {
		width:100%;
		border-bottom: 0;
	}
	table.sk_result th {
		font-weight:bold;
		font-size:12px;
		padding:5px;
		text-align:left;
			border-bottom:1px solid #FCFCFC;
			border-top:1px solid #FCFCFC;
	}
	table.sk_result td {
		font-size:12px;
		padding:5px;
		vertical-align: middle;
	}
	
		table.sk_result td img {
			vertical-align: middle;
		}
		
	.sk_box {
		width: 505px;
	}
	.sk_box1 {
		border: none!important;
		width: 455px;
	}
	
	.sk_box td,
	.sk_box1 td {
		padding: 5px 2px;
	}
	th {
		border-bottom: 1px solid #ccc;
	}
	
	table {
		border-bottom: 3px solid #ccc;
	}
	
	/*.vreme {
		width: 45px;
	}
	
	.tv {
		text-align: right;
		width: 40px;
	}
	
	.takmicenje {
		width: 145px;
	}*/
	
	/*table td:hover {
		background-color: #f5f5f5;
	}*/
	
	table.sk_month a:hover {
		text-decoration: none;
	}
	
	input,
	textarea,
	select {
		border: 1px solid #ccc;
		line-height: 18px;
		margin-bottom: 10px;
	}
	
	input {
		padding: 3px;
	}
	
	#contact table {
		border: 0;
	}
	
	.button {
		background-color: #971d20;
		border: 0;
		color: #fff;
	}
	
	.months {
		float: right;
	}
	
	.est {
		text-align: left;
	}
	
	.content h4 {
		color: #CCC;
		clear: both;
		font-size: 12px;
		margin-bottom: 0!important;
		text-align: right;
	}
		
	.content h5 {
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #f5f5f5;
		margin-top: 0;
		padding: 5px 0;
	}
	.content h5 img {
		margin-right: 5px;
		vertical-align: middle;
	}
	
	.contact-form td:hover {
		background: none;
	}
	
	.title.selected {
		font-weight: bold;
	}
	
	
/*------------------------------------------------------------------- =Konferencije */

		#podesavanja h4 {
			background: url(../images/arrows.gif) no-repeat left top;
			border-bottom: 1px solid #d5d5d5;
			color: #797979;
			cursor: pointer;
			height: 24px;
			line-height: 24px;
			padding-left: 10px;
			text-align: left;
		}
		
			#podesavanja h4.opened {
				background-position: left bottom;
			}
		
		#podesavanja h4 input {
			float: right;
		}
	
		#podesavanja ul {
			display: none;
			overflow: hidden;
			padding: 20px 0 30px;
		}
	
		#podesavanja li {
			float: left;
			height: 34px;
			list-style: none;
			line-height: 34px;
			margin: 0 20px 10px;
			width:340px;
		}
		
		#podesavanja li input {
			float: right;
			margin: 10px 0 0!important;
		}
		
		#podesavanja img {
			float: left;
			margin-right: 10px;
		}
		
		#podesavanja label {
			clear: none;
			float: none;
			margin: 0;
			text-align: left;
			width: auto;
		}
		
		#podesavanja .button {
			margin: 10px 0 0!important;
		}
	
	
/*------------------------------------------------------------------- =Konferencije */
	
	.conf-date {
		border-bottom: 1px solid #d5d5d5;
	}
	
	.conference {
		padding: 10px;
	}
	
		.conference td {
			vertical-align: text-top!important;
		}
	
	.conf-desc p {
		padding-right: 50px;
	}
	
	.conf-details {
		line-height: 24px;
	}
	
		.conf-details span {
			display: inline-block;
			width: 80px;
		}
		
	.conference.alt {
		background:  #fafafa;
	}
	
	.conf-host p {
		padding-left: 40px;
	}
	
	
/*------------------------------------------------------------------- =Calendar */	

	
	#calendar2 {
		background: url(../images/bg-body1.gif) repeat-x left -78px;
	}

	#calendar2 #container {
		padding-top: 0;
	}
	
		#calendar2 #header ul li a {
			text-transform: none;
		}
	
	
/*------------------------------------------------------------------- =Form */

	.content form label,
	.content .labela {
		clear: left;
		float: left;
		margin-right: 10px;
		text-align: right;
		width: 100px;
	}
	
		#calendar2 .content form .nolabel {
			clear: none;
			display: inline;
			float: none;
			margin: 0;
			width: auto;
		}

		#calendar2 .content form .button,
		#contact .content form .button,
		#calendar .content form .button {
			margin-left: 110px;
			width: auto;
		}
		
		#contact .content form input,
		#contact .content form select,
		#contact .content form textarea {
			width: 250px;
		}

		#calendar2 .content form.months .button {
			margin-left: 0;
		}
		
		.podesavanja {
			width: 300px;
		}
		
		.pretplata {
			clear: both;
			margin-bottom: 20px;
			overflow: hidden;
		}
		
		.konf {
			margin: 30px 0;
		}
		
		.news h2 {
			text-align: right;
		}
	
/*------------------------------------------------------------------- =Footer */

#footer {
	clear: both;
	padding-top: 10px;
}
	
	#footer p {
		text-align: center;
	}
