/* general */
html, body, td {
	padding: 0;
	margin: 0;
	font-family: "Lucida Grande",Arial,sans-serif;
	color: black;
	font-size: 12px;
	line-height: 145%;
	
}

body {
	background-image: url('../img/bg.jpg');
}



/* general styles */
h1, h2, h3 {
	color: #03003B;
	font-weight: bold;
	padding: 0;
	margin: 5px 0 6px;
	
}
h1 {
	font-size: 17px;
}
h2 {
	font-size: 15px;
}
h3 {
	font-size: 14px;
}
a {
	text-decoration: underline;
	color: #213F97;
	cursor: pointer;
}
td {
	vertical-align: top;
}
hr {
	color: #656387;
	background-color: #656387;
	height: 1px;
	margin: 0 100px;
}
img {
	border: 0;
}

.small {
	font-size: 11px;
}
.bold {
	font-weight: bold;
}

.pic {
	/* pic met dubbele border */
	background-color: white;
	padding: 1px;
	border: 1px solid #656387;
}
.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
}

.error {
	color: red;
}


/* main interface styles */
#container {
	width: 966px;
	margin: 0 auto;
	background-image: url('../headers/ijsbaan_fisheye.jpg');
	background-position: top right;
	background-repeat: no-repeat;
}
#container.cselectie {
	background-image: url('../headers/cselectie_collalbo_2009.jpg');
}
#container.baanselectie {
	background-image: url('../headers/baanselectie_utrecht_2009.jpg');
}
#container.ijskonijn {
	background-image: url('../headers/vangennip_winnaars.jpg');
}
#container.pupillen {
	background-image: url('../headers/pupillenproject_skates.jpg');
}
#header {
	position: relative;
	height: 118px;
}
#header img { /* header */
	position: absolute;
	top: 18px;
	left: 10px;
}
#tabs {
	position: absolute;
	bottom: 0;
	right: 26px;
	width: 630px; /* 940px */
	padding-left: 310px;
	background-image: url('../img/siteborder.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: right;
}
#tabs a {
	margin-left: 14px;
	width: 100px;
	height: 18px;
	padding-top: 3px;
	
	border: 1px solid #817F9D;
	background-color: #01001C;
	color: white;

	float: left;
	display: block;
	text-align: center;
	text-decoration: none;	
}

#tabs a.active {
	border: 1px solid #817F9D;
	border-bottom: 1px solid white;
	background-color: white;
	color: black;
}
#main {
	position: relative;
	width: 938px;
	border: 1px solid #817F9D;
	border-top: 0;
	background-color: white;
	padding: 0;
}
#menu {
	padding: 15px 10px 10px 10px;
}
#col1 {
	display: inline; /* hack for double margin bug */
	float: left;
	width: 570px;
	margin: 10px 18px 10px 10px;
}
#col2 {
	display: inline; /* hack for double margin bug */
	float: left;
	width: 330px;
	margin: 10px 10px 10px 0;

}
#foot {
	padding: 20px;
	text-align: center;
	font-size: 10px;
}

/* interface styling */
.textblock {
	padding: 5px 10px;
	border-top: 1px dashed #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
	background-color: #F2F2F4;
}
.block {
	padding: 0;
	border-top: 1px dashed #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
	background-color: #F2F2F4;
}
.block p {
	padding: 0;
	margin: 10px 5px;
}
.block h1, .block h2, .block h3 {
	margin: 6px 0 6px 6px;
}

.space5 {
	height: 5px;
}
.space10 {
	height: 10px;
}
.space20 {
	height: 20px;
}
.item {
	margin: 5px 0 15px;
}
.item h2 {
	display: block;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
.item .door {
	text-align: right;
	padding: 3px;
}

/* data AND kalender table */
table.data, table.kalender {
	width: 100%;
	border-collapse: collapse;
}
table.data.center td {
	text-align: center;
}
table.data td, table.kalender td, table.data th, table.kalender th {
	border-bottom: 1px solid #CCCCCC;
	margin: 0;
	padding: 3px;
	text-align: left;
	vertical-align: top;
}
table.kalender {
	border-top: 1px dashed #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
	background-color: #F2F2F4;
	padding: 5px 0 5px 0;
}




/* fotoalbum */
.apic {
	display: block; float: left; width: 170px; height: 170px;
}
.linkicon {
	margin: 5px 10px 0 0;
}

/* logoscroller */
#scroller ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#scroller li {
	padding: 0;
	margin: 0;
	display: block;
	height: 228px;
}
#scroller li a {
	width: 155px; 
	height: 65px; 
	margin: 5px; 
	float: left; 
	display: inline;
	background-position: center center;
	background-repeat: no-repeat;
	text-decoration: none;
}

/* tooltip */
div#tooltip {
	cursor: pointer;
	display: none;
	left: 0;
	position: absolute;
	top: 0;
	width: auto;
	z-index: 20000;
	
	/* styling */
	padding: 3px;
	color: #03003B;
	border: 2px solid #03003B;
	background-color: white;
}

/* forms */
input {
	width: 250px;
}
textarea {
	width: 250px;
	height: 170px;
}








