/**
 * main.style.css
 * 
 * @abstract main.style.css
 * 	
 * 
 * @link css/main.class.php
 * @author  Johan van der Heide <mail@japaveh.be>
 * @version 1.03
 * @package Nano
 * @copyright Japaveh Webdesign
 */

* {
  margin: 0px;
  padding: 0px;
}

a {
	text-decoration: none;
	color: black;
}

a:active {
	text-decoration: none;
}

a:hover {
	color: #c01042;
}

body {
	font-family: verdana, sans-serif, arial;
	font-size: 11px;
	margin: 0px;
	height: 100%;
}

img {
	border: none;
}
  
h1 {
	color: #c00042;
	letter-spacing: -1px;
	font: bold 18pt arial, helvetica, sans-serif;
	margin-bottom: 4px;
}

#centerwrap {
    width:750px;
    height:600px;
    margin:10px auto;
    position:relative;
}
 
/* commented backslash hack  - invisible to IE 5 \*/
#centerwrap {
    position:absolute;
    margin:-300px 0 0 -375px;
    left:50%;
    top:50%;
}
/* end hack */

.menu {
	display: none;
}

#footer {
	display: none;
}

#copyright {
	display: none;
}

#address {
	margin-top: 20px;
	clear: both;
}

.counterimage {
	margin-left: 1px;
}

#counter {
	float: right;
	display: inline;
}
#languagechoice {
	float:left;
	margin-top: 5px;
	
}