/* Author: Janot Laval Ontwerp Copyright 2009 */

/* Style reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
:focus {outline: 0;}
body {line-height: 1; color: black; background: white;}
ol, ul {list-style: none;}
table {border-collapse: separate; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
/* End style reset */

strong {font-weight: bold;}
em {font-style: italic;}
.clear {clear: both;}
.hidden {display: none;}

body {
	background-color: #FFFFFF;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}
h1	{font-size: 14px; font-weight: bold; margin-bottom: 10px;}
p	{margin-bottom: 10px;}
div#container {
	width: 800px;
	margin: 0 auto;
	padding: 10px 0;
}
div#gallery {
	padding: 0px;
	width: 800px;
}
div#index {
	padding: 0px;
	width: 800px;
	text-align: center;
}
div#text {
	padding: 0 9px;
	margin: 20px 0;
	width: 782px;
	height: 480px;
	text-align: left;
}
div#text a {color: #999999; text-decoration: none;}
div#text a:hover { color: #FF6600; text-decoration: underline;}
div#text img {
	padding: 5px;
	border: 1px solid #CCCCCC;
}
img.float_left {
	float: left;
	margin: 0 20px 10px 0;
}
div#titel {
	height: 30px;
	width: 800px;
}
ul#menu {
	height: 20px;
	width: 800px;
	list-style: none;
	border-left: 1px solid #CCCCCC;
}
ul#menu li {
	height: 18px;
	width: 158px;
	position: relative;
	float: left;
	border: 1px solid #CCCCCC;
	border-left: 0;
}
ul#menu li a {
	height: 18px;
	width: auto;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	text-decoration: none;
	color: #999999;
	padding: 0px 8px;
	display: block;
	cursor: pointer;
}
ul#menu li a:hover, ul#menu li.current a {
	background-color: #eaeaea;
	color: #FF6600;
}
ul#menu ul {
	list-style: none;
	margin: 0 0 0 -1px;
	display: none;
	position: absolute;
	top: 19px;
}
ul#menu ul li {
	float: none;
	width: 158px;
	border: 1px solid #CCCCCC;
	border-top: 0;
}
ul#menu li:hover ul, body.js ul#menu li ul {
	display: block;
}
ul#menu ul li ul {
	width: 158px;
	margin: 0;
	border-top: 1px solid #CCCCCC;
	position: absolute;
	left: 158px;
	top: -1px;
}
ul#menu li:hover ul li ul {
	display: none;
}
ul#menu li ul li:hover ul, body.js ul#menu li ul ul {
	display: block;
}
ul#menu li.arrow a {
	background-image: url(../img/interface/arrow_up.png);
	background-repeat: no-repeat;
	background-position: center right;
}
ul#menu li.arrow a:hover {
	background-image: url(../img/interface/arrow_over.png);
	background-repeat: no-repeat;
	background-position: center right;
}
ul#menu li.arrow li a {
	background-image: none;
}
ul#menu li.arrow li a:hover {
	background-image: none;
}
