
/**
  * common style
***/

* {
	margin: 0;
	padding: 0;
}

div.error {
	color: #b33;
	font-weight: bold;
	padding: 10px;
	margin: 10px 0px 10px 0px;
	border: 1px solid #d22;
	background-color: #ddd;
}

.fleft {
	float: left;
}

div.notification {
	color: #0bf;
	padding: 10px;
	margin: 10px 0px 10px 0px;
	border: 1px solid #333;
	background-color: #ddd;
}

a {
	color: #f90;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0;
}

br.clearfloat {
	clear: both;
}

ul.linklist {
	list-style-type: none;
}

h1 {
	font-size: 18px;
	border-bottom: 1px dotted #fcc;
	padding-bottom: 2px;
	margin-bottom: 5px;
}
h2 {
	font-size: 16px;
	padding-bottom: 10px;
}

ul {
	padding-bottom: 20px;
	padding-left: 20px;
}

ul li {
	margin-bottom: 5px;
}

td.label, th.label {
	text-align: right;
	padding-right: 10px;
}

div {
	text-align: left;
}

/**
  * struct style
***/

body {
	background-image: url("img/body-bg.gif");
	height: 100%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}

div.cont-bg {
	min-height: 456px;
	height: auto !important;
	height: 456px;
	width: 100%;
	background-image: url("img/cont-bg.jpg");
	background-repeat: repeat-x;
	text-align: center;
}

div.header-bg {
	height: 62px;
	width: 100%;
	text-align: center;
	background-image: url("img/header-bg-rep.jpg");
}

div.container {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	height: 100%;
	overflow: visible;
}

div.main {
	margin: auto;
	width: 700px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

div.mainbreak {
	clear: both;
	height: 50px;
	width: 100%;
}

div.header {
	width: 100%;
	height: 62px;
}

div.logo {
	padding-top: 11px;
	float: left;
}

div.menu {
	padding-top: 16px;
}
div.menu ul {
	list-style-type: none;
}
div.menu ul li {
	display: inline;
	float: right;
	height: 30px;
	overflow: hidden;
	margin-left: 10px;
}
div.menu ul li a {
	display: block;
	height: 30px;
	overflow: hidden;
	background-position: 0 0;
	text-decoration: none;
}
div.menu ul li a:hover {
	background-position: 0 -30px;
}
div.menu ul li.active a, div.menu ul li.active a:hover {
	background-position: 0 -60px;
}
div.menu ul li a#bemutat {
	background-image: url("img/menu-bemutat.png");
	width: 128px;
}
div.menu ul li a#kapcs {
	background-image: url("img/menu-kapcs.png");
	width: 99px;
}
div.menu ul li a#ref {
	background-image: url("img/menu-ref.png");
	width: 118px;
}
div.menu ul li a#szolg {
	background-image: url("img/menu-szolg.png");
	width: 142px;
}

div.footer {
	width: 100%;
	height: 36px;
	position: relative;
	margin-top: -36px;
}

div.footer div.foot-bg {
	position: absolute;
	width: 100%;
	height: 36px;
	background-color: #000;
	filter: alpha(opacity=10);
	opacity: 0.1;
	top: 0;
	left: 0;
}

div.footer div.foot-cont {
	position: absolute;
	width: 700px;
	height: 36px;
	top: 0;
	left: 50%;
	margin-left: -350px;
	color: #777;
}

div.footer div.foot-cont div.imp {
	float: left;
	padding-top: 10px;
}

div.footer div.foot-cont div.logo {
	padding-top: 8px;
	float: right;
}

div.leftcol {
	width: 360px;
	display: inline;
	margin-right: 50px;
	float: left;
	line-height: 1.6em;
}
div.rightcol {
	width: 290px;
	float: left;
}

div.illu {
	position: absolute;
}
div.illu#fish {
	margin: 190px 0 0 397px;
}

/**
  * end
***/


