html {
	overflow-y: scroll;
}

body {
	background-color: #000033;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 5px 15% 0 15%;
	width: 70%;
	padding:0;
	font: bold 11px/1.5em Verdana;
}

h1 {
	background-image: url(images/background_chart_small.jpg);
	border: thin #999 solid;
	padding: 6px 1em 6px 1em;
	color: #000033;
	font-size: 14px;
}

h2 {
	color: #000033;
	font-size: 14px;
	margin-top: 2px;
}

h2.list {
	clear: left;
	padding: 6px 1em 6px 1em;
}

a:link {
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #0000ff;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #0000ff;
	text-decoration: underline;
	font-weight: bold;
}

img {
	background-color: #fff;
	border: thin #999 solid;
	padding: 1em;
    display: block;
    margin: 1em auto 1em auto;
}

img.inline {
	position: relative;
	background-color: #fff;
	border: thin #999 solid;
	padding: 1em;
	float: left;
	margin: 0 1em 1em 0;
	clear: both;
}

.Lgallery {
	float: left;
	padding: 0 1em 0 0;
	border: none;
	margin: 2px 0 2px 2px;
	position: relative;
}

.Rgallery {
	float: right;
	padding: 0 0 0 2px;
	border: none;
	margin: 2px 2px 2px 0;
	top: inherit;
}

li.inline {
	background: url(images/wreck_symbol.gif) no-repeat;
	margin: 0 0 0 -40px;
	padding: 0 0 6px 50px;
}

ul.inline {
	list-style: outside none none;
}

p.inline {
	font-size: 11px;
	font-weight: 100;
	text-align: left;
	margin-bottom: 0;
}

hr {
	clear: both;
	color: #999;
	background-color: #999;
	height: 1px;
	border: 0;
}

p.gallery {
	font-size: 12px;
	font-weight: 100;
	text-align: left;
	margin: 0;
}

.inhoud {
	background-image: url(images/background_chart_1.jpg);
	border: thin #999 solid;
	padding: 1em;
	margin: 1em 0 1em 0;
	color: #000033;
}

.buddies {
	position: relative;
	color: #000033;
	padding: 1em;
	margin: 0;
	clear: both;
}

.voet {
	background-color: #003;
	color: #FFF;
	font-weight: bold;
	font-size: 8px;
	padding: 1px 1px 1px 1px;
	text-align: center;
	border: thin #999 solid;
	clear: both;
}

.basictab{
	padding: 3px 0;
	margin-left: 0;
	font: bold 12px Verdana;
	border-bottom: 1px solid gray;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
	display: inline;
	margin: 0;
}

.basictab li a{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid gray;
	border-bottom: none;
	background-color: #9CF;
	color: #003;
}

.basictab li a:visited{
	color: #003;
}

.basictab li a:hover{
	background-color: #FFF;
	color: black;
}

.basictab li a:active{
	color: black;
}

.basictab li.selected a{ /*selected tab effect*/
	position: relative;
	top: 1px;
	padding-top: 4px;
	background-color: #DBFF6C;
	color: black;
}