﻿
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

@font-face {
  font-family: coolverti;
  src: url('coolverti.ttf');
}

::selection {
	background: #989898; /* Safari */
	}
::-moz-selection {
	background: #989898; /* Firefox */
}


body {
	background-image:url('img/bg.png');
	background-position:center top;
	background-color: #1a1a1a;
	background-repeat:no-repeat;
	font-family:coolverti, Arial;
	font-size: 10pt;
	color: #ebebeb;
}

.head {
	background-image:url('img/head.png');
	background-repeat:repeat-x;
	width: 100%;
	height: 75px;
}

.container {
	width: 860px;
	min-height: 10px;
	overflow:hidden;
	margin:0 auto;
}

#lplace-top {
	background-image:url('img/lplace-top.png');
	height: 47px;
	width: 234px;
	margin-left: 10px;
	float: left;
	padding-left: 26px;
	padding-top: 28px;
}

#menu {
	width: 590px;
	height:75px;
	float: left;
}

#menu ul {
	list-style-type:none;
	margin-left: 75px;
}

#menu ul li {
	margin-top: 20px;
	float: left;
	font-size: 15px;
	line-height: 22px;
	padding-left: 25px;
	padding-right: 25px;
}

#menu ul li a{
	color: #2c2c2c;
	text-decoration:none;
}

#menu ul li.selected {
	background-color: #ff0060;
}

#menu ul li.selected a{
	color: #ffffff;
}
    #menu li {
        float: left;
        list-style: none;
    }


.lplace-bottom {
	background-image:url('img/lplace-bottom.png');
	height: 27px;
	width: 821px;
	margin-left: 1px;
	color: #ffffff;
	font-size:10px;
	font-weight: bold;
	padding-left: 40px;
}

.projects {
	height: 142px;
	width: 922px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 0px;
}

.projects .left{
	width:62px;
	height: 101px;
	float: left;
	padding-top: 30px;
}

.projects .center{
	width: 798px;
	height: 142px;
	float: left;
	text-align:center;

}

.projects .right{
	width: 62px;
	height: 101px;
	float: left;
	padding-top: 30px;

}

.content {
	width: 810px;
	min-height: 300px;
	overflow:hidden;
	background-image:url('img/spacer.png');
	background-repeat: repeat;
	padding: 25px;
	font-family:Arial, Helvetica, sans-serif;
}

.content#quote {
	margin-top: 15px;
	min-height: 1px;
}

h1, h2, h3, h4, h5, h6 {
	color: #ff0060;
	font-family: coolverti;
}

.footer{
	padding-top: 10px;
	width: 860px;
	height: 20px;
	margin: 0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.footer a{
color: #ff0060;
}

a {
	color: #ff0060;
	color: #tabNavigation;
	text-decoration:underline;
}

a:hover {
	color: #ff0060;
	text-decoration:none;

}

.nieuws {
width: 810px;
min-height: 100px;
overflow: hidden;
}

.left .tabs {
width: 320px;
min-height: 10px;
overflow: hidden;
float: left;
}

.right .tabs {
width: 490px;
min-height: 10px;
overflow: hidden;
float: left;
}

.tabNavigation li{
width: 281px;
line-height: 30px;
margin-bottom: 7px;
font-family: coolverti;
background-color: #ff0060;
font-size: 11pt;
padding-left: 7px;
padding-right: 7px;
overflow: hidden;
}

.tabNavigation li a{
color: #1a1a1a;
text-decoration: none;
}		

.tabNavigation li a.selected{
color: #ffffff;
text-decoration: none;
}

#left {
width: 420px;
min-height: 100px;
overflow: hidden;
float: left;
text-align: center;
}

#portfolio {
background-image: url('img/portfolio.png');
background-repeat: no-repeat;
background-position: bottom;
padding-left: 25px;
width: 340px;
height: 250px;

}

.portfolio {
float: left;
}

p {
margin-bottom: 10px;
}

td.item{
	padding: 5px;
}

table.pakket td {
padding: 5px;
text-align: center;
}

table.pakket td.title {
color: #ff0060;
font-weight: bold;
}

table.pakket tr:hover{
	background-color: #1a1a1a;
}

table.pakket tr.none:hover {
	background: transparent;
}

input, textarea{
background-color: #1a1a1a;
color: #ffffff;
padding: 5px;
border: 1px solid #000000;
}
