@charset "utf-8";
/* CSS Document */
@import url("style-navigation.css");
@import url("style-table.css");
@import url("style-form.css");

* { margin: 0; padding: 0; outline: none; list-style-type: none; text-decoration: none; }
.clear { clear: both; }

body {
	position: relative;
	background: #e0e4eb url(images/bg.png) top center repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#container { margin: 0 auto; width: 700px; }

#header { height: 60px; margin: 20px 0; }

.main-img { height: 260px; text-indent: -10000px; }
#home-img { background: url(images/home-img.jpg) no-repeat; }
#eskuvo-img { background: url(images/eskuvo-img.jpg) no-repeat; }
#ceges-img { background: url(images/ceges-img.jpg) no-repeat; }
#private-img { background: url(images/private-img.jpg) no-repeat; }
#helyszin-img { background: url(images/helyszin-img.jpg) no-repeat; }
#rolunk-img { background: url(images/rolunk-img.jpg) no-repeat; }
#kapcsolat-img { background: url(images/kapcsolat-img.jpg) no-repeat; }

#content { padding: 40px; background: #fff; }
#tab-navigation { float: left; width: 190px; margin-right: 50px; }
#tab-content { float: left; width: 380px; }

#thumbnails {
	padding: 10px 0 0 240px;
	width: 380px;
	min-height: 300px;
	background: url(images/gallery-bg.jpg) top left no-repeat;
}
#thumbnails img, #thumbnails2 img {
	margin: 2px;
	border: #e0e4eb 4px solid;
}
#thumbnails img:hover, #thumbnails2 img:hover {
	border: #bfcad7 4px solid;
}
#footer {
	margin: 10px 0;
	color: #9eb0c4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
#footer a {
	color: #2d5661;
	font-size: 11px;
}
#footer a:hover {
	color: #1d383f;
	border-bottom: #2d5661 1px dotted;
}

h1 a {
	display: block;
	width: 300px;
	height: 60px;
	background: url(images/logo.png) no-repeat;
	text-indent: -10000px;
}
h3 {
	margin-bottom: 20px;
	color: #1d383f;
	font-size: 24px;
	font-weight: normal;
}
h4 {
	margin: 20px 0 10px;
	color: #9eb0c4;
	font-size: 20px;
	font-weight: normal;
	border-bottom: #9eb0c4 1px dotted;
}

p {
	margin-bottom: 20px;
	color: #2d5661;
	font-size: 13px;
	line-height: 1.5;
	text-align: justify;
}
p.headline {
	color: #1d383f;
	font-size: 18px;
	line-height: 1.2;
	text-align: left;
}

p a { color: #2d5661; }
p a:hover { border-bottom: #2d5661 1px dotted; }

small {
	color: #999;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	text-align: right;
}