div.ad
{
	background: #FFFFFF;
	padding-top: 8px;
}

div.ad table {margin: 0 auto}

img.counter
{
	float: right;
	vertical-align: bottom;
	margin-top: 2px;
	border: none;
}

body
{
	margin: 0;
	background: #202010;
	padding: 0;
	text-align: center;
	font-family: 'Calibri' 'Droid Sans' 'DejaVu Sans' 'Verdana' sans-serif;
	font-size: normal;
	color #FFFFFF;
}

h1 {display: none}
hr {clear: both; padding: 2px; border: 2px dashed #2d2e09}
a {color: #FFFFFF; text-decoration: none}
a:hover {text-decoration: underline}

/* Language selection */
.language span {display: none}
p.language
{
	background: url(img/canvas-dark.gif);
	margin: 0;
	border-bottom: 1px solid #262608;
	padding: 0 8px;
	text-align: left;
	-webkit-box-shadow: 0px 0px 16px #101005;
}
p.language a
{
	margin-right: 1em;
	background-repeat: no-repeat;
	background-position: left 60%;
}
p.language a:hover
{
	text-decoration: underline;
}
a.cs {background: url(img/cs.gif); padding-left: 14px}
a.en {background: url(img/en.gif); padding-left: 18px}
a.de {background: url(img/de.gif); padding-left: 15px}
a.fr {background: url(img/fr.gif); padding-left: 14px}
a.current {font-weight: bold}

/* Navigation */
p.navigation span {display: none;}
p.navigation a
{
	margin: 0 .1em;
	background-image: url(img/canvas-dark.gif);
	padding: .2em 0;
	line-height: 2;
	font-family: serif;
	font-weight: bold;
	-webkit-box-shadow: 1px 1px 3px #101005;
}
p.navigation a:hover
{
	background-image: url(img/canvas-bright.gif);
	color: #080800;
	text-decoration: none;
}

div.canvas
{
	width: 56em;
	margin: 2em auto;
	background: url(img/canvas.gif);
	border-left:   1px solid #41410d;
	border-top:    1px solid #41410d;
	border-right:  1px solid #33340a;
	border-bottom: 1px solid #33340a;
	padding: 6px;
	-webkit-box-shadow: 2px 2px 8px #101005;
}

div.content 
{
	background: url(img/logo.gif) no-repeat 50% 3em;
	border: 2px dashed #2d2e09;
	padding: 6em 4em 2em;
	color: #e6e6e6;
}

div.about p
{
	line-height: 1.5;
	text-align: left;
}

div.info
{
	float: right;
	margin-left: 1em;
}
div.info img
{
	border: none;
}

div.contact
{
	background-image: url(img/canvas-dark.gif);
	border-top:    1px solid #30300a;
	border-left:   1px solid #30300a;
	border-right:  1px solid #262608;
	border-bottom: 1px solid #262608;
	border: 2px dotted #3c3c0c;
	margin: 1em 0;
	padding: 0 1em;
}
div.contact p
{
	text-align: left;
	font-size: 100%;
	font-style: italic;
}

div.canvas-bright
{
	width: 85%;
	margin: 4em auto;
	border-top:    1px solid #cac39a;
	border-left:   1px solid #cac39a;
	border-right:  1px solid #c1b997;
	border-bottom: 2px dotted #101005;
	background-image: url(img/canvas-bright.gif);
	padding: 4px 4px 6px;
	color: #080800;
	-webkit-box-shadow: 2px 2px 4px #101005;
}
div.canvas-bright a
{
	color: #080800;
}

div.pricelist
{
	border: 2px dashed #a8a184;
	padding: 1em;
}

div.pricelist table
{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 3em;
	color: #080800;
}

div.pricelist tr:hover td
{
	background-image: url(img/canvas-highlight.gif);
}

h2, h3 {margin: 0 auto .2em}

div.pricelist th
{
	padding: .2em 1.5em;
	text-align: right;
}

div.pricelist th span
{
	border: 1px dotted #474700;
	padding: 0 .25em;
	font-size: 80%;
	font-weight: bold;
}

div.pricelist td {
	border-bottom: 1px dotted #474700;
	padding: .2em .5em;
	text-align: left;
	}
div.pricelist .last td {
	border-bottom: 0;
	}
div.pricelist td.price	{
	border-left: 1px dotted #474700;
	width: 6em;
	padding-left: 0;
	text-align: right;
	}

div.pricelist td em
{
	margin: auto;
	border: 1px solid #474700;
	background-image: url(img/canvas-highlight.gif);
	padding: 0 .25em;
	float: right;
	clear: none;
	font-size: 80%;
}

div.pricelist td a
{
	padding-left: 18px;
	background: url(img/photo.gif) no-repeat left center;
	color: #080800;
}
div.pricelist td a:hover
{
	text-decoration: underline;
}


