/*
	=======================================================
	  Title:    www.stardance.org.yu
	  Version:  2.0
	-------------------------------------------------------
	  File:     intro.css
	  Type:     text/css
	  Author:   PlumTS Inc.
	  -----------------------------
	  Modified:
	=======================================================
*/
.body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(../img/bg.png) repeat #FFFFFF;
	text-align: center;
	font-size: 14px;
	margin: auto;
	padding: 0;
}

a:link
{
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
}
a:active
{
	text-decoration: none;
}

.logo_title
{
	text-align: center;
	margin: auto;
	margin-top: 100px;
	margin-bottom: 50px;
}

.tickerz
{
	border-top: #FAC6C8 1px solid;
	border-bottom: #FAC6C8 1px solid;
	text-align: center;
	margin: auto;
	width: 340px;
}

.tickerz td
{
	text-align: center;
	margin: auto;
}

.picker_sr
{
	height: 40px;
	padding-right: 48px;
	padding-left: 45px;
}
	* html body .picker_sr
	{
		height: 40px;
		padding-right: 46px;
		padding-left: 0px;
	}

	.picker_sr a
	{			
		background: url(../img/intro/star.png) no-repeat;
		font-family: Verdana, Arial, sans-serif;
		text-decoration: none;
		padding-left: 32px;
		padding-top: 5px;
		font-size: 14px;
		color: #000000;
		display: block;
		height: 23px;
	}
	.picker_sr a:hover
	{
		color: #80B8DD;
	}

.picker_en
{
	height: 40px;
	padding-left: 35px;
}
	.picker_en a
	{			
		background: url(../img/intro/star.png) no-repeat;
		font-family: Verdana, Arial, sans-serif;
		text-decoration: none;
		padding-left: 32px;
		padding-top: 5px;
		font-size: 14px;
		color: #000000;
		display: block;
		height: 23px;
	}
	.picker_en a:hover
	{
		color: #80B8DD;
	}

#message
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 40px;
	color: #80B8DD;
	text-align: center;
}

.footer
{
	margin-top: 26px;
	text-align: center;
	width: 900px;
	margin: auto;
}

.copyright
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	width: 300px;
	float: left;
	text-align: left;
	margin-left: 100px;
}

.working
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size: 10px;
	color: #666666;
	width: 200px;
	float: right;
	text-align: right;
	margin-right: 100px;
}
	.working a:link
	{
		color: #666666;
	}
	.working a:hover
	{
		color: #3399CC;
		border-bottom: #3399CC dashed 1px;
	}

.takmicenje
{
	color: #72abd8;
	width: 250px;
	font-size: 18px;
	margin: 20px auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
.takmicenje a:link, .takmicenje a:visited
{
	width: 250px;
	padding: 5px;
	color: #72abd8;
	background: #FFFFFF;
	text-decoration: none;
	border: 1px solid #72abd8;
}
.takmicenje a:hover, .takmicenje a:active
{
	width: 250px;
	padding: 5px;
	color: #ffffff;
	background: #72abd8;
	text-decoration: none;
	border: 1px solid #ffffff;
}
.logo_title .takmicenje {
	color: #A50E2C;
}
