html, body {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	position: absolute;
	width: 1008px;
	background-image: url(../images/voetbalorakel_balkrepeat.png);
	background-repeat: repeat-y;
	background-position: 728px;
	left: 50%;
	margin-left: -500px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;

        font-family: lucida sans unicode,lucida grande,sans-serif;
}
#navigatie {
	width: 1002px;
	position: relative;
	display: block;
}
#left {
	float: left;
	width: 728px;
	position: relative;
}
#right {
	float: right;
	width: 274px;
	position: relative;
}
#stuurjevraag {
    display: block;
}
#statistieken {
    display: block;
}
#content {
	background-image: url(../images/voetbalorakel_content.png);
	background-repeat: repeat-y;
	position: relative;
	width: 728px;
	padding-top: 50px;
	padding-bottom: 50px;
	height:100%;
}
#contenttext {
	background-image: url(../images/voetbalorakel_content_txtbg.png);*/
	/*background-color:white;*/
	background-repeat: repeat;

	display: block;
	position: relative;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	left: 50px;
	width: 600px;
	padding-bottom: 20px;
}
#seizoensscore {
	position: relative;
	height: 202px;
	width: 274px;
	background-image: url(../images/voetbalorakel_top5.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.vragenForm .wizardcontrols .wizardprev {
    display: none;
}

#top5 {
    width: 100%;
    padding-top: 70px;
    padding-left: 80px;
    color: #ffffff;
    overflow: hidden;
}

#top5 .top5item {
    display: block;
    height: 24px;
    font-size: 18px;
}

#bannerTop {
    width: 728px;
    height:auto;f
}
#bannerRight {
    width: 270px;
    overflow: hidden;
}

.infotext {
    border-bottom: dashed 1px black;
    cursor: help;
}

.error {
    color: red;
    font-style: italic;
}

.wizardnext, .wizardprev, #submitBtn {
    background-image: url(../images/voetbalorakel_buttonbg.png);
    background-position: left bottom;
    border: 1px solid white;
    font-weight: bold;
    padding: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #405038;
}

.wizardnext:disabled, .wizardprev:disabled {
    color: grey;
}

/* Poulescores */
.poulescoreblock {
    width: 100%;  
    background-color:white;
    padding: 5px;
    margin-bottom: 10px;
    cursor:pointer;
}

.poulescoreblock h2 {
    font-size: 16px;
    text-transform: none;
    cursor: pointer;
}

.poulescoreblock .info {
    font-size: 12px;
}


#content #contenttext h1 {
    font-size: 18px;
    text-transform: uppercase;
}

#content #contenttext {
    font-size: 14px;
}

#speelmeeknop {
    position: absolute;
    left: 520px;
    top: 100px;
    width: 152px;
}

#pagination {
    font-size: 12px;
}

#pagination ul {
    list-style-type: none;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
    padding: 0;
}

#pagination ul li {
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 1px;
    text-align: center;
    background-color: white;
    border: 1px solid #CCCCCC;
    
}

#pagination ul li a {
    text-decoration: none;
    font-weight: bold;
    color: black;
}

.statstabel th {
    text-align: left;
    font-size: 90%;
}

.statstabel th.header {
    background-color: #CCCCCC;
    cursor: pointer;
}

.statstabel th.headerSortUp {
    background-color: #9BD000;
}
.statstabel th.headerSortDown {
    background-color: #9BD000;
}
.statstabel tbody tr td {
    border-bottom: 1px solid #CCCCCC;
}

.statstabel tr.currentuser {
    font-weight: bold;
}

.pouletabel th {
    text-align: left;
    font-size: 90%;
}

.pouletabel th.header {
    background-color: #CCCCCC;
    cursor: pointer;
}

.pouletabel th.headerSortUp {
    background-color: #9BD000;
}
.pouletabel th.headerSortDown {
    background-color: #9BD000;
}
.pouletabel tbody tr td {
    border-bottom: 1px solid #CCCCCC;
}

.pouletabel tr.currentuser {
    font-weight: bold;
}

#contenttext a {
    color: #1E2D00;
}

#footer {
	height:auto;
	display:block;
	margin-top:50px;
	position:relative;
	background-image: url(../images/voetbalorakel_content_txtbg.png);
	background-repeat: repeat;
	margin-bottom:20px;
}

#footer p{
	
	padding-left:55px;
	font-size: 14px;
	margin:0 auto;
}

#footer p a{
	text-decoration: none;
	color:black;
}

#submitBtn {
    background-image: url(../images/voetbalorakel_buttonbg.png);
    background-position: left bottom;
    border: 1px solid white;
    /*font-weight: bold;*/
    padding: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #405038;
    cursor: pointer;
}

.pouletables {
	width:auto;
}

.gem {
	width:200px;
}
