#innerContent img
{
	margin: 4px;
	border: 2px solid black;
	padding: 2px;
}
.innerContentItem {
	margin-bottom: 30px;
}

.innerContentItem img {
	float: right;
}
.innerContentItem ul
{
	margin-left: 15px;
}
#innerContent p
{
	padding-top: 2px;
	padding-bottom: 6px;
}

#innerContent table
{
	border-collapse: collapse;
	width: 380px;
}
.HoverHighlight
{
	margin-bottom: 15px;
}
.HoverHighlight tr:hover
{
	background-color: #eeeeee;
}

#innerContent table th
{
	padding: 3px;
	font-weight: bold;
	text-align: left;
}

#innerContent table td
{
	padding: 3px;
	font-size: 9pt;
}

#innerContentFooter {
	clear: both;
	width: 456px;
	height: 15px;
	background-color: #3f93e3;
	background-image: url("../images/innerfooter_background.jpg");
	z-index: 8;
}
#outerContent {
	float: left;
	width: 265px;
	height: 450px;
	color: white;
	padding: 20px 0px 20px 0px;
	text-align: center;
	position: relative;
	z-index: 16;
}
.wit {
	color: white;
	padding-top: 20px;
}
#sponsors {
	padding-top: 20px;
	position: relative;
	right:-9px;
}
#randomPicture {
	padding-top: 75px;
	position: relative;
	z-index: 10;
}
.RandomPicture
{
	margin-top: 20px;
	height: 150px;
	position: relative;
	border: 5px solid white;
	opacity:0.8;
}
.RandomPicture:hover
{
	opacity:1;
}
.logos {
	z-index: 16;
	position: relative;
	text-align: center;
	bottom: 40px;
}
.logos img {
	width: 80px;
}
#outerContent h1 {
	color: white;
}
.metaInfo {
	margin-top: 5px;
	font-style: italic;
	font-variant: small-caps;
	font-size: 8pt;
	color: #8d8d8d;
}

#latest-images img
{
	margin: 2px;
	border: 2px solid white;
	width: 209px;
}

/*	Formulier */
#applicationForm td
{
	height: 30px;
	padding: 0;
	margin: 0;
}
#applicationForm td:first-child
{
	width: 100px;
}
#applicationForm tr td:nth-child(2)
{
	width: 290px;
}
.FormText,.FormDate
{
	border: 1px solid black;
	margin: 2px;
}

#outerContent input.FormButton
{
	border: 1px solid white;
	background-color: #f7931d;
}

#outerContent label.FormLabelError
{
	color: red;
}

a img
{
	border: 0;
}

.Splitter
{
	color: #f7931d;
	font-weight: bold;
}

.FormRequired
{
	color: red;
}

.FormError
{
	position: absolute;
	color: white;
	background-color: #d10000;
	margin-top: 1px;
	line-height: 18px;
	padding: 1px;
	padding-right: 2px;
	border: 1px solid white;
	
}

.FormCheckbox,.FormRadio
{
	border: 0;
	margin: 2px;
}

.FormDate
{

}

.FormNote
{
	display: block;
}

img 
{
	border: 0;
}
