/* CSS Document */

/*
	Tag definition
	==============
*/

body {
	background-color: #e7d6bd;
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	color: maroon;
}

table {
	width: 100%;
	padding: 5px;
	text-align: center;
}

th {
	background-color: #D2B382;
}

img {
	border: none;
}

a:link {
	color: #A00101;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;	
}

a:visited {
	color: #4B0101;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;	
}

a:hover {
	color: #E30202;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;	
}

/*
	Base style definition
	=====================
*/

/* Tartalmi frame */

p.titleplus {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	margin: 20px 5px;
}

p.title {
	text-align: center;
	font-weight: bold;
	margin: 20px 5px;
}

p.left {
	text-align: left;
}

p.leiras {
	text-align: justify;
}

div.image-placeholder {
	width: 100%;
	text-align: center;
}

table.tartalom {
	border: 1px solid #666666;
}

tr.row {
	border: 1px solid #666666;
}

td.style-1 {
	background-color: #EDE0CD;
}

td.style-2 {
	background-color: #E1CCAE;
}

/* Felso frame */

table.head {
	border: none;
}

p.page-title {
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	font-variant: small-caps;
	margin: 0px;
}

/* Általános stílusok */

.side {
	width: 100px;
	text-align: center;
}