﻿/* CSS voor www.jacvanheeswijk-waterbedden.nl (C) 2004 door Bram de Jong */

/* main */
body {

	font-family:		Verdana, Arial, Helvetica, sans-serif;
	color:				black;
	font-size:			13px;
	background-image:url(../images/bg.png);
	text-align:			left;
	margin:				0;
	padding:			0;
}
body, html 
	{
	height: 100%;
	}
html > div#outside
	{
	height: 100%;
	}
img {
	border-style: 		none;
}
domainsubmit {
	text-align:			right;
	
}
.head {
	background-image:	url(../images/bg_menuhead.jpg);
	background-position:right;
	background-repeat:	repeat-y;
	font-size: 			18px;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
}
/* Links */
a
 {
	font-size: 			14px;
	font-weight:		bold;
	text-decoration:	none;
	color:				#990000;
	font-family:		Arial, Helvetica, sans-serif;
}
a:hover { 
	font-size: 			14px;
	font-weight:		bold;
	text-decoration: 	underline;
	font-family:		Arial, Helvetica, sans-serif;
}
/* menu */
.navlink { 
	background: 		white; 
	width:				195px; 
	height:				35px; 
} 
.navlink td#title { 
	font-size:			15px; 
} 

.navlink td { 
	color: 				#000000; 
	border:				none; 
	border-left-color: 	#E1E1E1; 
	border-left-style: 	none; 
	font-family:		Arial, Helvetica, sans-serif; 
	font-weight:		bold;
	font-size:			15px; 
	line-height: 		33px; 
	text-align: 		left; 
} 
.kleineletters {
font-size: 8px;
}
.navlink a { 
	text-decoration:	none; 
	display:			block; 
} 

* html .navlink td a {
	width: 				100%;
	background-color:	#cccccc;
	font-size:			15px; 
} 
.navlink td a:hover { 
	line-height: 		33px; 
	display:			block;
	text-decoration:	none;
	font-size:			15px; 
} 
.navlink td a:hover { 
	color: 				#FFFFFF; 
	background-color:	#DDDDDD; 
	line-height: 		33px; 
	display:			block;
	text-decoration:	none;
	font-size:			15px; 
} 

.navlink td a:visited {
	text-decoration:	none;
	font-size:			15px; 
} 
.header {
	font-size: 			20px;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
}
.header2 {
	font-size: 			16px;
	font-weight: 		bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Lay-out */
#outside {
    min-height: 100%;
	position:			absolute;
	background: #fff;
	background-image:url(../images/header.jpg);
	background-repeat: no-repeat;
	margin: auto 0;
	width:				950px;
	height: auto !important;
	height: 100%;
	z-index:			11;
	left: 1px;
}
#logo {
	position:			relative;
	height:				215px;
	text-align:			left;
	z-index:			12;
	left: 1px;
}
#menu {
	float:				left;
	top:				0px;
	width:				200px;
	z-index:			17;	
}
#content {
	float:				left;
	margin-top:			15px;
	margin-left:		35px;
	left:				0;
	width:				700px;
	z-index:			18;
	text-align:			left;	
}
