@charset "utf-8";

/* Keret és alapbeállítások */

* {
	margin: 0;
	padding:0;
}

html, img {
	border: 0;
}

body {
	background-color: #000000;
}

#frame {
	width: 960px;
	height: auto;
	margin: 0 auto;
}

#header {
	width: 960px;
	height: 235px;
	background: url('images/header.jpg') no-repeat;
}

#container {
	width: 960px;
	background: url('images/container_repeat.jpg') repeat-y;
}

#content {
	width: 960px;
	background: url('images/content.jpg') no-repeat;
	overflow: hidden;
}

#footer {
	width: 960px;
	height: 69px;
	background: url('images/footer.jpg') no-repeat;
	margin-bottom: 30px;
}

.back_to_top {
	position: relative;
	left: 60px;
	top: 80px;
	width: 100px;
	height: 150px;
}

.back_to_top a {
	width: 100%;
	height: 100%;
	display: block;
}

.back_to_top:hover {
	background: url('images/light.png') no-repeat;
}

/* Szöveges beállítások */

.text_box {
	width: 400px;
	margin: 0 auto;
	position: relative;
	left: -15px;
}

.abc {
	font-family: georgia, helvetica, arial, sans-serif;
	font-size: 20px;
	color: white;
	text-align: center;
}

.abc li {
	list-style-type: none;
	display: inline;
}

.abc li a {
	text-decoration: none;
	color: white;
}

.abc_word {
	font-family: georgia, helvetica, arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: white;
}

.error {
	font-family: georgia, helvetica, arial, sans-serif;
	font-size: 18px;
	color: white;
	text-align: justify;
	line-height: 24px;
}

.error p {
	margin-bottom: 20px;
}

.focim {
	font-family: georgia, helvetica, arial, sans-serif;
	font-size: 20px;
	color: white;
	text-align: center;
	margin-bottom: 40px;
}

.navigation {
	font-family: georgia, helvetica, arial, sans-serif;
	font-size: 14px;
	color: white;
	text-align: center;
	margin: 15px 0 15px 0;
}

.navigation a {
	font-weight: bold;
	text-decoration: none;
	color: white;
}

.to_table {
	margin-top: 30px;
	text-align: center;
	width: 400px;
	font-family: georgia, helvetica, arial, sans-serif;
	font-size: 18px;
	font-style: italic;
	color: white;
}

.to_table hr {
	margin: 10px 0 10px 0;
	width: 200px;
}

.to_table td {
    padding: 0.5em;
}

.animation {
	width: 150px;
	height: 150px;
	background: url('images/csapo_full.gif') no-repeat;
	margin-left: 20px;
}

.animation a {
	width: 100%;
	height: 100%;
	display: block;
}

.animation:hover {
	background-position: 0 -150px;
}

.animation_pictures {
	width: 150px;
	height: 150px;
	background: url('images/digital_camera.gif') no-repeat;
	margin-left: 20px;
}

.animation_pictures a {
	width: 100%;
	height: 100%;
	display: block;
}

.animation_pictures:hover {
	background-position: 0 -150px;
}

.hidden {
	display: none;
}