@charset "utf-8";
/* CSS Document */

* {
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
}

html {
	background: url(../img/tokata-gradientbg.jpg) bottom left repeat-x;
	height: 100%;
}
#wrapper {
	margin: 0 auto;
	width: 970px;
}
#inner-wrapper {
	position: absolute;
	top: 50%;
	margin-top: -250px;
}
h1 {
	font-size: 18px;
	margin: 0 0 15px 0;
}
h2 {
	font-size: 15px;
	border-top: 1px solid #fff;
	padding: 15px 0 0 0;
}
p {
	margin: 0 0 15px 0;
}
#linkerkolom.home p {
	line-height: 15px;
}
/* ------- NAVIGATION ------- */
.navigation {
	height: 23px;
	padding: 0 0 0 30px;
	margin: 20px 0 0 0;
	width: 970px;
}
.navigation .nav-linkerkolom {
	width: 300px;
	float: left;
}
.navigation .nav-rechterkolom {
	width: 630px;
	float: left;
}
.navigation ul li {
	list-style-type: none;
	float: left;
}
.navigation ul li a {
	padding: 0 20px 0 10px;
	border-right: 1px solid #000000;
	margin: 0 0 0 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	color: #000000;
}
.navigation ul li.last a {
	border: 0px;
}
										
.navigation ul li a.active, .navigation ul li a:hover {
	background: url(../img/listitem.gif) left center no-repeat;
}

/* ------- LINKER KOLOM ------- */
#linkerkolom {
	float: left; 
	width: 290px;
	background: #5a8095;
	height: 420px;
	color: #ffffff;
	padding: 30px 20px 30px 30px;
}
#linkerkolom .tbl_contact {
	margin: 0 0 10px 0;
}
#linkerkolom .tbl_contact tr td {
	padding: 0 8px 0 0;
}
#linkerkolom .link-list {
	margin-left: 15px;
}
#linkerkolom .link-list a {
	color: #ffffff;
}
#linkerkolom .link-list a:hover {
	color: #145b82;
}

	
/* ------- RECHTER KOLOM ------- */
#rechterkolom {
	float: left;
	width: 630px; 
	height: 480px;
	position: relative;
}
#rechterkolom #slideshow{
	background: #000000;
}
#rechterkolom #inner-block {
	position: absolute;
	top: 340px;
	left: 35px;
	
	background-color: #000000;
	filter:alpha(opacity=60); /* IE's opacity*/
    opacity: 0.60;
	
	color: #ffffff;
	text-transform: uppercase;
	font-size: 18px;
	padding: 45px 45px 45px 45px;
	z-index: 99;
}


