@charset "utf-8";
/*
 * EXPERIENZ
 *
 * @author experienz.nl
 * @copyright Copyright (C) 2009 EXPERIENZ. All rights reserved.
 */ 
 
/* slideshow 
@import url(slideshow.css);
*/
html{
	height: 100%;
	overflow: auto;
	overflow-y: scroll;
}

body {
	height: 100%;
	background-color: #1d0400;
	background-image: url(../images/css-images/BG_body.jpg);
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	margin:0px;
	padding:0px;
	font-size: 12px;
	line-height: 18px;
	background-attachment: scroll;
	background-position: center top;
	background-repeat: no-repeat;
}
div#{
	margin:0px;
	padding:0px;
}
#work{
	background-image: url(../images/css-images/smile_logo_001.png);
	background-position: center top;
	height: 200px;
	width: 960px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 80px;
	font-size: 16px;
	color: #FF0;
	background-repeat: no-repeat;
	text-align: center;
	font-weight: bold;
}
#body-wrapper{
	width: 100%;
	min-width:1000px;
	min-height: 100%;
	height:auto !important; /* voor moderne browsers */
	height:100%; /* voor IE */
}
h2{
	color: #ffff33;
	font-size: 14px;
	line-height: 16px;
	font-style: normal;
	font-weight: bold;
	padding: 1px 0 10px 0;
	margin: 0;
}
h1{
	color: #ffff33;
	font-size: 16px;
	line-height: 18px;
	font-style: normal;
	font-weight: bold;;
	padding: 1px 0 10px 0;
	margin: 0;
}
p{
	padding: 1px 0 10px 0;
	margin: 0;
}
.special{
	background-color: #111;
	width: 540px;
	padding: 3px 10px 4px 10px;
	border-bottom: thin solid #FF0;
	display: inline-block;
}
a:link, a:visited, a:active {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}

a.afbeelding:link, a.afbeelding:visited, a.afbeelding:active{
	display: block;
	position: absolute;
	font-size: 10px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
	top: 2px;
	right: 10px;
}
a.afbeelding:hover {
	color: #FF0;
}
#right-wrapper a[href^="mailto:"] {
	font-weight: normal;
	color: #FF0;
}
#right-wrapper a[href^="http://"] {
    background: url(../images/css-images/external.png) center right no-repeat;
    padding-right: 12px;
	font-weight: normal;
	color: #FF0;
}
#right-wrapper a[href^="http://www.google.nl/maps"] {
    background: #000 url(../images/css-images/external.png) center right no-repeat;
    padding: 0 14px 0 2px;
	font-weight: normal;
	color: #FF0;
	font-size: 10px;
}
#right-wrapper a[href^="http://www.smile-utrecht.nl/"], #right-wrapper a[href^="http://www.smiledriveinevents.nl/"] {
	background: url();
	padding: 0;
	font-weight: bold;
	color: #FF0;
}
#right-wrapper a[href$='.pdf'], #right-wrapper a[href$='.xls']{
	background: url();
	padding: 0;
	font-weight: bold;
	color: #FF0;
}
#right-wrapper a.prijs{
	outline: none;
	display:block;
	background-image: url(../images/css-images/calculator.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 24px;
	padding: 16px 0 0 32px;
}
/**************************************************************
   TOP
 **************************************************************/

#nav-wrapper{
	width: 100%;
	background-image: url(../images/css-images/nav-ul-up.jpg);
	background-repeat: repeat-x;
	background-position: center 30px;
	float: left;
	position: relative;
	z-index:160;
}
#top{
	font-size: 10px;
	color: #ccc;
	height: 10px;
	width: 100%;
}
#date{
	width: 960px;
	margin: 0 auto 0 auto;
	text-align: right;
}
#nav-container{
	width: 960px;
	height: 70px;
	margin: 0 auto 0 auto;
	padding: 20px 0 0 0;
	position: relative;
}
#logo{
	float: left;
	width: 340px;
	height: 70px;
	position: relative;
	z-index: 110;
	left: -10px;
	top: -5px;
	z-index: 900;
}
#nav{
	position: absolute;
	right: 0;
	z-index: 800;
}
#header-wrapper{
	position: relative;
	width: 100%;
	background-image: url(../images/css-images/stripes.png);
	background-repeat: repeat-x;
	background-position: center 10px;
	float: left;
	margin: 10px 0 10px 0;
	*margin: 0 0 0 0; /* IE 7 hack */
}
#header{
	position: relative;
	width: 960px;
	height: 250px;
	padding: 10px 0 10px 0;
	margin: 0 auto 0 auto;
	*margin: 0px auto 10px auto; /* IE 7 hack */
}

#featured{
	background-image: url(../images/css-images/content-bg.png);
	background-repeat: repeat-y;
	background-position: -640px top;
	width: 280px;
	height: 210px;
	padding: 20px;
	float: left;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
}

#show{
	width: 638px;
	height: 248px;
	position: relative;
	float: left;
	background-color: #000;
	z-index: 0;
	margin: 1px 1px 0 0;
	background-image: url(../images/css-images/loader.gif);
	background-position: center center;
	background-repeat: no-repeat;
}
#frame{
	height:250px;
	width:640px;
	background-image: url(../images/css-images/slideframe.png);
	position: absolute;
	left: 320px;
	top: 10px;
	z-index: 10;
}
/**************************************************************
   CONTENT
 **************************************************************/
#content-wrapper{
	width: 100%;
	background-image: url(../images/css-images/content-bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	float: left;
	overflow: auto;
	position: relative;
}
#main-wrapper{
	width: 960px;
	margin: 0 auto 0 auto;
	background-image: url(../images/css-images/main-bg.png);
	background-repeat: repeat-y;
	background-position: left top;
	overflow: auto;
	position: relative;
}
#left-wrapper{
	width: 320px;
	float: left;
	padding: 0 0 20px 0;
}
#left{
}
#left img{
	width: 270px;
	height: auto;
	border: solid 5px #000;
	padding: 0;
	margin: 20px 0 0 20px;
}
/*
#shop{
	width: 340px;
	height: 80px;
	position: relative;
	z-index: 110;
	left: -10px;
	top: -10px;
}
*/
#shop-logo{
	position: relative;
	width: 320px;
	height: 60px;
}
#shop-logo a.smile-shop {
	display: block;
	width: 320px;
	height: 60px;
	text-decoration: none;
	background-image: url(../images/css-images/smile_shop_002.jpg);
}

#shop-logo a.smile-shop:hover {
	background-position: -320px 0;
}

/**************************************************************
   SUB
 **************************************************************/
ul.submenu{
	list-style-type : none;
	width: 320px;
	padding:0;
	margin:0;
	font-weight: bold;
	clear: both;
	min-height: 30px; /*ff*/
	height: auto !important; /*IE7*/
}
ul.submenu a:focus {
	outline: none;
}
ul.submenu li {
	clear: both;
}
ul.submenu li a, ul.submenu li a:visited, ul.submenu li a:active {
	display: block;
	padding : 7px 20px 0 20px;
	height : 23px;
	width: 280px;
	background : #111;
	text-decoration : none;
	color : #FFF;
	float : left;
	border-bottom: thin solid #222;
	border-top: thin solid #000;
}
ul.submenu .current {
	display: block;
	width: 270px;
	padding : 7px 20px 0 30px;
	height : 23px;
	background : #000;
	text-decoration : none;
	color : #FF0;
	float : left;
}
ul.submenu li a:hover {
	background : #000;
	color : #FF0;
}
/**************************************************************
   SUB
 **************************************************************/
#news{
	width: 280px;
	padding: 20px 20px 10px 20px;
	font-size: 10px;
	line-height: 12px;
	color: #999;
}
#news-item{
	width: 100%;
	float: left;
	margin: 0 0 10px 0;
}
#news-date{
	width: 100%;
	float: left;
	font-size: 10px;
	line-height: 10px;
	color: #666;
	margin: 0 0 2px 0;
}
#news-titel{
	width: 100%;
}
#news-titel h3{
	font-size: 12px;
	line-height: 16px;
	font-style: italic;
	font-weight: normal;
	padding: 0;
	margin: 0;
	color: #FFF;
}
#news-description{
	width: 100%;
	float: left;
}
#news-clear{
	height: 12px;
	width: 100%;
	float: left;
}
#right-wrapper{
	width: 640px;
	float: right;
}
#right{
	position: relative;
	padding: 40px;
	/*background-color: #000;*/
}
/**************************************************************
   FOOTER
 **************************************************************/
#clear-footer{
	clear:both;
	height:20px;
	width:100%;
	padding: 0 0 220px 0;
}
#footer-wrapper{
	width: 100%;
	height: 220px;
	margin-top:-220px;
	position: relative;
	clear:both;
}
#top-footer-wrapper{
	width: 100%;
	height: 160px;
	background-color: #000;
}
#top-footer{
	width: 960px;
	height: 160px;
	margin: 0 auto 0 auto;
	font-size: 10px;
	line-height: 12px;
	font-style: normal;
	font-weight: normal;
	background-image: url(../images/css-images/footer-bg.png);
	background-position: center 20px;
	background-repeat: no-repeat;
	color: #CCC;
}
#top-footer a:link, #top-footer a:visited, #top-footer a:active {
	color: #FFF;
	text-decoration: none;
}
#top-footer a:hover {
	text-decoration: underline;
	color: #CCC;
}

.footer-item{
	display:block;
	float: left;
	width: 280px;
	padding: 20px 20px 0 20px;
}
.pin{
	background: url(../images/css-images/b-pin.gif) center left no-repeat;
	padding: 0 0 0 38px;
	height: 24px;
	display: block;
	vertical-align: middle;
}
#clear-footer-items{
	clear:both;
	height:20px;
	width:100%;
}

#bottom-footer-wrapper{
	width: 100%;
	height: 60px;
	background-color: #111;
	background-image: url(../images/css-images/bottom-footer-bg.png);
	background-repeat: repeat-x;
	background-position: center top;
}
#bottom-footer{
	width: 960px;
	height: 40px;
	padding: 10px 0 10px 0;
	margin: 0 auto 0 auto;
	font-size: 10px;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
}
#copyrights{
	float: left;
	width: 700px;
}
#copyrights a:link, #copyrights a:visited, #copyrights a:active {
	color: #333;
	text-decoration: none;
	font-weight: normal;
}
#copyrights a:hover {
	text-decoration: underline;
}
#copyrights-logo{
	float: right;
	width: 100px;
}
#bottom-footer a.experienz {
	display: block;
	width: 100px;
	height: 29px;
	text-decoration: none;
	background-image: url(../images/css-images/experienz.png);
}

#bottom-footer a.experienz:hover {
	background-position: -100px 0;
	}

.displace {
	position: absolute;
	left: -5000px;
	}
#clear-div{
	clear:both;
	height:5px;
	width:100%;
}

#contentbutton{
	display: block;
	position: absolute;
	top: 40px;
	right: 40px;
}
#contentbutton a.offerte {
	display: block;
	width: 120px;
	height: 32px;
	text-decoration: none;
	background-image: url(../images/css-images/offerte.png);
}

#contentbutton a.offerte:hover {
	background-position: -120px 0;
}
	
#map {
	width: 550px;
	height: 300px;
	color: #000;
	border: 5px solid #000;
}

