﻿body {
	/*background: url("images/bg.jpg");
	background-repeat: repeat-x;
	background-position: center;*/
	background-color: #1d242c;
	color: #3c4349;
	font-size: 16px;
	font-family: calibri, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}
#container1 {
	background: url("images/bg_container1.jpg");
	background-repeat: repeat-x;
	/*background-color: #91AABF;*/
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 151px;
	margin: 0px;
	padding: 0px;
}
#container2 {
	/*background: url("images/bg_container.png");
	background-repeat: repeat-y;*/
	background-color: white;
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	margin: 0px;
	padding-bottom: 20px;
	padding-top: 20px;
}
#container3 {
	background: url("images/bg_container3.jpg");
	background-repeat: repeat-x;
	/*background-color: #9CA5AE;*/
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 358px;
}
#header {
	position: relative;
	/*background: url("images/bg_header.jpg");
	background-color: #EFEBE5;*/
	top: 0px;
	left: 0px;
	height: 240px;
	width: 1000px;
	margin: 0px;
	padding-top: 0px;
}
#content {
	/*background: url("images/bg_content.jpg");
	background-repeat: no-repeat;*/
	background-color: white;
	position: relative;
	left: 0px;
	top: 0px;
	width: 1000px;
	padding: 0px;
	margin: 0px;
}
#footer {
	/*background: url("images/bg_content.jpg");
	background-repeat: no-repeat;
	background-color: #526394;*/
	position: relative;
	height: 50px;
	left: 0px;
	top: 0px;
	width: 1000px;
	padding: 0px;
	margin: 0px;
	text-align: left;
}
/*#auto_change {
	background-color: #1d242c;
	position: relative;
	width: 680px;
	height: 420px;
	top: 0px;
	padding: 0px;
	margin: 0px;

}
#kereso {
	background-color: #f8f8f8;
	position: relative;
	width: 300px;
	height: 420px;
	top: 0px;
	padding: 0px;
	margin: 0px;

}*/
.tartalom{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: justify;
}
.div {
/*width: 90px;*/
float:left;
/*background: url(images/bg_menu.jpg);*/
}
.div:hover {
background-image: url(images/bg_menu.jpg);
}
.div A:hover {
	color: white;
	text-decoration: none;
}
div.div a  {color: #3c4349; text-transform: uppercase; text-decoration: none; height:40px; display:block; padding-top:15px; padding-left:20px; padding-right:20px; text-align:center;}
.also_menu a{
	color: white;
	text-decoration: none;
	font-size: 14px;
}
.also_menu A:hover {
	color: #f39300;
	text-decoration: none;
}

