/**
###############################################################################
#  homepage.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;
	text-align: center;
	width: 750px;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
img{
	border:none;
}
#header {
	margin-top: 10px;
	text-align: center;
}	
ul#mainnav {
	font-weight: bold;
	list-style: none;
	margin:-125px 0 0 35px;
	/* in plaats van auto 35px links omdat de vier plaatjes niet een middenas hebben*/
	width:700px;
	white-space: nowrap;
}
ul#mainnav li {
	display: block;
	float: left;
	height: 504px;
	list-style: none;
	position: relative;
}
#tekst1, #tekst3 {
padding-bottom: 3px;
}
#limenu1, #tekst1 {
	width: 192px;
}
#limenu2, #tekst2 {
	width: 130px;
}
#limenu3, #tekst3 {
	width: 270px;
}
#limenu4, #tekst4, #tekst5 {
	width: 104px;
}
#menu1, #menu3, #tekst2, #tekst4, #tekst5 {
	left: 0;
	position: absolute;
	top: 50%;
}
#menu2, #menu4, #tekst1, #tekst3 {
	bottom: 50%;
	left: 0;
	position: absolute;
}
#menu5 {
	display: block;
	height: 75px;
	left: 15px;
	position: absolute;
	top: 50px;
	width: 140px;
}
div#googleheader {
	display:none;
}
#subnav td {
	font-size: 7pt;
}	