/*  
Theme Name: estero.gestaltung Theme 002
Theme URI: http://www.clickclickdecker.de
Description: stylesheet version 2.0
Version: 2.0
Author: torben iversen
Author URI: http://www.estero.de/

© 2010_12, estero.gestaltung, http://www.estero.de
*/

/* -------------------------- Basics */
/* -------------------------- Basics */
html {
	padding: 0px;
	margin: 0px;
	height: 100%;
	}

body {
	background: #111;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	font-size: 10px;
	}
	
img, a {
	border: none;
	outline: none; /* gegen hyperlink-Rand im Firefox */
	}
	
a {
	color: #848205;
	text-decoration: none;
	outline: none;
	}

a:hover {
	color: #000;
	}
	
.invisible {
	display: none;
	}	
/* ================================= */

	
	
#mainbox {
	position: absolute;
	top: 2%;
	left: 50%;
	width: 1200px;
	height: 857px;
	margin-left: -600px;
	padding: 0px;
	background: #fff;
	}


