@charset "utf-8";
/***********************************************************
 * File: neuf.css
 * Project: Bistrot Neuf
 * 
 * Copyright: (c) 2010 Hippo Software. All rights reserved
 *            <http://www.hipposoftware.nl>
 *
 * Author: Bert Bulder <mailto:bertb@hipposoftware.nl>
 *         Brouwersgracht 48, 1013 GX Amsterdam, 020-6255344
 *
***********************************************************************/
html,body{
	height:100%;
	margin:0;
	padding:0;
 }
body{
  	background: #a40234 url(../images/bg_neufd.gif) left top repeat;
    text-align:center;
    min-width:710px;
    min-height:509px;
 }
 body, td {
	 	font-size: 13px;
		line-height: 16px;
 }
 h2 { 
 	font-size:55px;
	font-weight:normal;
 }
 h2 a { 
 	text-decoration:none;
	color:#000;
 }
 h2 a:hover {
	 color:#a30234;
 }
 #vertical{
     position:absolute;
     top:50%;
     margin-top:-255px;/* half main elements height*/
     left:0;
     width:100%;
 }
#wrapper {
	width:710px; 
	height:509px; 
	background:transparent none left top no-repeat;
}
#content {
	background:#FFF none left top no-repeat;
	float:left;
	width:703px;
	height:502px;
}
#schaduwrechts, #schaduwonder {
	float: left;
	width: 7px;
	margin-top:10px;
	height:492px;
	background: #222;
	filter:alpha(opacity=15);
	-moz-opacity:0.15;
	-khtml-opacity: 0.15;
	opacity: 0.15;	
}
#schaduwonder {
	clear: both;
	float:left;
	width: 700px;
	margin-left:10px;
	margin-top:0px;
	height:7px;	
}
#menu {
	padding-top: 33px;
	padding-left: 33px;
	width: 125px;
	font-size:13px;
	line-height:20px;
	display:block;
	float:left;
}
#menu a {
	text-decoration: none;
	color: #000;
}
#menu a:hover, #menu a.selected {
	color: #a30234;
}
#tekst {
	float: left;
	padding-left: 260px;
	padding-top: 270px;
	width: 245px;
	height: 195px;
	overflow: hidden;
	text-align: left;
}
#formulier {
	float: left;
	padding-left: 75px;
	padding-top: 242px;
	width:425px;
	height: 225px;
	overflow:hidden;
}
#agenda {
	float: left;
	padding-left: 30px;
	padding-top: 150px;
	width:435px;
	height: 305px;
	overflow:hidden;
}
#agenda a { 
 	text-decoration:none;
	color:#000;
 }
 #agenda a:hover {
	text-decoration:underline;
	color: #a30234;
}
#niethier {
	height: 1px;
width:1px;
clear:both;
overflow:hidden;
}
#vandam {
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
input.op240 {
	width: 240px;
	height: 21px;
	padding: 0;
	margin: 0;
	margin-bottom: 3px;
	border: none;
	background-color:#FFF;
	border-bottom:#CCC 2px solid;
	border-right:#CCC 2px solid;
}
.margelinks135 {
	margin-left: 135px;
}
.margelinks100 {
	margin-left: 100px;
}
.margelinks65 {
	margin-left: 65px;
}
.margelinks50 {
	margin-left: 50px;
}
.margelinks25 {
	margin-left: 25px;
}
.margelinks10 {
	margin-left: 10px;
}
.font16 {
	font-size:16px;
	line-height: 21px;
}
a.zichtbarelink { border-bottom:#C06 1px dotted; text-decoration:none }

a:hover.zichtbarelink { border-bottom:#C06 1px solid;  text-decoration:none;}
.robot {line-height:15px; text-align:left; background-color:#fff; padding:10px; border:#999 1px solid;}