/*
Versie: 1
Website: St. Theresia
Pagename: style.css
Locatie: [folder]/style
İEdwin Luijten
*/

body {
	background:#00AEEF;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-family: verdana;
	font-size: x-small;
}
#container {
	height: 100%;
	width: 100%;
	font-family: verdana;
	font-size: x-small;
	padding: 0px;
	margin: 0px;
}
#header{ 
	background: url('../images/header-fill.jpg') repeat-x;
	height: 150px;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
#left-header{
	background: url('../images/header-fill.jpg') repeat-x;
	height: 150px;
	width: 400px;
	}
#right-header{
	background: url('../images/header-fill.jpg') repeat-x;
	height: 150px;
	width: 400px;
	}
#menu {
	width: 15%;
	float: left;
}
#content {
	width: 85%;
	float: left;
	font-family: verdana;
	font-size: x-small;
}
#footer {
	background:url('../images/footer-fill.jpg') bottom repeat-x;
	vertical-align: text-bottom;
	text-align: right;
	font-size: xx-small;
	height: 25px;
	width: 100%;
	color: #FFF;
	padding-bottom: 5px;
}
#het-team{
	font-size: xx-small;
	}
#date{
	float: left;.
	widdth: 100%;
	}
#copyright{
	float: right;
	}
a:link{
	color: #FFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a:visited{
	color: #FFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a:hover{
	color: #000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a:active{
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#kalender-border {
	border-bottom: 1px solid black;
	}
hr {
	border: 1px solid black;
	}
#right-panel{
	font-size: xx-small;
	}
/*
panelen
*/
.fbbl_north_collapser,
.fbbl_east_collapser,
.fbbl_south_collapser,
.fbbl_west_collapser {
	background: #000;
}

.fbbl_north,
.fbbl_south {
	text-align: right;
}

.fbbl_south,
.fbbl_east,
.fbbl_west,
.fbbl_center {
	padding: 10px;
	border: 0px solid #ccc;
}
/*
contact formulier
*/
#contact-table {
	font-family: verdana;
	font-size: x-small;
	color: #FFF;
	}
#nameinput, #emailinput, #commentinput, #submitinput {
	background: #0176AA;
	border: 1px solid black;
	font-family: verdana;
	color: #FFF;
	}
#submitinput :hover {
	background: #00AEEF;
	border: 1px solid black;
	font-family: verdana;
	color: #FFF;
	}
#important {
	color: red;
	font-size: small;
	}
#email-img {
	background: url('../images/email.jpg') bottom right no-repeat;
	height: 100%;
	}
