body{
margin: 0;
text-align: center;
}  

body{
font-family: arial, sans-serif;
font-size: 62.5%; /* = 10px */
}

#inhoud{
margin: 0 auto 0 auto;
width: 876px;
text-align: left;
}

#kop{
background: url(plaatjes/concertverhuurlogo.GIF) no-repeat;
margin: 10px 0 10px 0;
width: 100%;
height: 70px;
}

#menu{
background-color: #888;
width: 100%;
height: 25px; 
}

#romp{
width: 100%;
margin: 75px 0 0 0; 
}

#nav, #nav ul {
padding: 0;
margin: 0;
list-style: none;
}

#nav li {
float: left;
width: 146px;
}

#nav ul {
position: absolute;
width: 146px;
left: -1000px;
}

#nav li:hover ul, #nav li.ie_does_hover ul{
left: auto;
background-position: 0 0;
}

#nav a {
display: block;
margin: 2px 5px 3px 5px;
}

ul a:link, ul a:active, ul a:visited{
font-weight: bold;
color: #fff;
cursor: default;
text-decoration: none;
font-family: Arial, sans-serif;
font-size: 1.6em;
}

ul a:hover{
font-weight: bold;
color: #fc0;
cursor: pointer;
text-decoration: none;
font-family: Arial, sans-serif;
font-size: 1.6em;
}

ul ul a:link,  ul ul a:active, ul ul a:visited{
font-weight: normal;
color: #fff;
cursor: pointer;
text-decoration: none;
font-family: Arial, sans-serif;
font-size: 1.4em;
}

ul ul a:hover{
font-weight: normal;
color: #fc0;
cursor: pointer;
text-decoration: none;
font-family: Arial, sans-serif;
font-size: 1.4em;
}

ul li{
border-left: 0 solid #FFF;
}

ul ul li{
background-color: #888;
border-top: 0 solid #FFF;
border-left: 0;
}

 /* IE only hack \*/
* html ul li, * html ul ul li{
border-bottom: 0 solid #FFF;
}

* html ul ul li{
border-top: 0;
}
/* Einde IE only hack */

p{
font-family: arial, sans-serif;
font-size: 1.4em;
color: #000;
}

p.center{
font-family: arial, sans-serif;
font-size: 1.4em;
text-align: center;
}

h1{
font-family: arial, sans-serif;
font-size: 1.6em;
font-weight: bold;
color: #000;
}   

a:link, a:active, a:visited{
color: #f00;
font-family: arial, sans-serif;
text-decoration: none;
}

a:hover{
color: #000;
font-family: arial, sans-serif;
text-decoration: underline;
}

p.image{
float: right;
width: 200px;
height:100px;
font-size: 1.2em;
color: #000;
text-align: center;
}

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 133px;
	height: 100px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 266px;
	height: 200px;
}

table{
width: 350px;
text-align: center;
}

caption{
font-size: 1.4em;
margin: 0 0 20px 0;
}

td, th{
border: 1px solid black;
font-size: 1.4em;
}

thead th{
background-color: #888;
color: #fff;
}

tbody th{
background-color: #ccc;
color: #000;
}

tbody td{
background-color: #ccc;
text-align: center;
}

fieldset{
position: absolute;
top: 190px;
left: 265px;
background: transparent;
width: 500px;
padding: 5px 0 10px 10px;
border: 0;
font-family: arial, sans-serif;
}

legend{
color: #000;
padding: 0 6px 4px 0;
margin: 0 0 5px 0;
font-size: 1.4em;
}

label{
width: 120px;
float: left;
color: #000;
font-size: 1.4em;
padding: 4px 0 0 0;
}

input{
width: 300px;
margin: 2px 0 9px 0;
padding: 1px 0 2px 3px;
border: 1px solid #808080;
background-color: transparent;
color: #000;
font-size: 1.4em;
cursor: default;
}

select{
margin: 2px 0 15px 0;
padding: 1px 0 2px 3px;
border: 1px solid #808080;
background-color: #fff;
color: #000;
z-index: -1;
}

#opmerkingen{
width: 300px;
height: 120px;
margin: 2px 0 9px 0;
padding: 1px 0 2px 3px;
border: 1px solid #808080;
font-family: arial, sans-serif;
color: #000;
background-color: transparent;
font-size: 1.4em;
cursor: default;
}

.button{
background-color: transparent;
color: #000;
font-weight: bold;
width: auto;
margin: 0 5px 0 0;
padding: 1px 5px 2px 5px;
cursor: pointer;
float: left;
}