/* 	
*	Nederlands
*	Geschreven door Daniel Menno Smidt
*	Copyright (c) damscreations.net 2007. Alle Rechten Voorbehouden 
*
*	English
*	Written by Daniel Menno Smidt 
*	Copyright (c) damscreations.net 2007. All Rights Reserved 
*/

/*
  *	BODY
  */
html {

}

body {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #000000;
	color: #252525;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	text-align: center;
}

/*
  *	Wrapper
  */
#wrapper {
	position: relative;
	margin: 75px auto auto auto;
	padding: 0;
	width: 580px;
	height: 396px;
	background-image: url("artwork/welcome_leaf.jpg");
	background-position: top;
	text-align: right;
}

/*
  *	Menubar
  */
#menu {
	margin: 0 0 0 auto;
	width: 133px;
	text-align: left;
	visibility: hidden;
}

/*
  *	Copyright info
  */
#copyright {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 3px;
	color: #4e4e4e;
}

#menu_status {
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 1;
	width: 133px;
	height: 396px;
	top: 0;
	right: 0;
	background-image: url("artwork/welcome_leaf.jpg");
	background-position: bottom right;
	text-align: left;
	color: #cecece;
}

#menu_news{
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 1;
	width: 133px;
	height: 396px;
	top: 0;
	right: 0;
	background-image: url("artwork/welcome_leaf.jpg");
	background-position: bottom right;
	text-align: left;
	color: #cecece;
}

h2 {
	margin: 10px;
	font-size: 10pt;
	color: #dfdfdf;
	font-weight: bold;
}

div.menu_close {
	position: absolute;
	bottom: 5px;
	right: 5px;
	display: block;
	width: 133px;
	text-align: right;
	cursor: pointer;
	cursor: hand;
}

a.menu_close_button {
	color: #cecece;
	text-decoration: none;
}

a.menu_close_button:hover {
	color: #fefefe;
}

p.menu_text {
	margin: 5px 10px;
}

a.status_off {
	color: #d02020;
	text-decoration: none;
}

a.status_off:hover {
	color: #d02020;
}

a.status_on {
	color: #30a030;
	text-decoration: none;
}

a.status_on:hover {
	color: #30a030;
	text-decoration: underline;
}

/*
  *	Menu items
  */
ul {
	list-style: none;
	padding: 15px 0 0 8px;
	margin: 0;
}

li a {
	display: block;
	text-decoration: none;
	color: #cecece;
	height: 23px;
	width: 112px;
	padding: 3px 0 0 8px;
	margin: 0;
	filter:alpha(opacity=100);
	cursor: pointer;
	cursor: hand;
}

p.nomenu {
	display: block;
	color: #dfdfdf;
	height: 23px;
	font-weight: bold;
	padding: 3px 0 0 8px;
	margin: 0 0 5px 0;
}

li a:hover {
	background-image: url('artwork/menu_hover.png');
	background-repeat: no-repeat;
	color: #000000;
}

* html li a:hover {
	background-image: url('artwork/menu_hover_ie.png');
}

/*
  *	Copyright items
  */
a.cr {
	text-decoration: none;
	color: #4e4e4e;
}

a.cr:hover {
	text-decoration: none;
	color: #cecece;
}
#teaser {
float: left;
margin-top: 376px;
margin-left: 4px;
font-size: 110%;
}
#teaser a, #teaser a:visited {
color: #000000;
}

a img {
	border: none;
}