@charset "utf-8";
/***********************************************************
 * File: vs.css
 * Project: Villa Sculptura
 *
 * Copyright: (c) 2010 Hippo Software. Some rights reserved
 *            <http://www.hipposoftware.nl>
 *
 * Author: Bert Bulder <mailto:bertb@hipposoftware.nl>
 *         Brouwersgracht 48, 1013 GX Amsterdam, 020-6255344
 *
***********************************************************************/
body {
	margin: 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Geneva, sans-serif;
	font-size: 11px; line-height: 17px;
	background-color: #746d59;
	text-align:left;
}
h1, h2, h3, h4 { 
	font-weight:bold; 
	color:#bd4118; 
	padding:0; 
	margin:0;
}
h1 { 
	font-size:18px;
}
h2 { 
	font-size:16px;
}
h3 { 
	font-size:14px;
}
h4 { 
	font-size:12px;
}
a { 
	outline:none;
}
#wrapper {
	position:relative;
	width: 650px;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	background-color: #fff;
	background-image:url(../images/villa.gif);
	background-position:right top;
	background-repeat:no-repeat;
	border: #666 1px solid;
	-moz-box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.4); /* Firefox/Mozilla */
	-webkit-box-shadow: 6px 6px 10px #555; /*Safari/Chrome */
	box-shadow: 6px 6px 10px #555; /* Opera & hoe het zou moeten */ 
	/* voor MSIE is er gewoon geen goed alternatief */
	z-index:1;	
	cursor:move;
}

.ui-draggable-dragging {
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
}
#googleiframe {
	position:absolute;
	z-index:0;
	margin-top: -10px;	
}

#header {
	background-color:transparent;
	height: 95px;
	padding-top: 20px;
	padding-left: 20px;
	cursor:pointer;
	font-size: 36px;
	text-shadow:5px 5px 8px #fff;
	font-weight: bold;
	color: #666;
}
#onder {
	background-color:transparent;
}
.logo {
	background:#FFF url(http://villasculptura.nl/images/bg_content.gif) left top repeat-y;
}
#taal {
	margin-top: 70px;
	margin-right: -15px;
	width: 200px;
	float:right;
	height: 30px;
	overflow:hidden;
	z-index:99;	
}
#navigation {
	margin-top: 2px;
	margin-right: -15px;
	position:relative;
	cursor:move;
	width: 200px;
	background-color: #efefef;
	background-image:url(http://villasculptura.nl/images/bg_nav.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	float:right;
	-moz-box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.4); /* Firefox/Mozilla */
	-webkit-box-shadow: 6px 6px 10px #555; /*Safari/Chrome */
	box-shadow: 6px 6px 10px #555; /* Opera & hoe het zou moeten */ 
	/* voor MSIE is er gewoon geen goed alternatief */
	margin-bottom: 20px;
	height: 200px;
	overflow:hidden;
	z-index:99;
	border: #ccc 1px solid;
	}
#navigation ul, #taal ul {
	list-style-type: none;
	padding-top: 11px;
	padding-left: -15px;
	list-style-image:none;
}

#navigation ul li, #taal ul li {
	letter-spacing: 0px;
	color: #334895;
	font-weight:bold;
}
#navigation ul li a, #taal ul li a {
	color: #598f43;
	text-decoration:none;
	padding-left: 13px;
}
#navigation ul li a:hover, #taal ul li a:hover {
	color: #bd4118;	
}
#navigation ul li a.selected, #taal ul li a.selected  {
	color: #bd4118;
	background-image:url(http://villasculptura.nl/images/menu_selected.gif);
	background-position: left 4px;
	background-repeat:no-repeat;
}
#navigation ul li .sub {
	text-transform: lowercase;
	letter-spacing: 0px;
	padding-left: 12px;
	color:#000;
	font-weight:normal;
}
#navigation ul li .sub a {
	color:#598f43;
	text-decoration:none;
}
#navigation ul li .sub a:hover {
	color: #bd4118;		
}
#navigation ul li .sub a.selected {
	color: #bd4118;		
}
#content {
	padding-top:13px;
	margin-left: 80px;
	width: 360px;
	min-height: 420px;
	background-color: tansparent;
	min-height: 460px;
}
#content p {
	padding-left: 0px;
}
#content a {
	text-decoration:none; 
	color:#598f43; 
	border-bottom:#b8b8e0 1px dotted;
}
#content a:hover {
	border-bottom:#b8b8e0 1px solid; 
	text-decoration:none;
}
#rechts {
	margin-top: 0px;
	margin-right: 0px;
	position:relative;
	width: 170px;
	background-color:transparent;
	float:right;
	margin-left: 10px;
	}
#logos {
	padding-bottom: 10px;
	position:relative; 
	z-index:3;
	cursor:move;
	text-align: center;
	margin-top: 40px;
	margin-right: -35px;
	background-color:#d7e1eb;
	-moz-box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.4); /* Firefox/Mozilla */
	-webkit-box-shadow: 6px 6px 10px #555; /*Safari/Chrome */
	box-shadow: 6px 6px 10px #555; /* Opera & hoe het zou moeten */ 
	/* voor MSIE is er gewoon geen goed alternatief */}
#logos p , #logos img
	{
	margin:0;
	padding:0;
	padding-bottom: 4px;
	}
#nound {
	margin-left:10px;
}
#content #nound a { 
	border:none; 
}
#content a.imgs {  
	border-bottom: none;
}
.uit {display:none;}
.aan {display:inline;}
.rechts {float:right;}
.links {float:left;}
.rechtslijnend {text-align:right;}
.villatitel {
	margin-bottom: 18px;
	color:#bd4118;
}
.ondertitel {
	font-size: 15px;
	line-height: 24px;
	padding-left: 3px;
}