@font-face {
    font-family: 'OzHandicraftBTRoman';
    src: url('ozhandicraft_-webfont.eot');
    src: url('ozhandicraft_-webfont.eot?#iefix') format('embedded-opentype'),
         url('ozhandicraft_-webfont.woff') format('woff'),
         url('ozhandicraft_-webfont.ttf') format('truetype'),
         url('ozhandicraft_-webfont.svg#OzHandicraftBTRoman') format('svg');
    font-weight: normal;
    font-style: normal;

}
html, body
{
/*	height: 100%;*/
}

h1, h2, h3
{
  font-family: "OzHandicraftBTRoman", "Arial Narrow", Arial, helvetica, sans-serif;
  color: white;
  
}
h1,h2
{
  background-repeat: no-repeat;
  background-position: left 50%;

  padding-left: 10px;
  /*padding-top: 5px;*/
  margin-left: -10px;
  width: 200px;
  border-left: 3px solid white;
  border-right: 3px solid white;
  background-image: url('./gfx/footer.png');
  display: block;
  color: black;
  text-align: center;
}
h1
{
  font-size: 26px;
  height: 28px;
  padding-top: 6px;
  /*font-weight: bold;*/
  
}
h2
{
  font-size: 22px;
  height: 26px;
  padding-top: 8px;
}

h3
{
  font-size: 22px;
}
body {
  font-family: "Arial Narrow", Arial, helvetica, sans-serif;
  color: white;
  font-size: 14px;
  margin: 0px;

	background-image: url('./gfx/bg_tex.jpg');
  background-color: black;

	margin: auto;
	z-index: 1;
}

td {
	font-family: "Arial Narrow", Arial, helvetica, sans-serif;
  font-size: 14px;
}

th, td.header {
	font-family: "Arial Narrow", Arial, helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
}

div.header
{
	width: 100% ;
	/*margin: 0 auto;*/
  	height: 153px;
	position: fixed;
	top: 85px;
  	background-image: url('./gfx/header.png');
	z-index: 1;
}
div.slogan
{
	width: 100% ;
	/*margin: 0 auto;*/
  	height: 73px;
	position: fixed;
	top: 0px;
	padding-top: 40px;
	padding-left: 100px;
	background-image: url('./gfx/bg_tex.jpg');
  	/*background-image: url('./gfx/slogans.png');
	background-position: top center;
	background-repeat: no-repeat;*/
	font-family: "OzHandicraftBTRoman", Arial, helvetica, sans-serif;
	font-size: 18px;
	z-index: 1;
	text-align: center;
}

div.logo
{
	
	position: fixed;
	top: 27px;
	width: 100%;
	height: 251px;
	margin: 0 auto;
	background-position: top center;
	background-repeat: no-repeat;
	background-image: url('./gfx/headerlogo.png');
	z-index: 2;
}
div.imagelogo
{

	background-position: top center;
	background-repeat: no-repeat;
	background-image: url('./gfx/logo.png');
}



div.footer
{
position: fixed;
	width: 100%;
	bottom: 0px;
	height: 25px;
  	margin: 0px;
	padding: 0px;
	/*vertical-align: 50%;*/
	text-align:center;
	/*font-weight: bold;	*/
	background-image: url('./gfx/footer.png');
	
	font-family: "OzHandicraftBTRoman", "Arial Narrow", Arial, helvetica, sans-serif;
	padding-top: 9px;
	font-size: 20px;
 	color: black;
	font-weight: bold;

}
div.content
{
	position: absolute;
	margin-left: -475px;
	left: 50%;
	width: 950px;
	padding: 10px;
	padding-top:280px;
	padding-bottom:50px;
	z-index: 0;
}

a
{
	color: white;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	color: white;
	text-decoration: underline;
	font-weight: bold;
}

table.menutop
{
	width: 950px;
	margin: auto;
}

img
{
	border: none;
}
/*
img.thumb
{
width: 192px;
height : auto;
}
img.thumb 
{
width: auto;
height : 140px;
}
*/
img.thumb, a img
{
	background-image: url('./gfx/img.thumb.png');
	background-size: 100% 100%;
	padding: 10px;	
}
div.adminmenu
{
	position: fixed;
	top: 250px;
	right: 0px;
	width: 150px;
	bottom: 0px;
	z-index: 100;	
z-index:1000;
}
.adminmenu a
{
	display: block;
	font: bold 11px Arial;
    text-decoration: none;
    background-color: #222222;
    color: #ffffff;
    padding: 2px 6px 2px 6px;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    border-left: 1px solid #CCCCCC;
	
}