/**
###############################################################################
#  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;
	z-index:1;
}
#header {
	margin-top:10px;
	text-align:center;
}	
#wrapper {
	position: relative;
}
#content {	
	margin-left: 370px;
}
#pagetitel {
	left: 10px;
	position: absolute;
	top: -110px;
}
h1 {
	font-size:14pt;
	font-weight:bold;
}
ul#adresgegevens {
margin: 33px 0 30px 6px;
list-style:none;
}
ul#adresgegevens li {
list-style:none;
}
/* Navigation */
ul#mainnav {
	font-size: 7pt;
	font-weight: bold;
	list-style: none;
	margin-top: -40px;
	position: absolute;
	right: 390px;
	top: -28px;
	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;
}
#home {
	left: -50px;
}
/* Einde navigation */

a{
	color:#fff;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
img{
	border:none;
}
div#googleheader {
	display:none;
}
