/**
###############################################################################
#  contact.css
#
#  General stylesheet for all browsers 
#  (see special Fixes for IE7 and IE6 in separate stylesheet files)
#
#  Author: Johan Smits
#  Copyright: Koala Software Productions
#  Project: Homepage for Artstudi-jo
#  Platform: PHP5.2, MySQL5
#  Creation date: 21 Mai 2009
#  Last change: 
#  History:
#
#
###############################################################################
**/

* {margin: 0; padding: 0}
html{
	background: #808080;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: normal;
	margin: 0; 
	padding: 0;
}
body{
	background: #808080;
	margin: 0 auto;
	padding: 20px 10px 2px;
	width: 750px;
}
#header {
	margin-top:10px;
	text-align:center;
}	
#wrapper {
	position: relative;
}
#content {	

}
#pagetitel {
	position: absolute;
	top: -102px;
}
h1	{
	font-size:14pt;
	font-weight:bold;
}
#venster {
	height: 430px;
	margin-bottom: -70px;
	position: relative;
	top: -70px;
	width: 360px;
}
#venster img {
	bottom: 0px;
	position: absolute;
	right: 0px;
}
#toelichting {
	bottom: 117px;
	left: 375px;
	list-style:none;
	position: absolute;
	width: 250px;
}
#toelichting li {
	list-style:none;
}
#toelichtingen {
	display: none;
}
#thumbnails {
	height: 100px;
	margin: 10px 0;
	overflow:auto;
	overflow-y:hidden;	
	width: 730px;
	white-space:nowrap;
}
#thumbnails img {
	margin:0 10px 10px 0;
}	
/* Navigation */
#menu5 {
	left: 375px;
	position: absolute;
	top: -5px;
}
ul#mainnav {
	font-size: 7pt;
	font-weight: bold;
	list-style: none;
	position: absolute;
	left: 375px;
	top: 0;
	width:350px;
	white-space: nowrap;
}
ul#mainnav li {
	display: block;
	float: left;
	height: 252px;
	list-style: none;
	position: relative;
	text-align: center;
}
#tekst1, #tekst3 {
padding-bottom: 2px;
}

#limenu1, #tekst1 {
	width: 96px;
}
#limenu2, #tekst2 {
	width: 65px;
}
#limenu3, #tekst3 {
	width: 135px;
}
#limenu4, #tekst4, #tekst5 {
	width: 52px;
}
#menu1, #menu3, #tekst2, #tekst4, #tekst5 {
	left: 0;
	position: absolute;
	top: 50%;
}
#menu2, #menu4, #tekst1, #tekst3 {
	bottom: 50%;
	left: 0;
	position: absolute;
}
/* Einde navigation */
a{
	color:#000;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
img{
	border:none;
}
div#printheader, div#printfooter, div#googleheader {
	display:none;
}
