/* Start of CMSMS style sheet 'basis' */
/* 

fryskambacht.nl
---------------
Author: Jeroen Beeksma
Update: Jelle-Jacob de Vries
Version: 07-01-2011

*/

body{
	background: url(images/verloop.png) repeat-x;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

/* ---------------------------------------------- algemene regels */

hr, dfn, #logo span {display:none;}

img {border: none 0;}

#breadcrumbs{
	font-size: 70%;
	font-style: italic;
	margin: 10px 0 10px 30px;
	text-decoration: none;
	color: #000;
}

#breadcrumbs a, #breadcrumbs .lastitem {
	text-decoration: none;
	font-style: italic;
	color: #000;
}	

/* --------------------------------------------------- p,h3,h2,h1 */

p{ 
	font-size: 76,1%;
	color: #003888;
	margin: 0 0 20px 0;
	padding: 0;
	font-style: italic;
	line-height: 1.5em;
}	

h1, h2{ 
	font-size: 130%;
	color: #cc003a;
	font-style: italic;
	padding: 0;
	margin: 20px 0 10px 0;
}

h1 span{ margin: 0;	padding: 0;	color: #2a4792;	font-style: italic;}

h3{ margin: 0; padding: 0; color: #003888; font-size: 100%;}

a{ color: #003888; font-weight: bold; text-decoration: none;}

a:hover{ color: #cc003a; font-weight: bold; text-decoration: none;}

/* --------------------------------------------------------- wrap */

#wrap{
	width: 1010px;
	margin: 20px auto;
	padding: 0;
}

/* --------------------------------------------------------- left */

#left{
	background: url(images/left-background.png) no-repeat;
	width: 275px;
	height: 340px;
	padding: 30px 0 0 0;
	margin: 0;
}

#logo{
	background: url(images/logo.png) no-repeat;
	width: 185px;
	height: 165px;
	margin: 0 auto;
	padding: 0;
}

/* -------------------------------------------------------- right */ 

#right{ 
	width: 735px;
	float: right;
}	

#right-header{
	width: 710px;
	height: 270px;
	margin: 0 10px 0 15px;
	padding: 0;
}

#right-content{
	width: 700px;
	margin: 0 0 0 30px;
	padding: 0;
}

#right-content img{
	float: right;
	margin: 0;
	padding: 10px 0 10px 10px;
	border: none;
}
	
/* ---------------------------------------------------- clearfix */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* ----------------------------------------------------- lijsten */

ul#items{
	width: 320px;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	font-style: italic;
	font-size: 120%;
}

ul#items li{
	float: left;
	background: url(images/list-item.png) no-repeat;
	width: 273px;
	height: 144px;
	text-align: center;
	color: #fff;
	margin: 0 10px 10px 0;
	padding: 105px 15px 0 15px;
	text-decoration: none;

}

ul#items li p{
	margin: 0;
	padding: 0;
	color: #fff;
	font-weight: bold;
	clear: both;
}

/*=========== headlines */

ul#headlines{
	margin: 0;
	padding: 0;
	list-style: none;
	font-style: italic;
	float: left;
}

ul#headlines li{
	background: url(images/headline.png) no-repeat;
	text-align: left;
	color: #fff;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

ul#headlines li p{
	padding: 2px 0 2px 40px;
	margin: 0;
}

/*============ wist u dat */

ul#wist-u-dat{
	margin: 0;
	padding: 0;
	list-style: circle;
}

ul#wist-u-dat li{
	margin: 10px 0 5px 30px;
	padding: 0;
	color: #003888;
}

/*============ verkoop punten */

ul#verkoop-punten{
	margin: 0;
	padding: 0;
	float: left;
}

ul#verkoop-punten li{
	background: url(images/bg_verkooppunten.png) no-repeat left top;
	margin: 0 10px 10px 0;
	padding: 10px 0 0 15px;
	color: #003888;
	float: left;
	width: 205px;
	height: 140px;
}

ul#verkoop-punten li h3{
	margin: 0;
	padding: 0;
	color: #cc003a;
	font-size: 100%;
}

ul#verkoop-punten li p{
	margin: 0;
	padding: 0;
	font-size: 90%;
}

/* ------------------------------------------------------ slider */

#slider1 p{
	overflow: 0;
	font-size: 12px;
	color: #003888;
	font-style: normal;
	margin: 0 0 10px;
	padding: 0;
}

#slider1 h1{ 
	font-size: 130%;
	color: #cc003a;
	margin: 20px 0 0 0;
	padding: 0;
	font-style: italic;
}
.tekst {
	background: url(images/header-tekst.png) no-repeat;
	width: 155px;
	height: 230px;
	margin: 0;
	padding: 20px;
	position: absolute;
}

#slider1 {
    width: 710px;
    height: 270px; 
	margin: 9px 0 0 0;
    position: relative; 
	overflow: hidden; 
}

#slider1Content {
    width: 710px; 
    position: absolute;
	top: 0;
	margin: 0;
	left: 0;
	padding: 0;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
	left: 0;
}
.slider1Image span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 710px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}

.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 14px;
}
.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 280px;
}

ul { list-style-type: none;}

/* ----------------------------------------------- product items */

/* ------------------------------------------------------ footer */

#footer{
	background: url(images/footer.png) no-repeat;
	height: 126px;
	width: 1010px;
	margin: 0 auto;
	padding: 0;
	clear: both;
}

#footer span{
	display: none;
}
/* End of 'basis' */

