html{
	height: 100%;
}

body{
	height: 100%;
	margin: 0px;
	background: #312a29;
	text-align: center;
}

div.mainBack{
	background-color: #312a29;
	background: url('img/mainBack.jpg') repeat-y;
	width: 768px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	border: 0px;
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: center;
}

table.mainTable{
	padding: 0px;
	margin: 0px auto 0px auto;
	width: 738px;
	border: 0px;
	background: #362f2d;
}

table.mainTable tr{
	padding: 0px;
	margin: 0px;
	border: 0px;
}

table.mainTable tr td{
	padding: 0px;
	margin: 0px;
	border: 0px;
}

table.mainTable tr.menuRow{
	height: 84px;
}

table.mainTable tr.menuRow td{
	vertical-align: middle;
	text-align: right;
}

table.mainTable tr.menuRow td a{
	text-decoration: none;
}

table.mainTable tr.menuRow td img{
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

table.mainTable tr.mainRow{
	vertical-align: top;
}

table.mainTable tr.mainRow td{
	vertical-align: top;
	text-align: justify;
	font-size: 12px;
	font-family: Verdana, Arial;
	color: #cdcbca;
}

table.mainTable tr.mainRow td a{
	color: rgb(255, 241, 0);
	text-decoration: none;
}

table.mainTable tr.mainRow td a:hover{
	text-decoration: underline;
}

table.mainTable tr.mainRow td h1{
	font-size: 12px;
	font-family: Verdana, Arial;
	margin: 0px;
	padding: 0px 0px 5px 10px;
	border: 0px;
}

table.mainTable tr.mainRow td div.header{
	text-align: center;
	font-size: 18px;
	font-family: 'Book Antiqua', 'Trebuchet MS';
	font-weight: bold;
	font-style: italic;
	color: #7c7876;
	padding-bottom: 3px;
}

table.mainTable tr.footerRow{
	vertical-align: middle;
	height: 58px;
}

table.mainTable tr.footerRow td{
	vertical-align: middle;
	text-align: justify;
	font-size: 10px;
	font-family: Verdana, Arial;
	color: #7c7876;
}

table.mainTable tr.footerRow td a{
	color: #7c7876;
	text-decoration: none;
}

table.mainTable tr.footerRow td a:hover{
	text-decoration: underline;
}

table.mainTable tr.mainRow td form.kontaktForm{
	line-height: 30px;
}

table.mainTable tr.mainRow td form.kontaktForm textarea{
	border: 1px solid #000000;
	background: #dedcdb;
	color: #000000;
	font-family: 'Courier New', 'Courier', Verdana, Arial;
	font-size: 12px;
	padding: 2px;
}

table.mainTable tr.mainRow td form.kontaktForm input{
	border: 1px solid #000000;
	background: #dedcdb;
	color: #000000;
	font-family: 'Courier New', 'Courier', Verdana, Arial;
	font-size: 12px;
	padding: 2px;
}
