img { border: none; }

#overlay{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 100; 
	width: 100%; 
	height: 100%; 
	background-color: #1F2B3D; 
}

#ideBox{	
	position: absolute;	
	overflow: visible;
    top: 0; 
	left: 0; 
	font-family: "Gill Sans MT", Arial, sans-serif;
	font-size: 16px;	
    z-index: 200; 
}

#ideBoxMainContainer {
	position:absolute;
	top: 0; 
	left: 0; 
 	width: 100%;
	height: 100%;   
	overflow: visible;
	padding: 18px 18px 18px 18px;
}

#ideBoxContainer {
	position:relative;
	width:100%;
	height:100%;
}

#ideBoxClose {
	position: absolute;
	top: -12px;
	right: -12px;
	height: 30px;
	width: 30px;
	background: transparent url(../images/close.png) no-repeat ;
	cursor: pointer;
	z-index: 300;
}

#ideBoxContent {
	width:100%;
	height:100%;
	overflow:hidden;
	background-color: #1F2B3D;
}	

#loading{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 90px;
	width: 90px;
	background-color: #000000;
	z-index: 250; 
}

#kaart {
	position: absolute;
	top : 0px;
	left : 0px;
	color:#CCC;
	font-size:16px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	
    overflow:visible;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	background: #1F2B3D;
}
#kaartContainer {
	position:relative;
	width:100%;
	height:100%;
}

#achterVoorTitle {
	top : 0px;
	width:100%;
	height:50px;
	overflow:hidden;
	display:table-cell;
	vertical-align:bottom;
	padding-bottom: 5px;
}

#achterVoorImage {
	overflow:hidden;
}

#binnenTitel {
	width:100%;
	height:50px;
	overflow:hidden;
	vertical-align:bottom;
	line-height: 65px;
}

#binnenImage {
	overflow:hidden;
} 

#bestel {
	overflow:hidden;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 

#bestelContent {
	position:relative;
	width:100%;
	height: 30px;
}

#proefprint {
	height:100%;
	overflow:hidden;
	vertical-align:middle;
	text-align: center;
	display: table-cell;
	float: left;
}
#proefprint:hover {color:#FFF;}

#kaartbestellen {
	height:100%;
	overflow:hidden;
	vertical-align:middle;
	text-align: center;
	display: table-cell;
	float: right;
}
#kaartbestellen:hover {color:#FFF;}

#formulierMainContainer{
	position:absolute;
    top : 0px;
	left : 0px;
	width: 100%;
	height: 100%;
    overflow:hidden;
	background-color: #1F2B3D;
}

#formulier {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow:visible;
	}

#ideBoxBackground {

}

#ideBoxBackgroundTop 
{
	position:absolute;
	top: -18px;
	left:0;
	width: 100%;
	height: 18px;
	background: transparent url(../images/BackgroundTop.png) repeat-x;
}

#ideBoxBackgroundRightTop {
	position:absolute;
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(../images/BackgroundRightTop.png) no-repeat;
}

#ideBoxBackgroundRight {
	position:absolute;
	top:0;
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(../images/BackgroundRight.png) repeat-y;
}

#ideBoxBackgroundRightBottom {
	position:absolute;
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(../images/BackgroundRightBottom.png) no-repeat;
}

#ideBoxBackgroundBottom {
	position:absolute;
	bottom: -18px;
	left:0;
	width: 100%;
	height: 18px;
	background: transparent url(../images/BackgroundBottom.png) repeat-x;
}

#ideBoxBackgroundLeftBottom {
	position:absolute;
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(../images/BackgroundLeftBottom.png) no-repeat;
}

#ideBoxBackgroundLeft {
	left: -13px;
	top:0;
	position:absolute;
	height: 100%;
	width: 13px;
	background: transparent url(../images/BackgroundLeft.png) repeat-y;
}

#ideBoxBackgroundLeftTop {
	position:absolute;
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(../images/BackgroundLeftTop.png) no-repeat;
}
