/* Procomm partners */

*{
	margin:0;
	padding:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #666;
	line-height:18px;
	text-align:center;
}

/* -- Layout -- */

#pagecontainer{
	width: 1000px;
	height: auto;
	margin: 0 auto;
}
#header{
	width:1000px;
	height:65px;
	background-color: #c1272d;
	/* background-color:#cc0000;*/
	text-align:center;
}
#media{
	background-color:#333;
	/* height:309px; */
	height: 140px; /* minus payoff */
}
#mediasub{
	background-color:#333;
	height:140px;
}
#payoff{
	width:1000px;
	height:56px;
	background-color:#000;
}
#topnav{
	width:1000px;
	height: 36px;
	background-color: #c1272d;
	text-align:left;
	float:left;
}
#contentcontainer{
	width:1000px;
	height:auto;
	text-align:left;
	margin-top: 12px;
}
#kp{
	width:1000px;
	height:auto;
	margin: 3px 0;
	font-size:11px;
	float:left;
	color:#999;
}
#kp a{
	font-size: 11px;
	text-decoration:none;
	color:#999;
}
#kp a:hover{
	color: #cc0000;
	text-decoration:none;
}

/* box voor de padding */

.cbox{
	padding: 10px 6px 6px 6px;
}

/* breedtes kolommen */



/* -- Homepage -- */

.intro{
	width: 288px;
	height:auto;
	border-left: 1px solid #e2e2e2;	
	float:left;
	margin-left:30px;
}
.usp{
	width: 320px;
	height:auto;
	border-left: 1px solid #e2e2e2;
	float:left;
}
.team{
	width: 350px;
	height:auto;
	border-left: 1px solid #e2e2e2;
	float:right;
}
#payoff h1{
	font-size: 18px;
	color:#fff;
	padding-top: 18px;
}

/* -- subpage 2 kol-- */

.leftsub{
	width:315px;
	height:auto;
	margin-left: 30px;
	float:left;
}
.mainsub{
	width: 640px;
	height:auto;
	border-left: 1px solid #e2e2e2;
	float:left;
}



/* Media */

#media .large{
	width:1000px;
	height:113px;
}
#media .small{
	width:1000px;
	height:136px;
}


/* -- Top Navigatie -- */


#topnav ul{
	list-style-type:none;
	margin-left:30px;
}
#topnav ul li{
	display:inline;
}
#topnav ul li a{
	background-color: #c1272d;
	color:#fff;
	text-decoration:none;
	padding: 8px 8px;
	border-left: 1px solid #fff;
	height:20px;
	display:block;
	float:left;
}
#topnav ul li a:hover{
	background-color:#fff;
	color: #cc0000;
	border-left: 1px solid #fff;
	height:20px;
	display:block;
	float:left;
}
#topnav ul li a.current{
	background-color:#fff;
	color:#cc0000;
	text-decoration:none;
	padding: 8px 8px;
	border-left: 1px solid #fff;
	height:20px;
	display:block;
	float:left;
}


/* -- Typografie -- */

a{
	color: #cc0000;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
h1, h2{
	font-size:14px;
	line-height: 20px;
	color: #cc0000;
}
h3{
	font-size:13px;
	line-height: 18px;
	color: #cc0000;	
}
h4,h5,h6{
	font-size:12px;
	line-height: 18px;
	color: #cc0000;	
}
hr{
	margin: 4px 0 4px 0;
	padding: 0px;
	display: block;
	height: 1px;
	background-color: #e2e2e2;
	border: none;
}
#header a{
	text-decoration:none;
	border:none;
	color:#c1272d;
}
#header img, a{
	border:0px;
}
#header img, a:link{
	border:0px;
	/*background-color:#c1272d;*/
	margin:0;
	padding:0;
}
#maincontent a img{
	border:0;
}



/* -- Gifts pagina -- */

.bordertop{
	border-top: 1px solid #e2e2e2;
}
.borderbtm{
	border-bottom: 1px solid #e2e2e2;
}	
.categorie{
	border-right: 1px solid #e2e2e2;
}
.categoriebtm{
	border-bottom: 1px solid #e2e2e2;
}		
.catalog_category{
	width:100%;
	height:auto;
	border-top: 1px solid #e2e2e2;
}
.catalog_content{
	width:100%;
	height:auto;
}
.meer_info{
	display:block;
	text-align:right;
} 
.meer_info a{
	font-size: 11px;
}
.catalog_product{
	width:31%;
	height:auto;
	border-right: 1px solid #e2e2e2;
	float:left;
	padding: 0 6px 6px 6px;
}
.catalog_product h3{
	font-size:12px;
}
.catalog_content{
	border-bottom: 1px solid #e2e2e2;
}


/* TEST */

.equal {
    display:table;
	width:100%;
	border:1px solid #e2e2e2;
}
.row {
    display:table-row;
}
.row div {
    display:table-cell;
	width: 33%;
}

.inputtext {
	width:300px;
	border:1px solid #CC0000;
	margin-top:1px;
}

.inputtextarea {
	width:300px;
	height:200px;
	border:1px solid #CC0000;
	margin-top:1px;
}

hr {
	color:#e2e2e2;
	height:1px;
	margin-bottom:10px;
}

#plattegrond {
	text-align:center;
}
