/* Stijl voor F-act */	

*{
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
	font-family: Helvetica, Verdana, sans-serif, arial;
	background: url(/fileadmin/fact/Style/Background_2.jpg);
	background-repeat:repeat;
	background-position: 50% 0%;
	background-attachment: scroll;
	color: #FFF;
	font-size: 11px;
}

td {
	text-align: left;
	font-family: Helvetica, Verdana, sans-serif, arial;
	font-size: 11px;
	height: 70%;
	
}

a:link, a:visited, a:active{
 	text-decoration:underline;
	font-weight:normal;
	color:#FFF;
}
 
a:hover{
	text-decoration:underline;
	font-weight:normal;
	color:#ef823c;
}

input{
	vertical-align:top;
  	color:black;
   	margin-top:0px;
   	font-family:verdana,arial;
   	font-size:12px;
   	font-weight:bold;
   	border:1px solid;
   	border-color:black;
}

img{
	border:0px;
}

#container {
	text-align:left;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 670px;
}

#header {
	background: url(/fileadmin/fact/Style/Logo2.jpg);
	background-repeat:no-repeat;
	background-position: 50% 0%;
	background-attachment: scroll;
	position: relative;
	width: 670px;
	height: 103px;
}


#main {
	position: relative;
	width: 670px;
	font-size:11px;
	height: 100%;
}

#menu  {
	position: relative;
	width: 145px;
	float: left;
}

#dividermenu {
	position: relative;
	margin-left: -20px;
	margin-right: 10px;
	width: 3px;
	height: 100%; 
	float: left;
}
	

#content {
	text-align: left;
	position: relative;
	width: 520px; 
	float: left;
	font-size:11px;
	height: 100%;
}

#factmain{
	position: relative;
	width: 520px;
	float: left;
	}

#factleft {
	position: relative;
	width: 215px;
	float: left;
	}

#factright {
	position: relative;
	width: 285px;
	float: right;
	padding-right: 10px;
	}

/* Stijl voor de Poll */	
	
	.tx-quickpoll-pi1 .pollbar {font-size:11px; BACKGROUND: url(/typo3conf/ext/quickpoll/pi1/pollbar_fact.gif) repeat-x left center;}
	.tx-quickPoll-pi1 .polltable{font-size:11px; WIDTH: 120px;}
	.tx-quickPoll-pi1 h2 {font-size:11px;}
	.tx-quickPoll-pi1 TH {
		/* make it solid */
		font-size:11px;
		text-transform:uppercase;
		margin-bottom:10px;
		/* indent from left */ 
		font-size:11px;
		padding-left:0px;}
	.tx-quickPoll-pi1 .pollquestion {font-size:11px; PADDING-BOTTOM: 3px;}
	.tx-quickPoll-pi1 .pollanswer {font-size:11px; margin-top:5px; vertical-align: 0px; BORDER: none; height:12px; width:12px;}
	.tx-quickPoll-pi1 .polltotal {font-size:11px; text-align:left; PADDING-TOP: 6px;}
	.tx-quickPoll-pi1 .pollresulttext {margin-top:5px; font-size:11px; padding-top: 6px;}
	.tx-quickpoll-pi1 .submit {	color:black;
   				margin-top:5px;
   				font-family:verdana,arial;
   				font-size:11px;
  			 	font-weight:bold;
   				border:0px solid;
   				border-color:black;
}

/* --- forms --- */
fieldset {border:0px;}
textarea {font-size: 12px}
.csc-mailform-field, .tx-guestbook-field {margin: 5px 0px; clear:both;}
.csc-mailform-field label, .tx-guestbook-field label {float:left;text-align:left;margin-right: 3%;width:15%;}
.csc-mailform-field input, .csc-mailform-field textarea, .csc-mailform-field select, .csc-mailform-radio fieldset, .tx-guestbook-field input, .tx-guestbook-field textarea {width:60%; background-color:#fff; border: none; border: 1px solid #ccc;}
.csc-mailform-field input, .csc-mailform-field textarea {padding: 5px;}
.csc-mailform-check {border: none !important;}
input.csc-mailform-submit, input.csc-mailform-check, .csc-mailform-radio input, .tx-guestbook-submit {width:auto;}
input.csc-mailform-submit, .tx-guestbook-submit {margin-left: 18% !important;/* see label width + margin*/ }
.csc-mailform-radio legend {display:none;}
.csc-mailform-radio fieldset input {float:none;}
.csc-mailform-radio fieldset label {text-align:left;float:none; width:auto; margin: 0;}
.csc-loginform {padding: 5px; background-color: #EDEBF1;}
.csc-loginform-field {margin: 5px 0;}
.csc-loginform-field label {float:left; text-align:right; margin-right: 5%;	width:30%;}
.csc-loginform-field input {width:50%; background-color:#fff;}
input.csc-loginform-submit {width:auto; margin-left: 35% !important;/* see label width + margin*/}
.tx-guestbook-header, .gb_mail, .gb_url {float: left; margin-right: 5px;}
.tx-guestbook-date, .small_text {font-size: 10px;	font-style: italic;}
.gb_clear {width: 100%; border-top: 1px dotted #cccccc; padding-bottom: 1em;}
