/**
*body
**/
body {
	background: #37b7c4;
}


/**
 * HTML elements
 */
li {
	list-style-image: url(img/minus.gif);
}
ul {
	color: #fff;
}
ul li{
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 12px;
}
h2 {
	font-size: 14px;
	color: #fff;
}
a {
	color: #fff;
}

a:hover {
	color: #fff;
}
a:hover ul {
	color: #fff;
	text-decoration: underline;
}
#menu a:hover {
	color: #37b7c4;
	text-decoration: none;
}


/**
 * header elements
 */
#header {
  color: #37b7c4;
  background-color: #653600;
  border-color: #653600;
}

#mug {
  background: transparent url(img/koffiekop-blauw.jpg) no-repeat 0 0;
}

#menu, #menu ul li{
  color: #37b7c4;
  white-space: nowrap;
}

#nav li ul {
  background: #653600;
}

#nav li.active {
  color: #fff;
}

.nolink a:hover{
  text-decoration: none;
  color: #37b7c4;
}

a.nb_nolink{ 
  color: #37b7c4 !important; /* todo waarom is dit bruin in IE zonder important? */
}



/* @TODO  opruimen 

#faq {
 	background: url(img/servicemenu/veelgesteldvragen.html) no-repeat;
	width: 127px;
	height: 16px;
	border: solid 4px #fff;
 }
#gebruiksaanwijzing {
 	background: url(img/servicemenu/gebruiksaanwijzing.jpg) no-repeat;
	width: 30px;
	height: 16px;
 }
#service {
 	background: url(img/servicemenu/service.jpg) no-repeat;
	width: 63px;
	height: 16px;
 }
#contact {
 	background: url(img/servicemenu/contact.jpg) no-repeat;
	width: 42px;
	height: 16px;
}

*/



/**
 * Content
 */
#main, #main_faq {
	width: 890px;
	text-align: left;
	color: #653600;
	padding: 15px 35px 30px 35px;
}
#content {
	float: left;
	width: 427px;
	height: 500px;
	text-align: left;
	padding-right: 15px;
}
#content-w {
	float: left;
	width: 427px;
	height: 500px;
	text-align: left;
}
#content-left {
	float: left;
	padding-right: 15px;
	width: 427px;
	height: 500px;
	text-align: left;
	overflow-y: scroll;
}
#content-right {
	vertical-align: top;
	padding-left: 20px;
	float: right;
	width: 427px;
	height: 500px;
	text-align: left;
}
#subject {
	background: url(img/quick.jpg) no-repeat;
	vertical-align: top;
	height: 22px;
	width: 100px;
}
#subject_knowmore {
	background: url(img/service/meerweten.gif) no-repeat;
	vertical-align: top;
	height: 22px;
	width: 128px;
}
#subject_herstarten {
	background: url(img/herstarten.gif) no-repeat;
	vertical-align: top;
	height: 22px;
	width: 232px;
}
#subject_manual {
	background: url(img/service/om-te-beginnen.gif) no-repeat;
	vertical-align: top;
	height: 22px;
	width: 165px;
}
#subject_garantie {
	background: url(img/garantie.html) no-repeat;
	vertical-align: top;
	height: 22px;
	width: 100px;
}
#subject_reparatie {
	background: url(img/reparatie.html) no-repeat;
	vertical-align: top;
	height: 22px;
	width: 100px;
}
#subject_probleem {
	background: url(img/service/problemen-verhelpen.gif) no-repeat;
	vertical-align: top;
	height: 22px;
	width: 228px;
}
#subject_contact {
	background: url(img/contact.html) no-repeat;
	vertical-align: top;
	height: 22px;
	width: 100px;
}
#item1 {
	background: url(img/Vragenover.gif) no-repeat;
	width: 100%;
	height: 26px;
}
#item2 {
	background: url(img/VragenoverCups.gif) no-repeat;
	width: 100%;
	height: 27px;
	margin-bottom: 10px;
}

/**
 * FAQ section
 */
.faqlist {
    height: 500px;
    margin: 10px 0 0 0;
    overflow-y: scroll;
}
.faqlist .even, .faqlist .odd {
  padding: 5px;
}
.faqlist .even {
  color: #fff;
	background: #653600;
}
.faqlist {
  color: #661d07;
}
.faqlist .question {
  cursor: pointer;
}
.faqlist .hidden {
  display: none;
	padding: 5px 0 0 0;
}
.q-U {
	font-weight: bold;
	color: #fff;
}
.q-puc{
	font-weight: bold;
	color: #fff;
}
.odd .q-puc {
	color: #661d07;
}
.odd .q-U {
	color: #661d07;
}

.faqlist .even, .faqlist .odd {
    color:#FFFFFF;
    margin-bottom:20px;
    padding:0pt 0pt 0pt 10px;
}
.faqlist .even {
    background:transparent none repeat scroll 0%;
    color:#FFFFFF;
    width:525px;
}
.faqlist {
    color:#661D07;
}
.faqlist .question {
    background:transparent url(img/bullet.gif) no-repeat scroll left center;
    cursor:pointer;
    font-weight:bold;
    height:15px;
    padding-left:15px;
    vertical-align:middle;
}
.faqlist .hidden {
    background:#653600 none repeat scroll 0%;
    display:none;
    margin-top:10px;
    padding:10px;
}
