/*******************************************************************************
*                                                                              *
*                              muziek-maestro.nl                               *
*                                                                              *
*                             ALGEMENE STYLESHEET                              *
*                                                                              *
*******************************************************************************/


/*** ELEMENTEN **/
h1 {
	margin-top: 0;
	color: #FF8000;
	font-size: 150%;
}
h2 {
	color: #FF8000;
	font-size: 125%;
}
h3 {
	margin-top: 0;
	color: #FF8000;
	font-size: 115%;
}

hr {
	border: 1px solid #FF8000;
	color: #FF8000;
	background: #FF8000;
}

a, a:visited {
	color: #FF8000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

input, textarea, select {
	border: 1px solid #FF8000;
}

img {
	border: none;
}

/*** ALGEMEEN **/
.inputbox {
	padding: 1px;
}

.clear {
	clear: both;
}

.button {
	background-color: white;
	color: #FF8000;
	font-weight: bold;
}
.submit {
	background-color: #FF8000;
	color: white;
}

.error {
	font-weight: bold;
	color: red;
}
.hidden {
	display: none;
	visibility: hidden;
}
.number {
	text-align: right;
}
.smallphoto {
	text-align: center;
	vertical-align: middle;
	height: 100px;
	width: 100px;
}

.center {
	text-align: center;
}

/* Images */
.image-left {
	float: left;
	margin-right: 1em;
}
.image-right {
	float: right;
	margin-left: 1em;
}
.image-center {
	text-align: center;
}

/*
 *
 *   TABLES
 *
 */
table.formtable {
	border-spacing: 5px;
	empty-cells: show;
}
.formtable th {
	color: #FF8000;
	text-align: left;
	vertical-align: top;
	border-bottom: none;
	padding-right: 15px;
}
.formtable td {
	vertical-align: top;
	border-bottom: none;
}
.formtable th, .formtable td {
	padding: 2px 5px;
}

.backlink {
	padding-left: 25px;
	background: url( arrow-prev.png ) no-repeat;
}

/*
 *
 *   PAGER
 *
 */
div.pager {
	background: white;
	margin: 5px;
}
.pager span {
	font-weight: bold;
	color: black;
	padding: 5px;
	margin: 0 5px;
}
.pager span a {
	color: black;
}
.pager span.pager-inactive {
	visibility: hidden;
}

.pager span.pager-prev a {
	background: url( arrow-prev.png ) left center no-repeat;
	padding-left: 25px;
}
.pager span.pager-next a {
	background: url( arrow-next.png ) right center no-repeat;
	padding-right: 25px;
}
.pager span.pager-prev.pager-inactive {
	padding-left: 30px; /* 25 + 5 px */
}
.pager span.pager-next.pager-inactive {
	padding-right: 30px; /* 25 + 5 px */
}




/*
 *
 *   PHOTO ALBUM
 *
 */
.photoalbum {
/* 	width: 440px; */
	padding: 1px;
}
.photoalbum p {
	margin: .5em 0;
}
.photoalbum .albumtitle,
.photoalbum .albumnav,
.photoalbum .albumimage,
.photoalbum .albumimagenopad,
.photoalbum .photodescription
{
	text-align: center;
}

.photoalbum .albumtitle {
	font-weight: bold;
}
.photoalbum .albumnav input {
	vertical-align: middle;
	border: none;
}
.photoalbum div.photos {
	outline: green 1px dotted;
}
.albumimage {
	height: 420px;
}
.albumimagenopad {
}
.month {
	font-style: italic;
}

/*
 * ALBUM BAR
 */
#albumbar {
	position: relative;
	width: 508px;
	padding: 5px 0px;
	background: #FFC060;
}
#albumbar-scroll-window {
	position: relative;
	width: 460px;
	height: 80px;
	left: 24px;
	overflow: hidden;
}
#albumbar-scroll-content {
	position: absolute;
	left: 0px;
	list-style: none;
	padding: 0;
	margin: 0;
	white-space: nowrap;
}
#albumbar li {
	display: inline;
	margin: 10px;
}
#albumbar img {
	vertical-align: middle;
}
#albumbar-scroll-left {
	position: absolute;
	top: 0px;
	left: 0px;
	background: #FF8000 url( scroll-left.png ) no-repeat 6px 33px;
	height: 90px;
	width: 24px;
}
#albumbar-scroll-right {
	position: absolute;
	top: 0px;
	left: 484px;
	background: #FF8000 url( scroll-right.png ) no-repeat 6px 33px;
	height: 90px;
	width: 24px;
}

/**
 * INSCHRIJVEN
 */
#inschrijven #leerling,
#inschrijven #geboortedatum,
#inschrijven #ouder,
#inschrijven #adres,
#inschrijven #plaats,
#inschrijven #telefoon,
#inschrijven #email,
#inschrijven #inschrijvenvoor,
#inschrijven #voorkeursdag,
#inschrijven #opmerkingen {
	width: 250px;
}

#inschrijven #postcode {
	width: 100px;
}
