/* import CSS defaults */
@import url("defaults.css");

body {
	padding: 10px;
}

/* links */
a.more {
    padding-right: 12px;
    background: url(../img/interface/bullet_red.gif) no-repeat right 5px;
    font-weight: bold;
}
a.more:hover {
    background-image: url(../img/interface/bullet.gif);
}
a.external {
    padding-right: 12px;
    background: url(../img/interface/link_external.gif) no-repeat right top;
}
a.external:hover {
    background-image: url(../img/interface/link_external_on.gif);
}

/* boxes */
.box {
	width: 321px;
	cursor: pointer;
}
.box .top,
.box .bottom {
	width: 321px; height: 21px;
	overflow: hidden;
}
.box .content {
	position: relative;
	padding: 8px 22px;
	min-height: 74px;
	line-height: 17px;
	font-size: 13px;
	color: #fff;
}
	* html .box .content {
		height: 74px; /* min-height for IE6 */
	}
.box .content p {
	margin: 0;
	padding: 0 0 1em 0;
}
.box .content a {
	color: #fff;
}
.box .content a:hover {
	color: #222;
}
.box .content h2 {
	margin-top: 0;
	text-transform: uppercase;
	text-align: center;
	line-height: 27px;
	font-size: 25px;
	color: #fff;
}
.box .content h2 a {
	display: block;
	padding: 8px 65px 8px 0;
	background: url(../img/interface/boxbutton_blue.png) no-repeat right center;
	color: #fff;
}
	* html .box .content h2 a {
		height: 0.1em; /* fix margins for IE6 */
		background-position: right top; /* IE6 is buggy when background centered */
	}
.box .content h2 a:hover {
	background-image: url(../img/interface/boxbutton_red.png);
	color: #222;
}
.boxBlue .content h2 a {
	background-image: url(../img/interface/boxbutton_red.png);
}
.boxBlue .content h2 a:hover {
	background-image: url(../img/interface/boxbutton_blue.png);
}



/* blue */
.boxBlue .top {
	background: url(../img/interface/boxblue_top.png) no-repeat left bottom;
}
.boxBlue .bottom {
	background: url(../img/interface/boxblue_bottom.png) no-repeat left top;
}
.boxBlue .content {
	background: url(../img/interface/boxblue_middle.png) no-repeat left center;
}
/* red */
.boxRed .top {
	background: url(../img/interface/boxred_top.png) no-repeat left bottom;
}
.boxRed .bottom {
	background: url(../img/interface/boxred_bottom.png) no-repeat left top;
}
.boxRed .content {
	background: url(../img/interface/boxred_middle.png) no-repeat left center;
}
/* gray */
.boxGray .top {
	background: url(../img/interface/boxgray_top.png) no-repeat left bottom;
}
.boxGray .bottom {
	background: url(../img/interface/boxgray_bottom.png) no-repeat left top;
}
.boxGray .content {
	background: url(../img/interface/boxgray_middle.png) no-repeat left center;
}

/* aanmelden */
.pricing {
	float: right; display: inline;
	width: 250px;
	margin: 10px; padding: 15px 10px;
	border: 1px solid #3a3a3a;
	background: #00aeef;
	text-align: center;
	color: #fff;
}
.pricing h3 {
	margin: 0 0 12px 0;
	text-transform: uppercase;
	font-size: 18px;
	color: #fff;
}
.pricing .exPrice {
	margin: 0 0 3px 0;
	font-weight: bold;
	font-size: 28px;
	color: #222;
}
.pricing .exPrice em {
	font-weight: normal;
	font-size: 12px;
	
}
.pricing .btwPrice {
	display: inline;
	font-size: 13px;
	color: #98e3ff;
}
.pricing .btwPrice em {
	font-size: 11px;
}
.pricing .btw {
	display: inline;
	font-size: 13px;
	color: #98e3ff;
}

.checkoutSteps {
	clear: both;
	margin: 0 0 15px 0;
	padding: 0 0 0 15px;
	border-bottom: 1px solid #00aeef;
}
#wrapper .checkoutSteps ol {
	width: 100%;
	margin: 0; padding: 0;
	list-style: none;
}
#wrapper .checkoutSteps ol li {
	position: relative;
	bottom: -1px;
	float: left; display: inline;
	margin: 0 10px 0 0;
	padding: 3px 10px 2px 10px;
	background: #98e3ff;
	border: 1px solid #00aeef;
	color: #00aeef;
}
#wrapper .checkoutSteps ol li.active {
	background: #fff;
	border: 1px solid #00aeef;
	border-bottom: 1px solid #fff;
	color: #3a3a3a;
}

#RegistrationProcessCheckForm .below .textarea {
	width: 420px;
}
#RegistrationProcessCheckForm .betaalwijze .check {
	min-height: 40px;
}
#RegistrationProcessCheckForm .betaalwijze .check img {
	vertical-align: top;
	position: relative;
	margin: -6px 0 0 20px;
}
