html {
    background-color: #211D14;
    background-image: url(../_sysimg/bkg.png);
    background-repeat: repeat-y;
    background-position: center top;
}
body {
    font:12px/15px Arial, Helvetica, sans-serif;
    color:#333;
    background-image: url(../_sysimg/light.png);
    background-repeat: no-repeat;
    background-position: center 50px;
}
.head {
    height:168px;
    width:935px;
    overflow:hidden;
    background-image:url(../_sysimg/header.png);
    background-repeat:no-repeat;
    padding-right: 10px;
    padding-left: 10px;
    clear: both;
    margin-right: auto;
    margin-left: auto;
    background-position: center -30px;
}
.head .header {
    float:right;
    margin-top:10px;
    margin-right:10px;
    width:925px;
    text-align:right;
    height: 14px;
}
.head .header p {
    color: #333;
}
.head .header a {
    font-size:12px;
    color:#000;
    padding-left:15px;
    text-decoration:none;
    line-height:14px;
    border-left-width:1px;
    border-left-style:solid;
    margin-left:15px;
    border-left-color: #5DA9EF;
}
.head.header a:hover {
    color:#FFF;
    text-decoration:underline;
}
.head .logo {
    float:left;
    height:70px;
    width:400px;
    overflow:hidden;
}
.head .slogan {
    float: right;
    height: 60px;
    width: 480px;
    margin-top: 35px;
}
.head .slogan h2 {
    font-family: Arial Narrow, Arial, sans-serif;
    font-size: 36px;
    font-weight: normal;
    color: #5BA8EF;
    line-height: 60px;
    text-align:center;
}

.mainmenu {
    width:935px;
    height:38px;
    float: left;
    margin-top: 10px;
}
.mainmenu li {
    float:left;
    white-space:nowrap;
    background-image: none;
}
.mainmenu li a {
    display:block;
    float:left;
    height:38px;
    text-decoration:none;
    text-transform:uppercase;
    font-size:12px;
    font-weight:bold;
    color:#FFF;
    line-height:35px;
    padding-top: 0;
    padding-right: 15px;
    padding-bottom: 0;
    padding-left: 15px;
    background-image: url(../_sysimg/menuitem.png);
    background-repeat: no-repeat;
    background-position: right top;
}
.mainmenu li a:hover,
.mainmenu li a.selected {
    color:#FFF;
    background-image: url(../_sysimg/menuhover.png);
    background-repeat: no-repeat;
    background-position: right top;
}
.mainmenu li a.selected {
    color:#000;
}
.mainimg {
    width:935px;
    overflow:hidden;
    height:150px;
    background-image: url(../_sysimg/mainimg-bkg.png);
    clear: both;
    margin-right: auto;
    margin-left: auto;
    background-repeat: repeat-y;
    background-position: center;
    padding-right: 10px;
    padding-left: 10px;
}
.mainimg h2 {
    font-size:24px;
    font-weight:normal;
    line-height:26px;
    color:#FFF;
    margin-top:60px;
    margin-left: 20px;
}
.prewrap {
    height: 17px;
    width: 955px;
    margin-right: auto;
    margin-left: auto;
    background-image: url(../_sysimg/prewrap.png);
    background-repeat: no-repeat;
    background-position: center top;
}
.wrapper {
    width:935px;
    margin-right:auto;
    margin-left:auto;
    padding-right: 10px;
    padding-left: 10px;
    background-image: url(../_sysimg/wrap-bkg.png);
    background-repeat: repeat-y;
    clear: both;
    overflow: auto;
}
form select {
    margin-left:15px;
}
#home .content {
    width:905px;
}
.contentwrap {
    width:935px;
    overflow:auto;
}
.alsosee {
    width:200px;
    float:right;
}
.left .alsosee {
    float: left;
}

.alsosee h2 {
    font-size:14px;
    font-style:italic;
    font-weight:bold;
    margin-top:15px;
    margin-bottom:5px;
    margin-left:15px;
    color: #95C6EF;
}
.alsosee p {
    font-size:11px;
    color:#DDD;
    line-height:15px;
    display:block;
    margin-bottom: 10px;
    background-image: url(../_sysimg/border-bot.gif);
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 5px;
}
.alsosee p a {
    color:#DDD;
    text-decoration:none;
}
.alsosee p a:hover {
    color:#FFF;
    text-decoration:underline;
    cursor:pointer;
}
.alsosee ul {
    list-style-type:square;
    margin-top: 15px;
    margin-bottom: 15px;
}
.submenu {
    float:left;
    width: 199px;
    clear: both;
    margin-left: 1px;
}
.submenu h2 {
    margin-bottom:10px;
    margin-left:15px;
    color: #95C6EF;
}
.submenu li {
    font-size:12px;
    color:#666;
    line-height:24px;
    list-style-type:none;
}
.submenu li a {
    color:#FFF;
    padding-left:15px;
    display:block;
    text-transform:uppercase;
    text-decoration:none;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-bottom-color: #232624;
    border-top-color: #5a6562;
    background-image: url(../_sysimg/submenu.png);
    background-repeat: no-repeat;
    background-position: left top;
}
.submenu li a.selected {
    font-weight:bold;
    color:#5BA8EF;
    background-image: url(../_sysimg/submenu.png);
    background-repeat: no-repeat;
    background-position: left -24px
}
.submenu li a:hover {
    color:#999;
    font-weight:normal;
    text-decoration:none;
    cursor:pointer;
    background-image: url(../_sysimg/submenu.png);
    background-repeat: no-repeat;
    background-position: left -24px;
}
.submenu li li a {
    font-size:11px;
    padding-left:25px;
    text-decoration:none;
    line-height: 24px;
}
.submenu ul {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-bottom-color: #5a6562;
    border-top-color: #232624;
    margin-bottom:20px;
}
.submenu ul ul {
    border-top-width: 0;
    border-bottom-width: 0px;
}
.left {
    float:left;
    width:200px;
    top: 0px;
    left: 0px;
    overflow: hidden;
}
.left h2 {
    font-size:14px;
    font-style:italic;
    font-weight:bold;
    margin-top:15px;
    margin-bottom:15px;
    margin-left:15px;
}
.content {
    float:left;
    width:510px;
    margin-left: 15px;
}
.content a {
    color:#333;
    text-decoration:underline;
}
.content a:hover {
    color:#000;
    text-decoration:none;
}
.content h1 {
    font-size:24px;
    line-height:26px;
    margin-bottom:5px;
    color: #206DE0;
}
.content h2 {
    font-size:16px;
    margin-bottom:5px;
    font-style:italic;
    font-weight:bold;
}
.content h2,
.content h3 {
    margin-top:20px;
}
.content h3 {
    font-size:13px;
    text-transform:uppercase;
    font-weight:normal;
    margin-bottom:5px;
}
.content h4 {
    font-weight:normal;
    color:#666;
    margin-bottom:5px;
    background:#EEE;
    border:1px solid #CCC;
    padding:7px;
}
.content h5 {
	color: #FFF;
	background: url(../_sysimg/black.png) repeat;
	display: block;
	padding: 10px;
	height: auto;
	width: 486px;
	border: 1px solid #FFF;
	font: italic normal 13px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 7px;
	margin-bottom: 5px;
    clear:both;
}
.content h6 {
    font-weight:normal;
    font-size:12px;
    line-height:20px;
    color:#333;
}
.content h6 a {
    color:#333;
    text-decoration:none; 
    margin-left:1px;
    margin-right:1px;
    white-space:nowrap;
}
.content h6 a:hover {
    color:#000;
    text-decoration:underline;
}
.content li {
    list-style-type:square;
    list-style-position:inside;
    margin-bottom:5px;
    padding-left:10px;
}
.content p {
    font-size:12px;
    line-height:17px;
    margin-bottom:7px;
    color:#333;
}
.content ul {
    margin-top:7px;
    margin-bottom:7px;
}
.crumb {
    height:20px;
    width:935px;
    margin-top:7px;
    margin-bottom:7px;
    text-indent:15px;
    border-bottom:1px solid #004995;
}
.crumb a {
    color:#666;
    padding-right:15px;
    padding-left:10px;
    text-decoration:none;
    border-right:1px solid #004995;
}
.crumb a:first-child {
    border-left:1px solid #004995;
}
.crumb a:hover {
    color:#333;
    text-decoration:none;
}
.img-left {
    float:left;
    margin-bottom:10px;
    margin-right:10px;
}
.img-left-rand {
    float:left;
    margin-bottom:10px;
    margin-right:10px;
    border:1px solid #FFF;
    padding:2px;
}
.img-right {
    float:right;
    margin-bottom:10px;
    margin-left:10px;
}
.img-right-rand {
    float:right;
    margin-bottom:10px;
    margin-left:10px;
    border:1px solid #FFF;
    padding:2px;
}
.nieuwsdetail {
    width:680px;
    margin-bottom:10px;
    padding-bottom:10px;
    overflow:auto;
    border-bottom:1px solid #CCC;
}
.nieuwsitem,
.refitem {
    width:178px;
    background-image: url(../_sysimg/border-bot.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    overflow: auto;       
    clear:right; 
    min-height:70px;
}
.nieuwsitem h3,
.refitem h3{
    font-size:12px;
    line-height:16px;
    font-weight:bold;
    text-transform: uppercase;
    color: #FFF;
    margin-bottom: 4px;
    display: block;
}
.refitem h3 a,
.nieuwsitem h3 a,
.nieuwsitem h5 a,
.nieuwslist h5 a,
.nieuwsdetaillinks h5 a {
    text-decoration:none;
    color: #FFF;
    display: block;
}
.refitem h3 a:hover,
.nieuwsitem h3 a:hover,
.nieuwsitem h5 a:hover,
.nieuwslist h5 a:hover,
.nieuwsdetaillinks h5 a:hover {
    color: #95C6EF;
}
.nieuwsitem h5,
.nieuwslist h5,
.nieuwsdetaillinks h5 {
    text-transform:uppercase;
    font-size:10px;
    font-style:italic;
    font-weight:normal;
    line-height:12px;
    margin-top:7px;
}
.refitem p,
.nieuwsitem p {
    font-size:11px;
    line-height:15px;
    color:#DDD;
    background-image: none;
}
.refitem p a,
.nieuwsitem p a {
    font-style:italic;
    text-decoration:none;
    line-height:20px;
}
.refitem p a:hover,
.nieuwsitem p a:hover {
    text-decoration:underline;
}
.refimg,
.nieuwsimg {
    float:left;
    height:40px;
    width:40px;
    margin-right:5px;
    margin-bottom:5px;
    overflow:hidden;
    background:no-repeat center center;
    border:1px solid #CCC;
}
.refitem h3 a:after {
    content:url(../_sysimg/arro1.png);
    margin-left:3px;
}

.nieuwsitem h3 {
    padding-left:15px;
    padding-top:3px;
    background-image:url(../_sysimg/arro2.png);
    background-repeat:no-repeat;
    background-position: left top;
}
.nieuwslist {
    width:680px;
    clear:both;
    float:left;
    border-top:1px solid #CCC;
    margin-bottom:10px;
    padding-top:10px;
}
.nieuwslistimg {
    float:left;
    height:85px;
    width:85px;
    margin-right:15px;
    margin-bottom:5px;
    overflow:hidden;
    background:no-repeat center center;
    border:1px solid #CCC;
}
hr {
    height: 2px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    background-image: url(../_sysimg/border-bot.gif);
    background-repeat: repeat-x;
    margin: 0px;
    padding: 0px;
    display: block;
}
.content hr {
	height: 2px;
	border-top-width: 1px;
	border-top-width: 1px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	background-image: none;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #888;
	border-bottom-color: #EEE;
	margin: 0px;
	padding: 0px;
}
.footer {
    height:30px;
    width:935px;
    padding-top:70px;
    text-align: right;
    background-image: url(../_sysimg/fotter.png);
    background-repeat: no-repeat;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
}
.footer a {
    font-size:12px;
    color:#CCC;
    text-decoration:none;
    line-height:14px;
    padding-right:15px;
    padding-left:15px;
}
.footer p {
    font-size:10px;
    color:#999;
    margin-top:10px;
    margin-right:5px;
    padding-left:15px;
    text-transform: uppercase;
    text-align: right;
}
.content h2,
.content h3,
.nieuwsitem p a,
.nieuwslist h2,
.nieuwsitem h5 a,
.nieuwslist h5 a,
.nieuwsdetaillinks h5 a {
    color:#0c3e84;
}
.alsosee select{
    margin-left:10px;
    margin-bottom:10px;   
    width:180px;
}
div.pro{
    width:162px;
    height:25px;
    float:left;          
    margin-right:5px;
    margin-bottom:5px;
    background-image:url(../_sysimg/pro.png);
    background-repeat:no-repeat;
    background-position: left top;
}
div.pro2{
    width:244px;
    height:25px;
    float:left;          
    margin-right:5px;
    margin-bottom:5px;
    background-image:url(../_sysimg/pro2.png);
    background-repeat:no-repeat;
    background-position: left top;
}
div.pro a,
div.pro2 a {
    display:block;
    text-decoration:none;
    font-weight:bold;
    color:#FFF;
    padding:6px;
}
div.pro a:hover,
div.pro2 a:hover {
    color:#000;
    background-image:url(../_sysimg/pro-hover.png);
    background-repeat:repeat-x;
    background-position: left top;
}
div.article{
    padding:0px;
}
.model {
    float:left;
    width:500px;
    margin-top:10px;  
    margin-bottom:10px;
    clear:both;
}
.model tr td,
.model tr th{
	font-size: 12px;
	font-weight: bold;
	color: #000;
	line-height: 16px;
	text-align: left;
	padding: 3px;
    white-space: nowrap;
    text-align:center;
}
.model tr th {
	background-image: url(../_sysimg/model-th.png);
	background-repeat: repeat-x;
    color: #FFF;
}
.model tr td {
	background-image: url(../_sysimg/table.png);
    background-repeat: no-repeat;
    background-position: left bottom; 
}
.modpic{
    float:left;
    margin-bottom:10px;
    clear:both;
}
.picmod {
    height:400px;
    width:500px;
    overflow:hidden;
}
.more {
    background-image: url(../_sysimg/chiptuner.png);
	background-repeat: no-repeat;
    background-position: right top;
    position:absolute; 
    top:370px;
    height:400px;
    width:500px;
    *margin-left:-500px;
}
.moreinfo {
    width:500px;
    float: left;
}
.moreinfo:hover p {
    color: #000; 
}
.modinfo {
    width:510px;
    overflow: auto;
}
.prijsinfo {
    width:460px;
    height:142px;
    margin-top:20px;
    padding-left:25px;
    padding-right:25px;
    padding-top:15px;
    overflow: auto;
    background-image: url(../_sysimg/prijsinfo.png);
	background-repeat: no-repeat;
    background-position: left top;
}
