﻿@Media Print
{
    .pk
    {
        visibility:hidden ;
    }
}


    
.langPicker
{
	float:right;
	top: 0px;
	margin-right: 50px;
}

.langPicker .active
{
	
}

.langPicker .inactive
{
	filter:alpha(opacity=40);opacity:.4;
}

.langPicker .inactive:hover
{
	filter:alpha(opacity=100);opacity:1;
}

body
{
	font-family:"Sans",sans-serif;
	font-size:12px;
	line-height:22px;
	color:#444041;
	text-align:center;
	background-color:#3f3f3f;
	margin:0px;
	background-image:url('../images/bg_body.png');
	background-repeat:repeat-x;
}

.clearleft
{
	clear:left;
}

.hr
{
	width:100%;
	height:7px;
	border-top:2px solid silver;
	border-bottom:1px solid silver;
	margin-bottom:10px;
	margin-top:10px;
}

.italic
{
	font-style:italic;
}

h1
{
	font-weight:normal;
	font-size:23px;
	margin-top:0px;
	margin-bottom:20px;
}

a
{
	color:#444041;	
}

a:visited
{
	color:#444041;	
}

a:active
{
	color:#444041;	
}

a:hover
{
	color:#eb3ba6;
}

div#website
{
	width:1000px;
	margin:20px auto;
}

div#top
{
	height:10px;
	font-size:0px;
	width:1000px;
	background-image:url('../images/bg_top.png');
}

div#middle
{
	width:1000px;
	min-height:500px;
	background-image:url('../images/bg_middle.png');
}

div#menu
{
	width:960px;
	margin:0px auto;
	height:55px;
	font-size:18px;
	font-weight:bold;
	background-image:url('../images/bg_menu_butterfly.png');
}

div#menu table
{
	height:50px;
	width:720px;
	
}

td.mitem
{
	text-align:center;
	padding:10px;
	padding-top:18px;
	padding-bottom:2px;
	height:30px;
}

td.first
{
	text-align:left;
	height:30px;
	padding:0px;
	padding-top:18px;
	padding-bottom:2px;
	padding-left:0px;
}

td.mitem a
{
	color:#444041;
	text-decoration:none;
	border-bottom:6px solid white;
	height:20px;
}

td.mitem a:hover
{
	text-decoration:none;
	border-bottom:6px solid #eb3ba6;
}

div#header
{
	width:950px;
	margin:0px auto;
	height:205px;
	text-align:right;
	background-image:url('../images/bg_header.png');
}

div#header #spacer
{
	height:200px;
	width:720px;
	float:left;
	clear:left;
}

div#header #block
{
	float:left;
	clear:right;
	width:230px;
	height:200px;
	background-image:url('../images/bg_block.png');
	display:none;
}

div#content
{
	padding-top:30px;
	width:950px;
	margin:0px auto;
	background-color:white;
	text-align:center;
	padding-bottom:30px;
}

div#content #columnleft
{
	width:200px;
	padding-right:10px;
	float:left;
	clear:left;
}

div#addresslogo
{
	width:180px;
	height:115px;
	background-image:url('../images/bg_adress.png');
}

div#addressinfo
{
	margin-top:20px;
	text-align:left;
	font-style:normal;
	width:180px;
	background-image:url('../images/bg_enlarge.png');
	background-repeat:no-repeat;
	background-position:bottom right;
	cursor:pointer;
}

div#openingtimes
{
	margin-top:30px;
	width:160px;
	padding:10px;
	background-color:#3f3f3f;
	color:white;
	text-align:left;
}

div#openingtimes h2
{
	margin-top:15px;
	margin-bottom:5px;
	color:white;
	font-weight:normal;
}

div#openingtimes a
{
	color:white;
}

div#openingtimes a:hover
{
	text-decoration:none;
	color:white;
}

div#content #columncenter
{
	padding-left:10px;
	padding-right:20px;
	width:490px;
	float:left;
	text-align:left;
}

div#content #columnright
{
	float:left;
	clear:right;
	width:210px;
}

div#merken
{
	cursor:pointer;
	width:218px;
	border:1px solid #e8e8e8;
	height:480px;
	background-image:url('../images/bg_merken.png');
}

div#bottom
{
	height:10px;
	font-size:0px;
	width:1000px;
	background-image:url('../images/bg_bottom.png');
}



    

