@charset "utf-8";
/* 

	CSS Document 
   	Author: Luka Semolič
   
*/

* {
	margin: 0;
}

html,body
{
	
	color: #484849;
	font-size: 13px;
	margin:0;
	padding:0;
	background-color: #e47b00;
	height: 100%;
	
	background-image:url(img/bg_gradient.jpg);
	background-repeat:repeat-y;	

	background-position:center top;

}

input[type="text"] { width: 15em; }

h2
{
	font-size: 18px;
}

.oranzna
{
	color: #e47b00;
}


#content
{
	width: 850px;
	background-color: #FFFFFF;
	
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -215px;			
}

.naslovi
{
	font-size:14px;
}

.teme
{
	text-decoration: underline;
	font-size: 15px;
	font-weight: bold;
}

a
{
	color: #324c56;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #e47b00;
	font-weight: bold;
}

#header
{
	margin-top: 0px;
	background: url(img/header.jpg);
	background-repeat:no-repeat;	
	height: 310px;
}

#push {
	height: 215px;
}

#footer
{
	background: url(img/footer.png);
	background-repeat:no-repeat;
	height: 215px;
	width: 850px;
	vertical-align: bottom;
	
	margin: 0 auto;

}

	#footer #footer_text
	{
		padding-left: 10px;
		padding-top: 190px;
		float: left;
	}

	#footer #footer_logo
	{
		float: right;	
		
		padding-right: 8px;
		padding-top: 163px;
	}
	
#mediaSponsor
{
	position: absolute;		
	margin-top: 28px;
	margin-left: 170px;
}

#headPhoto
{

	margin-left: 420px;
	margin-top: 140px;
	position: absolute;
		
}

	#headPhoto #txtSize
	{
		/*text-align: right;*/
		margin-top: 40px;
		margin-left: 275px;
	}

#blank 
{
	height: 152px;
}

#menu
{

	margin-left: 90px;	
}

#menu a
{
	font-size: 14px;
}	


#mainContent
{	
	padding-top: 150px;
	width: 760px;
	padding-left: 40px;
	text-align: justify;
}

	#mainContent h2
	{
		padding-bottom: 20px;
	}
	
	#mainContent a
	{
		color:#0066FF;
		text-decoration: underline;
	}
	
	#mainContent a:visited
	{
		color:#9933FF;
		text-decoration: underline;
	}
	
	#mainContent #table1 #events
	{
		width: 100%;
		height: 300px;
		text-align: left;
	}
	
	#mainContent #table1 #events
	{
		width: 100%;
		text-align: left;
	}
	
		#mainContent #table1 #events th
		{
			color: #FFFFFF;
			background-color:#9e3a38;
			padding: 5px;	
			vertical-align: top;
		}
		
		#mainContent #table1 #events td
		{
			background-color:#cccccc;	
			padding: 5px;
			vertical-align: top;		
		}
		
	#mainContent #table2 #events
	{
		width: 100%;
		text-align: left;
	}
	
		#mainContent #table2 #events th
		{
			color: #FFFFFF;
			background-color:#b1c3d9;
			padding: 5px;	
			vertical-align: top;
		}
		
		#mainContent #table2 #events td
		{
			background-color:#dbe6f7;	
			padding: 5px;
			vertical-align: top;		
		}
	

form.registration
{
	border: #e9bf8e 2px solid;
	padding: 15px;
}

form.registration h3
{
	color: #e47b00;
}

.terms
{
	border: #e9bf8e 1px solid;
	padding: 5px;
}

#banner
{
	position: absolute;
/*	margin-top: 60px;*/
	
	margin-top: 30px;
	margin-left: 35px;
}

#loader
{
	background-image: url(img/preloader.gif);
	width: 68px;
	height: 68px;
	
	position: absolute;	
}

