@import url("karateschoolbezemer_text.css");

/* algemeen */

* {
	margin: 0;
	padding: 0;
}
body {
	margin-top: 1px;
	text-align: center;
	background: url(../images/layout/background.gif) 0 0 repeat-x;
}

/* tekst */

.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
h1 {
	position: relative;
	width: 100%;
	height: 17px;
	margin: 16px 0 11px 10px;
	font-size: .6em;
}
h1 span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -5000px;
}
/*
h2 {
	margin: 16px 0 0 10px;
	font: 12px verdana;
	line-height: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
*/
h2 {
	color: #333;
	margin: 0 15px 0 10px;
	font: 11px verdana;
	line-height: 17px;
	font-weight: bold;
}
div#content_right h2 {
	color: #666;
}
h3 {
	font: 11px verdana;
	line-height: 17px;
}
div#content_left h3 {
	font-weight: bold;
	margin-left: 10px;
	color: #333;
	padding-bottom: 11px;
}
.fotoboek div#content_left h2 {
	margin-bottom: 17px;
}
td,
p {
	font: 11px verdana;
	line-height: 17px;
	color: #333;
}
table,
p {
	margin: 0 15px 11px 10px;
}
div#content_left p {
	margin-right: 30px;
}
div#content_right p,
div#alert p {
	color: #666;
}

/* table */

table {
	border: 0;
	border-collapse: collapse;
}
td {
	padding-right: 20px;
}
td h2 {
	padding-top: 11px;
	margin-left: 0;
}
tr.first td h2 {
	padding-top: 0;
}
table.bg {
	width: 439px;
	margin-bottom: 15px;
}
table.bg td {
	padding: 4px 10px;
}
table.bg tr.even {
	background-color: #f5f5f9;
}
table.bg tr.odd {
	background-color: #eaecf3;
}

table.bg.three-columns td{
	width: 33%;
}

/* navigatie */

a {
	text-decoration: none;
}
p a,
td a,
li a {
	color: #348;
	border-bottom: 1px solid #348;
}
p a:hover,
td a:hover,
li a:hover {
	border-bottom: none;
}

/* afbeeldingen */

img {
	border: 0;
}
div#content_left img {
	margin: 3px 15px 0 10px;
	padding: 1px;
	border: 1px solid #666;
	float: left;
}
.fotoboek div#content_left img {
	margin: 0 0 10px 10px;
}
div#content_left a:hover img {
	border: 1px solid #900;
}

/* items */

div#content_left div.item {
	width: 100%;
}
.karate.kumite div#content_left div.item {
	min-height: 194px;
}
.karateschool.dan_college div#content_left div.item {
	min-height: 177px;
}

/* fotoboek */

div.nrs {
	height: 13px;
	position: relative;
	clear: both;
	margin: 0 30px 10px 10px;
}
div.nrs span {
	width: 94px;
	height: 13px;
	font: 11px verdana;
	color: #666;
	text-align: center;
}
span.nr1  {
	position: absolute;
	top: 0;
	left: 0;
}
span.nr2  {
	position: absolute;
	top: 0;
	left: 104px;
}
span.nr3  {
	position: absolute;
	top: 0;
	left: 208px;
}
span.nr4  {
	position: absolute;
	top: 0;
	left: 312px;
}

/* subnav */

div#container a.current_page {
	font-weight: bold;
	color: #333;
}
ul#subnav {
	padding: 13px 0 19px 0;	
	margin-left: 5px; /* 10 - 4 */
	color: #666;
}
ul#subnav li {
	line-height: 12px;
	float: left;
}
ul#subnav a {
	float: left;
	padding: 0 5px;
	line-height: 12px;
	font-size: 10px;
	text-transform: uppercase;
	color: #666;
	border-bottom: none;
	border-right: 1px solid #999;
}
ul#subnav li.last a {
	padding-right: 0;
	border-right: none;
}
ul#subnav a:hover {
	color: #348;
}

/* quote */

div#content_left p#quote {
	padding-top: 11px;
	font: 10px verdana;
	line-height: 16px;
	text-transform: uppercase;
	color: #666;
}
div#content_left p#quote a {
	color: #666;
	border-bottom: none;
}
div#content_left p#quote a:hover {
	border-bottom: 1px solid #666;
}

/* border */

div.border {
	clear: both;
	position: relative;
	margin: 0 40px 11px 10px;
	height: 6px;
	background: url(../images/layout/border.gif) 0 100% repeat-x;
}
.fotoboek div.border {
	margin-bottom: 17px;
}

/* divs */

div#container {
	position: relative;
	width: 754px;
	margin: 0 auto;
	text-align: left;
}
div#border_left {
	position: absolute;
	top: 0;
	left: 0;
	width: 8px;
	height: 408px;
	background: url(../images/layout/border_left.gif) 0 0 no-repeat;
}
div#logo {
	position: absolute;
	top: 24px;
	right: 56px;
	width: 200px;
	height: 12px;
	background: url(../images/layout/logo.gif) 0 0 no-repeat;
}
div#logo a {
	width: 100%;
	height: 100%;
	line-height: 12px;
	display: block;
	border: none;
}
div#nav {
	position: absolute;
	top: 60px;
	left: 8px;
	width: 738px;
	height: 23px;
	background: url(../images/layout/nav.gif) 0 0 no-repeat;
}
div#header {
	position: absolute;
	top: 87px;
	left: 12px;
	width: 471px;
	height: 255px;
	background: url(../images/layout/header_01.jpg) 0 0 no-repeat;
}
div#header_bottom {
	position: absolute;
	top: 346px;
	left: 8px;
	width: 479px;
	height: 2px;
	background: url(../images/layout/header_bottom.gif) 0 0 no-repeat;
}
div#content_left {
	position: absolute;
	top: 348px;
	left: 8px;
	width: 479px;
	padding-bottom: 20px;
}
.karateschool div#header,
.exameneisen div#header,
.fotoboek div#header,
.karate div#header {
	width: 471px;
	height: 305px;
	background: url(../images/layout/header_02.jpg) 0 0 no-repeat;
}
.karateschool div#header_bottom,
.exameneisen div#header_bottom,
.fotoboek div#header_bottom,
.karate div#header_bottom{
	top: 396px;
}
.karateschool div#content_left,
.exameneisen div#content_left,
.fotoboek div#content_left,
.karate div#content_left{
	top: 398px;
}
/*
.karate div#header {
	width: 471px;
	height: 342px;
	background: url(../images/layout/header_03.jpg) 0 0 no-repeat;
}
.karate div#header_bottom {
	top: 433px;
}
.karate div#content_left {
	top: 435px;
}
*/
div#border_middle {
	position: absolute;
	top: 83px;
	left: 487px;
	width: 1px;
	height: 325px;
	background: url(../images/layout/border_middle.gif) 0 0 no-repeat;
}
div#content_right {
	position: absolute;
	top: 83px;
	left: 487px;
	width: 259px;
	background: url(../images/layout/border_content.gif) 0% 100% no-repeat;
}
div#border_right {
	position: absolute;
	top: 0;
	right: 0;
	width: 8px;
	height: 408px;
	background: url(../images/layout/border_right.gif) 0 0 no-repeat;
}
div#alert {
	position: absolute;
	top: 0;
	left: 479px;
	width: 259px;
}
div#footer {
	display: none;
	/* background: url(../images/layout/footer.gif) 0 0 repeat-x; */
}
div#content_left p#copyright {
	font: 10px verdana;
	line-height: 16px;
	text-transform: uppercase;
	color: #666;
}

/* lijsten */

ul {
	font: 11px verdana;
	line-height: 17px;
	list-style: none;
	margin: 0 15px 10px 10px;
}
div#content_right ul {
	color: #666;
}
ul.list_nav {
	margin: 10px 15px 10px 10px;
}
ul.list_nav li {
	background: url(../images/layout/arrow.gif) 0% 50% no-repeat;
	padding-left: 10px;
}
ul.list_nav li a {
	border-bottom: none;
}
ul.list_nav li a:hover {
	border-bottom: 1px solid #348;
}
ul.nested_list ul {
	margin-left: 0;
}

/* hoofdnavigatie */

div#nav ul {
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 410px;
	height: 20px;
}
div#nav ul,
div#nav ul li {
	height: 20px !important;
	overflow: hidden;
}
div#nav ul li {
	padding: 0;
	display: inline;
	float: left;
	list-style-type: none;
}
div#nav ul li h4 {
	margin: 0;
	padding: 0;
	height: 20px;
}
div#nav ul li h4 a {
	float: left;
	display: block;
	width: 100%;
	height: 100%;
}
div#nav ul li h4 span {
	display: block;
	text-indent: -5000px;
}
div#nav ul li#nieuws h4 a:hover,
div#nav ul li#karateschool h4 a:hover,
div#nav ul li#karate h4 a:hover {
	background-image: none;
}
div#nav ul li#nieuws {
	width: 88px;
}
div#nav ul li#nieuws h4 {
	background: url(../images/layout/nav/02/nieuws.gif) 0 0 no-repeat;
}
div#nav ul li#nieuws h4 a {
	background: url(../images/layout/nav/01/nieuws.gif) 0 0 no-repeat;
}
div#nav ul li#karateschool {
	width: 136px;
}
div#nav ul li#karateschool h4 {
	background: url(../images/layout/nav/02/karateschool.gif) 0 0 no-repeat;
}
div#nav ul li#karateschool h4 a {
	background: url(../images/layout/nav/01/karateschool.gif) 0 0 no-repeat;
}
div#nav ul li#karate {
	width: 86px;
}
div#nav ul li#karate h4 {
	background: url(../images/layout/nav/02/karate.gif) 0 0 no-repeat;
}
div#nav ul li#karate h4 a {
	background: url(../images/layout/nav/01/karate.gif) 0 0 no-repeat;
}

/* formulieren */

input,
textarea {
	border: 1px solid #666;
	font: 11px verdana;
	color: #333;
	line-height: 15px;
}
input.text {
	width: 224px;
	height: 17px;
	padding: 4px 4px 2px 4px;
}
textarea {
	width: 224px;
	height: 105px;
	padding: 4px 4px 2px 4px;
	overflow: auto;
}
input.submit {
	width: 98px;
	background-color: #ccc;
	color: #666;
	padding: 3px 0 3px 0;
}