/* Alles hieronder in apart bestand main.css kopieren */

BODY {
	margin: 0px;
	background-color: white;
}

BODY, TD {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: black;
}

A {
	color: black;
}

#shadow_left {
	background: white url("images/schaduw_links.jpg") top right repeat-y;
}

#shadow_right {
	background: white url("images/schaduw_rechts.jpg") top left repeat-y;
}

.red {
	background-color: #AD233A;
}

#menu {
	margin-left: 70px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 470px;				
}

.content {
	margin-left: 70px;
	width: 470px;
}

A IMG {
	border: 0px;
}

TD IMG {
	display: block;
}

.paragraph {
	margin-bottom: 20px;
}

HR {
	border: 0px;
	height: 1px;
	background-color: black;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
}

/* Bijbelgedeeltes */

.head {
	font-size: 15px;
	font-weight: bold;
	color: #336699;
	/*margin-bottom: 20px;*/
}

.head A {
	color: #336699;
}

.head1 {
	font-size: 15px;
	font-weight: bold;
	color: #336699;
	margin-bottom: 20px;
}

.head1 A {
	color: #336699;
}

.head2 {
	font-size: 11px;
	font-weight: bold;
	color: #336699;
	margin-bottom: 20px;
}

.head2 A {
	color: #336699;
}

.head3 {
	font-size: 11px;
	font-weight: bold;
	color: #336699;
}

.head3 A {
	color: #336699;
}
.quote {
	font-style: italic;
	margin-bottom: 20px;
}

.diary {
}

.extended {
}

/* Calender gedeelte */

.calendar {
	background: #EEE3A3;
	margin-top: 5px;
}

.navigation {
	font-weight: bold;
	font-size: 10px;
	color: #CE4E63;
}

.navigation A {
	color: #CE4E63;
	text-decoration: none;
}

.navigation A:hover {
	text-decoration: underline;
}

.month {
	font-weight: bold;
	border-bottom: 1px solid #CE4E63;
}

.weekday {
	font-size: 10px;
	color: #CE4E63;
}

.date {
	font-size: 10px;
	color: black;
}

.date A {
	color: black;
	text-decoration: none;
}

.date A:hover {
	text-decoration: underline;
}

.today {
	font-size: 10px;
	font-weight: bold;
	color: black;
}

.today A {
	color: black;
	text-decoration: none;
}

.today A:hover {
	text-decoration: underline;
}

.special {
	background-color: #AD233A;
	font-size: 10px;
	font-weight: bold;
	color: white;
}

.special A {
	color: white;
	text-decoration: none;
}

.special A:hover {
	text-decoration: underline;
}

/* Voor bijbeltekst */

.bible {
	margin: 15px;
}

.onlyprint {
	display: none;
}
