﻿/*  CSS WWW.FOTOVENLO.EU alle rechten voorbehouden */

html {
	height: 100%; 
	margin-bottom: 1px;}
	
body {
	background-position: top;
	font: normal normal normal 80% Arial;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #000000;
	background-image: url('../HUISSTIJL_FOTOVENLO/BODY 2012kopie.jpg');
	background-repeat: no-repeat;
}

hr {
	background-color: #FFFFFF;
	border: thin #000000 dashed;
}

img {
	border: none;}

ul {
	padding: 0;
	margin: 0 0 20px 20px;
	list-style: square;}

/*  HOVER STIJL  */

a {
	color: #FF6600;
	text-decoration: blink;
	font-weight: bold;
}

a:hover {
	color: #959595;
	text-decoration: none;
	font-weight: bolder;
}

/*  letter opmaak  */

h1 {
	color: #959595;
	font: bold 26px Arial, Helvetica, sans-serif;
	text-align: center;
	letter-spacing: 1px;
}

h2{
	color: #FF6600;
	font: normal normal bold 14px Arial, Helvetica, sans-serif;
	text-align: center;
}

h3{
	color: #959595;
	font: normal normal bolder 26px Arial, Helvetica, sans-serif;
	text-align: center;
}

h4 {
	color: #FF6600;
	font: bold 18px Arial;
	text-align: center;
	margin-right: 10px;
}

h5 {
	color: #CC6600;
	font: bolder 18px Arial, Helvetica, sans-serif;
	text-align: left;
	margin-right: 20px;
	margin-left: 25px;
}

h6 {
	color: #CC6600;
	font: bolder 18px Arial, Helvetica, sans-serif;
	text-align: right;
	margin-right: 20px;
}

.center {
	text-align: center;}	

.clear {
	clear: both;}

/*  WRAPPER STIJL  */

#wrapper {
	
	width: 1050px;
	text-align: left;
	margin: 0 auto;
	color: #FFFFFF;
	margin-top: 5px;
}

/*  WRAPPER INHOUD STIJL, HAEDER, HAEDER2, HAEDER3 */

#header {
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	border-top: 1px #CCCCCC solid;
	background-position: top;
	position: relative;
	width: 1050px;
	height: 240px;
	background-image: url('../HUISSTIJL_FOTOVENLO/HAEDERVENLO.gif');
	background-repeat: no-repeat;
}

#header2 {
	background-position: top;
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	width: 1050px;
	height: 80px;
	background-color: #000000;
	background-image: url('../HUISSTIJL_FOTOVENLO/HAEDER2VENLO.gif');
	background-repeat: no-repeat;
}
#header2 h6 {
	margin-left: 500px;
	font-size: 130%;
}
#header2 p {
	margin-left:500px;
	font-size: 110%;
}

#header3 {
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	width: 1050px;
	height: 50px;
	background-color: #000000;
}
	
/*  OPMAAK CONTENT, DEZE BESTAAT UIT SIDEBAR1 EN SIDEBAR2  */


#content {
	border-bottom: 1px #CCCCCC solid;
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	float: left;
	width: 1050px;
	line-height: 1.5em;
	padding: 10px 0px 10px 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #000000;
}

/*  SIDEBAR1 LINKERZIJDE  */

#sidebar1 {
	font-size: 90%;
	float: left;
	width: 200px;
	padding: 10px 10px 10px 10px;
	color: #CCCCCC;
	margin-left: 10px;
	margin-top: 45px;
	background-color: #080807;
}
#sidebar1 p {
	font-size: 100%;
	text-align: center;
}


/*  SIDEBAR2 RECHTERZIJDE  */


#sidebar2 {
	font-size: 100%;
	float: right;
	width: 780px;
	padding: 10px 10px 10px 10px;
	color: #FFFFFF;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 45px;
}
#sidebar2 p{
	font-size: medium;
	text-align: center;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}
#sidebar2 h3{
	color: #CCCCCC;
	font: normal normal bolder 26px Arial, Helvetica, sans-serif;
	text-align: center;
}

/*  VOETNOOT STIJL  */

#footer {
	clear: both;
	padding: 20px 10px 10px 0;
	height: 50px;
	text-align: right;
	letter-spacing: 2px;
	line-height: 1.7em;
	font-size: 90%;
}

#footer a {
	font-weight: normal;
	color: #FF6600
}
	
#footer a:hover {
	font-weight: normal;
	color: #CCCCCC
}

#footer p {
	margin: 0;
	padding: 30px 0 0 0;
	color: #FFFF00;
}


/*NAVIGATIE TOP FOTO*/

ul.arrowunderline{
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 20px 0 20px 0;
	text-align: left; /* enter "left", "right", or "center" to orient the menu accordingly */;
	font: bold 20px Arial;
}

ul.arrowunderline li{
display:inline;
margin-right:24px; /* spacing between each menu item */
}

ul.arrowunderline li a{
	position: relative;
	color: #FFFFFF;
	padding-bottom: 8px; /*spacing between each menu item and arrow underline beneath it */;
	text-decoration: none;
}

ul.arrowunderline li a:hover{
	border-bottom: 3px #FF6600 solid; /* style of arrow underline */
}

ul.arrowunderline li a:hover:after{
	/* use CSS generated content to add arrow to the menu */
content: '';
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	margin-left: -5px; /* value should match border-width below */;
	bottom: 0;
	border-width: 5px;
/* value should match margin-left above */	border-style: solid;
	border-color: transparent transparent #FF6600 transparent; /* create up arrow */
}



/*NAVIGATIE HAEDER2*/

ul.arrowunderline2{
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 15px 0 20px 0;
	text-align: right; /* enter "left", "right", or "center" to orient the menu accordingly */;
	font: bold 20px arial;

}

ul.arrowunderline2 li{
display:inline;
margin-right:25px; /* spacing between each menu item */
}

ul.arrowunderline2 li a{
	position: relative;
	color: #FFFFFF;
	padding-bottom: 8px; /*spacing between each menu item and arrow underline beneath it */;
	text-decoration: none;
}

ul.arrowunderline2 li a:hover{
	border-bottom: 3px #FF6600 solid; /* style of arrow underline */
}

ul.arrowunderline2 li a:hover:after{
	/* use CSS generated content to add arrow to the menu */
content: '';
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	margin-left: -5px; /* value should match border-width below */;
	bottom: 0;
	border-width: 5px;
/* value should match margin-left above */	border-style: solid;
	border-color: transparent transparent #FF6600 transparent; /* create up arrow */
}

/*NAVIGATIE HAEDER3*/
ul.arrowunderline3{
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 20px 0 20px 0;
	text-align: center; /* enter "left", "right", or "center" to orient the menu accordingly */;
	font: bold 16px arial;
}

ul.arrowunderline3 li{
display:inline;
margin-right:25px; /* spacing between each menu item */
}

ul.arrowunderline3 li a{
	position: relative;
	color: #CC6600;
	padding-bottom: 8px; /*spacing between each menu item and arrow underline beneath it */;
	text-decoration: none;
}

ul.arrowunderline3 li a:hover{
	border-bottom: 3px #FFFFFF solid; /* style of arrow underline */
}

ul.arrowunderline3 li a:hover:after{
	/* use CSS generated content to add arrow to the menu */
content: '';
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	margin-left: -5px; /* value should match border-width below */;
	bottom: 0;
	border-width: 5px;
/* value should match margin-left above */	border-style: solid;
	border-color: transparent transparent #FFFFFF transparent; /* create up arrow */
}

	







