﻿/*  CSS FOTOVENLO.COM alle rechten voorbehouden */

html {
	height: 100%; 
	margin-bottom: 1px;}
	
body {
	background-color: #080808;
	color: #FF6600;
	font: normal 76% Tahoma;
	margin: 0;
	padding: 0;
	text-align: center;
}

hr {
	background-color: #414e59;
	color: #C2C2C2;
	border: 1px #959595 dotted;
	height: 1px;
	width: 90%;
}

img {
	border: none;}


/*  HOVER-LINKS  */

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

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

/*  TEKSTGROOTTE  */

h1 {
	color: #959595;
	font: bold 24px Tahoma, Geneva, sans-serif;
	text-align: center;
	letter-spacing: 1px;
}

h2{
	color: #FFFFFF;
	font: normal 20px Tahoma, Geneva, sans-serif;
	text-align: left;
}

h3{
	color: #FFFFFF;
	font: normal 20px Tahoma, Geneva, sans-serif;
	text-align: left;
}

h4 {
	border-bottom: 1px #959595 solid;
	color: #FFFFFF;
	font: bold 16px Tahoma, Geneva, sans-serif;
	text-align: left;
}

h5 {
	color: #FFFFFF;
	font: normal 20px Tahoma, Geneva, sans-serif;
	text-align: center;
}

h6 {
	color: #FFFFFF;
	font: bold 14px Tahoma, Geneva, sans-serif;
	margin-bottom: 0;
	padding-bottom: 0;
}


.center {
	text-align: center;}	

.clear {
	clear: both;}

/*  OPBOUW PAGINA */

#wrapper {
	border-top: 1px #C2C2C2 ridge;
	width: 1000px;
	text-align: left;
	border-right: 1px #C2C2C2 ridge;
	border-bottom: 1px #C2C2C2 ridge;
	border-left: 1px #C2C2C2 ridge;
	margin: 10px auto 0 auto;
	background-color: #000000;
	color: #FF9933;
}

/*  styl voor de header */

#header {
	position: relative;
	width: 1000px;
	height: 200px;
	background-image: url('../HUISSTIJL_FOTOVENLO/header-nieuwste-site.gif');
	background-repeat: no-repeat;
}

#global {
	position: absolute;
	left: 0;
	top: 10px;
	z-index: 1;
	width: 890px;
	text-align: right;
	padding-right: 10px;
	height: 30px;
	font-size: x-small;
}

/* MENU BOVEN */

#navigation {
	text-align: center;
	font-weight: bolder;
	height: auto;
	font-size: 120%;
	margin-top: 5px;
	float: right;
	margin-right: 10px;
	padding-bottom:25px;
}
html>body #navigation {
	overflow: visible;
}	
#navigation ul {
	list-style-type: none;
	width: 500px;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	width: 125px;
}
#navigation a {
	color: #FF6600;
	font-size: 120%;
	margin: 0 1px;
	padding: 5px;
	display: block;
}
#navigation a:hover {
	color: #C2C2C2;
	font-size: 120%;
	font-weight: bolder;
}
	
/*  LINKERKOLOM  */

#sidebar {
	font-size: 90%;
	float: left;
	width: 200px;
	padding: 0 10px 10px 10px;
	color: #FFFFFF;
}

/*MENU'S LINKERKOLOM*/


.underlinemenu{
	font-weight: bold;
	width: 80%;
	margin-left: 15px;
	padding-bottom: 5px;
	display: block;
	list-style:none;
}

.underlinemenu ul{
	padding: 15px 0 15px 0;
	margin: 0;
	text-align: left;
	display: block;
	list-style:none;
}

.underlinemenu ul li{
	display: block;
	height:30px;
}

.underlinemenu ul li a{
	border-left: 20px #C2C2C2 solid;
	color: #FF6600;
	padding: 6px 3px 4px 3px;
	margin-right: 5px;
	text-decoration: none;
}

.underlinemenu ul li a.selected{
	border-left-color: #C2C2C2;
}

.underlinemenu ul li a:hover{
	border-left-color: #FF6600;
	color: #C2C2C2;
	font-weight: bold;
}

/*  RECHTERKOLOM  */

#content {
	float: left;
	width: 740px;
	line-height: 1.5em;
	padding: 10px 10px 10px 10px;
	color: #FFFFFF;
	font-family: tahoma;
	text-align: center;
	background-color: #060606;
}

/*  FOOTER  */

#footer {
	background-position: bottom;
	clear: both;
	padding: 0 5px 0 5px;
	text-align: right;
	letter-spacing: 2px;
	line-height: 1.7em;
	font-size: 80%;
	height: 150px;
	background-image: url('../HUISSTIJL_FOTOVENLO/footer-nieuwste-site.gif');
	background-repeat: no-repeat;
}

#footer a {
	padding: 0 0 0 0;
	font-weight: normal;
	color: white;
}
	
#footer a:hover {
	font-weight: normal;
	color: #FF6600
}

#footer p {
	margin: 0;
	padding: 10px 0 0 0;
	color: #FFFFFF;
}

/*  CONTACTFORMULIER  */

fieldset {
	border: 1px dashed #c2c2c2;
	padding: 5px;
	margin: 5px 0;}

legend {
	background-color: #ffffff;
	color: #656565;
	font: bold 16px Arial, Helvetica, sans-serif;
	padding: 2px 4px;
	margin: 0;}

form {
	padding: 5px;
	text-align: left;
	margin: 20px 0 5px 0;}

label {
	width: 150px; 
	float: left; 
	text-align: right; 
	margin: 3px 5px 5px 5px; 
	clear: both;}

input {
	margin: 3px 5px 5px 5px; 
	background-color: #fff; 
	color: #000; 
	border: 1px solid #c2c2c2;}

textarea {
	font: normal 12px Verdana, sans-serif;
	margin: 3px 5px 5px 5px; 
	background-color: #fff; 
	color: #000; 
	border: 1px solid #c2c2c2;}

.button {
	text-align: center; 
	margin: 5px 0 0 170px; 
	border: none;
	clear: both;}

/*  TABELOPMAAK  */

table {
	padding: 0px;
	border-collapse: collapse;
	font-size: 100%;
	width: 100%;
	
	}

.catalog {
	padding: 10px;
	line-height: 1em;
	text-align: center;
	vertical-align: top;
	width: 50%;}

/*  FOTO OPMAAK */

.image-border {
	border: 3px double #c2c2c2;}
	
.imageleft-noborder {
	margin: 0 10px 0 0; 
	float: left;}

.imageright-noborder {
	margin: 0 0 0 10px; 
	float: right;}
	
.imageleft-border {
	margin: 0 10px 0 0; 
	float: left;
	border: 3px double #c2c2c2;}

.imageright-border {
	margin: 0 0 0 10px; 
	float: right;
	border: 3px double #c2c2c2;}
		
