html, body{
	margin:0;
	padding:0;
	font-family: Arial, helvetica, 'trebuchet MS';
	width:100%;
	color:#282828;
	font-size:1em;
}

html{
	background:url(/gfx/html_back.png) repeat-x top;
}

a{
	color:#cc3333;
	text-decoration:none;
	outline:0;
}

a:visited { 
	text-decoration: none; 
}

a:hover{
	text-decoration:underline;
	outline:0 !important;
}
a:active, a:focus{
	text-decoration:underline;
}

img{
	border:0;
}

h1{
	font-size:1.9em;
	margin:0;
	padding:0;
	text-transform:uppercase;
}
h2{
	font-size:1.5em;
	margin:0;
	text-transform:uppercase;
}

h3 {
	font-weight:bold;
	font-size:1.5em;
	text-transform:uppercase;
	margin:0 0 5px 0;
	padding:25px 0 8px;
	border-bottom:1px solid #000;
}

h4{
	font-size:1.2em;
	margin:0 0 10px 0;
	padding:0;
	font-weight:normal;
}


h6{
	font-size:0.9em;
	font-weight:normal;
	margin:0;
	padding:0;
	color:#807f7f;
	border-bottom:1px solid #d8d7d7;
	overflow:auto;
	line-height:100%;
}

.container{
	margin:0 auto;
	width:990px;
}

.container#wide{
	width:100%;
	border-top:1px solid  #eaeaea;
	position:relative;
}

img.logo{
	float:left;
}

.header, #footer {
	display:none;	
}
.welkom, li.noshow {
	display:block;
}


.content {
	clear:both;
	margin:25px 0 0 0;
	font-size:0.85em;
	line-height:180%;
}

a:link, a:visited {
	color: #520;
	background: transparent;
	text-decoration: underline;
}

a:link:after, a:visited:after {
   content: " [http://www.capica.nl" attr(href) "] ";
}

.products .next{
	display:none;	
}

