﻿.contentContainer
{
	margin-left:40px; 
	margin-top:20px;
}


.contentMarkerTop
{
	background-image:url('../Images/ContentTemplateImages/GradientBoxTop.gif'); 
	width:547px; 
	height:13px;
}


.contentMarkerCenter
{
	background-image:url('../Images/ContentTemplateImages/GradientBoxCenter.gif');
	background-repeat:repeat-y; 
	background-position:left-top; 
	width:547px;
	overflow:hidden;
}


.contentCenter
{
	width:547px;
	overflow:hidden;
}


.contentMarkerBottom
{
	background-image:url('../Images/ContentTemplateImages/GradientBoxBottom.gif'); 
	width:547px;
	height:14px;
}


.contentText
{
	width:525px;
	margin-left:10px;
	overflow:hidden;
}

/*------------------------------------- Titles --------------------------------*/


#bigTitle
{
    font-family: Verdana, Arial, Sans-Serif-serif;
    font-size: 2em;
    font-weight:bold;
    color:#211E72;
    float:left;
}


#smallTitle
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size:small;
    font-weight:bold;
    color:#211E72;
    position:relative; /*i.p.v. absolute, anders werkt het niet in FF, gaat tekst door elkaar*/
    top:17px;
}


.pageIcon
{
	height:50px;
    margin-left:20px;
    margin-top:20px;
}


/*------------------------------------- Links --------------------------------*/


a:link
{
    color:Blue;
}


a:visited
{
    color:Blue;
}


a:active
{
    color:Blue;
}


a:hover
{
    color:#FF0000;
}


/*------------------------------------- Photos -------------------------------*/


.largePhoto
{
	width: 307px; 
	height: 307px;
	border: solid 1px Silver; 
	margin-left: auto; 
	margin-right: auto; 
	margin-bottom:10px;
	padding-left: 7px; 
	padding-top: 7px;
}