﻿@font-face {
	font-family: 'Conv_libelsuit';
	src: url('fonts/libelsuit.eot');
	src: local('☺'), url('fonts/libelsuit.woff') format('woff'), url('fonts/libelsuit.ttf') format('truetype'), url('fonts/libelsuit.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

* {
	font-family: Arial;					/* Font used for all elements */
}

a {
	text-decoration: none;
}

body {
	background-color: #ffdd99;			/* Background color of the body */
	color: #000000;						/* Text color of the body */
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body.noframes {
}

body.noscript {
}

body.border {
	background-color: #cf9a32;			/* Background color of the border */
	background-image: url('gfx/border.png');
}

body.header {
}

body.navigation {
}

body.divider {
	background-color: #cf9a32;			/* Background color of the divider */
}

body.content {
	margin-top: 8px;
	margin-left: 8px;
	margin-right: 8px;
}

table, tr, th, td {
	border: 0px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;

}

table.header {
	width="900px"
	height="96px"
}
		
table.headers {
	height: 96px;
}

table.quicklink {
	width: 96px;
	height: 96px;
}

td.quicklink {
	background-size: 96px 96px;
}

img.navigation {
	width: 96px;
	height: 96px;
}

table.navigation {
	width: 128px;
	height: 48px;
}

td.navigation {
	font-family: 'Conv_libelsuit';
	font-style: normal;
	font-size: 28px;
	color: #000000;										/* Text color of the inactive navigation */
	text-align: center;
	background-image:url("gfx/menuitem_off.png");
}

td.navigation:hover {
	background-image:url("gfx/menuitem_on.png");
}

span.logo1 {
	font-family: 'Conv_libelsuit';
	font-style: normal;
	font-size: 64px;
}

span.logo2 {
	font-family: 'Conv_libelsuit';
	font-style: normal;
	font-size: 50px;
}

img.preview{
	height:92px;
	box-shadow: 0 1px 16px rgba(0,0,0,1);
}
img.zoom{
	position: absolute;
	height:0px;
	-webkit-transition:height 0.3s linear 0s;
	transition:height 0.3s linear 0s;
	z-index:10;
	box-shadow: 0 1px 32px rgba(0,0,0,1);
}
img.preview:hover + img.zoom{
	height:256px;
}

img.preview_small{
	height:64px;
	box-shadow: 0 1px 16px rgba(0,0,0,1);
}
img.preview_small:hover + img.zoom{
	height:256px;
}
img.preview_big{
	height:384px;
	box-shadow: 0 1px 16px rgba(0,0,0,1);
}
img.preview_big:hover + img.zoom{
	height:768px;
}