/*-----------------------------------------------------------------------------
iMarks default stylesheet

version:   1.0
author:    Ruud Legdeur
email:     ruud@imarks.nl
website:   http://www.imarks.nl

/*---------------------------------------------------------------------------
=General
-----------------------------------------------------------------------------*/

/* Set all padding and margin to zero */

* {
	margin:		0;
	padding:	0;
}


/* Set border around linked images to zero */

img {
	border: 0;
}

ul, li {
	list-style:	none;
}



/* Set h elements to standard margin */

h1, h2, h3, h4, h5, h6 {
	font-size:		1em;
	font-weight:	normal;
}

/* Set all anchors with no decoration */

a {
	text-decoration:	none;
}

p {
	margin-top: 12px;
}

/*---------------------------------------------------------------------------
=Typography
-----------------------------------------------------------------------------*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h2 {
	font-size: 15px;
	color:#4A442B;
	font-weight: bold;
	margin-top: 10px;
}
h3 {
	font-weight: bold;
	color: #333333;
}


/*---------------------------------------------------------------------------
=Layout
-----------------------------------------------------------------------------*/

body {
	background-color: #333333;
}

#container {
	width:				800px;
	margin-left:		auto;
	margin-right:		auto;
	background-color:	#e8dba3;
	position: relative;
	margin-top: 10px;
	overflow: auto;
}

#head {
	width:		800px;
	height:		130px;
	float:		left;
	background-color: #e8dba3;
}

#navbar {
	width:			647px;
	height:			23px;
	position: absolute;
	background-image: url(../img/layout/images/button_normal.jpg);
	background-repeat: repeat-x;
	float: right;
	left: 149px;
	top: 104px;
	z-index: 10;
}
#navbar_shadow {
	position: absolute;
	width:		646px;
	height:		23px;
	background-color:#666666;
	float: right;
	left: 152px;
	top: 105px;
	z-index: 9;
}

/* layout mid section navigation and content */

#midWrapper {
	float:				left;
	overflow:			auto;
	background-color:	#e8dba3;
	width:				800px;
}

#navleft {
	width:	150px;
	height:	330px;
	left:	0px;
	float:	left;
}

#content {
	width:				647px;
	background-color:	#FFFFFF;
	left:				151px;
	float:				left;
	padding: 0px;
	margin-top: 5px;
	overflow: auto;
}
#footer {
	background-color:	#e8dba3;
	height:				22px;
	width:				797px;
	float:				left;
}
/* rounded corners for content */
#cornerBar {
	width: 647px;
	height: 15px;
	background-color:#FFFFFF;
	float: left;
}
#corner_tl {
	float:				left;
	background-image:	url(../img/layout/images/corner_tl.jpg);
	background-color:	#e8dba3;
	width:				15px;
	height:				15px;
}
#corner_tr {
	float:				right;
	background-image:	url(../img/layout/images/corner_tr.jpg);
	background-color:	#e8dba3;
	width:				15px;
	height:				15px;
}
#downBar {
	width: 100%;
	height: 15px;
	background-color:#FFFFFF;
}	
#corner_bl {
	float:				left;
	background-image:	url(../img/layout/images/corner_bl.jpg);
	background-color:	#e8dba3;
	width:				15px;
	height:				15px;
}
#corner_br {
	float:				right;
	background-image:	url(../img/layout/images/corner_br.jpg);
	background-color:	#e8dba3;
	width:				15px;
	height:				15px;
}
#text {
	float:left;
	background-color: #FFFFFF;
	width: 637px;
	padding-right: 5px;
	padding-left: 5px;
	clear: both;
	overflow: auto;
	height: auto;
}

/* Building the horizontal navigation */

#tabblad li {
	display:inline;
}
#navbar li {
	display:inline;
}
#navleft ul {
	display: block;
}

#navbar li a {
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 4px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333300;
	font-size: 12px;
	height: 16px;
	margin-left: 0px;
	display: block;
	float: left;
}
#navleft li {
	display: inline;
}

#navbar li a:hover {
	background-image:	url(../img/layout/images/button_hover.jpg);
	background-repeat:	repeat-x;
}
#navbar .selected {
	background-image:	url(../img/layout/images/button_selected.jpg);
	background-repeat:	repeat-x;
}

/* Buidling the left navigation */

#navleft li a {
	width: 144px;
	height:	27px;
	background-image:url(../img/layout/buttonszijkant/normal.jpg);
	background-repeat:no-repeat;
	float: left;
	margin-left: 2px;
	margin-top: 5px;
	margin-bottom:	1px;
	color: #FFFFFF;
	display: block;
	font-size: 14px;
}
#navleft li a:hover {
	background-image:	url(../img/layout/buttonszijkant/hover.jpg);
	background-repeat:	no-repeat;
}
#navleft .selected {
	background-image:	url(../img/layout/buttonszijkant/selected.jpg);
	background-repeat:	no-repeat;
}
.foto {
	float: left;
}
.cat {
	float:	left;
	padding-left: 6px;
	padding-top: 5px;
}
.tagline {
	bottom: 30px;
	position: relative;
	left: 215px;
}
#footer .left {
	float:	left;
	padding-left: 150px;
	padding-top: 5px;
}
#footer .right {
	float:	right;
	padding-top: 5px;
	margin-right: 3px;
	width: auto;
}
#footer a:link,
#footer a:visited {
	color:#333333;
}
#footer a:hover {
	text-decoration:	underline;
}
#text #leftcolumn {
	width: 310px;
	float:	left;
	height:	auto;
}
#text #rightcolumn {
	width: 308px;
	float: left;
	height:	auto;
	padding-left: 8px;
}
#text a:hover {
	text-decoration:	underline;
}#map {
	border: 2px solid #79671E;
}
.dag {
	color: #333333;
	float: left;
	height: 20px;
	width: 150px;
	clear: left;
}
.tijden {
	clear: right;
	float: left;
	height: 20px;
	width: 100px;
}
.openingstijden {
	float: left;
	height: 20px;
	width: 90%;
	margin-top: 5px;
}
#winkeltijdenWrapper {
	float: left;
	width: 350px;
	height: 300px;
}
#fotoWrapper {
	float: left;
}


#text .img {
	float: left;
}
#text img {
	margin-right:5px;
}
.item {
	clear: both;
	float: left;
	width: 98%;
	margin-top: 10px;
	overflow: auto;
	height: auto;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding-top: 10px;
}

.smalltxt {
	font-size: 10px;
	color: #333333;
}
#text .actietxt {
	float: left;
	width: 300px;
}
.merk {
	height: 50px;
	width: 627px;
	float: left;
	margin-bottom: 5px;
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.merklogo {
	float: left;
	width: 200px;
	margin-right: 5px;
	background-color: #FFFFFF;
	height: 50px;
}
.merknaam {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	clear: right;
	float: left;
	margin-bottom: 3px;
	width: 421px;
}
.merklink {
	float: left;
	margin-bottom: 3px;
	width: 421px;
}
.ul_normal {
	text-indent: 0px;
	list-style-type: disc;
	margin-left: 15px;
	padding-left: 15px;
}
.ul_normal li {
	list-style-type: disc;
	margin-left: 5px;
	margin-top: 5px;
}
