/**** tapetesplash.css 	***/
/**** author: savage.io ***/

/***********************/
/**** layout styles ****/
/* see: http://www.jakpsatweb.cz/css/css-vertical-center-solution.html */
html, body { width:100%; height:100%; margin:0; padding:0; }

body {
	background:transparent url(/fileadmin/templates/img/bodybg.gif) repeat scroll center center;
	/* ie does not see the next rule: */
	display:table;
}

body div { position: relative; }

div#wrapper {
	text-align:center;
	/* ie does not see the next two rules: */
	display: table-cell;
	vertical-align: middle;
	/* only ie sees the next two: */
	#position: absolute;
	#top: 50%;
}

div#inner {
	border:none;
	width:887px;
	margin:0 auto;
	text-align:left;
	height:550px;
	/* only ie sees the next two: */
	#position: relative;
	#top: -50%;
}

div#menukol  {
	height:126px;
	top:212px;
	width:887px;
}

div#menukol a#graphic {
	display:block;
	float:left;
	height:125px;
	width:249px;
	background:url(/fileadmin/img/menu/button-collection.png);
}
div#menukol a#graphic:hover { background:url(/fileadmin/img/menu/button-collection-actief.png); }

div#menukol img#tapete {
	float:left;
	height:179px;
	width:302px;
	margin-left:43px;
	margin-top:-20px;
}

div#menukol a#shop {
	display:block;
	float:left;
	height:126px;
	width:249px;
	background:url(/fileadmin/img/menu/button-online-shop.png);
	margin-left:43px;
}
div#menukol a#shop:hover { background:url(/fileadmin/img/menu/button-online-shop-actief.png); }

div#contkol  {display:none;}
div#collmenu {display:none;}