html {
	overflow-y:scroll;
}

body {
	font-family:Arial;
	font-size:11px;
	color:#272425;
	margin:0px;
	padding:0px;
	letter-spacing:.5px;
	line-height:175%;

}

a {
	color:#29637b;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

h1 {
}
h2 {
}
h3 {
}

img {
	margin:0px;
	padding:0px;
	border:none;
	display:block;
}
img.clear {
	clear:both;
}

p {
	margin:15px;
	padding:0;
}
p.no-margin-padding {
	margin:0px;
	padding:0px;
}
.text-intro-bold {
	font-size:13px;
	font-weight:bold;
}

div.text11 {
	font-size:11px;
	color:#272425;
}
div.text14 {
	font-size:14px;
	color:#272425;
}
div.text20 {
	font-size:20px;
	color:#15380d;
}
div.text-inner {
	padding:15px 0px;
}

div#wrapper {
	width:1139px;
	margin:0px auto;
}

ul {
	margin:0px 0px 0px 30px;
	padding:0px;
}
ul li {
	padding-left:2px;
}

div#top-bar {
	width:100%;
	height:30px;
	background-color:#29637b;
}

div#content-wrapper {
}
div#content-wrapper div#left {
	float:left;
	width:694px;
}
div#content-wrapper div#right {
	float:left;
	width:424px;
}

div#left-wrapper {
}
div#left-wrapper div#logo {
	float:left;
	width:694px;
	height:259px;
	position:relative;
	top:-29px;
}
div#left-wrapper div#logo img {
	border:none;
}

/**
 * Menu
 */
div#left-wrapper div#menu {
	position:relative;
	width:310px;
	height:20px;
	padding-left:12px;
}
div#menu ul {
	list-style-type:none;
   white-space:nowrap;
   padding:0px;
   margin:0px;
}
div#menu ul li {
	display:inline;
	height:20px;
	padding-right:35px;
}
div#menu img {
	border:none;
	display:inline;
}
div#menu a {
	font-size:13px;
	font-weight:bold;
	color:#29637b;
}
div#menu a:hover, div#menu a.selected {
	color:#e2068b;
	text-decoration:none;
}

div#submenu {
	margin-top:45px;
	height:110px;
}
div#submenu table {
	width:300px;
	position:relative;
	margin-left:12px;
	line-height:13px;
	border-collapse:collapse;
}
div#submenu table td.mainmenu {
	padding-bottom:10px;
}
div#submenu table td.mainmenu span {
	font-size:13px;
	font-weight:bold;
	color:#29637b;
}
div#submenu table td.mainmenu span.selected {
	color:#e2068b;
	text-decoration:none;
}

div#submenu table td {
	padding-left:2px;
	padding-right:10px;
}
div#submenu table td a {
	color:#29637b;
}
div#submenu table td a:hover,
div#submenu table td a.selected {
	color:#e2068b;
	text-decoration:none;
}
div#submenu table td a.selected {
	/*font-weight:bold;*/
}
div#border-sep {
	width:90%;
	margin-left:15px;
	border-top:1px dashed #000;
}

div#left-wrapper div#content {
	clear:both;
	width:694px;
	position:relative;
	top:-30px;
}

div#content div#content-left {
	width:350px;
	float:left;
}
div#content div#content-right {
	width:334px;
	float:right;
}


div#right-wrapper {
	width:424px;
}
div#right-wrapper div#flash-placeholder {
	width:423px;
	height:640px;
}

/**
 * Random images
 */
div#right-wrapper div#random-images {
	width:400px;
	margin-left:23px;
}
div#random-images div.small {
	float:left;
	width:200px;
	height:200px;
}
div#random-images div.big {
	width:400px;
	height:200x;
}

/**
 * Fotoboek
 */
table#fotoalbum {
	border-collapse:collapse;
	margin:0;
	padding:0;
}
table#fotoalbum td {
	padding-top:8px;
	padding-right:15px;
}
img#placeholder {
	margin-top:25px;
}


