body { margin: 0px; padding: 0px; font-family: Verdana, Arial; font-size: 11px; background: #BDCEEF url("../images/vlag.jpg") repeat-x 0 0; } /* FRAMEWORK */ #outer { width: 1100px; height: 600px; margin: 0 auto; padding: 0; background: #FFFFFF url("../images/bg_main.jpg") repeat-x 0 0; } #inner { margin-left: 200px; width: 700px; } #header { height: 109px; width: 690px; position: relative; float: left; } /* TABS */ .indentmenu{ font: normal 13px Arial; width: 100%; /*leave this value as is in most cases*/ } .indentmenu ul{ margin: 0; padding: 0; float: left; width: 100%; /*width of menu*/ border-width: 1px 0; background: #D70021; } .indentmenu ul li{ display: inline; } .indentmenu ul li a{ float: left; color: white; /*text color*/ padding: 5px 10px; text-decoration: none; border-right: 1px solid #7B0015; /*dark purple divider between menu items*/ } .indentmenu ul li a:visited{ color: white; } .indentmenu ul li a:hover { color: white !important; /*text color of selected and active item*/ padding-top: 7px; /*shift text down 1px for selected and active item*/ padding-bottom: 3px; /*shift text down 1px for selected and active item*/ background: #7B0015; } .indentmenu ul li .current { background: #7688C8; color: #2A3048; font-weight: bold; } /* MENU */ #menu { float:left; width:165px; } ul.contentmenu { list-style: none; padding: 0px; margin-top: 15px; margin-left: 0px; font-size: 200%; font-family: "Monotype Corsiva", Tahoma, Arial, Verdana; } ul.contentmenu li a { text-decoration: none; display: block; width: 130px; color: #FFFFFF; height: 38px; line-height: 40px; text-align: center; margin-bottom: 2px; padding: 2px 10px; background: #FFF url("../images/bg_1.jpg"); } ul.contentmenu li a:hover { color: #55000E; background: #FFF url("../images/bg_2.jpg"); } ul.contentmenu li a.selected { color: #001D46; background: #FFF url("../images/bg_3.jpg"); } /* TULPENBOX */ #tulpenbox { float:left; width: 525px; height: 465px; background: #FFF url("../images/bg_tulpenbox.jpg"); } #tulpenbox_content { width: 411px; height: 376px; margin-top: 57px; margin-left: 57px; background: #FFF url("../images/bg_tulpen.jpg"); } /* FOOTER */ #footer { width: 100%; clear:both; color: #3377FF; text-align: right; padding-right: 20px; } #footer a { color: #3377FF; } #footer a:hover { color: #6AA2FF; }