/* General
------------------------- */

body {
/*	background-color: #F8F8F8;
	background-image: url('../images/background-top2.png');
	background-repeat: repeat-x;	*/
	background-color: #E0E0E0;	/* #b0b0b0 */
	background-image: url('../images/background-grey.png');
	background-attachment: fixed;
	background-position: center;
	background-repeat: repeat-y;	
	color: #404040;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS",Helvetica,sans-serif,courier;
}
/* 	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif; */

#container {
	margin: 5px auto;
	width: 910px;
}

a, a:link, a:visited {
	color: #EE3243;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a.black, a.black:link, a.black:visited {
	color: #000000;
}
a.black:hover {
	text-decoration: underline;
}
a.red {
	color: #EE3243;
}
a.purple {
	color: #86225C;
}
a .purple {
	color: #86225C;
}
img.alignright {
	border: solid 1px #808080;
	float: right;
	margin-left: 40px;
	margin-bottom: 20px;
	margin-right: -30px;
}
img.alignleft {
	border: solid 1px #808080;
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}
img.aligncenter {
	border: solid 1px #808080;
	margin-left: 10px;
	margin-right: 10px;
}
#main-content img.voorpagina {
	display: none;
}


td {
	padding: 0;
	vertical-align: top;
}
blockquote {
	background: url('../images/blockquote.png') no-repeat top right;
	border-left:5px solid #ECECEC;
	border-top:1px solid #ECECEC;
	border-bottom:1px solid #ECECEC;
	font-size: 12px;
	line-height: 140%;
	color: #404040;
	padding-left: 20px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
}
blockquote p {
	margin-bottom: 5px;	
}
.pullquote {
	background: url('../images/blockquote.png') no-repeat top right;
	border-left:0px solid #ECECEC;
	border-top:1px solid #ECECEC;
	border-bottom:1px solid #ECECEC;
	float: right;
	font-style: italic;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 20px;
	margin-left: 40px;
	margin-right: -30px;
	margin-bottom: 20px;
	text-align: left;
	width: 35%;
}

.grey {
	color: #b0b0b0;
}
.darkgrey {
	color: #808080;
}
.smaller, .smaller a, .smaller span {
	font-size: 0.9em;
}
.small {
	font-size: 0.7em;
}
.horizontal-line-1 {
	background-image: url('../images/dbx-line-940-sharp.png');
	background-position: top center;
	clear: both;
	height: 1px;
}
.horizontal-line-3 {
	background-image: url('../images/dbx-line-940-sharp.png');
	background-position: top center;
	clear: both;
	height: 3px;
}
.horizontal-line-5 {
	background-image: url('../images/dbx-line-940-sharp.png');
	background-position: top center;
	clear: both;
	height: 5px;
}
.clear {
	clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix {display: inline-block;}  /* for IE/Mac */


/* Navigation
------------------------- */

#logo {
	clear: left;
	float: left;
	position: relative;
	left: -37px;
	top: 8px;
	background-image: url('../images/logo-debatrix-laat-u-overtuigen.png');
	width: 250px;
	height: 60px;
	margin-bottom: 30px;
}

#navigation {
/*	height: 101px;	*/
	clear: both;
}

#navigation-top {
	font-size: 13px;
	float: right;
	top: 2px;
	clear: right;
}
#navigation-top-hint {
	background: url('../images/overtuigtip-handschrift.png') no-repeat;
	clear: right;
	float: right;
	height: 50px;
	margin-top: 3px;
	margin-right: 150px;
	width: 156px;
}

#navigation-contact {
	color: #d0d0d0;
	float: left;	
	margin-right: 15px;
	margin-top: 2px;
	text-align: right;
}
#navigation-contact a {
	color: #86225C;
	margin-left: 5px;
	margin-right: 5px;
}
#navigation-contact a#overtuigtips {
	background-color: #ffff00;
	color: #EE3243;
	font-size: 14px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 2px;
}

#navigation-contact a#overtuigtips:hover {
	background-color: #EE3243;
	color: #f8f8f8;
	text-decoration: none;
}

#navigation-international {
	float: right;
}

#flag-britain {
	background-image: url('../images/flag-britain.png');
	border: solid 1px #808080;
	cursor: hand;
	float: right;
	margin-left: 5px;
	width: 30px;
	height: 15px;
}

#flag-netherlands {
	background-image: url('../images/flag-netherlands.png');
	border: solid 1px #808080;
	cursor: hand;
	float: right;
	margin-left: 5px;
	width: 23px;
	height: 15px;
}

#flag-poland {
	background-image: url('../images/flag-poland.png');
	border: solid 1px #808080;
	cursor: hand;
	float: right;
	margin-left: 5px;
	width: 24px;
	height: 15px;
}

#flag-turkey {
	background-image: url('../images/flag-turkey.png');
	border: solid 1px #808080;
	cursor: hand;
	float: right;
	margin-left: 5px;
	width: 23px;
	height: 15px;
}

#search {
	clear: right;
	float: right;
	margin-top: 10px;
}

#searchform {
	float: right;
	margin: 0;
	padding: 0;
}
#searchform2 {
	margin: 0;
	padding: 0;
}

#searchform #s {
	border: solid 1px #C0C0C0; /* #86225C */
	border-radius: 2px;
		-webkit-border-radius: 2px;
		-opera-border-radius: 2px;
		-moz-border-radius: 2px;
	color: #808080;
	font-size: 12px;
	padding: 2px 4px;
 	width: 100px;
}
#searchform2 #s {
	border: solid 1px #C0C0C0; /* #86225C */
	border-radius: 2px;
		-webkit-border-radius: 2px;
		-opera-border-radius: 2px;
		-moz-border-radius: 2px;
	color: #000;
	font-size: 16px;
	padding: 2px 4px;
 	width: 150px;
}

#searchsubmit {
	background-image: url('../images/search20.png');
	background-repeat: no-repeat;
	border: 0;
	width: 20px;
	height: 20px;
}


#navigation-main {
	clear: both;
	font-size: 14px;
	height: 25px;
	margin-left: 0px;
	margin-top: 40px;
	margin-bottom: 20px;
	margin-right: 0;
	width: 100%;
}

#navigation-main ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
	width: 790px;
}
#navigation-main ul li {
	float: left;
}
#navigation-main ul li a { 
	background-image: url('../images/button-purple-background.gif');
/*	border-radius: 6px;
		-webkit-border-radius: 6px;
		-opera-border-radius: 6px;
		-moz-border-radius: 6px;	*/
	padding: 3px 12px 3px 12px;
	display: block;
	text-decoration: none;
	color: #f4f4f4;
	margin-right: 1px;
}
#navigation-main ul li a:hover {
	background-image: url('../images/button-red-background.gif');
	color: #ffffff;
}
#navigation-main ul li.current_page_item a, #navigation ul li.current_page_parent a, #navigation ul li.current_page_ancestor a {
	background-image: url('../images/button-red-background.gif');
	color: #ffffff;
	cursor: default;
}
#navigation-main ul li.page-item-2 a {
}

#navigation-main ul li.page-item-2630 a {
	background-image: url('../images/button-blue-background.gif');
}
#navigation-main ul li.page-item-2630 a:hover {
	background-image: url('../images/button-red-background.gif');
	color: #ffffff;
}
#navigation-main ul li.page-item-2630.current_page_item a, #navigation ul li.page-item-2630.current_page_parent a, #navigation ul li.page-item-2630.current_page_ancestor a {
}



/* Main + main-content
------------------------- */

#main {
	margin-top: 15px;
	clear: both;
}


#sub-navigation {
	background: #ffffff;
	border-left: solid 0px #e0e0e0;
	border-top: solid 1px #86225C; /* #e0e0e0 */
	border-right: solid 1px #86225C; /* #e0e0e0 */
	border-bottom: solid 1px #86225C; /* #e0e0e0 */

	background-image: url('../images/header-shading-background-2.png');
	background-repeat: repeat-x;
	background-color: #ffffff;
/*			border-radius: 3px;
			-webkit-border-radius: 3px;
			-opera-border-radius: 3px;
			-moz-border-radius: 3px;	*/

	float: right;
	margin-left: -10px;
	font-size: 14px;
	width: 227px;
	z-index: 10;
}
#sub-navigation .wrapper {
	margin-top: 40px;
	margin-left: 3px;
	margin-right: 8px;
	margin-bottom: 40px;
}

#sub-navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#sub-navigation ul li {
	font-size: 15px;
	margin-left: 10px;
	margin-top: 12px;
}
#sub-navigation ul li a {
	color: #86225C;
}
#sub-navigation ul li.current_page_item a {
	color: #EE3243;
	font-weight: normal;
}
#sub-navigation ul li ul li {
	font-size: 12px;
	line-height: 12px;
	margin-left: 10px;
	margin-top: 4px;
	margin-bottom: 6px;
}
#sub-navigation ul li ul li a {
	color: #606060;
}
#sub-navigation ul li ul {
	margin-top: 0px;
	margin-bottom: 8px;
}
#sub-navigation ul li.current_page_item ul li a {
	color: #606060;
	font-weight: normal;
}
#sub-navigation ul li ul li.current_page_item a {
	color: #EE3243;
	font-weight: normal;
}
#sub-navigation ul li ul li ul {
	display: none;
}
#sub-navigation ul li ul li ul li {
	margin-top: 2px;
	margin-bottom: 0;
	padding: 0;
}
#sub-navigation ul li ul li.current_page_item ul, #sub-navigation ul li ul li.current_page_parent ul {
	display: block;
	margin-top: 3px;
}
#sub-navigation ul li ul li.current_page_item ul li a, #sub-navigation ul li ul li.current_page_parent ul li a {
	color: #909090;
	line-height: 13px;
}
#sub-navigation ul li ul li.current_page_parent ul li.current_page_item a {
	color: #EE3243;
}

#sub-navigation ul li.page-item-73311 {
	background-image: url('../images/menu-wolk2.png');
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 15px;
	padding-top: 9px;
	padding-left: 20px;
}
#sub-navigation ul li.page-item-73311 a {
}

#sub-navigation ul li.page-item-73311 ul {
	margin-top: 15px;
}
#sub-navigation ul li.page-item-73311 ul li {
	margin-left: 0px;
}


#tagcloud {
	float: right;
	font-size: 14px;
	margin-top: 25px;
	width: 210px;
}
#tagcloud .wrapper {
}
#tagcloud .wrapper a {
	color: #a0a0a0;
}


#popular {
	color: #808080;
	float: right;
	font-size: 13px;
	line-height: 110%;
	margin-top: 50px;
	width: 210px;
}
#popular .wrapper {
	text-align: center;
}
#popular .wrapper a {
	color: #404040;
	text-decoration: none;
}
#popular .wrapper a:hover {
	color: #EE3243;
}
#popular .wrapper img {
	border: 0;
	margin-bottom: 5px;
}
#popular p {
	margin-bottom: 25px;
}



#question-box {
	background: #ffffff;
	border: solid 1px #e0e0e0; /* #c0c0c0 */
	background-image: url('../images/question-mark.png');
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #ffffff;
			border-radius: 3px;
			-webkit-border-radius: 3px;
			-opera-border-radius: 3px;
			-moz-border-radius: 3px;
	float: right;
	font-size: 13px;
	margin-top: 15px;
	width: 180px;
}
#question-box .wrapper {
	margin-top: 6px;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
}
#question-box p {
	color: #808080;
	font-size: 12px;
	line-height: 15px;
}
#question-box p.question {
	color: #404040;
	font-weight: normal;
	width: 120px;
}
#question-box img {
	margin-left: 15px;
	float: right;
}



#main:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


#main-content {
	background-color: #ffffff;
	background-image: url('../images/header-shading-background-2.png');
	background-repeat: repeat-x;
/*			border-radius: 3px;
			-webkit-border-radius: 3px;
			-opera-border-radius: 3px;
			-moz-border-radius: 3px;	*/
	border-top: solid 1px #86225C;
	border-left: solid 1px #86225C;
	border-bottom: solid 1px #86225C; /* #c0c0c0 */
	border-right: solid 1px #86225C; /* #c0c0c0 */
	float: left;
	font-size: 13px;
	line-height: 160%;
	width: 681px;
}
#main-content .wrapper {
	margin-top: 25px;
	margin-left: 30px;
	margin-right: 60px;
	margin-bottom: 25px;
}

#main-content h1 {
	color: #86225C;
	font-weight: normal;
	font-size: 28px;
	line-height: 120%;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 15px;
}
#main-content h1 .red {
	color: #EE3243;
}
#main-content h1 a {
	color: #86225C;
	cursor: default;
	font-weight: normal;
	font-size: 28px;
	line-height: 100%;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 12px;
	text-decoration: none;
}
#main-content h1 a:hover {
	color: #86225C;
}
#main-content h1.published {
	margin-bottom: 5px;
}

#main-content h2 {
	color: #86225C;
	font-weight: normal;
	font-size: 20px;
	margin-top: 40px;
	margin-bottom: 10px;
	text-align: left;
}
#main-content h2 a.internal {
	color: #86225C;
}
#main-content h2 a.internal:hover {
	text-decoration: none;
}

#main-content table.content h2 {
}
#main-content h2.published {
	border-bottom: dotted 1px #d0d0d0;
	padding-bottom: 8px;
	margin-bottom: 6px;
}
#main-content h2.published a {
	color: #86225C;
}

#main-content h3 {
	color: #86225C;
	font-size: 15px;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 8px;
}
#main-content td h3 {
	margin-top: 0px;
}
#main-content p {
	color: #202020;
	margin-top: 0px;
	margin-bottom: 12px;
}
#main-content p#frontpage-text {
	margin-top: 20px;
	margin-bottom: 15px;
}
#main-content p.authors {
	color: #606060;
	font-size: 12px;
	line-height: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#main-content .author_description {
	margin-top: 25px;
	margin-bottom: 25px;
}
#main-content p.author {
	color: #606060;
	font-size: 12px;
	font-style: normal;
	line-height: 140%;
	margin-top: 0px;
	margin-bottom: 0px;
}
#main-content p.author img {
	border: solid 1px #808080;
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
}


#main-content p.published {
	color: #606060;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 15px;
}
#main-content p.published a, #main-content p.authors a {
	color: #606060;
}

#main-content img.alignleft {
	border: solid 1px #808080;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 4px;
}

#main-content ul {
	list-style-type: none;
	list-style-image: url('../images/arrow-purple-big.png');
	list-style-position: outside;
	margin-top: 0;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding: 0;
}
#main-content ul li {
	color: #404040;
	margin: 0;
	margin-left: 15px;
	padding: 0;
}
#main-content ul.biglist {
	list-style-type: none;
	list-style-image: url('../images/arrow-purple-big.png');
	list-style-position: outside;
	margin-top: 20px;
	margin-left: 30px;
	margin-right: 100px;
	margin-bottom: 10px;
	padding: 0;

}
#main-content ul.biglist li {
	color: #202020;
	margin: 0;
	margin-left: 20px;
	margin-bottom: 10px;
	padding: 0;
	padding-left: 10px;
}



#main-content ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin-top: 15px;
	margin-left: 30px;
	margin-right: 100px;
	margin-bottom: 15px;
	padding: 0;
}
#main-content ol li {
	margin: 0;
	margin-left: 20px;
	margin-bottom: 10px;
	padding: 0;
	padding-left: 10px;
}
#main-content li a {
	color: #86225C;
}
#main-content li a.red {
	color: #86225C;
}

#main-content #main-introduction {
	margin: 0 auto;
	margin-top: 0px;
	margin-bottom: 30px;
	padding-top: 0px;
	text-align: center;
	width: 550px;
}
#main-content #main-introduction p {
	color: #606060;
	font-size: 14px;
	line-height: 125%;
	letter-spacing: 0px;
}

#main-content .split {
	clear: both;
	margin-top: 0px;
	margin-bottom: 5px;
	width: 100%;
}
#main-content .split h2 {
	text-align: center;
}
#main-content .split .left {
	float: left;
	width: 290px;
}
#main-content .split .right {
	float: right;
	width: 290px;
}
#main-content .split ul {
	margin-bottom: 0;
}

#main-content .image-left {
	background-position: left top;
	background-repeat: no-repeat;
	height: 75px;
	padding-left: 125px;
	padding-right: 150px;
}


#main-content ul.buttons { 
	list-style: none;
	margin: 0;
	margin-top: 20px;
	padding-left: 0px;
	margin-bottom: 30px;
}
#main-content ul.buttons li { 
	float: left;
	margin: 0px;
	margin-right: 10px;
}
#main-content ul.buttons li a { 
	background-image: url('../images/button-blue-background.gif');
			border-radius: 10px;
			-webkit-border-radius: 10px;
			-opera-border-radius: 10px;
			-moz-border-radius: 10px;
	padding: 4px 12px 5px 12px;
	font-size: 14px;
	font-weight: normal;
	display: block;
	line-height: 100%;
	text-decoration: none;
	color: #fff;
	margin-left: 1px;
}
#main-content ul.buttons li a:hover {
	background-image: url('../images/button-red-background.gif');
}
#main-content ul.buttons li.current_page_item a, #navigation ul li.current_page_parent a, #navigation ul li.current_page_ancestor a {
	background-image: url('../images/button-red-background.gif');
	color: #fff;
	cursor: default;
}
#main-content ul.buttons:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#main-content ul.buttons_small { 
	list-style: none;
	margin: 0;
	margin-top: 20px;
	padding-left: 0px;
}
#main-content ul.buttons_small li { 
	float: left;
	margin: 0px;
	margin-right: 5px;
}
#main-content ul.buttons_small li a { 
	background-image: url('../images/button-blue-background.gif');
			border-radius: 10px;
			-webkit-border-radius: 10px;
			-opera-border-radius: 10px;
			-moz-border-radius: 10px;
	padding: 3px 10px 4px 10px;
	font-size: 13px;
	display: block;
	line-height: 100%;
	text-decoration: none;
	color: #fff;
	margin-left: 1px;
}
#main-content ul.buttons_small li a:hover {
	background-image: url('../images/button-red-background.gif');
}
#main-content ul.buttons_small li.current_page_item a, #navigation ul li.current_page_parent a, #navigation ul li.current_page_ancestor a {
	background-image: url('../images/button-red-background.gif');
	color: #fff;
	cursor: default;
}
#main-content ul.buttons_small:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#main-content .arrow-down {
	height: 9px;
	width: 6px;
	background-image: url('../images/arrow-down-white.gif');
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
	float: right;
	margin-left: 5px;
}	


#main-content .infobox {
	background: #F9F4F7;
	border: solid 1px #E7D3DE;
	color: #606060;
	float: right;
	line-height: 140%;
	margin-left: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: -30px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 8px;
	padding-bottom: 5px;
	width: 35%;
}
#main-content .biginfobox {
	background: #F9F4F7;
	border: solid 1px #E7D3DE;
	color: #606060;
	float: right;
	line-height: 140%;
	margin-left: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: -30px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 8px;
	padding-bottom: 5px;
	width: 45%;
}
#main-content .infobox p, #main-content .biginfobox p {
	color: #606060;
}
#main-content .infobox ol, #main-content .infobox ul, #main-content .biginfobox ol, #main-content .biginfobox ul {
	font-size: 12px;
	line-height: 125%;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
#main-content .infobox ol li, #main-content .infobox ul li, #main-content .biginfobox ol li, #main-content .biginfobox ul li {
	margin-top: 0;
	margin-bottom: 6px;
	padding-left: 5px;
}

#main-content .leftinfobox {
	background: #f0f0f0;
	border: solid 1px #c0c0c0;
	color: #404040;
	margin-left: 0px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 3px;
	width: 60%;
}


#main-content .infobox h2, #main-content .biginfobox h2 {
	margin-top: 5px;
}
#main-content .infobox h3, #main-content .biginfobox h3 {
	margin-top: 5px;
}


#main-content .intro {
	margin-bottom: 40px;
}
#main-content .intro h1 {
	text-align: center;
}
#main-content .intro p {
	font-size: 15px;
	line-height: 150%;
	margin-left: 5%; // 40px;
	margin-right: 5%; // 40px;
}
#main-content .intro p.short {
	text-align: center;
}
#main-content .intro ul {
	margin-left: 5%; // 40px;
	margin-right: 5%; // 40px;
}

#main-content .intro form {
	margin: 0 auto;
	text-align: center;
}

#main-content table {
	border: 0;
	border-collapse: collapse;
	margin-top: 15px;
	margin-bottom: 15px;
}

#main-content table.products {
	width: 100%;
	border-bottom: solid 1px #86225C;
}
#main-content table.products tr th {
	border-bottom: solid 1px #86225C;
	padding-top: 3px;
	padding-bottom: 3px;
}
#main-content table.products tr td {
	border-bottom: solid 1px #e0e0e0;
	padding-top: 3px;
	padding-bottom: 3px;
}
#main-content table.products tr.firstrow td {
	padding-top: 9px;
}

table.form {
	margin-bottom: 40px;
}
table.form tr td {
	padding-bottom: 0px;
	padding-right: 15px;
}
form, input {
	font-family: "Trebuchet MS","Lucida Sans unicode",Arial,Helvetica,sans-serif,courier;
	font-size: 13px;
}
textarea {
	font-family: "Trebuchet MS","Lucida Sans unicode",Arial,Helvetica,sans-serif,courier;
	font-size: 13px;
	height: 50px;
	width: 400px;
}
table.form tr.new_section td {
	padding-top: 15px;
}

input.wpcf7-submit {
/*
	background-image: url('../images/button-blue-background.gif');
	border-radius: 10px;
		-webkit-border-radius: 10px;
		-opera-border-radius: 10px;
		-moz-border-radius: 10px;
	padding: 8px 10px 8px 10px;
	font-size: 14px;
	font-weight: normal;
	line-height: 100%;
	text-decoration: none;
*/
	font-size: 15px;
	font-weight: bold;

}

#main-content table.content {
	width: 100%;
	margin-top: 25px;
}
#main-content table.content tr th p {
}

#main-content table.content tr td.left {
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 50%;
}

#main-content table.content tr td.right {
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 50%;
}
#main-content table.content tr td.intro {
	padding-top: 20px;
	padding-bottom: 5px;
}

table.needs-to-results {
	width: 100%;
}
table.needs-to-results tr th {
	padding-left: 10px;
	padding-right: 10px;
}
table.needs-to-results tr td {
	padding-left: 10px;
	padding-right: 10px;
	width: 33.3%
}
table.needs-to-results h2 {
	font-size: 15px;
	font-weight: normal;
	text-align: center;
}

table.expert {
	margin-top: 15px;
	margin-bottom: 0px;
}
table.expert td {
	padding-right: 15px;
	padding-bottom: 15px;
}

#main-content table.overview {
	margin-top: 25px;
}
#main-content table.overview tr td img {
	margin-top: 5px;
}
#main-content table.overview tr td {
	padding-top: 15px;
	padding-bottom: 30px;
}
#main-content table.overview td.left {
	padding-right: 30px;
}
#main-content table.overview h2, #main-content table.overview h3 {
	margin-top: 0px;
}


#main-content table.expert td p {
	margin-bottom: 5px;
}




#main-content .tip {
	background-image: url('http://www.debatrix.com/nl/wp-content/uploads/2011/03/bulb.gif');
	background-repeat: no-repeat;
	color: #606060;
	font-size: 14px;
	line-height: 140%;
	min-height: 70px;
	margin-top: 40px;
	margin-bottom: 40px;
	padding-left: 75px;
	padding-top: 0px;
}
#main-content .tip strong {
	color: #202020;
	margin-bottom: 5px;
}


#main-content .publication {
	background-image: url('http://www.debatrix.com/nl/wp-content/uploads/2011/04/newspaper.png');
	background-repeat: no-repeat;
	min-height: 50px;
	margin-top: 15px;
	margin-bottom: 20px;
	padding-left: 70px;
	padding-top: 0px;
}
#main-content .publication h3 {
	font-weight: normal;
	margin-bottom: 3px;
	margin-top: 0;
	padding: 0;
}
#main-content .publication p {
	margin-bottom: 0;
	margin-top: 0;
}

#main-content .publication h3 a {
	color: #86225C;
}

#main-content .tags {
	font-size: 11px;
	line-height: 125%;
	margin-top: 25px;
}
#main-content .tags a {
	color: #808080;
}


#main-content #social {
	margin-top: 25px;
	height: 25px;
}
#main-content #social .social-network {
	float: left;
}

#main-content #social #twitter {
	margin-right: 15px;
}
#main-content #social #linkedin {
	margin-right: 25px;
}
#main-content #social #facebook {
	width: 120px;
}
#main-content #social .fb-like {
	float: left;
}
#main-content #social #feedback {
	float: right;
}
#main-content #social #feedback a {
	font-size: 12px;
	font-weight: bold;
}

#main-content .commentmetadata {
	margin-bottom: 10px;
}

#main-content .commentmetadata a {
	color: #808080;
	font-size: 11px;
}

#main-content ol.commentlist {
	color: #404040;
	margin-left: 0;
	font-size: 13px;
	line-height: 140%;
	margin-top: 30px;
	margin-right: 30px;
}
#main-content ol.commentlist p {
	color: #404040;
}



#comments {
	background-color: #ffffff;
	background-image: url('../images/header-shading-background-2.png');
	background-repeat: repeat-x;
/*			border-radius: 3px;
			-webkit-border-radius: 3px;
			-opera-border-radius: 3px;
			-moz-border-radius: 3px;	*/
	border-top: solid 1px #86225C;
	border-left: solid 1px #86225C;
	border-bottom: solid 1px #86225C; /* #c0c0c0 */
	border-right: solid 1px #86225C; /* #c0c0c0 */
	float: left;
	font-size: 13px;
	line-height: 160%;
	margin-top: 25px;
	width: 681px;
}
#comments .wrapper {
	margin-top: 25px;
	margin-left: 30px;
	margin-right: 60px;
	margin-bottom: 25px;
}





/* Main-image
------------------------- */

#main-image {
	border: solid 1px #808080;
	float: right;
}
#myGallery
{
	width: 350px !important;
	height: 225px !important;
}



/* Information-bar
------------------------- */

#information-bar {
	margin-top: 24px;
}
#information-bar p {
	margin-bottom: 5px;
}
#information-bar p.last {
	margin-bottom: 0px;
}
#information-bar table.columns td {
	padding-left: 15px;
	padding-right: 15px;
	border-right: dotted 1px #e0e0e0;
	width: 34%;
}
#information-bar table.columns td.right {
	border: 0;
}
#information-bar table.news td {
	width: 15%;
	padding-left: 0;
	padding-right: 0;
	padding-top: 2px;
	border: 0;
}
#information-bar table.news td.right {
	width: 85%;
	padding-left: 0;
	padding-right: 0;
	border: 0;
}
#information-bar h3 {
	color: #86225C;
	font-size: 13px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
}

#information-bar #overtuigtip {
	text-align: center;
	padding-top: 30px;
}

#information-bar #overtuigtip a .button {
	background: #EE3243;
	background-image: url('../images/button-red-background.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
	border-radius: 3px;
		-webkit-border-radius: 3px;
		-opera-border-radius: 3px;
		-moz-border-radius: 3px;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	margin: 10px auto;
	padding: 10px 10px;
	text-align: center;
	width: 200px;
}
#information-bar #overtuigtip a:hover .button {
	background: #86225C;
	background-image: url('../images/button-purple-background.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
}

#solutions {
	font-size: 12px;
	line-height: 140%;
	float: left;
	width: 543px;
}
#solutions_panes {
	width: 541px;
}
#solutions_header li.active {
	color: #EE3243;
	font-size: 15px;
}
#solutions .pane td.left {
	padding-right: 50px;
	vertical-align: top;
	width: 75%;
}
#solutions .pane td.right {
	padding-left: 0px;
	vertical-align: top;
	width: 25%;
}
#solutions .pane .wrapper .sidebar {
	float: right;
	margin-left: 25px;
	width: 160px;
}


#news {
	font-size: 12px;
	line-height: 140%;
}
#news_panes {
}
#news_header li.active {
	color: #86225C;
	font-size: 15px;
}



#training {
	font-size: 12px;
	line-height: 140%;
	float: right;
	width: 910px;
}

#training_panes {
	width: 908px;
}
#training_header li.active {
	color: #86225C;
	font-size: 15px;
}

#interaction {
	font-size: 12px;
	line-height: 140%;
	float: right;
	width: 910px;
}

#interaction_panes {
	width: 908px;
}
#interaction_header li.active {
	color: #86225C;
	font-size: 15px;
}

#solutions_header ul, #news_header ul, #training_header ul, #interaction_header ul {
	padding: 0;
	margin: 0;
}
#solutions_header, #news_header, #training_header, #interaction_header {
	margin-bottom: 6px;
	text-align: center;
}
#solutions_header *, #news_header *, #training_header *, #interaction_header * {
	display: inline;
	padding: 0 10px;
	user-select: none;
	vertical-align: middle;
}
#solutions_header li, #news_header li, #training_header li, #interaction_header li {
	color: #808080;
	cursor: pointer;
	font-size: 13px;
}
#solutions_panes, #news_panes, #training_panes, #interaction_panes {
	border: solid 1px #e0e0e0; /* #c0c0c0 */
	background-color: #ffffff;
			border-radius: 3px;
			-webkit-border-radius: 3px;
			-opera-border-radius: 3px;
			-moz-border-radius: 3px;
	color: #606060;
}

.pane p {
	margin-top: 0px;
	margin-bottom: 4px;
}
#main .pane img.alignleft {
	margin-right: 10px;
	margin-bottom: 3px;
}

#news .pane .wrapper, #solutions .pane .wrapper, #training .pane .wrapper, #interaction .pane .wrapper {
	margin-top: 15px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
}

#news .pane table, #solutions .pane table, #training .pane table, #interaction .pane table {
	width: 100%;
}

#news .pane ul, #solutions .pane ul, #training .pane ul, #interaction .pane ul {
	list-style-type: none;
	list-style-image: url('../images/arrow-purple.gif');
	list-style-position: outside;
	margin-top: 0;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 4px;
	padding: 0;
}
#news .pane li, #solutions .pane li, #training .pane li, #interaction .pane li {
	margin: 0;
	margin-left: 10px;
	padding: 0;
}

#information-bar .list {
	padding-top: 3px;
	padding-left: 6px;
	padding-bottom: 3px;
}
#information-bar .icon {
	background-position: center left;
	background-repeat: no-repeat;
	height: 16px;
	padding-left: 22px;
	vertical-align: bottom;
}
#information-bar .icon p {
	margin-top: 1px;
	margin-bottom: 0px;
}
#information-bar #phone {
	background-image: url('../images/icon-phone-16x16-bw.png');
}
#information-bar #mail {
	background-image: url('../images/icon-mail-16x16-bw.png');
}
#information-bar #notepad {
	background-image: url('../images/icon-notepad-16x16-bw.png');
}



/* Bottom-bar
------------------------- */

#bottom-bar {
	background-color: #ffffff;
	background-image: url('../images/bottom-bar-background-2.png');
	background-position: bottom left;
	background-repeat: repeat-x;
	border-left: solid 1px #e0e0e0;
	border-top: solid 1px #e0e0e0;
	border-right: solid 1px #e0e0e0; /* #c0c0c0; */
	border-bottom: solid 1px #e0e0e0; /* #c0c0c0; */
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-opera-border-radius: 3px;
	-moz-border-radius: 3px;
	clear: both;
	color: #808080;
	font-size: 12px;
	line-height: 15px;
	height: 100px;
	margin-top: 20px;
}
#bottom-bar:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#bottom-bar ul { 
	list-style: none;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 0px;
}
#bottom-bar ul li { 
	float: left;
	height: 100px;
	vertical-align: middle;
	width: 225px;
}

#bottom-bar ul li h4 {
	font-size: 13px;
	line-height: 1em;
	font-weight: bold;
	margin-top: 13px;
	margin-bottom: 6px;
	padding: 0;
	text-align: center;
}
#bottom-bar ul li h4 a {
	color: #404040;
	text-decoration: none;
}
#bottom-bar ul li h4 a:hover {
	color: #86225C;
	text-decoration: none;
}
#bottom-bar p {
	margin-top: 0px;
	margin-bottom: 4px;
	padding: 0;
	text-align: center;
}
#bottom-bar ul li p a {
	color: #808080;
}
#bottom-bar ul li p a:hover {
	color: #EE3243;
	text-decoration: none;
}
#bottom-bar ul li.box1 {
	border-right: solid 1px #E0E0E0;
	width: 226px;
}

#bottom-bar ul li.box2, #bottom-bar ul li.box3 {
	border-left: solid 1px #FFFFFF;
	border-right: solid 1px #E0E0E0;
}
#bottom-bar ul li.box4 {
	border-left: solid 1px #FFFFFF;
	width: 226px;
}
#bottom-bar img {
	border: none;
	margin-top: 6px;
}

#bottom-bar li#media {
	background: no-repeat center 72px url('http://www.debatrix.com/nl/wp-content/themes/debatrix/images/nos.gif');
}
#bottom-bar li#egypte {
	background: no-repeat center 71px url('http://www.debatrix.com/nl/wp-content/themes/debatrix/images/egypt.jpg');
}
#bottom-bar li#wereldkampioen {
	background: no-repeat center 69px url('http://www.debatrix.com/nl/wp-content/themes/debatrix/images/trophy.png');
}
#bottom-bar li#businessweek {
	background: no-repeat center 71px url('http://www.debatrix.com/nl/wp-content/themes/debatrix/images/businessweek-logo-100.gif');
}
#bottom-bar li#debatkaarten {
	background: no-repeat center 74px url('http://www.debatrix.com/nl/wp-content/themes/debatrix/images/logo-nrcnext-84.gif');
}
#bottom-bar li#nrchandelsblad {
	background: no-repeat center 74px url('http://www.debatrix.com/nl/wp-content/themes/debatrix/images/logo-nrchandelsblad-183.gif');
}
#bottom-bar li#republican {
	background: no-repeat center 70px url('http://www.debatrix.com/nl/wp-content/themes/debatrix/images/republican.png');
}
/*
#bottom-bar img#nrchandelsblad-logo {
	margin-top: 10px;
}
#bottom-bar img#quote-logo {
	margin-top: 9px;
}
#bottom-bar img#nos-logo {
	margin-top: 6px;
}
#bottom-bar img#nrcnext-logo {
	margin-top: 9px;
}
#bottom-bar img.alignright {
	margin-left: 10px;
}
*/
#bottom-bar a.black {
	font-weight: bold;
}
#bottom-bar a.black:hover {
	color: #EE3243;
	text-decoration: none;
}



/* Footer
------------------------- */

#footer {
	clear: both;
	margin-top: 25px;
	color: #c0c0c0;
	font-size: 12px;
}
#footer #copyright {
	color: #808080;
	float: left;
	width: 300px;
}
#footer #admin-panel {
	float: right;
	text-align: right;
	width: 600px;
}
#footer #admin-panel a {
	color: #808080;
	margin-left: 2px;
	margin-right: 2px;
}
#footer p {
	margin-top: 0;
	margin-bottom: 5px;
	padding: 0;
}


.audio_wrap {
	margin-bottom: 20px;
}


#vertical-sidebar {
	-moz-transform:rotate(270deg); 
	-webkit-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	left: 0;
	bottom: 25px;
	position: fixed;
	margin: 0;
	width: 0;
	height: 0;
}
#vertical-sidebar nobr {
	font-size: 14px;
}
a#vertical-overtuigtips {
	background-color: #EE3243;
/*	background-color: #f8f8f8;	*/
/*	color: #86225C;	*/
	color: #f8f8f8;
	float: left;
	font-size: 14px;
	line-height: 100%;
	padding-top: 2px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 2px;
	margin: 0px;
	margin-right: 5px;
}
a#vertical-overtuigtips:hover {
	background-color: #ffff00;
	color: #EE3243;
	text-decoration: none;
}

a#vertical-feedback {
	background-color: #86225C;
/*	background-color: #f8f8f8;	*/
/*	color: #86225C;	*/
	color: #f8f8f8;
	font-size: 14px;
	line-height: 100%;
	padding-top: 2px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 2px;
	margin: 0px;
}
a#vertical-feedback:hover {
	background-color: #ffff00;
	color: #EE3243;
	text-decoration: none;
}

#main-content #respond p {
	margin-top: 0;
	margin-bottom: 5px;
}
#main-content #respond label {
	margin-left: 5px;
}
#main-content #respond small {
	font-size: 12px;
}

#main-content .kandidaat h3 {
	border-top: dotted 1px #c0c0c0;
	margin-top: 0px;
	padding: 0;
}

#main-content ul.plusminus {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	padding: 0;

}
li.plus {
	list-style-image: url('../images/plus.png');
	list-style-type: none;
}
li.minus {
	list-style-image: url('../images/minus.png');
	list-style-type: none;
}

.popup {
	color: #202020;
	font-family: "Trebuchet MS",Helvetica,sans-serif,courier;
	font-size: 13px;
	line-height: 160%;
	padding: 10px;
	width: 600px;
}
.popup p {
	margin-top: 0px;
	margin-bottom: 0px;
}
.popup table.form {
	margin-bottom: 20px;
}
.popup h1 {
	color: #86225C;
	font-weight: normal;
	font-size: 25px;
	margin-top: 0px;
	margin-bottom: 25px;
	text-align: left;
}
.popup h1 .big {
	font-size: 40px;
	font-size: bold;
}

