/*AGOVV LAYOUT START*/
#container, #header, #logo, #topmenu, #searchbar, #searchform input.search, #searchform input.normal, #carrousel, #wrapper, #maincontent, #subcontent, #mainfooter, #subfooter {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
body {
	background:#0F2B49 url(/templates/agovv.homepage/img/pagebg.png) no-repeat right 76px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
}
#container {
	position: relative;
	text-align:center;
	width: 100%;
	background:url(/templates/agovv.homepage/img/topbg.png) repeat-x left top;
}

#header {
	position: relative;
	width: 980px;
	height:388px;
	margin: 0 auto;
	text-align: left;
}
#top {
position: absolute;
	width: 980px;
	height:270px;
	margin: 0 auto;
	text-align: left;
	top: 116px;
}
.wrapper {
	position: relative;
	width: 980px;
	height:auto;
	margin: 0 auto;
	text-align: left;
	margin-top: 10px;
}

#maincontent{
	float:left;
	width: 726px;
}

#subcontent{
	float:left;
	width: 250px;
	margin-left: 4px;
}

#mainfooter{
	float:left;
	width: 616px;
}

#subfooter{
	float:left;
	width: 360px;
	margin-left: 4px;
}

#logo {
	position: absolute; 
	width: 173px;
	height: 183px;
	margin-top: 10px;
	z-index:3;
	margin-left: -10px;
}
ul#topmenu {
	position: absolute;
	height: 35px;
	display:block;
	left: 170px;
	top:41px;
	list-style:none;
}
ul#topmenu li {
	float: left;
	padding:0 0 0 11px;
	background:url(/templates/agovv.homepage/img/topmenubgleft.png) no-repeat left -35px;
}
ul#topmenu li a {
	display: block;
	line-height: 30px;
	padding: 5px 11px 0 0;
	text-decoration: none;
	color:#FFF;
	background:url(/templates/agovv.homepage/img/topmenubgright.png) no-repeat right -35px; 
	float:left;
	font-size: 11px;
	font-weight: bold;
	text-transform:uppercase;
}
ul#topmenu li a img {
	margin-right: 7px;
}
ul#topmenu li:hover, ul#topmenu li.current {
	background-position: 0% top;
}
ul#topmenu li:hover a, ul#topmenu a:hover, ul#topmenu li.current a {
	background-position: 100% top;
}
ul#metanavigation {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	width: 250px;
	right: 4px;
	top:20px;
}
#metanavigation li {
	float:left;
	color:#FFF;
	font-size:11px;
	padding:0 5px 0 5px;
}
#metanavigation li a {
	display:block;
	
	color:#FFF;
	text-decoration:none;
	font-size:11px;
}
#searchform, .boxSearch {
	position: absolute;
	width: 260px;
	
	background: url(/templates/agovv.homepage/img/searchbg.png) no-repeat top right;
	background:none;
	right: 4px;
	top:39px;
	overflow: hidden;
	display:block;
	height: 37px;
	padding:0;
	margin:0;
}

#searchform input.normal, .boxSearch input.normal, .boxSearch input.textbox {
	background:none;
	border: 1px solid #72A4DB;
	color:#FFF;
	width: 242px;
	height: 28px;
	line-height: 28px;
	padding: 0 0 0 5px;	
	float:left;
	margin-left:10px;
}
#searchform input.search, .boxSearch input.search {
	border: none;
	width: 18px;
	height:19px;
	background: url(/templates/agovv.homepage/img/searchbtnbg.png) no-repeat center top;
	cursor: pointer;
	padding:0;
	margin:0;
	float:left;
	margin-left: -26px;
	margin-top:5px;
}
#searchform input.search:hover, .boxSearch input.search:hover {
	background-position: center -19px;
}


#mainfooter ul li a {
	font-size: 11px;
	color:#FFF;
	text-decoration:none;
}
#mainfooter ul li {
	float: left;
	margin-right:2px;
	background:none;
}

/* ***********************************************************************************

Convertable Nestled list menu by DUNCAL Productions
© 2007 by Duncan Hill and Alan Gresley
http://

Converts from a verticle menu with flyout submenus or a horizontal menu, with dropdown 
and then flyout submenus with a few changes in style where ****CONVERT**** appears.

*********************************************************************************** */

ul#navigation {
	position: absolute;
	height: 40px;
	display:block;
	left: 170px;
	top:76px;
	z-index:10;
}
ul#navigation, ul#navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#navigation li { 
	position: relative;	
	margin: 0px;
	padding: 0px;
	float: left;
	text-align:center;
	background:none;
	width: auto;
	margin-right: 2px;
}


ul#navigation ul li {
	text-align:left;
	font-weight: normal;
	filter:alpha(opacity=94);
	-moz-opacity:0.94;
	-khtml-opacity: 0.94;
	opacity: 0.94;
	background: #0169B6 url('');
}

* html ul#navigation li { 
	width: 1px;
}

#navigation a {
	padding: 0 10px 0 10px;
	display: block;
	height: 40px;
	line-height: 40px;
	color: #FFFFFF;
	text-decoration:none;
	outline:none;
	font-weight: bold;
}
ul#navigation a:hover, ul#navigation li.sfhover {
	text-decoration:none;
	background:#0169B6;
}

ul#navigation li li a {
	 width: 180px;
	 font-weight:normal; 
	 font-size: 11px;
	 height: 30px;
	 line-height: 30px;/*       ****CHANGE SUBMENU WIDTH**** */
}
ul#navigation li li li a {
	width: 150px; /*           ****CHANGE SUBMENU WIDTH**** */
	display:none;
}

ul#navigation li ul {
	position : absolute;
	left: -999em;
}
#navigation li:hover ul ul, #navigation li.sfhover ul ul {
	left: -999em;
}

#navigation li:hover ul, #navigation li li:hover ul, #navigation li.sfhover ul, #navigation li li.sfhover ul {
	top: 0;
	left: 0px;
	margin-left: 100%;
}

/*					****DISPLAYS HORIZONTAL MENU**** */
#navigation li:active ul, #navigation li:hover ul, #navigation li.sfhover ul {
   	top: 100%;
	margin-left: 0;
}

/*					****END MENU**** */
#carrousel {
	width: 716px;
	height: 270px;
	position: absolute;
	z-index:1;
}
a#carrouselbtnleft, a#carrouselbtnright {
	position: absolute;
	z-index: 4;
	width: 58px;
	height: 58px;
	top:137px;
	display:block;
	margin-left: -26px;
	background:url(/templates/agovv.homepage/img/carrouselbtn.png);
	cursor: pointer;
}
a#carrouselbtnleft {
	background-position: 0px 0px;
}
a#carrouselbtnleft:hover {
	background-position: 0px 58px;
}
a#carrouselbtnright {
	margin-left: 687px;
	background-position: 58px 0px;
}
a#carrouselbtnright:hover {
	background-position: 58px 58px;
}
#nextmatch {
	position: absolute;
	z-index: 3;
	width: 250px;
	height: 160px;
	right: 4px;
	background:url(/templates/agovv.homepage/img/lightbluebg.png) no-repeat right top;
	text-align:center;
	font-size: 11px;
}

#nextmatch .uitslag{
	display:none;
}

h4 {
	font-weight: bold;
}
#prevmatch, #mainsponsors, .banner, .bannersmall {
	position: absolute;
	z-index: 3;
	width: 250px;
	height: 100px;
	top:170px;
	right: 4px;
	background: url(/templates/agovv.homepage/img/darkbluebg.png) no-repeat right top;
}

#prevmatch .logos{
	display:none;
}

#mainsponsors {
	background:#D8D8D8 url(/templates/agovv.homepage/img/silverbg.png) no-repeat right top;
	height:191px;
}
#mainsponsors h3 {
	color:#0169B6;
	margin:8px 0 8px 0;
	text-transform:capitalize;
}
.banner, .bannersmall {
	float:right; 
	position:relative;
	top:0;
	text-align:center;
	line-height:100px;
}
#mainsponsors {
	float:right; 
	position:relative;
	top:0;
	text-align:center;
}
.banner, .bannersmall {
	background:url(/templates/agovv.homepage/img/lightbluebg.png) no-repeat right top;
	margin-top: 10px;
	height: 78px;
	line-height: 78px;
}
.indent {
	margin:10px;
}
.contentlist {
	width: 353px;
	background:url(/templates/agovv.homepage/img/maincontentbg.png) repeat-x left top;
	float:left;
	margin:0;
	padding:0;
	margin-right: 10px;
}
.contentlist h2 {
	background:url(/templates/agovv.homepage/img/barlightbluebg.png) repeat-x left top;
	height: 40px;
	line-height: 40px;
	text-indent:10px;
	font-weight: bold;
	font-size:18px;
}
h2 {
	font-size: 22px;
	font-weight: bold;
}
.contentlist ul {
	margin:0 15px 33px 15px;
	border-bottom: 1px solid #2C5F98;
	padding:0;
}
.contentlist ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #093155;
	height:40px;
	overflow:hidden;
}
.contentlist ul li+li {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #2C5F98;
}
.contentlist ul li a {
	display:block;
	line-height: 40px;
	background:url(/templates/agovv.homepage/img/newsitembtn.png) no-repeat right top;
	color:#FFF;
	text-decoration:none;
	font-size: 14px;
}
.contentlist ul li a:hover {
	background-position: right -40px;
}
h3 {
	font-weight: bold;
	font-size:14px;
	text-align:center;
	text-transform:uppercase;
	margin-bottom:10px;
}
#sponsorcarrousel {
	background:url(/templates/agovv.homepage/img/silverbg.png) no-repeat right top;
	float:left;
	margin-top: 10px;
	width: 716px;
	height: 120px;
}
#sponsorcarrousel a.btnleft, #sponsorcarrousel a.btnright {
	width:24px;
	height:24px;
	background:url(/templates/agovv.homepage/img/sponsorcarrouselbtn.png) left top;
	display:block;
	position:absolute;
	margin-top:48px;
	margin-left: 10px;
}
#sponsorcarrousel a.btnleft:hover {
	background-position: 0% -24px;
}
#sponsorcarrousel a.btnright {
	background-position:right top;
	margin-left: 680px;
}
#sponsorcarrousel a.btnright:hover {
	background-position: 100% -24px;
}
a {
	color:#FFF;
}
.bannersmall {
	height: 55px;
	line-height: 55px;
}
#footer {
	width: 100%;
	background: #2974C7 url(/templates/agovv.homepage/img/footerbg.png) repeat-x left top;
	min-height:120px;
	margin-top:10px;
}
#mainfooter img {
	float:left;
	margin-right: 10px;
}
#mainfooter h4 {
	font-size: 16px;
	font-weight: bold;
	padding-top:8px;
	padding-bottom:2px;
}
#mainfooter ul {
	list-style:none;
}
#mainfooter ul li {
	font-size:11px;
}
.fpnewsimg {
	float:left;
	height:120px;
	width:120px;
	margin-right: 15px;
	overflow:hidden;
	text-align:center;
	margin-top:5px;
}
h2 a {
	text-decoration:none;
}
/*AGOVV LAYOUT END*/
