/* CSS Document */

html, body {
    width: 100%;
	height: 100%;
	margin: 0;
}
body {
	background-image:url(../images/layout/cardboard.jpg);
	background-position: top center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	color: #000066;
}
img {
}
a { 
    position:relative;
}
a:link {
	color: #000066;
	text-decoration: underline;
}
a:visited {
	color: #000066;
	text-decoration: underline;
}
a:hover {
	color: #cc0000;
	text-decoration: underline;
}
a:active {
	color: #cc0000;
	text-decoration: underline;
}
#logo {
    margin-top: 75px;
	margin-right: 75px;
}


/* Begin schuifmenu */
#accordion {
	border: none;
	width: 165px;
	height: 160px;
	position: relative !important;
	display: block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: top left;
	padding-top:10px;
}
#visible {
    margin-left: 2px;
	margin-right: 5px;
}
.panel_body {
	height: 120px;
	position: relative;
	display: block;
	width: 165px;
}
.panel_body div {
	padding: 0px 0px;
	text-decoration: none;
}
.panel_body div a {
    color: #000066;
	text-decoration: none;
}
.panel_body div a:hover {
    color: #CC0000;
    text-decoration: none;
}
.panel {
	bottom: 0px;
	margin: 0px;
	padding: 0px;	
	background-image: url(../images/layout/pricetag2.png);
	background-repeat: no-repeat;
}
#panel1 {
    padding-top: 20px;
}
.wrapper {
	bottom: 0px;
	position: absolute;
}
/* Eind schuifmenu */

.header {
    background-position: center;
	padding-left: 30%;
	padding-right: 55%;
	height: 170px;
}
#main {
    background-image: url(../images/layout/papers.png);
	width: 899px;
	height: 650px;
	background-position: center;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
}
.content {
    background-position:center;
	width:846px;
	height:830px;
}

/* Begin mailform */
#mailform {
    background-image: url(../images/layout/contact.png);
	width: 899px;
	height: 650px;
	background-position: center;
	background-repeat: no-repeat;
	font-family: "Shirley ttf", serif;
	font-size: 18px;
	font-weight: normal;
}
input.knopyep {
    width: 66px;
    height: 66px;
    background: transparent url(../images/layout/yeps.jpg) no-repeat;
    outline: none;
    border: none;
    cursor : pointer;
}
input.knopyep:hover {
    background: transparent  url(../images/layout/yeps.jpg) no-repeat 0 -66px;
}
input.knopnope {
    width: 66px;
    height: 66px;
    background: transparent url(../images/layout/nopes.jpg) no-repeat;
    outline: none;
    border: none;
    cursor : pointer;
}
input.knopnope:hover {
    background: transparent url(../images/layout/nopes.jpg) no-repeat 0 -66px;
}
.invulveld {
    border: 0px;
    background-image: url(../images/layout/bgcontact.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000066;
	vertical-align: bottom;
	width: 100%;
	height: 160px;
	line-height: 18px;
}
.naamveld {
    border: 0px;
	background-image: url(../images/layout/naamveld.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000066;
	vertical-align: bottom;
	width: 100%;
	height: 100%;
}
.selectbox {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000066;
	background-color: #EFDEC5;
}
/* Eind mailform */

#front {
    background-image: url(../images/layout/bgfront.png);
	width: 575px;
	height: 560px;
	background-repeat: no-repeat;
}

#fronttekst {
    padding-top: 80px;
	padding-left: 40px;
	padding-right: 35px;
}

#note {
    background-image: url(../images/layout/scrap2.png);
	background-position: top right;
	background-repeat: no-repeat;
	width: 296px;
	height: 75px;
	padding-left: 290px;
	padding-top: 1px;
}

#notetekst {
	padding-left: 20px;
	text-align: left;
}

#thanks {
    background-image: url(../images/layout/bedankt.png);
	width: 899px;
	height: 650px;
	background-position: center;
	background-repeat: no-repeat;
	font-family: "Shirley ttf", serif;
	font-size: 18px;
	font-weight: normal;
	color: #000066;
	text-align: center;
}
h3{ 
    font-family: "Shirley ttf", serif;
	font-size: 18px;
	font-weight: normal;
	background-color:#f8f8df;
	background:transparent;
	padding: 0px 10px 0px 10px;
	margin: 0px 2px 0px 2px;
	cursor: pointer;
	display: block;
}
h3 a{
	color:#000066;
	text-decoration: none;
}
h3 a:hover{
	color:#cc0000;
	text-decoration: none;
}
h2{ 
    font-family: "Shirley ttf", serif;
	font-size: 18px;
	font-weight: normal;
	background-color:#f8f8df;
	background:transparent;
}
h2 a{
	color:#000066;
	text-decoration: none;
}
h2 a:hover{
	color:#cc0000;
	text-decoration: none;
}
h1 {
    font-family: "Shirley ttf", serif;
	font-size:14px;
	font-weight: normal;
	background-color:#f8f8df;
	background:transparent;
	padding: 0px 10px 0px 10px;
	margin: 0px 2px 0px 2px;
	cursor: pointer;
	display: block;
}
h1 a{
    color:#000066;
	text-decoration: none;
}
h1 a:hover{
    color:#cc0000;
	text-decoration: none;
}

/* Errorpage */
#error {
    background-image: url(../images/layout/errorbg.png);
	background-repeat: no-repeat;
	margin-top: 20px;
}

#photoshop1024 {
    width: 1024px;
	height: 768px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -384px; /* De helft van de hoogte */
	margin-left: -512px; /* De helft van de breedte */
	font-family: "Shirley ttf", serif;
	font-size: 18px;
	font-weight: normal;
	color: #000066;
}

#photoshop800 {
    width: 800px;
	height: 600px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -400px;
	font-family: "Shirley ttf", serif;
	font-size: 18px;
	font-weight: normal;
	color: #000066;
}

.photoshop768 {
    font-family: "Shirley ttf", serif;
	font-size: 18px;
	font-weight: normal;
	color: #000066;
}