* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #1f7d97;
	margin:0;
	padding:0;
	font: 12px Georgia, "Times New Roman", Times, serif;
}
#lap {
	width:808px;
	margin: 0px auto;
}
#fejlec {
	background: url(../img/header.jpg) no-repeat;
	height: 216px !important;
}
#fejlec h1 {
	display: none;
}
#anim {
	position: relative;
	left: 10px;
	top: 10px;
}

#menu {
	background: url(../img/menu.jpg) no-repeat 0px 0px;
	height: 43px;
}
#menu ul{
	list-style: none;
	padding: 0px;
	text-align: center;
}
#menu ul li{
	display: inline;
}
#menu a{
	white-space:nowrap;
	padding:1px 5px 0px;
	text-decoration: none;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.6em;
} 
#menu a:link, #menu a:visited  {
color:#868686;
}
#menu #aktivmenu {
	text-decoration: underline;
	color: #000000 !important;
}

#menu a:hover {
	color:#000000;
}
#tart {
	width: 808px;
}
#tart_h {
	background: url(../img/cb_h.jpg) no-repeat;
	height: 36px;
	padding-left: 10px;
}
#tart_h h1 {
	font-size: 1.6em;
	padding-top: 10px;
}
#tart_c {
	background: url(../img/cb_c.jpg) repeat-y;
	height: 450px;
	width: 808px;
}
#tart_txt {
	overflow: auto;
	height: 430px;
	width: 778px;
	margin: 0px;
	padding: 10px;
}
#tart_txt {
	text-align: justify;
}

#tart_c p {
	font-size: 1.6em;
}
#tart_f {
	background: url(../img/cb_f.jpg) no-repeat;
	height: 20px;
}
#footer{
	background: url(../img/footer.jpg) no-repeat;
	height: 74px;
}
#footer #ktcomp {
	height: 25px;
	width: 165px;
	position: relative;
	float: right;
	top: 45px;
	right: 8px;
}
#footer #ktcomp a, #footer #ktcomp p{
	color: #AED9E3;
	margin: 0px;
}
#footer #info {
	width: 470px;
	text-align: center;
	font-size: 1.5em;
	line-height: 1em;
	padding-top: 2px;
	float: left;
}
#footer #balfoot {
	float: left;
	width: 165px;
}

.center {
	text-align: center;
}
.left {
	float: left;
}
.clear {
	clear: both;
}
.right {
	float: right;
}
