/**
*   FONT STYLES 
*
*  Standardize font sizes and line-height across browsers 
*/

* {
	margin: 0;
	padding: 0;
}
body {
	font:13px arial,helvetica,clean,sans-serif;
	  *font-size:small;
	  *font:x-small;
	line-height: 1.36em;	
}

img {
	border: 0;
}

h2 {
	margin: 5px 0 10px 0;
}

h3 {
	margin: 12px 0 5px 0;
}

p {
	margin: 12px 0 0 0;
}
/**
*   LAYOUT STYLES 
*
*  Styles pertaining to minor layout adjustments, such as
*   changing from fluid width to fixed width.  
*   See layout.css for major adjustments.
*/

body {
	background: url('../images/background_site.gif') repeat-x top center;
	color: #555;
}

#container {
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	width: 810px;
}

#header-left {
	width: 645px;
}

#header-left img {
	float: left;
	margin-top: 25px;
}

#header-right {
	display: block;
	float: left;
	height: 173px;
	margin-top: -137px;
	margin-left: 645px; 
	*margin-left: 322px;
	width: 150px;
	background: url('../images/background_menu.gif') no-repeat top left;
}

#header-right span {
	display: none;
}

#header-right ul {
	list-style: none;
	margin-top: 22px;
	margin-left: 5px;
}

#header-right li {
	height: 25px;
	*margin: -2px;
}

#header-right a {
	vertical-align: center;
}

#content {
	clear: both;
	width: 810px;
	height: 100%;
}

#content a {
	color: #9cad25;
}

#content li {
	margin-left: 17px;
}

#content-left {
	display: block;
	float: left;
	padding-top: 40px;
	padding-right: 10px;
	width: 635px;
}

#left {
	margin-top: 10px;
	width: 200px;
	float: left;
}

#left p {
	padding-left: 15px;
	padding-right: 0px;
	padding-top: 5px;
}

#left a {
	color: #000;
	text-decoration: none;
}

#left a:hover {
	text-decoration: underline;
}

#middle {
	margin-top: 10px;
	width: 200px;
	float: left;
}

#middle p {
	padding-left: 15px;
	padding-right: 0px;
	padding-top: 5px;
}

#middle a {
	color: #000;
	text-decoration: none;
}

#middle a:hover {
	text-decoration: underline;
}

#right {
	margin-top: 10px;
	width: 206px;
	float: left;
}

#right p {
	padding-left: 15px;
	padding-right: 0px;
	padding-top: 5px;
}

#right a {
	color: #000;
	text-decoration: none;
}

#right a:hover {
	text-decoration: underline;
}

#footer {
	clear: both;
	font-size: 10px;
	color: #b3b3b3;
	margin-top: 25px;
	margin-left: 0px;
	margin-right: 10px;
	border-top: 1px dotted #b3b3b3;
	text-align: right;
}

#content-right {
	float: left;
	width: 150px;
	margin-top: 1px;
	padding-top: 40px;
	padding-left: 10px;
	min-height: 375px;	
	background: url('../images/background_logos.gif') no-repeat top left;
	_width: 135px;
	_height: 375px;
	margin-bottom: 10px;
	font-size: 11px;	
}

.clear {
	clear:both;
}

ul.menu_level1 {
	display: none;
}

#v2Home {
	margin-top: 30px;
	margin-left: 10px;
}

#v2Side {
	margin-top: 30px;
	margin-left: 10px;
}

#googleMap {
	border: 1px solid #333;
	margin: 12px 0px 7px 0px;
	width: 500px;
	height: 350px;
	clear: both;
}

img.photo_right {
	border: 0px solid #333;
	margin: 0 0 10px 10px;
	float: right;
}

img.photo_left {
	border: 0px solid #333;
	margin: 0 10px 10px 0;
	_float: left;
}

img.photo_border {
	border: 1px solid #333;
}

img.photo_right_border {
	border: 1px solid #333;
	margin: 0 0 10px 10px;
	float: right;
}

img.photo_left_border {
	border: 1px solid #333;
	margin: 0 10px 10px 0;
	float: left;
}

table.form td {
	padding: 0 5px 5px 0;
	vertical-align: top;
}

div#referenties {
	text-align: center;
}

div#referenties img {
	margin: 15px 0;
}

#joppaHasi img {
    margin: 12px 0px 3px 70px;  
}

#joppaHasi input {
    margin-left: 70px;
    margin-bottom: 12px;
    width: 120px;
}

#message_box {
    border: 1px solid #9cad25;
    background-color: #eef5bc;
    
    margin-bottom: 12px;
    
    padding: 7px;
    width: 80%;
    
}
