html, body {
    margin: 0;
    padding: 0;
    font-family: Tahoma;
    background: #2c2c2c url(../images/background.jpg) repeat-x;
}

#container {
    width: 1000px;
    margin: 0 auto;
}

#topbalk {
    width: 930px;
    margin: 0 auto;
    padding-top: 8px;
}

#topbalk #welkom {
    font-size: 11px;
    color: #fff;
    float: left;
}

#topbalk #bestel {
    font-size: 11px;
    color: #fff;
    float: right;
}

#topbalk span {
    font-weight: bold;
}

#topmenu {
    height: 50px;
    margin-top: 11px;
}

#topmenu ul {
    margin: 0;
    width: 1000px;
    list-style: none;
    height: 50px;
}

#topmenu ul li {
    float: left;
    background: url(../images/scheiding.png) no-repeat top right;
}

#topmenu ul li.laatste {
    background: none;
}

#topmenu ul li a {
    float: left;
    color: #2c2c2c;
    display: block;
    font-size: 11px;
    font-weight: bold;
    height: 39px;
    text-decoration: none;
    padding: 18px 25px 0px 25px;
}

.clear {
    clear: both;
}

#topmenu ul li a.eerste {
    padding: 18px 25px 0px 0px;
}

#topmenu ul li a:hover {
    background: url(../images/menu_hover.png) repeat-x bottom left;
    height: 39px;
}

#topmenu ul li a span {
    color: #4e8005;
}

#logoadvertentie {
    width: 1000px;
}

#logo {
    float: left;
    margin-top: 10px;
    margin-left: 85px;
}

#advertentie {
    float: right;
    margin-top: 13px;
}

#advertentie img {
    border: none;
}

#header {
    width: 1000px;
    height: 187px;
    background: url(../images/header.png) no-repeat;
    margin-top: 10px;
}

#header p {
    font-size: 11px;
    color: #fff;
    padding-top: 160px;
    padding-left: 30px;
}

#header a {
    color: #fff;
    text-decoration: none;
}

#header a:hover {
    text-decoration: underline;
}

#content {
    width: 1000px;
    margin-top: 30px;
}

#linker {
    float: left;
    width: 690px;
}

#rechter {
    float: right;
    width: 298px;
}

#linker .blok {
    width: 690px;
}

#rechter .blok {
    width: 298px;
}

#linker .blok .top {
    background: url(../images/contentbalk.png) no-repeat;
    height: 35px;
}

#linker .blok .top h1 {
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px #4e8005;
    padding: 9px 0 0 30px;
}

#linker .blok .ctop {
    background: url(../images/content_top.png) no-repeat;
    height: 10px;
    margin-top: 7px;
}

#linker .blok .cmid {
    background: #000;
    min-height: 50px;
    color: #cccccc;
    font-size: 11px;
    padding-left: 30px;
}

#linker .blok .cbot {
    background: url(../images/content_bot.png) no-repeat;
    height: 9px;
    margin-bottom: 7px;
}

#linker .blok .cmid a {
    color: #cccccc;
    font-size: 11px;
}

#linker .blok .cmid p {
    margin: 0;
    font-size: 11px;
    color: #cccccc;
    width: 645px;
    line-height: 23px;
}

#linker .center {
    text-align: center;
    margin-bottom: 7px;
}

/* Rechter */

#rechter .blok .top {
    background: url(../images/rechterbalk.png) no-repeat;
    height: 35px;
}

#rechter .blok .top h1 {
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px #4e8005;
    padding: 9px 0 0 30px;
}

#rechter .blok .ctop {
    background: url(../images/rechter_top.png) no-repeat;
    height: 10px;
    margin-top: 7px;
}

#rechter .blok .cmid {
    background: #000;
    min-height: 50px;
    font-size: 11px;
    color: #cccccc;
    line-height: 23px;

}

#rechter .blok .cbot {
    background: url(../images/rechter_bot.png) no-repeat;
    height: 8px;
    margin-bottom: 7px;
}

#rechter .blok .cmid p {
    margin: 0;
    padding-left: 30px;
    font-size: 11px;
    color: #cccccc;
    width: 645px;
    line-height: 23px;
}

#rechter .blok .cmid img {
    border: none;
}

#rechter .blok .cmid .center {
    text-align: center;
}

.email {
    width: 154px;
    height: 29px;
    background: url(../images/emailadres.png) no-repeat;
    border: none;
    padding: 0 0 0 80px;
    margin-top: 7px;
    font-size: 11px;
    color: #2a2a2a;
}

.submit {
    width: 234px;
    height: 29px;
    background: url(../images/aanmelden.png) no-repeat;
    border: none;
    margin-top: 13px;
    margin-bottom: 7px;
}

#screenshots {
    text-align: center;
}

#screenshots img {
    margin-top: 10px;
}

.allescreenshots {
    font-size: 11px;
}

.allescreenshots a {
    color: #80a50b;
    text-decoration: none;
    font-weight: bold;
    margin-left: 125px;
}

#footer {
    background: url(../images/footer.jpg) repeat-x;
    height: 53px;
}

#footer #breedte {
    width: 964px;
    margin: 0 auto;
    padding-top: 18px;
}

#copyright {
    text-shadow: 1px 1px #4e8005;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    float: left;
}

#realisatie {
    text-shadow: 1px 1px #4e8005;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    float: right;
}

#realisatie a {
    text-decoration: none;
    color: #fff;
}

#realisatie a:hover {
    text-decoration: underline;
}

#paginaopties {
    background: url(../images/paginaopties.png) no-repeat;
    height: 34px;
    width: 635px;
    margin: 0 auto;
}

.een {
    float: left;
    width: 168px;
    overflow: hidden;
}

.een a {
    text-decoration: none;
    color: #939191;
}


.twee {
    float: left;
    width: 225px;
    overflow: hidden;
}

.twee img {
    border: none;
}

.drie {
    float: left;
    width: 154px;
    overflow: hidden;
}

.drie a {
    color: #fff;
    text-decoration: none;
}

.drie a:hover {
    text-decoration: underline;
}

.vier {
    float: left;
    width: 70px;
    overflow: hidden;
}

.vier a {
    color: #fff;
    text-decoration: none;
}

.vier a:hover {
    text-decoration: underline;
}

.number {
    width: 26px;
    height: 22px;
    background: url(../images/bg_num.png) no-repeat;
    color: #fff;
    text-align: center;
    font: 10pt Verdana;
    padding: 4px 0 0 0;
    margin: 10px 0 0 3px;
}

.lsmeer {
    float: right;
    margin-right: 10px;
}


.gecentreerde_fotos{
	text-align:center;
}

.witte_border {
	border:#c5c5c5 1px solid;
	margin: 5px;
}

.tabel_bestellen{
	font-size:13px;
	border-bottom:3px #333333 solid;
	border-top:3px #333333 solid;
}
	
.tabel_boven{
	background-color:#669900;
	color:#FFFFFF;
}
.tabel_links{
	background-color:#669900;
	color:#FFFFFF;
	width: 150px;
}
.tabel_1 {
	background-color:#CCCCCC;
	color: #333333;
}
.tabel_2 {
	background-color:#F2F2F2;
	color: #333333;
}

.table {
    width: 400px;
}


