/*
* Title:       	Kortsluiting CSS
* Copyright:   	Kortsluiting.com
* Company:     	Kortsluiting
* Author:      	Rob de Kort
* Version:     	1.0
*/

body {
	background: url(/img/background_body.jpg);
	font-family: arial, sans-serif;
	font-size: 15px;
	line-height: 20px;
}

h1 {
	font-family: impact, sans-serif;
	font-size: 22px;
	margin-bottom: 10px;
}

p {
	font-family: arial, sans-serif;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 20px;
}

a {
	color: black;
}

img {
	border: 1px solid black;
}

#container {
	width: 984px;
	margin: 0 auto;
}

#header {
	position: relative;
	background: url(/img/background_header.jpg);
	width: 1005px;
	height: 331px;
	margin-left: -91px;
}

#logo {
	position: absolute;
	width: 665px;
	height: 230px;
	margin-left: 100px;
}

#logo img {
	border: none;
}

#navigation {
	position: relative;
	width: 630px;
	height: 35px; 
	top: 250px;
	margin: 0px 0px 0px 135px;
	text-align: center;
}

#navigation ul {
	display: inline;
	list-style: none;
	font-family: impact, sans-serif;
}

#navigation ul li {
	display: inline;
	text-transform: uppercase;
	font-size: 22px;
	color: black;
}

#navigation ul li a {
	color: black;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
}

#navigation ul li a.selected, #navigation ul li a:hover {
	background: url(/img/navigation_hover.gif) center repeat-x;
}

#subnavigation {
	width: 600px;
	margin-left: 15px;
	margin-top: 30px;
	text-align: center;
}

#subnavigation ul li {
	font-size: 16px;
}

#content {
	background: url(/img/background_content.jpg);
	width: 913px;
	height: 1%;
}

#main {
	float: left;
	width: 620px;
	padding: 30px 10px 0px 35px;
	text-align: justify;
}

#main ul, #main ol {
	margin-left: 15px;
}

#text {
	min-height: 600px;
}

#quicklinks {
	clear: both;
	text-align: right;
}

#quicklinks img  {
	border: none;
	margin-left: 30px;
}

#overlay {
	position: relative;
	overflow: hidden;
	float: right;
	background: url(/img/background_overlay.jpg);
	width: 272px;
	height: 726px;
	margin: 40px -67px 0px 0px;
	padding: 40px 15px 15px 15px;
}

#overlay img {
	float: right;
	margin-left: 10px;
}

#bottom {
	background: url(/img/background_bottom.jpg);
	width: 1009px;
	height: 111px;
	/*margin-top: -50px;*/
}

#flashcontent {
	position: absolute;
	z-index: 3;
	text-align: right;
	width: 340px;
	height: 350px;
	top: 30px;
	margin-left: 770px;
	clear: left;
}
#disclaimer {
	width: 984px;
	margin: 0 auto;
	padding-bottom: 20px;
	text-align: center;
}

#disclaimer a {
	font-weight: bold;
	text-decoration: none;
}

/**********************

* Photobook			  *

**********************/

.photo a{
	float: left;
	width: 120px;
	height: 120px;
	padding: 10px;
	margin: 5px 10px 5px 0px;
	text-align: center;
	border-right: 1px solid #a2a2a2;
	border-bottom: 1px solid #a2a2a2;
	background: white;
}

.photo a:hover {
	border-color: black;
}

.photo img {
	border: 0px;
}

/**********************

* Pagination		  *

**********************/

.pagination span, .pagination a {
	margin-right: 10px;
	/*border-width: 1px;
	border-style: solid;*/
	padding: 2px 3px 2px 3px;
	text-decoration: none ;
}

.pagination_disabled {
	color: #000 !important;
	cursor: default;
}

.pagination, .pagination_link  {
	color: #000 !important;
}

.pagination a {
	border: 1px solid #000;
}

.pagination a:hover {
	background-color: #6ee210 !important;
	color: #fff !important;
}

.pagination span {
	border: 1px solid #a2a2a2;
}

table.film {
	background-color: white;
	margin: 0;
	padding: 0;
	border: 1px solid black;
	border-collapse: collapse;
}

table.film img {
	border: 0px;
	display: block;
}

table.film tr {
	background-color: white;
	margin: 0px;
	padding: 0px;
}

table.film tr td {
	background-color: white;
	margin: 0px;
	padding: 0px;
}

#search_gb {
	float: right;
}

#search_gb_table td, post_message td {
	margin: 0px;
	padding: 0px;
}

#search_gb_table input, #search_gb_table select, #post input, #post_message input, #post img, #post_message img, #post_message textarea {
	border: 1px solid black;
	margin: 0px 0px 5px 5px;
}

.button_search {
	float: right;
}

#post {
	clear: both;
}

#post input {
	margin: 0px;
}

.col_1 {
	width: 220px;
}

.col_2 {
	width: 110px;
}

.col_3 {
	width: 150px;
}

.col_4 {
	width: 150px;
}

#gastenboek {
	width: 100%;
}

#gastenboek td {
	margin: 0px;
	padding: 2px 2px;
	border-spacing: 0px;
}

#gastenboek {
	border-collapse: collapse;
}

.gb_header_row td{
	font-weight: bold;
	font-size: 13px;
}

.post_row_odd td {
	border-top: 1px solid #001a40;
	border-bottom: 1px solid #001a40;
	background: #f8e624;
}

.post_row_even td {
	border-bottom: 1px solid #001a40;
}

.view_row_top td {
	border-top: 1px solid #001a40;
	border-spacing: 0px;
	background: #f8e624;
}

.view_row_middle td {
	background: #f8e624;
}

.view_row_bottom td {
	border-bottom: 1px solid #001a40;
	border-spacing: 0px;
	background: #f8e624;
}

.col_a {
	width: 100px;
	vertical-align: top;
}

#gb_input {
	width: 540px;
	height: 200px;
}

#post_message tr {
	margin-bottom: 10px;
}

.validation_error {
	color: #ff0000;
}
