/* DOCUMENT BODY */
body {
	background-color: #fff;
	font-family: "Open Sans","Segoe UI", Corbel, sans-serif;
	padding:0px;
	margin:0px;
	font-size:14px;
	min-width:1024px;
}

form {
	margin:0px;
}

/* HEADER */
#header_wrapper {
	height:48px;
/*	overflow:hidden;*/
}

#header {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height:48px;
}
#header_logo {
	width:170px;
	height:30px;
	margin-top:10px;
	background-image: url(/site/site_art/header_logo.png);
	background-repeat:no-repeat;
	cursor:pointer;
	float:left;
}

#header_loginwrapper {
	height:38px;
	margin-top:7px;
	float:right;
	padding-right:18px;
}

#header_loginwrapper .button {
	border:none;
	box-shadow:2px 1px 2px 0 rgba(0, 0, 0, 0.21);
}

.button a, .button:hover a {
	font-weight:600;
}

.button.large {
	line-height:36px;	
}

/* CONTENTSTRUCTUUR */
.content_wrapper {
	display:block;
	background-color: #FDFFFF;
}
.content {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top:30px;
	padding: 45px 12px 50px;
	overflow:hidden;
	color:#333;
	font-size:18px;
}

.content p { margin: 0px; }

.content .content_title, h1 {
	font-weight:normal;
	font-size:42px;	
	color:#e6007e;
	margin:0px;
}

.content .content_subtitle, #opener h2, h2 {
	font-size:24px;
	font-weight:normal;
	line-height:40px;
	color:#e6007e;
	margin:0px;
}

.content .content_title, h3 {
	font-weight:normal;
	font-size:22px;	
	color:#858585;
	margin:0px;
	line-height:30px;
}


.content .content_caption {
	font-size:0.8em;
	padding:5px;
	padding-top:3px;
	padding-left:0px;
	display:block;
	color:#7F7F7F;
}

.content .content_quote {
	font-size:20px;
	color:#767676;
	padding-top:10px;
	font-weight:normal;
	display:block;
}

.content .content_formfield_label {
	font-size:0.8em;
	font-weight:bold;
	color:#549FD8;
}

.content .content_formfield {
	font-size:0.8em;
	/*color:#549FD8;*/
	background-image:url(/site/site_art/accordeon_bkg.gif);
	background-repeat: repeat-x;
	border:1px solid #D2D0D2;
	padding:3px;
	background-position: 0px -15px;
	margin-bottom:3px;
	margin-top:2px;
}

.content ul {
	border-top:solid 1px #e6e5e6;
	border-bottom:solid 1px #e6e5e6;
	padding:0; 
  	margin:0;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:10px;
	padding-left:10px;
	list-style-type:none;
	color:#0372c1;
	line-height:22px;
}
.content ul li {
	display:block;
	background-image: url(/site/site_art/bullet_medium.png);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 35px;
	padding-bottom:6px;
	margin-top:5px;
}

.content ul li a {
	color:#0000EE;
}

.content table {
	padding:0px;
}

.content table td {
	padding:20px;
	padding-left:0px;
	vertical-align:top;
}

.content table.wtFormTable td {
	padding:6px;
	padding-left:0px;
	vertical-align:top;
}

.table_editions {
	width:70%;
	margin-left:auto;
	margin-right:auto;
    background-color: #fbfbfb;
    border: 1px solid #b7b7b7;
}

table.table_editions th {
	color:#e6007e;
	font-size:22px;
}

table.table_editions td {
	padding: 10px;
	font-size:16px;
	font-weight:600;
}

table.table_editions td.small_spec {
	color:#858585;
}

table.table_editions tr.edition_price td {
	color:#e6007e;
	font-size:18px;
}

#content_left {
	width:586px;
	float:left;
	margin:21px;
	margin-left:23px;
}
#content_right{
	width:304px;
	margin:21px;
	margin-left:0px;
	float:left;
}

.wtForm input[type="text"], .wtForm input[type="password"], select, textarea {
/*	height:37px;*/
	padding-left:10px;
}

/* opener */
#opener {
	padding:12px;
	padding-top:65px;
	padding-bottom:20px;
	overflow:hidden;
	background-color:#eef7ff;
}

#opener #opener_bullets {
	font-size:18px;
	color:#868787;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;	
}

#opener p {
	margin:0px;
	margin-top:4px;
	margin-bottom:18px;
}

::-webkit-input-placeholder { color: #636363; }
::-moz-placeholder {  color: #636363; }
:-ms-input-placeholder {  color: #636363; }
input.placeholder {  color: #636363; }

#opener #trialItems {
	display:inline-block;
	line-height:35px;
}

#opener input {
	color: #000;
	display:block;
	width:200px;
	height:30px;
	background-color:#fff;
	border:none;
	float:left;
	margin-right:10px;
	font-size:16px;
	border:solid 1px #b2b2b2;
    border-radius: 4px;
	padding: 4px 10px;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1)
}


/* FOOTER */
#footer_wrapper {
	border-bottom: 2px solid #e0e0e0;
}

#footer {
	color:#b0adad;
	padding:10px;
	width: 1004px;
	margin-right: auto;
	margin-left: auto;	
}
/* FOOTER */
#copyright {
	width: 1014px;
	margin-right: auto;
	margin-left: auto;	
	font-size:12px;
	font-weight:bold;
	padding-top:10px;
	padding-left:10px;
	color:#b0adad;
	text-align:left;
}
#copyright, #copyright a {
	color:#b0adad;
}

/* PLACEHOLDER */
	.placeholder.pllabel {
		padding:11px;	
	}