@charset "UTF-8";

/* SpryStackedContainers.css */

/* Copyright (c) 2007. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main container of the Stacked Containers structure. 
 *
 * If you want to constrain the width of the Stacked Containers structure, set a width on
 * the StackedContainers container. By default, our structure expands horizontally to fill
 * up available space.
 */
.StackedContainers
{
	font: 100% Verdana, Geneva, sans-serif;
}

/* This is the selector for the Row Container element which houses all the column
 * classes. 
*/
.StackedContainers .RowContainer
{
	margin-bottom: 5px;
}

/* This is the selector for a column element which holds the actual data. 
 *
*/
.StackedContainers .RowColumn
{
	background-color: transparent;
	margin-bottom: 1px;
}
.StackedContainers .RowColumn a {
	background-color: transparent;
	margin: 0px;
	padding: 0px;
}

.StackedContainers .RowColumn a:link, .StackedContainers .RowColumn a:visited, .StackedContainers .RowColumn a:active {
	margin-bottom: 5px;
	font-size: 11px;
	color: #FFF;
	margin-top: 10px;
	display: block;
	font-weight: bold;
	text-decoration: none;
}
.StackedContainers .RowColumn a:hover {
	text-decoration: underline;
}

#Wrapper #HeaderTweeWrapper #Weblog #WeblogTop #WeblogLinks a:link, #Wrapper #HeaderTweeWrapper #Weblog #WeblogTop #WeblogLinks a:visited, #Wrapper #HeaderTweeWrapper #Weblog #WeblogTop #WeblogLinks a:active {
	color: #FFF;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#Wrapper #HeaderTweeWrapper #Weblog #WeblogTop #WeblogLinks a:hover {
	color: #FFF;
	text-decoration: underline;
}
.StackedContainersNieuws {
	font: 100% Verdana, Geneva, sans-serif;
}
.StackedContainersNieuws .RowContainerNieuws {
	margin-bottom: 10px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #C84F16;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #C84F16;
	border-right-color: #C84F16;
	border-left-color: #C84F16;
	padding: 10px;
}
.StackedContainersNieuws .RowColumnNieuws {
	background-color: transparent;
	margin-bottom: 1px;
}
.StackedContainersPublicatie .RowContainerPublicatie {
	margin-bottom: 10px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #C84F16;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #C84F16;
	border-right-color: #C84F16;
	border-left-color: #C84F16;
	padding: 10px;
}
.StackedContainersPublicatie .RowColumnPublicatie {
	background-color: transparent;
	margin-bottom: 1px;
}

