/*
	HTML tagek, általános CSS
	=========================
*/

body {
	text-align: center;
	background: url(../images/background.jpg);
	margin-top: 0px;
	margin-bottom: 0px;
	color: #ffffff;
	font-size: 14px;
	font-family: Verdana;
}

img {
	border: 0px;
}

object {
	border: 0px;
}

blockquote {
	border: solid 1px #cccccc;
	background-color: #e7e7e7;
	padding: 5px;
	font-size: 12px;
}

p {
	font-family: Verdana;
	font-size: 14px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: justify;
	margin-top: 5px;
	color: #eccb96;
}

h1 {
	font-family: Verdana;
	font-size: 22px;
	font-weight: bold;
}

h2 {
	font-family: Verdana;
	font-size: 25px;
	font-weight: normal;
	color: #c6652b;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 30px;
	border-bottom: 1px solid #c6652b;
}
h3 {
	font-family: Verdana;
	margin-left: 5px;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
}

h4 {
	font-family: Verdana;
	margin-bottom: 15px;
	margin-top: 0px;
	margin-left: 5px;
	font-size: 20px;
	font-weight: bold;
}

h5 {
	font-family: Verdana;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 20px;
	font-weight: bold;
}

h6 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}

hr {
	width: 70%;
	height: 1px;
	color: #c6652b;
	background-color: #c6652b;
	border: 0px;
}

ul {
	font-size: 12px;
	color: #ffffff;
}

li {
	padding-bottom: 10px;
	font-size: 14px;
	color: #ffffff;
	list-style-type: square;
}

table {
	
}

a:link {
	text-decoration: none;
	color: #eccb96;
}

a:visited {
	text-decoration: none;
	color: #eccb96;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
	color: #eccb96;
}
