/*
Jon Gardella site
CSS file
H.J. Hartman 2007
Laatste wijziging: 19-12-2010
*/

body
	{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-align: justify;
	background: black;
	color: black;
	}

#container
	{
	position: absolute;
	background: transparent;
	top: 0px;
	left: 50%;
	width: 1000px;
	height: 100%;
	margin: 0 0 0 -500px;
	}

#splashcontainer
	{
	position: absolute;
	background: transparent;
	top: 0px;
	left: 50%;
	width: 800px;
	height: 100%;
	margin: 0 0 0 -400px;
	}

#splashbackground
	{
	background: transparent;
	}
	
	
#splashmenu
	{
	position: absolute;
	background: transparent;
	bottom: 0px;
	left: 10px;
	}
	

table
	{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 600px;
	}

td.pic
	{
	width: 135px;
	vertical-align: top;
	text-align: right;
	}

td.text
	{
	text-align: justify;
	vertical-align: top;
	}

td.line
	{
	text-align: center;
	}

a
	{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: black;
	}

a.info
	{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #fbff40;
	}

p.actueelgroot
	{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: black;
	text-align: center;
	}

p.actueelnormaal
	{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: black;
	text-align: center;
	}

#navigatie
	{
	position: absolute;
	top: 75px;
	left: 170px;
	width: 130px;
	height: auto;
	padding-left: 10px;
	padding-top: 10px;
	background: transparent;
	font-size: 12px;
	font-weight: bold;
	font-family: verdana, Helvetica, Arial, sans-serif;
	width: 12em;
	border-right: 1px solid #000;
	padding: 0;
	margin-bottom: 1em;
	background-color: transparent;
	color: #333;
	}

#navigatie ul
	{
	list-style: none;
	margin: 0;
	padding: 0;
	}

#navigatie ul li
	{
	margin: 0;
	border-top: 0px solid #003;
	}

#navigatie ul li a
	{
	display: block;
	padding: 2px 2px 2px 4px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #000;
	color: #fbff40;
	text-decoration: none;
	width: 100%;
	}

html>body #navigatie ul li a
	{
	width: auto;
	}

#navigatie ul li a:hover
	{
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #000;
	color: #fff;
	}

.sidebanner
	{
	position: absolute;
	width: 290px;
	height: 570px;
	}

.sidebanner#showpic
	{
	background: url('images/sidebanner10.jpg') no-repeat;
	}

.sidebanner#intro
	{
	background: url('images/sidebanner9.jpg') no-repeat;
	}

.sidebanner#biography
	{
	background: url('images/sidebanner2.jpg') no-repeat;
	}

.sidebanner#sculptures
	{
	background: url('images/sidebanner3.jpg') no-repeat;
	}

.sidebanner#paintings
	{
	background: url('images/sidebanner4.jpg') no-repeat;
	}

.sidebanner#opera
	{
	background: url('images/sidebanner5.jpg') no-repeat;
	}

/*
.sidebanner#links
	{
	background: url('images/sidebanner6.jpg') no-repeat;
	}
*/

.sidebanner#contact
	{
	background: url('images/sidebanner7.jpg') no-repeat;
	}

.sidebanner#events
	{
	background: url('images/sidebanner8.jpg') no-repeat;
	}

.sidebanner#gifts
	{
	background: url('images/sidebanner11.jpg') no-repeat;
	}

.sidebanner#about
	{
	background: url('images/sidebanner12.jpg') no-repeat;
	}

.sidebanner#actueel
	{
	background: url('images/sidebanner6.jpg') no-repeat;
	}

.topbar
	{
	position: absolute;
	left: 220px;
	width: 675px;
	height: 50px;
	background: url('images/topbar3.gif') no-repeat;
	color: white
	}

.infobar
	{
	position: absolute;
	top: 50px;
	left: 170px;
	width: 130px;
	height: 30px;
	padding-left: 10px;
	padding-top: 5px;
	background: black;
	color: #fbff40;
	}

.content
	{
	position: absolute;
	overflow: auto;
	top: 50px;
	left: 290px;
	width: 650px;
	height: 500px;
	padding: 10px;
	background: white;
	text-align: justify;
	}

.picbar
	{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 300px;
	height: 50px;
	background: red;
	}

.footer
	{
	position: absolute;
	top: 0px;
	right: 50px;
	width: 200px;
	padding-bottom: 5px;
	background: transparent;
	color: #fbff40;
	text-align: right;
	}

