@import url("csc.css");
/* reset styles */
* {
	padding: 0;
	margin: 0;
	border: 0;
	font-family: calibri, Sans-Serif;
}
@font-face {
    font-family: "calibri";
    src: url("../fonts/calibri.woff") format("woff");
}
@font-face {
    font-family: "calibri-bold";
    src: url("../fonts/calibri-bold.woff") format("woff");
}

body {
	margin: 0;
}
h1,h2 {
/*	margin: 16px 0;*/
        color: #000;
}
h3,h4,p {
	margin: 12px 0;
}
li {
	font-size: 16px;
}
vervolg.li,p,td,th {
	font-size: 16px;
}
.info p {
	font-size: 28px;
        font-weight: bolder;
}

/* slider */
div.slider {
    width: 850px;
    overflow: hidden;
    height: 50px;
}
div.slider ul {
    position: relative;
    display: block;
    width: 2500px;
}
div.slider li {
    display: inline;
    list-style-type: none;
}
div.slider img {
    vertical-align: middle;
}


a img {
	border: none;
}
img#ad {
    position: absolute;
    left: -119px;
    top: 15px;
    z-index: 10;
}

a, a:hover, a:visited, a:active {
	color: #81BD26;
}
.container {
	position: relative;
	width: 850px;
	margin: 0 auto;
}

div.csc-header-n2 {
    padding-bottom: 10px;
}
div.head h1, div.head p {
    margin: 0px;
    font-family: "calibri-bold";
}

a#publishers {
    position: fixed;
    background-image: url("../images/button_publishers.png");
    background-repeat: no-repeat;
    width: 79px;
    height: 183px;
    z-index: 10;
    top: 30%;
    right: 0px;
    cursor: pointer;
}
table.contenttable td {
    vertical-align: top;
    width: 50%;
}

table.contenttable td:first-child {
    padding-right: 10px;
}

table.contenttable p {
    font-size: 12px;
}
.head {
	height: 220px;
	background: url('../images/fp_header_background.png');
	color: #000;
/*	text-shadow: 1px 1px 0px #53761d;
        text-shadow: 0 0 0.4px rgba(0,0,0,0.9); /*anti aliasing firefox*/
}
.head .logo {
	position: absolute;
	left: -235px;
	float: left;
}
.head .info {
	position: absolute;
	text-align: right;
	top: 75px;
	right: 0;
}
.head .info p {
/*	width: 440px;*/
	margin-left: 30px;
}
.head .loginbox {
	position: relative;
	top: 10px;
	right: 0;
	text-align: right;
}
.head a {
	text-decoration: none;
	color: white;
}
.head a.alreadyaccount {
	clear: both;
	display: block;
	font-size: 12px;
	margin: 4px 2px 0 0;
}
.head h1 {
	font-size: 50px;
        font-weight: bolder;
	text-shadow: 1px 1px 1px #333;
	color: #fff;
}
.head p {
/*	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#53761d')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=180, Color='#53761d');*/
}
.head .navigatie {
	position: absolute;
	top: 60px;
	left: 150px;
	color: #81bd26;
	text-shadow: none;
}
.head .navigatie a {
	color: #81bd26;
}
.vervolg .container {
	width: 845px;
}
.vervolg .head {
	background: url('../images/fu_header_background2.png') repeat-x;
	height: 159px;
}
.vervolg .head .logo {
	left: -225px;
}
.vervolg .head h1 {
	display: none;
}
.vervolg .head {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 900;
}
.vervolg .body {
	margin-top: 159px;
}

.loginbox input[type="text"], .loginbox input[type="password"] {
	font-family: calibri, Sans-Serif;
	color: white;
	text-shadow: -1px 1px 0px #53761d;
	padding: 3px 7px;
	background: transparent;
	-moz-box-shadow: inset 0 0 15px #639813;
	-webkit-box-shadow: inset 0 0 15px #639813;
	box-shadow: inset 0 0 15px #639813;
	border: 0px solid black;
	border-radius: 3px 3px 3px 3px;
	zoom: 1;
	*background:#81BD26;
	_background:#81BD26;
}
.loginbox ::-webkit-input-placeholder {
   color: white;
   text-shadow: -1px 1px 0px #53761d;
}

.loginbox :-moz-placeholder {
   color: white;
   text-shadow: -1px 1px 0px #53761d;
}
.button, .tx-linkisupport-pi1_submit input {
	padding: 0 3px;
	color: white;
	text-shadow: -1px 1px 0px #97670b;
	-moz-box-shadow:    0px 1px 3px 0px #639813;
	-webkit-box-shadow: 0px 1px 3px 0px #639813;
	box-shadow:         0px 1px 3px 0px #639813;
	background: url('../images/button_background.png');
	background-size: 100% 103%; background-position:center;
	border: 1px solid #fea72f;
	border-radius: 3px 3px 3px 3px;
	cursor: pointer;
}
.button.big {
	text-shadow: -1px 1px 0px #97670b;
	font-family: calibri-bold, calibri, Sans-Serif;
	font-size: 28px;
	padding: 15px;
	display: inline-block;
}

.body {
	color: #444444;
}
.body h1, .body h2 {
	font-family: calibri;
	font-weight: normal;
	font-size: 30px;
	color: #81bd26;
	margin-top: 30px;
}
.body h2 {
	margin-top: 35px;
	font-size: 24px;
}
.body input[type="text"], .body select, .body textarea {
    border: 1px solid #64813A;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 2px 2px 5px #DDDDDD inset;
    padding: 5px;
    width: 280px;
}
.body select {
	width: 290px
}
.body textarea {
	width: 480px;
}
.tx-linkisupport-pi1_form th, .tx-linkisupport-pi1_form td {
	padding: 4px 0;
}
.tx-linkisupport-pi1_error {
	color: #FE8D03;
}
.tx-linkisupport-pi1_form tr.break {
	display: none;
}
.tx-linkisupport-pi1_form th {
	text-align: left;
	width: 200px;
	line-height: 160%;
}
.tx-linkisupport-pi1_submit {
	text-align: right;
	padding: 10px 0;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul li {
/*	background: url('../images/listbullet.png') no-repeat;*/
	padding-left: 43px;
	padding-top: 5px;
	min-height: 30px;
}
ul li li {
	min-height: 0;
	list-style: disc;
	padding: 0;
	margin-left: 20px;
	background: none;
}
ol li {
	margin-left: 30px;
}

.csc-menu-1 li {
	float: left;
	display: block;
	width: 375px;
}
.body p {
/*	width: 650px;*/
}
.vervolg .body p {
	width: auto;
	max-width: 650px;
}
div.multicolumn {

}
div.multicolumn div.column {
	width: 400px;
	float: left;
}
div.multicolumn div.column2 {
	padding-left: 45px;
}
.footer {
	padding-top: 60px;
	clear: both;
	color: #81bd26;
}
.footer a {
	color: #81bd26;
	text-decoration: none;
}
.footer ul {
	list-style: none;
	margin: 10px 25px 10px 0;
	padding: 0;
	float: left;
	min-height: 50px;
}
.footer ul li {
	background: none;
	padding: 0;
	min-height: 0;
	line-height: 130%;
}
.footer li.title, .footer li.title a {
	font-family: calibri-bold, calibri, Sans-Serif;
	color: #81bd26;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
	b, strong {
		font-family: calibri-bold, calibri, Sans-Soerif;
	}
}

/** old content **/
.blokje {
	clear: both;
	width: 600px;
	margin: 50px 0;
}
.blokje strong {
	font-weight: normal;
	font-size: 24px;
	color: #81bd26;
}
.blokje img {
	float: left;
	margin: 0 20px 20px 0;
}
.vervolg .blokje p {
	max-width: 600px;
}
.blokje p strong {
	color: #444444;
	font-weight: bold;
	font-size: 12px;
}
.blokje .meerinfo {
    margin-left: 20px;
}

.fb-like {
    top: 15px;
}

div.wizardblock p {
    font-size: 12px !important;
    font-weight: normal !important;
}

/*text shadow*/
div.info span.ui-text-shadow, div.info span.ui-text-shadow-original {
	position: relative;
        display: inline-block;
}
div.info span.ui-text-shadow-original {
	z-index: 2;
	text-shadow: none;
        margin-left: 5px;
}
div.info span.ui-text-shadow-copy {
        margin-left: 5px;
	position: absolute;
	z-index: 1;
	/* default positioning */
	left: 0;
	top: 0;
	/* turn off shadow */
	text-shadow: none;
	/* turn off selection */
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}