/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/


/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 12px/1.5 'Verdana', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a:link {text-decoration:none}
a:visited {text-decoration:none}
a:hover {text-decoration:underline}
a:active {text-decoration:underline}

a.white:link {color: #fff;}
a.white:visited {color: #fff;}
a.white:hover {color: #fff;}
a.white:active {color: #ff5500;}

a.black:link {color: #000;}
a.black:visited {color: #000;}
a.black:hover {color: #000;}
a.black:active {color: #ff5500;}

a.orange:link {	color: #ff5500;
				text-decoration:underline;}
a.orange:visited {color: #ff5500;
				text-decoration:underline;}
a.orange:hover {color: #ff5500;
				text-decoration:underline;
				font-weight: bold;}
a.orange:active {color: #000;
				text-decoration:underline;}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
}

h1.top {
	font-size: 25px;
	color: #fff;
	font-weight: bold;
	margin-left: 110px;
	margin-top: 10px;
}

h1.maintitle {
	font-size: 25px;
	color: #0d3c9b;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
}


h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h5.counter {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}

h5.mainsubtitle {
	font-size: 18px;
	color: #0d3c9b;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 4px;
}

h6 {
	font-size: 12px;
}

h6.counter_text {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
}

h6.mainsubtitle {
	font-size: 13px;
	color: #0d3c9b;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 0px;
}

h6.mainnewssubtitle {
	font-size: 13px;
	color: #0d3c9b;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

h6.box {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 9px;
	padding: 1px 0 0 10px;
	height: 20px;
	background: #acc1c4;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
}

h6.box_underline {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 9px;
	padding: 0 0 0 10px;
	height: 20px;
	background: #fff;
	border-bottom: 1px solid #ff5500;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}

h6.sponsor {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 4px;
	padding: 0 0 0 0px;
	height: 20px;
	background: #fff;
	font-size: 12px;
	color: #0d3c9b;
	text-align:center;
	font-weight: bold;
	border-bottom: 1px solid #ff5500;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

p.push {
	margin-top: 8px;
	margin-bottom: 0px;
}

p.introduction {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
}

p.news_date {
	font-size: 10px;
	color: #ff5500;
	margin-top: 0px;
	margin-bottom: 0px;
}

p.footer {
	font-size: 10px;
	color: #000;
	border-top: 1px solid #ff5500;
}
p.small_grey {
	font-size: 10px;
	color: #a0a0a0;
}

table
{
border-collapse:collapse;
}
table,th, td
{
border: 1px solid #acc1c4;
}
td
{
padding:2px;

}



/* `Extra css */

/* `Container
----------------------------------------------------------------------------------------------------*/
.container_full_orange {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 26px;
	margin-bottom: 30px;
	height: 58px;
	background: #f87212;
	opacity: 0.9;
}

.container_counter_top {
	z-index:1;
	position: absolute;
	left: 790px;
	top: 34px; 
	}
	
/* `Image
----------------------------------------------------------------------------------------------------*/
.img_logo_top {
	z-index:1;
	position: absolute;
	left:0;
	top: 0; 
	}
	
.img_sponsor {
Ê 	margin:0px;
Ê 	border:0px;
Ê 	height:auto;
Ê 	width:auto;
Ê 	float:left;
	padding-top: 10px;
	padding-bottom: 6px;
Ê 	text-align:center;
	border-bottom: 1px solid #ff5500;
Ê 	}







