/* algemene layout voor website Martendo Stoelen */
/* opbouw is html, body, div wrapper met daarin div header, logo en nav1, dan div content met daarin div nav2 en maincontent, daarna div footer, dan sluit body en html */

/* layout body */
body {
	background-color: #CCC;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
/* einde layout body */

/* layout header */
#wrapper {
	text-align: center;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
}
#header {
	margin-bottom: auto;
	margin-top: 12px;
	background-color: #FFF;
}
#logo {
	height: 70px;
	width: 980px;
	padding-bottom: 0px;
	background-color: #FFF;
}

#nav1 {
	height: auto;
	width: 980px;
}
#nav1 li {
	text-align: center;
	list-style: none;
	width: 120px;
	margin-top: auto;
	font-size: 90%;
	float: left;
	margin-left: 65px;
	background-color: #369;
	margin-bottom: auto;
	margin-right: auto;
}

ul.nav1 li a:hover, ul, nav1 li a:focus {
	background-color: #33C;
	color: #fff;
}
/* einde layout header */

/* content is verdeeld in navigatie links en content */
/* layout content */
#content {
	margin-top: 0px;
	padding-top: 0px;
}
#nav2 {
	float: left;
	width: 17%;
}
#maincontent {
	float: right;
	width: 83%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	overflow: auto;
	text-align: left;
}
#maincontent p a {
	color: #000;
	text-decoration: underline;
}
/* einde layout content */

/* layout voettekst*/
#footer {
	font-size: 0.8em;
	color: white;
	clear: both;
	margin-top: 12px;
	margin-bottom: 12px;
	background-color: #369;
}
/* einde layout voettekst*/

/* layout links */
a:hover {
	color:#FFF;
	text-decoration:none;
}

a {
	color: #FFF;
	text-decoration: none;
}
a.linkmartendo:link {
	color: #33C
}
a.linkmartendo:visited { color: #333366 }
a.linkmartendo:hover { color: red }
a.linkmartendo:active { color: red }
h1 {text-align:left; padding: 0 10% 0 7.5%; }
h5 { background: white; margin: 0 auto 0 auto; width: 65%; padding: 0 20px 0 20px; }
p {
	text-align: left;
	line-height: normal;
	background: white;
	padding: 0 10% 0 7.5%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

/* layout fototabel */
.border_onder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-bottom: 20px;
	color: #369;
	font-style: italic;
	padding-top: 20px;
}
.koptekst {
	color: #369;
	padding-top: 20px;
	font-weight: bold;
}
.omschrijving {
	font-size: smaller;
}
.artikelnummer {
	color: #369;
	font-style: italic;
	font-size: x-small;
}
.prijs {
	color: #369;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	font-style: italic;
	font-size: x-small;
}
.koptekst_tabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-variant: normal;
	color: #369;
	text-decoration: underline;
}
.tussenkopjes_kinderstoelen {
	margin-left: 55px;
}
#openingstijden {
	margin-left: 55px;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #000;
	display: table;
}

