@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/hatter.png);
	font-size: 16px;
}
.clr {
	clear: both;
}

.mainholder {
	height: 100%;
	width: 100%;
	position: absolute;
	background: url(../images/hatter_top.jpg) repeat-x;
}
.content {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.topline {
	line-height: 50px;
	height: 50px;
	border-bottom: 2px solid #900;
	color: #D9DED3;
	padding-left: 15px;
	padding-right: 15px;
	background: #333 url(../images/head-hatter.jpg);
	font-size: 13px;
}
.topline img{
	margin: 0px;
	vertical-align: middle;
	margin-right: 5px;
}

.header {
	height: 309px;
	background-color: #f0f2ed;
	border-bottom: 1px solid #900;
	padding-bottom: 1px;
	margin-bottom: 1px;
}
.incontent {
	background-color: #38373C;
	background-image: url(../images/head-hatter.jpg);
}
.footer {
	height: 60px;
	border-top: 2px solid #900;
	margin-top: 2px;
	background: #333 url(../images/head-hatter.jpg);
	color: #CCC;
	font-size: 12px;
	line-height: 60px;
	text-align: center;
}
.tartalom {
	width: 630px;
	float: left;
	padding-top: 12px;
	padding-bottom: 16px;
	padding-left: 20px;
	padding-right: 20px;
	background: #F8F9F7 url(../images/cont_top.png) repeat-x;
}
.nav {
	width: 230px;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 15px;
}
h1 {
	color: #900;
	border-bottom: #D6CBAF 5px dotted;
}
h2 , h3{
	font-size: 20px;
	margin-bottom: 10px;
	color: #900;
}
p {
	line-height: 22px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.nav a, .nav a:visited{
	display: block;
	line-height: 26px;
	height: 26px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-indent: 18px;
	color: #FFF;
	text-decoration: none;
	margin-left: 10px;
	border: 1px solid #B6A26B;
	border-right: 4px solid #900;
	background: url(../images/arrow.png) no-repeat #645631;
}
.nav a:hover{
	color: #242426;
	background: url(../images/arrow_active.png) no-repeat #DEE0DD;
}
.aktiv    {
	display: block;
	line-height: 26px;
	height: 26px;
	text-indent: 18px;
	color: #312917;
	text-decoration: none;
	background: url(../images/arrow_active.png) no-repeat #DEE0DD;
}
.nav .aktiv a:hover{
}
.imholder {
	width: 220px;
	padding-left: 4px;
	padding-right: 4px;
}
.imholder img{
	border: 1px solid #900;
}

