/* This is the general layout of all text on all pages in the whole site. They should probably all be in this font Added td in general, so all td content will be in this font too */ body, .in-cont-a, td, th { font-family: Tahoma,Arial,Helvetica,sans-serif; font-size: 10pt; font-weight: normal; } /* general design for all tables that contain data and lists */ table.datatable { border-left: 1px #999999 solid; border-top: 1px #999999 solid; } .datatable td, .datatable th { padding: 3px; border-right: 1px #999999 solid; border-bottom: 1px #999999 solid; } .datatable td.row1 { background: #F0F0F0; } .datatable td.row2 { background: #F8F8F8; } .datatable .highlightrow { background: #EEEEEE; } .datatable th { background: #DDDDDD; } /*.header4 { color: #FF9933; }*/ .in-cont-header-a { font-size: 22px; color: #CC0000; } body.onlineview { /* This onlineview class is added since the "body" layout is used in the tinymce too */ background-image: url(/images/bg01.jpg); background-repeat: repeat-x; } h1{ font-weight: bold; font-size: 13pt; color: #c20000; } h2{ font-weight: bold; font-size: 11pt; color: #555555; } td.contenttd { background-image: url(/images/index_r4_c41.jpg); background-repeat: repeat-x; } .style1 { font-size: x-large } a { color: #c20000; } a.visited { color: #800101; } .leftmenu { DISPLAY: block; PADDING-LEFT: 10px; FONT-SIZE: 10px; COLOR: #c30121; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; HEIGHT: 15px; TEXT-DECORATION: none } A.leftmenu:hover { DISPLAY: block; FONT-SIZE: 10px; COLOR: #FF9900; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; HEIGHT: 15px; BACKGROUND-COLOR: #ffffff; TEXT-DECORATION: none } .priceblock { FONT-SIZE: 10px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif } .topmenu { FONT-SIZE: 10px; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none } A.topmenu:hover { FONT-SIZE: 10px; COLOR: #FF0000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none } .cont { PADDING-RIGHT: 3px; PADDING-LEFT: 3px; FONT-SIZE: xx-small; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-ALIGN: justify } .textbox { border:1px solid #A4A3A3; color:#000000; } .button-color { background-color: #CC1414; color: #FFFFFF; } th { text-transform: uppercase; text-align:left; } .Aanspreking { color: #666666; font-size: 12px; line-height: 12px; font-weight: bold; } a.thermometer:hover { color: #D4D4D4; } a.thermometer:link { color: #E51B1B; } a.thermometer:visited { color: #5B0B0D; } .subtitel001 { color: #666666; font-family: Arial font-size: 11px; font-weight: normal; } // ketel-branders (elite combinations) td.comptoprow { background-color: #EEEEEE; border-top: 1px #AAAAAA solid; border-left: 1px #AAAAAA solid; border-right: 1px #AAAAAA solid; border-bottom: 1px #DDDDDD solid; padding-left: 10px; padding-top: 5px; padding-bottom: 5px; } span.comptoprow { font-weight: bold; } td.leftimage { padding-left: 10px; border-left: 1px #AAAAAA solid; border-bottom: 1px #AAAAAA solid; vertical-align: bottom; } td.middleimage { border-bottom: 1px #AAAAAA solid; vertical-align: bottom; } td.rightimage { padding-right: 10px; border-bottom: 1px #AAAAAA solid; border-right: 1px #AAAAAA solid; vertical-align: bottom; } ul { list-style-image: url(/img/bullet.png); list-style-type:none; }