
/* ******************************************************************** */
/*                  CSS De Strubben Groepsaccomodaties                  */
/* ******************************************************************** */
html, body
{
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	color: #4B4B4B;
	background-color: #eff3ff;
}

p, table, td, tr
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	color: #4B4B4B;
}

#pagewidth
{
	width: 960px;
	text-align: left;
	margin: 0 auto;
}

#header
{
	position: relative;
	height: 200px;
	width: 960px;
	background-color: transparent;
	overflow:hidden;
	
	
}

#leftcol
{
	width: 170px;
	float: left;
	position: relative;
	background-color: transparent;
	vertical-align: baseline;
	left: 0px;
	top: 0px;
	margin-right: 10px;
	margin-left: 30px;
    	
}

#contentcell
{
	background-color: transparent;
	position: relative;
	width: 720px;
	float: right;
	margin: 0px, 0px, 0px, 0px;
	left: 0px;
	top: 0px;
	margin-right:20px;
	margin-left:10px;
}

#footer
{
	height: 60px;
	background-color: #FFFFFF;
	clear: both;
	display: block;
	overflow: auto;
}

H1
{
	font-size: 18px;
	font-style: normal;
	line-height: 28px;
	font-weight: normal;
	color: #446BA1;
	font-variant: normal;
	text-transform: none;
	clip: rect( );
	font-family: Verdana, Arial;
}
H2
{
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #446BA1;
	line-height: 18px;
	font-variant: normal;
	text-transform: none;
	font-family: Verdana, Arial;
	clip: rect( );
}
H3
{
	font-family: Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	color: #446BA1;
	font-weight:bold;
	font-variant: normal;
	text-transform: none;
}

A
{
	font-style: normal;
	font-family: Verdana;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	line-height: 16px;
	color: #4B4B4B;
}

A:link
{
	font-family: Verdana;
	font-size: 12px;
	text-decoration: underline;
	line-height: 16px;
	background: transparent;
	font-weight: normal;
	color: #4B4B4B;
}

A:active
{
	font-family: Verdana;
	font-size: 12px;
	text-decoration: underline;
	line-height: 16px;
	color: #4B4B4B;
	background: transparent;
	font-weight: normal;
}

A:visited
{
	font-family: Verdana;
	font-size: 12px;
	text-decoration: underline;
	line-height: 16px;
	color: #4B4B4B;
	background: transparent;
	font-weight: normal;
}

A:HOVER
{
	font-style: normal;
	font-family: Verdana;
	font-weight: normal;
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
	line-height: 16px;
}

/* ******************************************************************** */
/* Clearfix: http://csscreator.com/attributes/containedfloat.php        */
/* ******************************************************************** */
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix
{
	display: inline-block;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-y;
}

/* Hides from IE-mac \*/
* html .clearfix
{
	height: 1%;
}
.clearfix
{
	display: block;
}
/* End hide from IE-mac */


