* {
	margin:0px;
	padding:0px;
	z-index:0;
}

a img {
    border: none;
}

a {
    border: none;
}


/**
 * Dit zijn de 4 standaard linkstijlen waarop teruggegrepen wordt
 * indien er geen ander stijl is gespecificeerd.
 */
a:link, a:visited, a:hover, a:active{
	color: #00664B;
	text-decoration: none;
}

/**
 * Stijlen voor de links in de standaard blokken.
 */
.block a:link, .block a:visited{
	color: #F00;
	text-decoration: underline;
}

.block a:hover, .block a:active{
	color: #F00;
	text-decoration: none;
}

/* Pagineringlinks */
a.paging:link, a.paging:visited{
	color: #FF0000;
	text-decoration: none;
}

a.paging:hover, a.paging:active{
	color: #FF0000;
	text-decoration: underline;
}

/**
 * Links voor in de footer
 */
#div_footer a:link, #div_footer a:visited{
	color: #FFF;
	text-decoration: none;
}

#div_footer a:hover, #div_footer a:active{
	color: #FFF;
	text-decoration: underline;
}

/**
 * Hoofdmenu stijlen
 *
 * De hoofdmenu_active stijl is de stijl voor het menuitem
 * van de huidige pagina. Hoofdmenu_hover wordt gebruikt om
 * mbv javascript de hovereffecten goed te laten verlopen.
 */
a.hoofdmenu_active {
    background-image: url(../images/menu_selected.png);
    background-position: bottom;
    background-repeat: repeat-x;
    color: #FFF;
    cursor: default;
}

a.hoofdmenu_link:link, a.hoofdmenu_link:visited {
    color: #FFF;
    text-decoration: none;
}

a.hoofdmenu_link:active, a.hoofdmenu_link:hover {
    background-image: url(../images/menu_selected.png);
    background-position: bottom;
    background-repeat: repeat-x;
    color: #FFF;
    text-decoration: none;
}

a.hoofdmenu_hover {
	background-image: url(../images/menu_selected.png);
    background-position: bottom;
    background-repeat: repeat-x;
    color: #FFF;
    text-decoration: none;
}

/**
 * Submenu stijlen
 */
a.submenu_link:link, a.submenu_link:visited {
    color: #4D4D4D;
    text-decoration: none;
}

a.submenu_link:active, a.submenu_link:hover {
    color: #00BB2C;
    text-decoration: none;
}

a.submenu_active {
    color: #00BB2C;
    cursor: default;
}

/**
 * De stijlen voor de overige knoppen. Dit zijn o.a. de "home"
 * en "print" knoppen.
 */
a.meta_link:link, a.meta_link:visited {
	color: #FFF;
	text-decoration: none;
}

a.meta_link:hover, a.meta_link:active {
    color: #FFF;
    text-decoration: none;
}

/**
 * Een paar standaard html stijlen. Deze zijn globaal op ieder
 * element van toepassing.
 */
html {
	height: 100%;
}

body {
    background-color: #818284;
	background-image: url(../images/bg.jpg);
    background-position: top center;
	background-repeat: no-repeat;
	height: 100%;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6{
	font-size: 14px;
	font-weight: bold;
}

hr {
    border: none;
    height: 1px;
}

ul, ol{
	list-style-position: outside;
	margin-left: 20px;
}

ul.errors {
	list-style: none;
	color: red;
	margin-left: 0px;
}

/**
 * Vanaf hier begint de stijl voor alle blokelementen die de
 * hoofdstructuur van de site bepalen.
 */

#div_main {
	margin: 0px auto;
    overflow: visible;
	position: relative;
	top: 0px;
    width: 965px;
}

#div_top {
    float: left;
    height: 120px;
    left: 0px;
    overflow: visible;
	position: relative;
    top: 0px;
    width: 100%;
}

#div_left {
    float: left;
	overflow: visible;
    position: relative;
    width: 250px;
    z-index: 2;
}

#div_right {
    float: right;
    overflow: visible;
    position: relative;
	width: 715px;
}

#div_middle {
    background-image:url(../images/content_middle.png);
    background-position: 8px;
    background-repeat: repeat-y;
	color: #4D4D4D;
    font-size: 12px;
    line-height: 1.4;
    overflow: visible;
    padding: 0px;
	position: relative;
	width: 100%;
    z-index: 1;
}

#div_middle_prefix {
    background-image:url(../images/content_top.png);
    background-position: 8px 0px;
    background-repeat: no-repeat;
    height:18px;
    margin-top: -18px;
    width:100%;
}

#div_middle_postfix {
    background-image:url(../images/content_bottom.png);
    background-position: 8px;
    background-repeat: no-repeat;
    height:35px;
    width:100%;
}

#div_sponsors {
    float: left;
    height: 290px;
    margin-left: 7px;
    position: relative;
    width: 700px;
}

#div_sponsor_website {
	float: left;
	font-size: 12px;
	height: 260px;
	margin-left: 11px;
	margin-top: 30px;
	position: relative;
	width: 339px;
}

#div_sponsor_website_window {
    display: block;
    position: relative;
    overflow: hidden;
    top: 0px;
    left: 0px;
    height: 172px;
    width: 327px;
}

#div_sponsor_website_loop {
    display: block;
    position: relative;
    top: 0px;
    left: 0px;
    height: 344px;
    width: 327px;
}

#div_sponsor_website img {
    left: 0px;
    position: absolute;
    top: 0px;
}

#img_sponsor_website {
    margin-left: -12px;
    margin-top: -31px;
}

#div_sponsor_blok {
    background-image: url(../images/sponsor_blok.png);
    background-repeat: no-repeat;
    float: left;
    font-size: 12px;
    height: 290px;
    width: 350px;
}

#sponsor_cm {
	bottom: 19px;
	display: block;
	height: 30px;
	position: absolute;
	right: 21px;
	width: 162px;
}

#sponsorloop {
	height: 190px;
	overflow: hidden;
	position: relative;
	width: 310px;
	margin: 20px;
}

#div_sponsors .titel {
	color: white;
    font-weight: bold;
	margin: 45px 20px 0px 0px;
	text-align:right;
}

.sponsorloop_foto {
	text-align: center;
}

#div_sponsors h2 {
    color: white;
    font-weight: bold;
    margin: 43px 24px 0px;
    text-align:left;
}

#div_sponsors .twitter {
    margin: 30px 30px 0px;
}

#div_sponsors .sponsor {
	display: block;
	float:right;
	margin: 18px 20px 0px 0px;
}

#div_sponsors a:link, #div_sponsors a:visited {
    color: #00aeef;
	text-decoration: underline;
}

#div_sponsors a.datumlink {
    font-size: 10px;
    text-decoration: none;
}

#div_sponsors a.datumlink:hover, #div_sponsors a.datumlink:active {
	text-decoration: underline;
}

#div_sponsors ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#div_sponsors ul li {
    list-style: none;
    margin-bottom: 10px;
    padding: 0px;
}

#div_footer{
	color: #FFF;
    float: left;
    height: 10px;
    margin-top: 4px;
    position: relative;
	text-align: right;
    width: 100%;
}

#div_homeprint {
    color: #FFF;
    font-size: 12px;
    left: 50px;
    position: absolute;
    text-align: center;
    bottom: 3px;
}

#a_pcttwitter {
    display: block;
    left: 0px;
    position: absolute;
    top: -2px;
}

#div_clubs {
	background-image: url(../images/bg_clubs.png);
	background-repeat: no-repeat;
	background-position: top right;
	margin-left: 136px;
	padding-left: 50px;
	padding-top: 15px;
	height: 80px;
	width: 770px;
}

#div_clubs div {
	float: left;
	height: 71px;
	margin-right: 8px;
	position: relative;
}

#div_clubs a {
    bottom: 0px;
    display: block;
    position: absolute;
}

#div_logo {
    float: right;
    margin-right: 10px;
    margin-top: 10px;
    position: relative;
}

#div_spelervandeweek {
    float: right;
	background-image: url(../images/spelervandeweek.png);
	background-repeat: no-repeat;
	height: 385px;
    margin-top: 10px;
    position: relative;
	width: 250px;
}

#div_copyright{
    bottom: 2px;
    font-size: 9px;
    right: 20px;
    position: absolute;
    text-align: right;
}

#div_uitloggen {
    background-color: #007F0E;
    bottom: -8px;
    color: #FFFFFF;
    font-family: "arial", arial, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    padding: 4px;
    position: absolute;
    left: 147px;
    text-transform: uppercase;
}

#div_uitloggen a {
    color: #FFFFFF;
}

#div_adminlogo{
	position: absolute;
	right: 14px;
	top: 7px;
	width: 87px;
	height: 87px;
	z-index: 1;
}

#img_adminlogo{
	position: absolute;
	width: 87px;
	height: 87px;
	z-index: 1;
}

/**
 * Stijl voor het menu
 */
#div_menu {
	float: right;
    height: auto;
    margin-right: 4px;
    overflow: visible;
    position: relative;
	width: 225px;
}

#div_menu_prefix {
	background-image: url(../images/menu_top.png);
	background-repeat: no-repeat;
	height: 11px;
    position: relative;
    width: 100%;
}

#div_menu_postfix {
    background-image: url(../images/menu_bottom.png);
    background-position: bottom;
    background-repeat: no-repeat;
    height: 13px;
    position: relative;
    width: 100%;
}

#ul_menu {
    background-image: url(../images/menu_middle.png);
    background-repeat: repeat-y;
    font-size: 14px;
    list-style-type: none;
    margin-left: 0px;
    overflow: visible;
    padding: 0px 0px;
    position: relative;
    width: auto;
}

li.hoofdmenu_item {
    background-image: url(../images/menu_separator.png);
    background-position: top center;
    background-repeat: repeat-x;
    font-weight: bold;
    height: 39px;
    letter-spacing: 0px;
    margin: 0px 10px 0px 9px;
    overflow: visible;
    position: relative;
    text-align: left;
}

li.hoofdmenu_item a {
	display: block;
    height: 27px;
    padding: 12px 15px 0px;
    position: relative;
}

li.hoofdmenu_item_first {
    background-image: none;
    height: 37px;
}

li.hoofdmenu_item_first a {
    padding-top: 10px;
}

ul.submenu {
    font-size: 11px;
    left: 206px;
    list-style-type: none;
    margin-left: 0px;
    overflow: hidden;
    padding: 0px;
    position: absolute;
    top: 0px;
    width: 160px;
    z-index:9999;
}

ul.submenu_IE {}

li.submenu_item {
	background-image: url(../images/submenu_bg.png);
    font-weight: bold;
    height: 24px;
    letter-spacing: 0px;
    line-height: 20px;
    margin-bottom: 0px;
    overflow: hidden;
    padding: 0px;
    padding-top: 2px;
    padding-left: 15px;
    text-align: left;
    text-transform: none;
}

li.submenu_item a {
    height: 20px;
    padding: 0px;
    position: relative;
}

/**
 * Labels
 */
#labels {
	list-style: none;
	margin-left: 34px;
	margin-top: 21px;
	width: 198px;
}

#labels li {
	height: 103px;
	margin-bottom: 17px;
	position: relative;
	width: 100%;
}

#labels p {
	color: #FFF;
	font-size: 11px;
    left: 20px;
    position: absolute;
    top: 20px;
}

#labels p:first-line {
    font-weight: bold;
}

#labels img {
	display: block;
	right: 3px;
	position: absolute;
    top: 0px;
}

/**
 * Blok inhoud
 */
div.block {
	position: static;
	float: left;
	overflow: hidden;
}

div.block_admin {
    overflow: visible;
	padding: 45px;
    position: relative;
    width: 625px;
}

div.block_sitemap {
	width: 100%;
}

div.block_tekst h1 {
    background-image: url(../images/titelbalk.png);
    background-repeat: no-repeat;
    color: #FFF;
    height: 34px;
    margin-bottom: 8px;
    padding: 16px 30px 0px;
}

div.block_tekst p, div.block_tekst h2, div.block_tekst ul, div.block_tekst ol, div.block_tekst table {
    margin: 0px 45px;
}

div.block_tekst table p {
	margin: 0px;
}

.bordered {
    border: none;
}

.bordered_titel {
    background-color: none;
    color: #4D4D4D;
}

a.submit_button:link, a.submit_button:visited {
    background-color: #E6E04C;
    color: #00664B;
    display: block;
    float: left;
    font-family: Georgia, serif;
    font-weight: bold;
    padding: 4px 8px;
    position: relative;
    text-decoration: none;
    width: auto;
}

a.submit_button:hover, a.submit_button:active, a.submit_button:focus {
	color: #786D01;
}

/**
 * Nieuws op de homepage
 */
div.homenieuws {
	overflow: hidden;
	position: relative;
	width: 100%;
}

div.homenieuws_element {
	float: left;
	margin-left: -10px;
    width: 240px;
}

div.homenieuws_element_first {
    float: left;
    margin-left: 8px;
    width: 240px;
}

div.homenieuws_prefix {
    background-image: url(../images/nieuws_top.png);
    background-repeat: no-repeat;
    height: 15px;
    position: relative;
    width: 100%;
}

div.homenieuws_postfix {
    background-image: url(../images/nieuws_bottom.png);
    background-repeat: no-repeat;
    height: 15px;
    position: relative;
    width: 100%;
}

div.homenieuws_middle {
    background-image: url(../images/nieuws_middle.png);
    background-repeat: repeat-y;
    padding: 0px 30px;
    position: relative;
    width: 180px;
}

div.homenieuws .datum {
    background-image: url(../images/nieuwstitel.png);
    background-repeat: repeat-x;
    color: white;
    font-weight: bold;
    margin: -6px -18px 0px;
    padding-left: 15px;
    padding-top: 5px;
    position: absolute;
    height: 18px;
    width: 200px;
}

div.homenieuws .foto {
    height: 135px;
	padding-top: 35px;
}

div.homenieuws .inhoud {
	font-size: 10px;
    padding-top: 10px;
    overflow: hidden;
    text-align: justify;
}

div.homenieuws .inhoud h1, div.homenieuws .inhoud h2 {
    font-size: 120%;
}

div.homenieuws .leesmeer {
    padding-top: 10px;
    text-align: right;
}

div.homenieuws .leesmeer a:link, div.homenieuws .leesmeer a:visited {
    color: #00b62b;
    text-decoration: none;
}

div.homenieuws .leesmeer a:hover, div.homenieuws .leesmeer a:active {
    text-decoration: underline;
}

/**
 * Labellijst in admin
 */
ul.labellist {
    list-style: none;
    margin: 0px;
    min-width: 200px;
    position: relative;
    text-align: left;
    width: auto;
}

li.labellist {
    margin: 4px;
    padding: 4px;
    background-color: #FFFFFF;
    color: #000000;
    border: 1px solid #000000;
    width: auto;
}

span.labellist {
    cursor: pointer;
}

div.labeltoevoegen {
    position: static;
    padding: 4px;
}

#div_labellist {
	position: relative;
	width: 400px;
	overflow: hidden;
}

#div_labelupload {
	float: left;
	width: 400px;
}

/**
 * Teams/spelers
 */
ul.clublist {
    border: 1px solid #000000;
    float: left;
    list-style: none;
    margin: 0px;
    min-width: 200px;
    position: relative;
    text-align: left;
    width: auto;
}

ul.clublist li {
    padding: 4px;
}

ul.clublist li:hover {
    background-color: #CCC;
}

.team_input {
	padding: 0px 45px;
}

img.teamfoto {
	border: 5px solid grey;
	float:left;
	margin: 0px 20px 10px 45px;
}

div.spelers {
	float: left;
	margin-top: 20px;
	padding: 0px 45px;
	width: 625px;
}

div.spelers .speler {
	border: 1px solid grey;
	float: left;
	height: 80px;
	margin-bottom: 26px;
	margin-left: 26px;
	position: relative;
	width: 189px;
}

div.spelers .speler_first {
    margin-left: 0px;
}

div.spelers .inhoud {
	background-color: white;
    line-height: 1.6;
    height: 60px;
    padding: 10px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 109px;
}

div.voetbalveld {
	background-image: url(../images/voetbalveld.jpg);
	background-align: top center;
	background-repeat: no-repeat;
    float: left;
	height: 819px;
    margin: 20px 46px 0px;
    position: relative;
	width: 625px;
}

div.voetbalveld h2 {
	padding: 0px;
}

div.voetbalveld .spelersrij {
	left: 0px;
	overflow: hidden;
	position: absolute;
	width: 100%;
}

div.voetbalveld .speler {
    height: 135px;
    position: relative;
    text-align: center;
    width: 156px;
}

div.voetbalveld .inhoud {
    background-image: url(../images/naambalk.png);
    background-repeat: no-repeat;
    color: white;
    height: 45px;
    margin-top: -4px;
    padding-top: 6px;
    z-index: -1;
}

/**
 * Fotoalbum
 */
div.foto_footer{
	padding-top: 4px;
}

ul.fotolijst {
	list-style-type: none;
	display: block;
	overflow: hidden;
	position: relative;
	margin: 0px;
	padding: 0px;
}

li.fotoboek_foto {
	position: relative;
	float: left;
	text-align: center;
}

div.foto_titel {
	position: absolute;
    bottom: 0px;
    left: 0px;
    text-align: center;
	width: 100%;
}

div.foto_titel img {
    margin-top: 0px;
}

.input_foto_titel {
    width: 70%;
}

/**
 * Fotoloop
 */
div.fotoloop_foto {
	right: 0px;
	bottom: 0px;
	text-align: center;
}

div.fotoloop {
	position: relative;
	text-align: center;
}

p.fotoloop_titel {
    position: relative;
}

/**
 * Uploadgedeelte
 */
div.upload {
	position: absolute;
	text-align: center;
	height:50px;
}
 
div.upload .progress {
	background: white url("../images/progress.gif") no-repeat;
	background-position: +50% 0;
}

div.upload .progress-text {
	font-size: 0.9em;
	font-weight: bold;
}

span.progress-text{
	padding-left:8px;
}

div.cancel_button {
	display: block;
	position: absolute;
	text-align: left;
	background: url("../images/icons/cancel.png") no-repeat;
	width: 16px;
	height: 16px;
	z-index: 1;
	cursor: pointer;
}

/**
 * Nieuws
 */
div.buttonbalk {
    height: 40px;
    margin-left: 45px;
    position: relative;
}

div.buttonbalk p {
    padding: 4px;
}

div.bloknieuws {
    float: left;
    position: relative;
    margin-bottom: 30px;
}

div.bloknieuws .foto {
    float: right;
    margin: 0px 45px 10px 20px;
    position: relative;
}

div.nieuwsdatum {
    width: 100%;
    margin-bottom: 13px;
    position: relative;
    float: left;
}

div.nieuwscontainer {
	overflow: hidden;
	position: relative;
	width: 100%;
}

div.nieuwsbericht {
	left: 0px;
    position: relative;
    top: 0px;
}

div.nieuwsbericht h1 {
    background-image: none;
    color: #4D4D4D;
    height: auto;
    margin-bottom: 0px;
    padding: 0px 45px;
}

div.nieuwsverwijderen {
    top: 15px;
    right: 10px;
    margin-right: 20px;
    position: absolute;
    font-size: 7pt;
}

div.nieuwsverwijderen a:link, div.nieuwsverwijderen a:visited {
    color: white;
    text-decoration: none;
}

div.nieuwsverwijderen a:hover, div.nieuwsverwijderen a:active {
    text-decoration: underline;
}

div.nieuwsrule {
    float: left;
    position: relative;
    bottom: 0px;
    height: 0px;
}

div.nieuwskalender {
    left: 12px;
    position: absolute;
    top: 16px;
}

/**
 * Uitgelijnd
 */
div.blokuitgelijnd {
    float: left;
    position: relative;
    margin-bottom: 30px;
}

div.uitgelijndbericht {
    float: left;
    width: 100%;
}

div.uitgelijnddatum {
    width: 100%;
    margin-bottom: 0px;
    position: relative;
    float: left;
}

/**
 * Gastenboek
 */
div.blokgastenboek {
    float: left;
    position: relative;
}

div.gastenboekknop {
	margin-bottom: 10px;
    margin-left: 45px;
    position: relative;
    float: left;
}

div.gastenboeknaam {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    float: left;
}

div.gastenboekdatum {
    width: 100%;
    position: relative;
    float: left;
}

div.gastenboekdatum span {
	color: grey;
	display: block;
	float: right;
	font-size: 10px;
	margin-right: 45px;
	margin-top: 8px;
}

div.gastenboekbericht {
    float: left;
    margin: 0px 45px;
}

div.gastenboekbericht h1 {
    background-image: none;
    color: #4D4D4D;
    height: auto;
    margin-bottom: 0px;
    padding: 0px 45px;
}

div.gastenboeklijn {
	border-top: 1px solid silver;
    float: left;
    height: 1px;
    margin: 0px 45px 15px;
	width: 625px;
}

div.gastenboekverwijderen {
    top: 15px;
    right: 10px;
    margin-right: 60px;
    position: absolute;
    font-size: 7pt;
}

div.gastenboekverwijderen a:link, div.gastenboekverwijderen a:visited {
    color: black;
    text-decoration: none;
}

div.gastenboekverwijderen a:hover, div.gastenboekverwijderen a:active {
    text-decoration: underline;
}

div.gastenboekrule {
    float: left;
    position: relative;
    bottom: 0px;
    height: 0px;
}

div.gastenboekkalender {
    left: 12px;
    position: absolute;
    top: 16px;
}

/**
 * Paginering
 */
div.paginering {
	float: left;
	font-size: 12px;
	padding: 0px 45px;
	text-align: center;
	width: 625px;
}

span.paging_inactive {
	font-size: 110%;
    font-weight: bold;
}

/**
 * Youtube
 */
div.player { }

div.youtube_footer {
	color: #FFFFFF;
	padding: 0px;
	position: absolute;
}

span.youtube_titel {
	margin-left: 4px;
}

.youtube_footer a:link, .youtube_footer a:visited {
    color: #FFFFFF;
}

.youtube_footer a:hover, .youtube_footer a:active {
    color: #FFFFFF;
}

/**
 * Google Maps
 */
div.gmaps { }

div.gmaps_footer {
    color: #FFFFFF;
    padding: 0px;
    position: absolute;
}

span.gmaps_titel {
    margin-left: 4px;
}

/**
 * Mailformulier
 */
table.mailformulier {
    vertical-align: top;
	width: 100%;
}

table.mailformulier td {
    padding: 2px 0px;
}

table.mailformulier input {
    border: 1px solid #00664B;
}

table.mailformulier textarea {
    border: 1px solid #00664B;
    height: 80px;
}

table.mailformulier input:focus, table.mailformulier textarea:focus {
	background-color: #E7E7B7;
}

.mail_error {
	color: red;
}


/**
 * Inlogpagina
 */
div.table_inlog {
	text-align: left;
}

#div_login {
	position: absolute;
	margin: 0px auto;
	width: 400px;
	height: 300px;
	top: 300px;
}

#tbl_login {
	position: absolute;
}

/**
 * Template selectie
 */
#div_template {
	text-align: center;
}

#p_template_select{
	height:24px;
}

#div_template_image {
	width: 95%;
	height: 240px;
	text-align: center;
	background: #FBFBFB;
	padding: 4px;
	padding-top: 12px;
	color: black;
	border-style: dotted;
	border-color: #A2A2A2;
	border-width: 1px;
	border-bottom: 0px;
}

#div_template_tekst {
    width: 95%;
	text-align: left;
	background: #FBFBFB;
	color: black;
    padding: 4px;
	border-style: dotted;
	border-color: #A2A2A2;
	border-width: 1px;
	border-top: 0px;
}

#select_template {
	width: 200px;
}

/**
 * Stijlen voor custom buttons
 */
p.button_normal {
	border: 2px solid #FF0000;
	padding: 4px;
	background-color: #EEEEEE;
	color: #00374c;
	width: auto;
}

p.button_active {
	border: 2px solid #FF0000;
	padding: 4px;
	background-color: #CCCCCC;
    color: #00374c;
}

a.button_link:link, a.button_link:visited {
	color: inherit;
	text-decoration: none;
}

a.button_link:hover, a.button_link:active {
    color: inherit;
    text-decoration: none;
}

.input_videolink {
	width: 200px;
}

.img_link {
	cursor: pointer;
	border: none;
	vertical-align: middle;
}

/**
 * Menusorteerlijst in admin
 */
ul.hoofdmenulist {
    list-style: none;
    width: 100%;
    margin: 0px;
    position: relative;
    text-align: left;
}

li.hoofdmenulist {
    margin: 4px;
    width: 120px;
    padding: 4px;
    background-color: #FFFFFF;
    color: #000000;
    margin-bottom: 2px;
    border: 1px solid #000000;
    float: left;
}

span.hoofdmenulist {
    cursor: pointer;
}

div.hoofdmenulisttoevoegen {
    position: static;
    padding: 4px;
}

div.hoofdmenutoevoegen {
    position: static;
    padding: 4px;
}

ul.submenulist {
    list-style: none;
    margin-top: 4px;
    margin-left: 0px;
}

li.submenulist {
    padding: 4px;
    background-color: #FFFFFF;
    color: #000000;
    margin-bottom: 2px;
    border: 1px solid #000000;
}

span.submenulist {
    cursor: pointer;
}

/**
 * Paginaitems in admin
 */
table.paginaitems {
    border: 1px solid silver;
    min-width: 300px;
    padding: 0px;
}

table.paginaitems a {
    cursor: pointer;
}

table.paginaitems td {
    padding: 2px;
}

/**
 * Bestandbeheer in admin
 */
#file_upload {
    float: left;
}

#div_file_list {
    float: left;
    margin-left: 20px;
}

.filelist {
    border: 1px solid #666666;
    color: #000000;
    list-style: none;
    margin: 0px;
    width: 280px;
}

.filelist_odd {
    background: #FFFFFF;
}

.filelist_even {
    background: #E6E6E6;
}

.filelist_padded {
    padding: 5px;
}

.filelist_line {
    background: #666666;
    height: 2px;
}

.filelist_header {
    background: #666666;
    color: #FFFFFF;
    padding: 4px;
}

.filelist_selected {
    background: #666666;
}

.filelist_name {
    padding: 2px;
}

.filelist_size {
    text-align: right;
    padding: 2px 4px 2px 0px;
}

.filelist_options {
    background: #FFEEAA;
    font-size: 8pt;
}

.filelist_options a:hover, .filelist_options a:active, .filelist_options a:visited, .filelist_options a:link {
    color: #000000;
    text-decoration: none;
} 

.filelist_totals {
    background: #666666;
    color: #FFFFFF;
    padding: 2px 4px;
    text-align: right;
}

#file_options_errors {
    color: red;
}

#fileupload_status {
    text-align: left;
}

#fileupload_status .progress {
    background: url(../images/fancyupload/progress.gif) no-repeat;
    background-position: +50% 0;
    margin-right: 0.5em;
    vertical-align: middle;
}
 
#fileupload_status .progress-text {
    font-size: 0.9em;
    font-weight: bold;
}
 
#fileupload_list {
    list-style: none;
    margin: 0;
}
 
#fileupload_list li.validation-error {
    padding: 5px;
    padding-left: 44px;
    display: block;
    clear: left;
    color: #8a1f11;
    cursor: pointer;
    border-bottom: 1px solid #fbc2c4;
    background: #fbe3e4 url(../images/fancyupload/failed.png) no-repeat 4px 4px;
}
 
#fileupload_list li.file {
    border-bottom: 1px solid #eee;
    background: url(../images/fancyupload/file.png) no-repeat 4px 4px;
    overflow: auto;
    height: 44px;
    position: relative;
}
#fileupload_list li.file.file-uploading {
    background-image: url(../images/fancyupload/uploading.png);
    background-color: #D9DDE9;
}
#fileupload_list li.file.file-success {
    background-image: url(../images/fancyupload/success.png);
}
#fileupload_list li.file.file-failed {
    background-image: url(../images/fancyupload/failed.png);
}
#fileupload_list li.file .fileblock-info {
    left: 44px;
    top: 2px;
    overflow: hidden;
    position: absolute;
}
#fileupload_list li.file .fileblock-action {
    right: 6px;
    top: 2px;
    position: absolute;
}
#fileupload_list li.file .file-name {
    font-weight: bold;
    display: block;
}
#fileupload_list li.file .file-size {
    display: block;
}
#fileupload_list li.file .file-info {
    font-weight: normal;
    font-size: 0.8em;
}
#fileupload_list li.file .file-remove {
}

/**
 * Box klassen
 */
#box_input {
    text-align: center;
    padding: 10px;
}

.box_button {
	margin-top: 20px;
}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #ffffff;
}

.lbLoading {
	background: #ffffff url(../images/slimbox/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #ffffff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/slimbox/prevlabel.png) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/slimbox/nextlabel.png) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #ffffff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/slimbox/closelabel.png) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

