@charset "utf-8";
/* CSS Document for Architecten Atelier Albert 	*/
/* Author: John Steenbergen, for ZIdit.nl		*/

body {
	margin: 0px;
	padding: 0px;
	font-size: 62.5%;
	background-image:url(../images/wit_groen.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color: #b4f4b8;
}

/* Main site Structure */

#container {
	height: 100%;
	width: 996px;
	margin-top: -5px;
}

#header {
	height: 132px;
	width: 996px;
	font-family: calibri, "myriad pro", verdana, arial;
	font-size: 1.5em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

#content {
	height: 414px;
	width: 996px;
	margin-top: 10px;
}

#footer {
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 996px;
	margin-top: 8px;
}

/* Header */

#h-welkom {
	height: 60px;
	width: 196px;
	float: left;
	text-align: left;
	padding-top: 65px;
}
#h-nav {
	height: 140px;
	width: 240px;
	float: left;
	background-image: url(../images/architecten-atelier-albert_logo.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#h-nav-row1 {
	height: 25px;
	width: 240px;
	float: left;
	padding-top: 10px;
}
#h-nav-row2 {
	height: 30px;
	width: 240px;
	float: left;
	padding-top: 0px;
}
#h-nav-row2-left {
	float: left;
	text-align: left;
}
#h-nav-row2-right {
	float: right;
	text-align: right;
	margin-right: 5px;
}
#h-nav-row3 {
	height: 30px;
	width: 240px;
	float: left;
	padding-top: 30px;
	text-align:center;
}
#h-subnav {
	height: 60px;
	width: 500px;
	float: right;
	text-align: right;
	padding-top: 65px;
}

/* Header links */

#h-welkom a, #h-nav a {
	text-decoration: none;
}
#h-subnav a {
	margin-left: 30px;
	text-decoration: none;
}

#h-welkom a:hover, #h-nav a:hover {
	text-decoration: underline;
}
#h-subnav a:hover {
	margin-left: 30px;
	text-decoration: underline;
}

/* Colored links */

a.link-welkom, a.link-welkom:visited {
	color: #FC9335;
}
a.link-visie, a.link-visie:visited {
	color: #FADA06;
}
a.link-albert, a.link-albert:visited {
	color: #039303;
}
a.link-workshop, a.link-workshop:visited {
	color: #A704FB;
}
a.link-contact, a.link-contact:visited {
	color: #FC9335;
}
a.link-nav, a.link-nav:visited {
	color: #039303;
}
a.link-nav:hover {
	color: #039303;
}
a.link-nav2, a.link-nav2:visited {
	color: #4760F9;
}
a.link-nav2:hover {
	color: #4760F9;
}

/* Content */

#c-trow {
	height: 160px;
	width: 996px;
}
#c-mrow {
	height: 54px;
	width: 996px;
	font-family: calibri, "myriad pro", verdana, arial;
	text-align: center;
	line-height: 54px;
	font-size: 2em;
	letter-spacing: 0.4em;
	color: #00b050;
	font-weight: bold;
	text-transform: uppercase;
}
#c-brow {
	height: 200px;
	width: 996px;
}

/* Product page next, previous */

.next-rfloat {
	float: right;
}

.prev-lfloat {
	float: left;
}

#content a:link, #content a:visited {
	color:#000;
}
#content a:hover, #content a:active {
	color:#000;
}
