/* CSS Document */
body {
	background-color: #000000;
	background-image: url(images/hatterek/backgr_a.jpg);
	background-repeat: repeat;
}

h1,h2,h3,h4,h5,h6 
{
color: #FF4600;
}

a:link { color: #FA7B00; text-decoration: none }
a:active { color: #FA7B00; text-decoration: none }
a:visited { color: #FA7B00; text-decoration: none }
a:hover { color: #FFCC99; text-decoration: none }

td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #26237B;
}

.tablazat
{
	border: 1px solid #26237b;
	padding: 1px;
	margin: 0px;
}

.thead
{
	border: 1px solid #26237b;
	padding: 1px;
	margin: 0px;
	background-color: #b2d7e7;
}

.header{
	z-index: -5;
}

.txt_small {font-size: 10px}
.txt_big {font-size: 15px}

.txt_cim {
	font-size: 10px;
	margin-left: 65px
	}

#iframe
{
	width: 592px;
	height: 400px;
	overflow: auto;
}

#content
{
	color: #00486D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 535px;
}

#menu
{
	color: #FA7B00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 120px;
	overflow: hidden;
	font-weight: bold;
	margin-left: 25px;
}

#alert {
	text-align: 	center;
	width: 			400px;
	margin: auto;
	outline-width: thick;
	outline-color: #FF0000;
	outline-style: solid;
	background-color: #EEEEEE;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}