img, div {
	behavior: url('iepngfix.htc');
}

html {
	overflow-y: scroll;
}

body {
	background: #ffd100 url('../img/background3.png') repeat-x top center;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 1em;
	color: #1a181c;
	padding: 0;
	margin: 0;
}

form, img {
	border: 0;
	padding: 0;
	margin: 0;
}

#wrapper {
	position: relative;
	width: 900px;
	margin: 0 auto;
}

#header {
	position: static;
	width: 900px;
	height: 630px;
	background: transparent url('../img/header-background2.png') no-repeat top center;
}

#social {
	position: absolute;
	top: 20px;
	right: 95px;
}

#newsletter {
	position: absolute;
/*
	top: 350px;
	left: 190px;
*/
	height: 28px;
	width: 90px;
	line-height: 25px;
	position: absolute;
	padding-bottom: 3px;
	top: 20px;
	right: 0px;
	text-align: center;
	color: #fff;
	background: #ffd100 url('../img/nieuwsbrief-bg.gif') no-repeat top left;
}

#newsletter a{
	height: 20px;
	width: 250px;
	text-transform: uppercase;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #fff;
}

#slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 900px;
	height: 510px;
}

#image1 {
}

#image2 {
	display: none;
}

#image3 {
	display: none;
}

#logo {
	position: absolute;
	top: 11px;
	left: 0;
	width: 162px;
	height: 148px;
}

#menu {
	position: relative;
	top: 160px;
	left: 0;
	width: 162px;
	z-index: 100;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu ul li {
	margin: 0;
	padding: 0;
}

#menu ul li.submenu a {
	background-color: #555555;
	padding-left: 15px;
	width: 147px;
}

#menu ul li a {
	display: block;
	text-decoration: none;
	width: 147px;
	height: 31px;
	padding: 0 0 0 15px;
	line-height: 31px;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #1a181c;
	border-bottom: 1px solid #ffffff; /* Ipv margin voor IE6 */
}

#menu ul li a:hover, #menu ul li a:focus {
	background-color: #333333;
}

#next {
	position: absolute;
	top: 82px;
	right: 0;
	width: 54px;
	height: 30px;
}

#text {
	position: absolute;
	top: 140px;
	left: 190px;
	width: 190px;
	line-height: 1.4em;
	font-size: 12px;
}

#member {
	position: absolute;
	top: 326px;
	right: 0px;
	width: 350px;
	height: 150px;
/* 	border: 1px dotted red; */
	/* background-color: #000; */
}



#content {
	position: static;
	width: 900px;
	height: 170px;
	margin: 20px 0 0 0;
}

#content .visualmenu {
	position: relative;
	width: 200px;
	height: 150px;
	float: left;
	margin: 0 33px 0 0;
}

#content .visualmenu.right {
	margin: 0;
}


#content .visualmenu .button a{
	display: block;
	text-decoration: none;
	width: 170px;
	height: 21px;
	padding: 0 15px 0 15px;
	line-height: 21px;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #E1011B;
	text-align: center;
	font-weight: bold;
	font-stretch: narrower;
}


#content .visualmenu .button a:hover{
	background-color: #D80012;
}

#content .visualmenu .image{

}


#footer {
	position: relative;
	width: 900px;
	height: 60px;
}

#footer a {
	color: #1a181c;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #1a181c;
	text-decoration: underline;
}

#copyright {
	position: absolute;
	width: 900px;
	text-align: center;
	text-transform: uppercase;
	font-size: 9px;
}

#fitvak {
	position: absolute;
	width: 73px;
	height: 32px;
	right: 0;
}

#twitter {
/* 	background-color: #E1011B; */
/* 	background-color: #fff; */
	height: 100px;
	width: 900px;
	margin-top: 40px;

	background: #F2F2F2 url('../img/twitter-bg-2.png') repeat-x top center;
	position: absolute;
	top: 470px;
	border-top: 1px solid #E1011B; 
}

#twitter-label {
	position: absolute;
	left: 0px;
	top: 478px;
	width: 162px;
	height: 31px;
	background-color: #E1011B;
	color: #fff;
}

#twitter-label a{
	color: #fff;
	display: block;
	font-family: Arial,Verdana,sans-serif;
    font-size: 11px;
	line-height: 31px;
    text-decoration: none;
    text-transform: uppercase;
	padding: 0 0 0 15px;
	font-weight: bold;
}

#twitter-label a:hover{
	background-color: #D80012;
}


#twitter-bird {
	position: absolute;
	left: 170px;
	top: 480px;
	width: 40px;
	height: 31px;
	color: #fff;
}

.tweet-spacer{
	float:left;
	width: 10px;
	border-right: 1px solid #CCC;
	height: 60px;
	margin-left: 10px;
	margin-top: 20px;
}

.tweet {
	float: left;
	color: #1a181c;
	width: 400px;
	height: 60px;
	margin: 10px 10px 0px 0px;
	font-size: 12px;
    line-height: 1.6em;
/* 	background-color: #fff; */
	padding: 10px 0px 10px 20px;

/*
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
*/
	font-style: italic;
/* 	font-family: Georgia, serif; */
	font-weight: bold;
}

.tweet a {
	color: #E1011B;
}
