body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #A2A3A7;
	background-color:#FFFF99;
	color: #0033CC;
	margin: 10px;
}
#header {
    background-image: url(../images/rotate.jpg)
}
#rotate {
	background: url(../../rotate/rotate.php) top center no-repeat;
	width: 100%;
	height: 256px;
}
h1 { 
	font-size: 40pt;
	line-height: 60px;
	color: #FFCC66;
}
#portfolio {
	font: 1em Georgia, "Times New Roman", Times, serif; line-height: 1.5;; 
	font-size: 150%; 
	letter-spacing: 2px;
	text-align: center;
	margin: 0;
	padding: 0;
}
#portfolio a {
	color: #000000;
}
#portfolio a:hover {
	color: #FFCC66;
}
.contentTable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A2A3A7;
	border-top-width: medium;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF6600;
	border-right-color: black;
	border-bottom-color: black;
	border-left-color: black;
}
.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #A2A3A7;
}
a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #A2A3A7;
	text-align: right;
	line-height: 15px;
}
.actievelink {
	color: #FFCC66;
	font-weight: bold;
}
a:active {
	color: #FFCC66;
}
a:hover {
	text-decoration: underline;
	color: #FFCC66;
}
a:focus {
	color: #FFCC66;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #A2A3A7;
	line-height: 15px;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFCC66;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFCC66;
	line-height: normal;
}
p {
	line-height: 15px;
}
.formbutton{
	cursor: pointer;
	border: outset 1px #ccc;
	background: #FFADD5;
	padding: 1px 2px;
	background:  url("../images/formbg.gif") repeat-x left top;
}
.verborgen {
	display: none;
}
input, textarea {
	padding: 5px;
	font-size: 15px;
	text-shadow: 0px 1px 0px #fff;
	outline: none;
	background: -webkit-gradient(linear, left top, left bottom, from(#bcbcbe), to(#ffffff));
	background: -moz-linear-gradient(top,  #bcbcbe,  #ffffff);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #717171;
	-webkit-box-shadow: 1px 1px 0px #efefef;
	-moz-box-shadow: 1px 1px 0px #efefef;
	box-shadow:  1px 1px 0px #efefef;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#bcbcbe, endColorstr=#FFFFFF);}
input:focus, textarea:focus {
	-webkit-box-shadow: 0px 0px 5px #007eff;
	-moz-box-shadow: 0px 0px 5px #007eff;
	box-shadow: 0px 0px 5px #007eff;
}


