body {
	background-color: #3E4C93;
	margin: 0;
}

div,td,tr,table,p,span {
	font-family: verdana;
	font-size: 1em;
}

a:link,a:visited,a:active {    
	color: blue;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

table {
	width: 90%;
	border-width: 0;
}

.title {
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
}

.subtitle {
	font-weight: bold;
}

.error {
	font-size: 2em;
	color: red;
}

.alt {
	display: none;
}

#screen {
	background-color: #ffff99;

	position: absolute;
	top: 0;
	left: 0;

	width: 100%;
	height: 100%;
	min-height: 100%;
}

#logoContainer {
	background-color: #f9f230;

	position: relative;
	width: 100%;
	height: 205px;
}

#logoStretchYellow {
	background-color: #f9f230;

	position: relative;
	top: 0;
	left: 0;

	width: 100%;
	height: 172px;
}

#logoStretchBlue {
	background-color: #3E4C93;

	position: relative;
	top: 0;
	left: 0;

	width: 100%;
	height: 33px;
}

.logo {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;

	width: 750px;
	height: 205px;

	border: 0;
}

#blueRightSide {
	background-color: #3E4C93;

	position: relative;
	
	float: right;

	width: 10%;
	height: 100%;
	min-height: 100%;
}

#contentContainer {
	background-color: #ffff99;
	float:left;
	position: relative;
	top: 0;
	left: 0;

	width: 90%;
}

#content {
	background-color: #ffff99;

	position: relative;
	top: 0;
	left: 2%;
	overflow: auto;
	width: 98%;
}

/*formulieren*/
input {
	border: 1px #3E4C93 solid;
}

textarea {
	border: 1px #3E4C93 solid;
}

/*pagina Home*/
#winnaars {
	background-image: url( http://www.zvzvist.nl/portal/photobook/Nieuwjaarsreceptie%202010/Prijswinnaars%202009.JPG );
	background-repeat: no-repeat;
	
	height: 450px;
	width: 600px;
}

/*tabel van wedstrijd- en evenementen- agenda*/
table.agenda {
	width: 90%;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}  

th.header {
	border-style: solid;
	border-width: 0px 0px 2px 0px;
	border-color: #000000;
}

tr.blue {
	background-color: #3E4C93;
	color: #FFFF99;
}

tr.yellow {
	background-color: #FFFF99;
	color: #3E4C93;
}

/*Gastenboek*/
#berichtContainer {
	background-color: #ffff99;
	
	position: relative;
	margin-left: -250px;
	left: 50%;
	
	width: 500px;
	
	border: 1px #3E4C93 solid;
}

#berichtTop {
	position: relative;
	padding: 0px 5px 0px 5px;
	top: 0;
	left: 0;

	background-color: #3E4C93;
	color: #FFFF99;
}

#berichtMiddle {
	position: relative;
	padding: 10px 5px 10px 5px;
	top: 0;
	left: 0;
	
	background-color: #FFFF99;
	color: #3E4C93;
}

#berichtDown {
	position: relative;
	padding: 0px 5px 0px 5px;
	top: 0;
	left: 0;
	
	background-color: #3E4C93;
	color: #FFFF99;
}

#berichtSpace {
	position: relative;
	margin-left: -250px;
	left: 50%;
	
	height: 40px;
	width: 500px;
}

/*tabel van pagina actueel*/
table.actueel {
	float:left;
	margin-right: 5px;
	width: 300px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

table.actueel a {
	margin-left: 5px;
}

a.yellow:link { color: #3E4C93; text-decoration: none; }
a.yellow:visited { color: #3E4C93; text-decoration: none; }
a.yellow:hover { color: #3E4C93; text-decoration: underline; }
a.yellow:active { color: #3E4C93; text-decoration: underline; }

a.blue:link { color: #FFFF99; text-decoration: none; }
a.blue:visited { color: #FFFF99; text-decoration: none; }
a.blue:hover { color: #FFFF99; text-decoration: underline; }
a.blue:active { color: #FFFF99; text-decoration: underline; }

/*Gastenboek*/
.nameInput {
	width: 190px;
}

/*Not for mail, if filled in it is a bot*/
.mailInput {
	visibility: hidden;
}

.message {
	border: 1px solid #3E4C93;
	width: 550px;
}
.message span{
	font-size: 0.8em;
}
/*Einde Gastenboek*/