/*======================================================
		www.releaz.nl - ontwerpbureau releaz
======================================================*/


/*======================================================
//		Algemeen
======================================================*/

.alt {
	display: none;
}

body {
    font-family: "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS";
    font-size: 11px;
    color: #313131;
    background: #3e57a4 url(../img/background.png) no-repeat;;
	margin: 0;
}

p {
	color: #003d67;
	font-size: 12px;
}

a {
    text-decoration: none;
    color: #061e2f;
}

img {
	border: 0;
}

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


/*======================================================
//		Header
======================================================*/

#header {
	margin: auto auto;
	width: 668px;
	padding-top: 30px;
}

#logo {
	margin: 30px auto auto auto;
	width: 140px;
	height: 210px;
	background: transparent url(../img/logo.png) no-repeat;
}

#button {
	background: url(http://www.delauwer.nl/assets2/img/button_open.png) no-repeat;
	width: 195px;
	height: 195px;
	position: absolute;
	margin: 0 0 0 220px;
}

.button { float: left; margin: 248px 10px 0 0; }

/*======================================================
//		Main
======================================================*/

#main {
	margin: auto auto;
	width: 900px;
	text-align: center;
	padding-top: 20px;
}
	
	#main p {
		font-size: 18px;
	}

.hide {
      display: none;
      visibility:hidden;
}

.intro {
      display: none;
}

.show {
width:600px;
position: absolute;
height:300px;
background: #FFFFFF url(../img/actie.png) no-repeat;
}

#main_pic{
width:600px;
z-index: 100;
position: absolute;
height:300px;
top: 270px;
left: 27%;
padding-left: 20px;
background: #FFFFFF url(../img/actie.png) no-repeat;
}
	

/*======================================================
//		Footer
======================================================*/

#footer {
	width: 668px;
	text-align: center;
	clear: both;
	margin: auto auto;
}