/*
	=======================================================
	  Title:    www.plumts.com
	  Version:  2.0
	-------------------------------------------------------
	  File:     home.css
	  Type:     text/css
	  Author:   PlumTS Inc.
	  -----------------------------
	  Modified:
	=======================================================
*/
body
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(../img/intro/vertical_bg.png) top center repeat-x; /* 1x350 */
}

/* linkovi global */
a:link
{
	color: #999999;
	text-decoration: none;
}

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

a:hover
{
	text-decoration: underline;
	color: #99CC00;
}

a:active
{
	text-decoration: none;
	color: #999999;
}
/********/

h1
{
	font-size: 36px;
}

h2
{
	font-size: 28px;
}

h3
{
	font-size: 22px;
}

h4
{
	font-size: 18px;
	margin: 0 0 6px 0;
	padding: 0px;
	font-weight: normal;
}
/********/
/* BODY */
/********/
.holder
{
	width: 520px;
	margin: 0 auto;
	text-align: center;
}
/* header */
.header
{
	margin: 16px 0 0 0;
}
	.h_title
	{
		width: 500px;
		height: 82px;
		margin: 0 auto;
		font-size: 0px;
		text-indent: -1984px;
		background: url(../img/intro/vstss_text_logo.png) top center no-repeat; /* 500x82 */
	}
	.h_domain
	{
		width: 92px;
		height: 12px;
		font-size: 0px;
		text-indent: -1984px;
		margin: 15px auto 0 auto;
		background: url(../img/intro/vstss_domain_glow_ani.gif) top center no-repeat; /* 96x12 */
	}
/* /header */

/* content */
.content
{
	margin: 0 auto;
}
	.c_rasporedbox
	{
		width: 308px;
		height: 63px;
		font-size: 1px;
		margin: 17px auto 0 auto;
	}
		.c_rasporedbox_pdf
		{
			float: left;
			width: 63px;
			height: 63px;
			position: relative;
			background: url(../img/intro/raspored_pdf.png) left top no-repeat; /* 126x63 */
		}
			.c_rasporedbox_pdf a:link, .c_rasporedbox_pdf a:visited
			{
				width: 63px;
				height: 63px;
				color: #8796a4;
				display: block;
				text-decoration: none;
				background: url(../img/intro/raspored_pdf.png) left top no-repeat; /* 126x63 */
			}
			.c_rasporedbox_pdf a:hover, .c_rasporedbox_pdf a:active
			{
				width: 63px;
				height: 63px;
				color: #8796a4;
				display: block;
				text-decoration: none;
				background: url(../img/intro/raspored_pdf.png) right top no-repeat; /* 126x63 */
			}
		.c_rasporedbox_doc
		{
			float: left;
			width: 63px;
			height: 63px;
			position: relative;
			background: url(../img/intro/raspored_word.png) left top no-repeat; /* 126x63 */
		}
			.c_rasporedbox_doc a:link, .c_rasporedbox_doc a:visited
			{
				width: 63px;
				height: 63px;
				color: #8796a4;
				display: block;
				text-decoration: none;
				background: url(../img/intro/raspored_word.png) left top no-repeat; /* 126x63 */
			}
			.c_rasporedbox_doc a:hover, .c_rasporedbox_doc a:active
			{
				width: 63px;
				height: 63px;
				color: #8796a4;
				display: block;
				text-decoration: none;
				background: url(../img/intro/raspored_word.png) right top no-repeat; /* 126x63 */
			}
		.c_rasporedbox_centar
		{
			float: left;
			width: 182px;
			height: 63px;
			background: url(../img/intro/raspored_skolska.png) center top no-repeat; /* 182x63 */
		}
	.c_sadjevreme
	{
		width: 79px;
		height: 58px;
		font-size: 0px;
		text-indent: -1984px;
		margin: 17px auto 0 auto;
		background: url(../img/intro/sada_je_vreme.png) top center no-repeat; /* 79x58 */
	}
	.c_links
	{
		height: 34px;
		width: 308px;
		display: block;
		font-size: 18px;
		margin: 59px auto 0 auto;
	}
		.c_l_left
		{
			float: left;
			height: 34px;
			width: 126px;
			display: block;
			text-indent: -1984px;
			background: url(../img/intro/novi_sajt.png) left top no-repeat; /* 252x34 */
		}
			.c_l_left a:link, .c_l_left a:visited
			{
				height: 34px;
				width: 126px;
				display: block;
				text-decoration: none;
				background: url(../img/intro/novi_sajt.png) left top no-repeat; /* 252x34 */
			}
			.c_l_left a:hover, .c_l_left a:active
			{
				height: 34px;
				width: 126px;
				display: block;
				text-decoration: none;
				background: url(../img/intro/novi_sajt.png) right top no-repeat; /* 252x34 */
			}
		.c_l_right
		{
			float: right;
			height: 34px;
			width: 126px;
			display: block;
			text-indent: -1984px;
			background: url(../img/intro/stari_sajt.png) left top no-repeat; /* 252x34 */
		}
			.c_l_right a:link, .c_l_right a:visited
			{
				height: 34px;
				width: 126px;
				display: block;
				text-decoration: none;
				background: url(../img/intro/stari_sajt.png) left top no-repeat; /* 252x34 */
			}
			.c_l_right a:hover, .c_l_right a:active
			{
				height: 34px;
				width: 126px;
				display: block;
				text-decoration: none;
				background: url(../img/intro/stari_sajt.png) right top no-repeat; /* 252x34 */
			}
/* /content */

/* footer */
.footer
{
	clear: both;
	color: #cccccc;
	font-size: 11px;
	padding: 60px 0 0 0;
}
	.email
	{
		width: 19px;
		height: 15px;
		color: #FFFFFF;
		display: block;
		overflow: hidden;
		text-indent: 1984px;
		margin: 5px auto 0 auto;
		background: url(../img/intro/intro_email.png) left top no-repeat; /* 38x15 */
	}
		.email a:link, .email a:visited
		{
			width: 19px;
			height: 15px;
			color: #FFFFFF;
			display: block;
			text-indent: 1984px;
			background: url(../img/intro/intro_email.png) left top no-repeat; /* 38x15 */
		}
		.email a:hover, .email a:active
		{
			width: 19px;
			height: 15px;
			color: #FFFFFF;
			display: block;
			text-indent: 1984px;
			background: url(../img/intro/intro_email.png) right top no-repeat; /* 38x15 */
		}
/* /footer */
/*********/
/* /BODY */
/*********/
