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

* Title:       		Kortsluiting CSS						*

* Copyright:   	Kortsluiting.com						*

* Company:     	Kortsluiting							*

* Author:      	Rob de Kort							*

* Version:     	1.0								*

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

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

* Fonts & Body		      *

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

body {
	background: url(../img/background_top.jpg) top repeat-x;
	font-family: arial, sans-serif;
}

table tr td { vertical-align: top; padding: 0px 10px 10px 0px; }


h1 {
	font-size: 20px;
	font-weight: bold;
	color: #00487d;
	line-height: 40px;
	text-align: justify;
}

blockquote {
	font-size: 12px;
	font-weight: bold;
	color: #00487d;
	line-height: 20px;
	text-align: justify;
}

p, #container_bottom ul, label {
	font-size: 12px;
	color: #00487d;
	line-height: 20px;
	text-align: justify;
	margin-top: 20px;
}

#container_bottom ul {
	margin-left: 15px;
}

h2 {
	font-size: 25px;
	font-weight: bold;
	color: white;
	line-height: 40px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: white;
	line-height: 20px;
}

a {
	font-size: 12px;
	color: #00487d;
	font-weight: bold;
}

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

* Containers		      *

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

#container_top {
	width: 984px;
	height: 200px;
	margin: 0 auto;
}

#logo {
	float: left;
	width: 328px;
	margin: -10px 0px 0px 15px;
	height: 115px;
}

#header {
	background: url(/img/background_header.jpg);
	width: 100%;
	height: 245px;
	border-top: 1px solid #0075b0;
}

#container_header {
	width: 984px;
	height: 210px;
	margin: 0 auto;
}

#content_header {
	width: 954px;
	height: 175px;
	text-align: right;
	overflow: hidden;
	padding: 0px 15px 0px 15px; 
}

#content_header img {
	float: left;
	border: 2px solid white;
	margin: 15px 20px 0px 0px;
	left: 0px;
}

#breadcrumbs {
	text-transform: uppercase;
	width: 969px;
	font-size: 11px;
	color: white;
	padding-left: 15px;
}

#breadcrumbs a {
	color: white;
	font-weight: bold;
	font-size: 11px;
}

#container_bottom {
	width: 100%;
	min-height: 550px;
	/*background: url(/img/background_bottom.jpg) center repeat-y;*/
}

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

#content_left {
	color: #00487d;
	float: left;
	width: 614px;
	margin-top: 20px;
	/*border-right: 1px dashed #00487d;*/
	padding: 0px 15px 0px 15px;
}

#content_left img {
	border: 2px solid #00487d;
}

#content_right {
	float: left;
	width: 321px;
	margin-top: 20px;
	padding: 0px 0px 0px 15px;
	margin-left: -1px;
	border-left: 1px dashed #00487d;
}

#content_right p {
	text-align: left;
}

#content_right img {
	float: right;
	border: 1px solid #00487d;
	margin-left: 10px;
}

.news_item p {
	margin: 0;
}
.photobook {
	float: left;
	text-align: center;
	width: 150px;
	height: 150px;
	line-height: 150px;
	margin: 20px 30px 0px 0px;
}

.photobook img {
	vertical-align: middle;
}

.pagination a {
	border: solid 1px #7089AB;
	padding: 2px 5px 2px 5px;
	margin-right:3px;
	font-weight:normal;
	text-decoration:none !important;
	font-size:13px;
}

.pagination a:hover {
	color:#00487d;
	border-color:#00487d;
}

.pagination_current {
	border: solid 1px #00487d;
	background-color: #00487d;
	color:#fff;
	padding: 2px 5px 2px 5px;
	margin-right:3px;
	font-weight:normal;
	text-decoration:none !important;
	font-size:13px;
}

.pagination_disabled {
	border: solid 1px #aaa;
	color: #aaa;
	padding: 2px 5px 2px 5px;
	margin-right:3px;
	font-weight:normal;
	font-size:13px;
}

#flag {
	float: right;
	width: 25px;
	height: 15px;
	margin: 0px 0px 0px 10px;
}

#disclaimer {
	clear: both;
	width: 984px;
	height: 15px;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0px 20px 0px;
}

#disclaimer, #disclaimer a {
	font-size: 12px;
	color: #00487d;
}

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

* Navigation		      *

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

#menu {
	position: absolute;
	width: 750px;
	height: 28px;
	margin-top: 173px;
	text-transform: uppercase ;
}

#menu ul li {
	display: block;
	float: left;
	height: 21px;
}

#menu ul li a {
	display: block;
	float: left;
	height: 21px;
	padding: 5px 5px 0px 5px;
	background: url(../img/menu_normal.jpg) repeat-x;
	margin-right: 5px;
	margin-top: 1px;
	font-size: 17px;
	font-weight: bold;
	color: #00487d;
	text-decoration: none;
}

#menu ul li a:hover {
	text-decoration: underline;
}

#menu ul li a.selected:hover {
	text-decoration: none;
}

#menu ul li a.selected {
	background: url(../img/menu_selected.jpg) repeat-x;
	border: 1px solid #0075b0;
	border-bottom: 0px;
	margin-top: 1px;
}

#navigation_top {
	text-transform: uppercase ;
	width: 450px;
	float: right;
	height: 30px;
	text-align: right;
	padding-top: 5px;
	clear: both;
	margin-right: 15px;
}

#navigation_top, #navigation_top a {
	font-family: arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #00487d;
}

#breadcrumbs a {
	text-decoration: none ;
}

#navigation_top a:hover, #breadcrumbs a:hover, #navigation_top a.selected {
	text-decoration: underline;
}

#submenu {
	width: 984px;
	height: 15px;
	margin-top: 5px;
	color: #00487d;
}

#submenu a {
	text-decoration: none;
}

#submenu a:hover, #submenu a.selected {
	text-decoration: underline;
}

#social_media { 
	position: absolute;
	margin-left: 718px;
	margin-top: 165px;
	width: 252px;
	text-align: right;
	height: 32px;
	line-height: 32px;
}

#social_media span {
	float: left;
	color: #00487d;
	font-size: 13px;
	font-weight: bold;
}

#social_media #flickr {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: 10px;
	background: url(../img/flickr.jpg);
}

#social_media #flickr:hover {
	background: url(../img/flickr.jpg) 0px -32px;
}

#social_media #twitter {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: 10px;
	background: url(../img/twitter.jpg);
}

#social_media #twitter:hover {
	background: url(../img/twitter.jpg) 0px -32px;
}

#social_media #hyves {
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url(../img/hyves.jpg);
}

#social_media #hyves:hover {
	background: url(../img/hyves.jpg) 0px -32px;
}

#cse {
	float: right;
	text-align: right;
	width: 450px;
	margin-right: 15px;
	padding-top: 5px;
	height: 30px;
	font-size: 13px;
	font-weight: bold;
	color: #00487d;
	clear: both;
}

#cse-search-results {
	width: 614px;
	height: 600px;
}

.flickrphoto {
	float: left;
	width: 295px;
	height: 450px;
	margin-right: 10px;
	border-bottom: 1px dashed #00487d;
}

#twitter_div {
	width: 280px;
	float: left;
}

#twitter_div ul {
	text-align: left;
}

#twitter_bird {
	float: right;
	width: 300px;
	height: 204px;
	margin-top: 20px;
	background: url(../img/twitter_bird.jpg);
}
