/* nav include */
@import url('nav.css');

body {
    background-color: #f2f2f2;
	color: #666;
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 140%;
}

/* standaard typografie */

p {
	font-weight:normal;
	margin: 12px 0;
	line-height:160%;
	text-align: left;
}

a {
	color: #5e9dba;
	text-decoration: none;
}

a:hover {
	color: #67a7c4;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {margin: 5px 0; font-weight: normal; line-height: 100%;}

h1 {font-size: 30px;}

h2 {font-size: 25px}

h3 {font-size: 15px}

h4 {font-size: 14px}

h4 {font-size: 13px}

h5 {font-size: 12px}

h6 {font-size: 11px}


#content ul li, #full-width-content ul li {
	background: url(../images/content-bullet.png) no-repeat scroll 12px 4px;
}

#content blockquote, #full-width-content blockquote {
	border-left: 3px solid #666;
}

#content a img, #content img, #full-width-content a img, #full-width-content img {
	background: #FFFFFF;
}

#content a:hover img, #full-width-content a:hover img {
	border: 5px solid #cccccc;	
}


/* classes */

.titels h2{
		 
		 color: #FF3399;
}
.small { font-size: 11px }
.clear { clear:both }
.full-width { width: inherit }

/* header */

#header {
	background: #f2f2f2;
}

#header-inner {
	
	margin: auto;
	width: 972px;
	height: 65px;
	position: relative;
}

#header-inner h1 {
	background: url('../images/logo.png') no-repeat;	
	position: absolute;
	top: 5px;
	left: 0px;
	margin-left: 10px;
	
}

#header-inner a#logo {
	text-indent: -99999px;
	display: block;
	width: 400px;
	height: 49px;
}

#menu-wrapper {
	background: url('../images/menu-wrapper.png') no-repeat;
}

#menu li {
	background: url('../images/menu-divider.png') right top no-repeat; 
}


#menu li a, #menu a:visited  { 
	color: #ffffff;
}

#menu li ul {
	background: #58accb;
	border-top: 1px solid #64bcdc;
	border-bottom: 1px solid #64bcdc;
	border-right: 1px solid #64bcdc;
	border-left: 1px solid #64bcdc;
	margin-left: -1px;
}

#menu li li a:focus, #menu li li a:hover, #menu li li a:active {
	background: #FF3399;
}

#menu li li a, #menu li li a:visited {
	color: #FFFFFF;
}


#main {
	background: #f2f2f2;
	border-top: 1px solid #f2f2f2;
	overflow: hidden;
	padding-bottom: 10px;
	z-index:1; 
	position: relative;
}

#main-inner {
	margin: auto;
	padding-top: 15px;
	width: 960px;
	overflow: hidden;
	min-height: 350px;
	text-align: left;
}

#main-inner h2.title {
	font-size: 30px;
	margin-left: 10px;	
}

/* homepage elementen */

#home-display {
	background: #ffffff;
	padding: 10px;
	margin: 0 10px 10px 10px;
}

#home-main {
	background-color: #ffffff;
	font-size: 14px;
	/* 940px; */
	margin: 0 10px 10px 10px;
	line-height: 1.4;
	position: relative;
	padding: 10px 20px 10px 20px;
}

#home-main h2{
 color: #FF3399;
}

#home-box-containter {
	padding-bottom: 10px;
}

.home-box {
	width: 300px;
	margin: 0 10px;
	float: left;
	text-align: left;
	position: relative;
	overflow: hidden;
	display: inline;
}

#main-inner .home-box h2 {
	font-size: 19px;
	margin: 0;
}

.home-box p, .home-box ul {
	background-color: #ffffff;	
	padding: 3px 0;
	margin: 12px 0;
}

.home-box .pad {
	background-color: #ffffff;	
	padding: 20px;
}

/* afrondingen */

.rounded-10 {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
} 

.rounded-5 {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
} 

/* slideshow */

#slideshow-wrapper {
	width: 920px;
	height: 300px;
	position: relative;
	overflow: hidden;
}

#slideshow {
	z-index: 1;
}

#slideshow-nav {
	background-color: #fff;
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding: 5px;
	z-index: 2;
}

#slideshow-nav li {
	float: left;
	display: inline;
}

#slideshow-nav li a {
	background-image: url(../images/slideshow-nav.png);
	display: block;
	text-decoration: none;
	font-size: 11px;
	margin: 0 1px;
	padding: 0;
	background-position: 0 0;
	width: 13px;
	height: 13px;
}

#slideshow-nav li a:hover, #slideshow-nav li a.activeSlide {
	background-position: -13px 0;
}

.slide {
	position: relative;
}

.slide-image {
	float: left;
	display: inline;
}

.slide-excerpt {
	float: left;
	width: 420px;
	height: 300px;
	display: inline;
}


