﻿/*----------------------------------------------------------------------------------------------------------------------------------------------------------------
MENU'S
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/************************************************************************************************************************************************************************************************/
/*fonts & text*/
/************************************************************************************************************************************************************************************************/
/*all*/
*{
	padding:0; margin:0;
}
body {
	min-width:1024px;
}
hr, legend{display:none; }

img{border:0px; display:inline-block;}
fieldset{border:0px; display:block;}
a{outline:none; text-decoration:none; }
li{ list-style:none;}
table{ border-collapse:collapse;}
section, header, footer, nav, aside, article, canvas{display:block; }
address{ font-style:normal;}

/*@font-face*/
@font-face {font-family: 'SegoeWPlight'; src: url('/fonts/SegoeWP-Light.eot'); src: local('â˜º'), url('/fonts/SegoeWP-Light.woff') format('woff'), url('/fonts/SegoeWP-Light.ttf') format('truetype'), url('/fonts/SegoeWP-Light.svg#webfontwziKDzLz') format('svg'); font-weight:normal; font-style:normal;}

/*main color (black)*/
p, li, a, strong, h1, h2, h3, h4, h5, h6{color:black; }


/*main text sizes*/
/*p, li, a, strong, td, label{font-size:12px; color:#626262;  }*/

/*lineheights*/
/*p{line-height:20px; }
.lineheight1{line-height:40px;}*/

/*alignment*/
.alignright{text-align:right; }
.aligncenter{text-align:center; }
.floatleft{float:left; padding:0px 10px 0px 0px; }
.floatright{float:right; }
p img{vertical-align:middle;}

/*other*/
.outline{outline:1px solid black;}
.clear{clear:both;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------
BOXES & LINES
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*box1*/
.box1{padding:10px; background-color:#827258; margin:5px; position:relative; height:405px; width:305px; border:5px solid rgb(174, 160, 143);}
.box1 .hr{border:5px solid #fff; margin:15px -20px 0px -20px; padding:10px; }
.box1 .button2{color:rgb(255, 222, 0); vertical-align:bottom; }
.box1 p {font-size:12px; margin:0; padding:0;}

/*box2*/
.box2{padding:10px; background-color:rgb(174, 160, 143); margin:5px; position:relative; height:405px; width:305px; border:5px solid #827258; }
.box2 h2{color:white; font-size:18px; }
.box2 p {font-size:12px; margin:0; padding:0;}
.box2.newsletter{height:120px;}


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------
INFO & SECTIONS
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*articleslider*/
#paintball-verhuur {left: -60px;top:500px;z-index:99999;position: absolute;}
.articleslider{width:1115px; height:345px; background-color:transparent; position:relative;}
.articleslider dl{position:absolute; top:0px; left:0px; z-index:100; width:1115px; }
.articleslider dl dt{display:none; }
.articleslider dl dt strong{}

.articleslider dl dd{}
.articleslider dl dd ol{text-align:center; margin:222px 0px 0px 0px; }
.articleslider dl dd ol li{display:inline-block; cursor: pointer; }
.articleslider dl dd ol li a{width:8px; height:8px; display:block; background-color:#8798a2; overflow:hidden; text-indent:-6000px; margin:0px 2px 0px 0px; }
.articleslider dl dd ol li.on a{background-color:#ffffff; }
.articleslider dl dd ol li.pre a{position:absolute; top:20px; left:0px; border:3px solid white; border-left:0px; margin:0px 0px 0px 0px; background:rgb(255, 222, 0) url("../images/button1-rev.png") no-repeat center center; width:27px; height:175px; display:block; z-index:100;}
.articleslider dl dd ol li.next a{position:absolute; top:20px; right:0px; border:3px solid white; border-right:0px; margin:0px 0px 0px 0px; background:rgb(255, 222, 0) url("../images/button1.png") no-repeat center center; width:27px; height:175px; display:block; z-index:100;}
.articleslider dl dd ol li.off a{background-color:#c8d0d5; opacity:.5; }

.articleslider .articles{position:absolute; top:20px; left:40px; width:1035px; height:2120px; overflow:hidden;}
.articleslider .articles ul{position:absolute; top:0px; left:0px; width:5000px; z-index:1000; }
.articleslider .articles li{width:251px; float:left; padding:0px 10px 0px 0px; }
.articleslider .articles li a{color:white; }
.articleslider .articles li p a.img{position:relative; display:inline-block; }
.articleslider .articles li p a.img em{display:none; font-style:normal; position:absolute; top:0px; left:0px; width:251px; height:90px; line-height:90px; text-align:center; color:white; background-color:black; background-color:rgba(0,0,0,0.7); font-size:14px; }
.articleslider .articles li p a.img:hover em{display:block; }
.articleslider .articles li p a:hover .button2{color:#EB7101; background: url("../images/button2-hover.png") no-repeat right 4px; }
.articleslider .articles li:hover{cursor:pointer;}
.articleslider .articles li p .title{color:white; text-decoration:underline; font-weight:bold; }
.articleslider .articles li p .max1{display:block; max-height:36px; overflow:hidden;}
.articleslider .articles li p .max2{display:block; max-height:58px; overflow:hidden;}
.articleslider .articles .button2{color:rgb(255, 222, 0); vertical-align:text-bottom;}
.articleslider .articles img.spec {height:85px; width:272px; margin-left:20px;; }
.articleslider .articles p {color:rgb(255, 222, 0); }

