/* Main settings */
html, body {
	background:#1d2f00 url(../files/background.jpg) no-repeat top center;
}
body {	
	font: 12px "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	color: #333;
	height: 100%;
}

html, body.wedstrijdverslag {
    background:none !important;
}

#homeMiddleLeft,
#footerLeft {
	float: left;
}

#homeMiddleRight,
#footerRight {
	float: right;
}

#homeTopLeft {
    float: left;
    width: 225px;
    margin-top: 25px;
    margin-right: 20px;
    overflow: hidden;
    border: 1px solid #BBB;
    padding: 5px;
    text-align: center;
}

#homeTopRight {
    float: left;
    width: 470px;
    margin-top: 25px;
}


.clear {
	clear: both;
}

/* GENERAL SETTINGS */
p {
	margin-bottom: 18px;
	line-height: 18px;
}

a {
	color: #666;
}
a:hover {
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
ul {
	list-style-type: disc;
	margin-left: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	border: none;
}
ol {
	list-style-type: decimal;
	margin: 0;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	border: none;
}
li {
	font-size: 11px;
	margin: 0px;
	margin-left: 5px;
	margin-top: 5px;
	padding: 0px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 14px;
	text-align: left;
    color: #cc3333;
    display:block;
    width:100%;
    float:left;
}

#wrapper #mainHome #progamma h1{
    float:none;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	color: #cc3333;
	width: 100%;
	display: block;
	border-bottom: 1px solid #cc3333;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 28px;
	text-align: left;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 28px;
	text-align: left;
}

img {
	border: 0;
}

/* WRAPPER */
#wrapper {
	background: none;
	height: auto;
	width: 990px;
	margin: 0 auto;
	padding: 0;
	position: relative;
    z-index:1;
	display: block;
}
/* HEADER */
#wrapper #header {
	background: url(../files/header.png) repeat;
	height: 92px;
	width: 990px;
	margin: 0;
	padding: 0 0 0 0;
	position: relative;
	display: block;
}
/* MENU */
#wrapper #nav {
    position:relative;
    z-index:5;
    height:27px;
}

#wrapper #nav ul {
	background: #000 url(../files/menuBg.png) repeat;
	height: 27px;
	width: 990px;
	margin: 0 0 0 0;
	padding: 0;
	position: relative;
	display: block;
	z-index: 5;
}

#wrapper #nav ul li {
    background: none;
    width: auto;
    height: 27px;
    margin: 0;
    display: block;
    float: left;
/*    overflow: hidden;*/
    position:relative;
}

#wrapper #nav ul li a {
    background: url(../files/menuBorder.png) no-repeat top right;
    display: block;
    font-size: 12px;
    color: #fff;
    width: auto;
    height: auto;
    margin: 0;
    padding: 6px 18px 7px 18px;
    text-align: left;
    text-decoration: none;
    border:0;
}

#wrapper #nav ul li a:hover,
#wrapper #nav ul li a.active {
    background:#336699 url(../files/menuHover.png) repeat;
}
/* SUBMENU */
#wrapper #nav ul li ul {
    position: absolute;
    background: url(../files/subMenuBg.png) repeat;
    left: -9999em;
    padding: 0;
    top: 27px;
    width: 232px;
    z-index: 5;
    height:auto;
}

#wrapper #nav ul ul ul {
    display:none;
}

#wrapper #nav ul li:hover ul,
#wrapper #nav ul li.sfhover ul {
    left: auto;
    margin: 0;
}

#wrapper #nav ul li:hover ul li,
#wrapper #nav ul li.sfhover ul li {
    background: url(../files/subtab_m.png) repeat;
    width: 232px;
    height: 29px;
    display: block;
    position: relative;
    clear: left;
}

#wrapper #nav ul li ul li a,
#wrapper #nav ul li:hover ul li a,
#wrapper #nav ul li.sfhover ul li a {
        background: none;
        display: block;
        font-size: 12px;
        color: #fff;
        height: 22px;
        width: 214px;
        margin: 0;
        padding: 7px 0 0 20px;
        text-align:left;
        text-decoration: none;
        position: relative;
    }

#wrapper #nav ul li ul li a:hover,
#wrapper #nav ul li:hover ul li a:hover,
#wrapper #nav ul li.sfhover ul li a:hover {
        text-decoration: underline;
    }

/* content  home*/
#wrapper #mainHome {
	background:#fff url(../files/homeBg.png) repeat;
	width: 990px;
	height: auto;
	margin: 0 ;
	padding: 0;
	position: relative;
	text-align: left;
	display: block;
    z-index:1;
}
#wrapper #mainHome #homeLeft {
	width: 764px;
	height: auto;
	float: left;
	text-align: justify;
}

#wrapper #mainHome #rightBox {
    height:auto;
    width:225px;
    float:left;
}

#wrapper #mainHome #partners {
    width:195px;
    min-height:80px;
    margin:9px 0 5px 8px;
    padding:5px 0 0 11px;

}

#wrapper #mainHome #agenda {
    width:195px;
    min-height:80px;
    margin:9px 0 5px 8px;
    padding:5px 0 0 11px;

}

#wrapper #mainHome #progamma {
    min-height:80px;
    width:188px;
    background-color:white;
    border:1px solid gray;
    margin:5px 0 5px 20px;
    padding:5px 0 0 0px;
}

#homeTop{
	background:#fff url(../files/homeBottomBg.png) repeat-x;
	margin: 0;	
	padding: 0 0 15px 20px;
	width: 744px;
	overflow: hidden;
    text-align: justify;
	border-bottom: 1px dashed #ccc;
}

#homeTop img {
	border: 0px;
	float: left;
	margin: 0 26px 0 0;
}

#homeMiddle {
	background:#fff url(../files/homeBottomBg.png) repeat-x;
	margin: 4px 0 0 0;
	padding: 17px 27px;
	width: 710px;
	height: auto;
	text-align: left;
}

#homeFooter {
	margin: 4px 0 0 0;
	padding: 17px 27px;
	width: 720px;
	height: auto;
	text-align: left;
}

#homeFooter #sponsors-bottom {
    float:left;
    width:50%;
    padding:0 0 17px 0;
}

#homeFooter #partners-bottom {
    float:left;
    width:50%;
    padding:0 0 17px 0;
}

#homeMiddleLeft,
#homeMiddleRight {
	background:#fff url(../files/homeBottomBg.png) repeat-x;
	margin: 0 0 19px;
	padding: 21px 21px 26px 21px;
	width: 298px;
	text-align: left;
	border: 1px solid #bbb;
}

#homeMiddleLeft {
	float: left;	
}

#homeMiddleRight {
	float: right;
}

#homeMiddle p {
	margin: 0 0 14px 0;
	line-height: 11px;
}

#homeMiddleLeft a {
	color: #cc3300;
	font-size: 11px;
	text-decoration: none;
}

#homeMiddleRight a {
	color: #cc3300;
	font-size: 11px;
	text-decoration: none;
}

#homeMiddle span {
	width: 50px;
	display: inline-block;
}

#homeMiddle h2 {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #333;
	margin: 0 0 12px 0;
	border: 0px;
}
#homeNieuws h2 {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #333;
	margin: 0 0 12px 0;
	border: 0px;
}

#homeFooter img, #homeFooter object {
	border:1px solid #b8b8b8;
	margin: 0 18px 0 0;
    float:left;
}

#homeFooter img.last, #homeFooter object.last {
	margin: 0 0 0 -1px;	
}

#homeFooter object {
    width:158px;
    height:58px;
}

#sponsor {
	width: 207px;
	height: auto;
    min-height:100px;
	margin: 20px 0 0 19px;	
}


#sponsor h2, #progamma h2, #partners h2, #agenda h2, #homeFooter h2 {
	font-size: 14px;
    text-transform:uppercase;
	font-weight: bold;
	text-align: left;
	color: #666;
	margin: 0 0 12px 0;
	border: 0px;
}

#sponsor img, #partners img {
	border:1px solid #b8b8b8;
	margin: 0 0 5px 0;
}

/* TABLE */
table.resultList {
	width: 100%;
	margin: 10px 0 10px 0;
}
	table.resultList thead {
		color: #333;
		font-size: 12px;
	}	
	table.resultList th {
		border: 0px;
		height: 30px;
	}
	table.resultList td {
		color: #666;
	}
	table.resultList td.last {
		text-align: right;	
	}
	table.resultList tbody tr {
		height: 20px;
	}

table.resultListLong {
	width: 100%;
	margin: 10px 0 20px 0;
}
	table.resultListLong thead {
		color: #333;
		font-size: 12px;
	}	
	table.resultListLong th {
		border: 0px;
		height: 30px;
	}
	table.resultListLong td {
		color: #666;
	}
	table.resultListLong td.last {
		text-align: right;	
	}
	table.resultListLong tbody tr {
		height: 30px;
	}
	
/* FOOTER */
#footer {
	background: none;
	width: 990px;
	height: 50px;
	display: block;
	padding: 0;
	margin: 0 auto;
	color: #ccc;
	text-align: right;
}
#footer p {
	font-size: 11px;
	margin: 5px 0 0 0;
}
#footer a {
		color: #ccc;
}
#footer.home {
	width: 991px;
	padding: 0;
}
/* Contetn vervolg */
#wrapper #main {
    background: url(../files/bg.png) repeat;
    width: 990px;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: left;
    display: block;
}   
#wrapper #main #secNav {
    width: 191px;
    height: auto;
    min-height:1px;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: left;
    display: block;
    float: left
}
#wrapper #main #secNav ul.menuTree {
    background: none;
    height: auto;
    width: 191px;
    margin: 15px 0 5px 0;
    padding: 0;
    position: relative;
}
    #wrapper  #main #secNav ul.menuTree li {
        background: none;
        width: 191px;
        height: 28px;
        margin: 0;
        display: block;
    }
    #wrapper #main #secNav ul.menuTree li {
        height: auto;
    }
    #wrapper #main #secNav ul.menuTree li a {
        background: none;
        display: block;
        font-size: 12px;
        font-weight: bold;
        color: #333;
        width: 172px;
        height: 20px;
        margin: 0;
        padding: 8px 0 0 19px;
        text-align: left;
        text-decoration: none;
        border:0;
    }   
    #wrapper #main #secNav ul.menuTree li a:hover,
    #wrapper #main #secNav ul.menuTree li.active {
        color: #cc3333;
    }
    #wrapper #main #secNav ul.menuTree li a span {
        margin: 0px;
        visibility: hidden;
    }
    #wrapper #main #secNav ul.menuTree li a:hover span,
    #wrapper #main #secNav ul.menuTree li.active span {
        margin: 0 0 0 5px;
        visibility: visible;
    }
/* SUB NAVIGATION */
#wrapper #main #secNav ul.menuTree li ul {
    background: none;
    height: auto;
    width: 151px;
    margin: 0 0 5px 20px;
    padding: 0;
    position: relative;
}
    #wrapper  #main #secNav ul.menuTree li ul li {
        background: none;
        width: 171px;
        height: 28px;
        margin: 0;
        display: block;
    }
    
#wrapper #main #secNav ul.menuTree li ul li a {
        background: none;
        display: block;
        font-size: 12px;
        font-weight: bold;
        color: #000;
        width: 152px;
        height: 20px;
        margin: 0;
        padding: 8px 0 0 19px;
        text-align: left;
        text-decoration: none;
        border:0;
    }   
    #wrapper #main #secNav ul.menuTree li ul li a:hover,
    #wrapper #main #secNav ul.menuTree li ul li.active {
        color: #cc3333;
    }
    #wrapper #main #secNav ul.menuTree li ul li a span {
        margin: 0;
        visibility: hidden;
    }
    #wrapper #main #secNav ul.menuTree li ul li a:hover span,
    #wrapper #main #secNav ul.menuTree li ul li.active span {
        margin: 0 0 0 17px;
        visibility: visible;
    }
    
#wrapper #main #content {
    background: none;
    width: 749px;
    height: auto;
    padding: 20px 25px 65px 25px;
    margin: 0;
    position: relative;
    text-align: left;
    display: block;
    float: left;
}

#wrapper #main #content .left,
#wrapper #main #content .right {
    height: auto;
    text-align: left;
}
#wrapper #main #content .left {
    float: left;
    width: 398px;
}
#wrapper #main #content .right {
    float: right;
    width: 309px;
    margin: 17px 0 0 0;
}
#wrapper #main #content .left img {
    padding: 1px;
    border: 1px solid #000;
}
#wrapper #main #content .left .imgLinks {
    width: 398px;
    text-align: right;
    display: block;
    margin: 13px 0 0 0;
}
#wrapper #main #content .left .imgLinks a {
    color: #cc3333;
    margin: 0 0 0 13px;
}
#wrapper #main #content .left h2,
#wrapper #main #content .right h2 {
    margin: 10px 0 0 0;
}
/* TABLE */
table.resultList {
    width: 100%;
    margin: 10px 0 10px 0;
}
    table.resultList thead {
        color: #333;
        font-size: 12px;
    }   
    table.resultList th {
        border: 0px;
        height: 30px;
    }
    table.resultList td {
        color: #666;
    }
    table.resultList td.last {
        text-align: right;  
    }
    table.resultList tbody tr {
        height: 20px;
    }

table.resultListLong {
    width: 100%;
    margin: 10px 0 20px 0;
}
    table.resultListLong thead {
        color: #333;
        font-size: 12px;
    }   
    table.resultListLong th {
        border: 0px;
        height: 30px;
    }
    table.resultListLong td {
        color: #666;
    }
    table.resultListLong td.last {
        text-align: right;  
    }
    table.resultListLong tbody tr {
        height: 30px;
    }

.nieuwsberichten td {
    padding: 3px;
    vertical-align: top;
}

ul.teamsList {
    list-style: none;
}

ul.teamsList li {
    padding: 3px;
}

ul.spelersList {
    list-style: none;
    width: 100%;
    margin: 0;
}

ul.spelersList li {
    padding: 3px;
    float: left;
    text-align: center;
}

li.nieuwsItems {
    margin: 5px !important;
    height: 50px !important; 
}

.aanmeld-formulier .zend_form dt {
    width:120px;
    float:left;

}


#homeNieuws {
    width:655px;
    height:110px;
    padding:17px 27px;
    background:url("../files/homeBottomBg.png") repeat-x scroll 0 0 #FFFFFF;
    margin:4px 27px  ;
    border:1px solid #BBBBBB;
}

#homeNieuws a {
    font-size:11px;
    color:#CC3300;
    text-decoration:none;
    margin:15px 4px 0 0;
}

.left {
    width:292px;
    height:auto;
    float:left;
    padding:5px 0px 26px;
}

.right {
    width:auto;
    height:auto;
    padding:5px 0px 0 70px;
    float:left;
}

.jeugd .right,
.teams .right {
    padding: 0;
}

.left p {
    margin:5px 0 0 0;
    padding:0;
}

.right p {
    margin:5px 0 0 0;
    padding:0;
}
/* ACTIVITEITEN */
#kalender {
    margin:-10px 0 15px 0;
}

#kalender * {
    border:0;
    background:none;
}

#kalender > div {
    width:185px;
}

#kalender th,
#kalender td {
    width:14%;
}

#kalender table * {
    text-align:center;
}

#kalender td span {
    color:#666;
}

#kalender td a {
    font-weight:bold;
}

#kalender .ui-state-highlight a {
    background:#cc3333;
    color:#fff;
}

#kalender .ui-datepicker-today a {
    background:#999;
    color:#fff;
}

#kalender .ui-datepicker-current-day a {
    background:#333;
    color:#fff;
}

#kalender td a:hover {
    background:#666;
    color:#fff;
}

#kalender a span {
    cursor:pointer;
}

#activiteiten {
    float:left;
    width:540px;
    margin:0 20px 0 0;
}

#activiteiten .post-script {
    float:left;
    width:540px;
    margin:10px 0 10px 0;
}

#activiteiten .post-script ul {
    float:left;
    width:260px;
    padding:0;
    margin:0;
    list-style-type:none;
}

#activiteiten .post-script ul:first-child {
    margin:0 20px 0 0;
}

#activiteiten .post-script ul li {
    margin:0;
}

#activiteiten .post-script li span {
    width:75%;
    float:right;
}

#activiteiten .post-script li span:first-child {
    width:25%;
    float:left;
}

#content #kalender {
    float:left;
    width:185px;
    margin:-30px 0 0 0;
}


#twitter {
    position:absolute;
    right:23px;
    top:3px;
    z-index:6;
}

/* tijdelijke feyenoord pagina */

.nieuwehome * {
    background:#FFF none !important;
}

.nieuwehome #nav,
.nieuwehome #header {
    display:none !important;
}

.nieuwehome ul {
    margin:0 0 10px 10px;
    padding:0;
}

.nieuwehome ul li {
    padding:0 0 5px 0;
}

.nieuwehome a {
    color:red;
}

.nieuwehome #secNav {
    width:120px !important;
}


