@charset "iso-8859-2";
.fejlec {
	background-color : #CC0000;
	color : #FFFFFF;
}

.leiras {
	text-align:justify;
}


P  {
	font-size : 12px;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : black;
}

H1  {
	text-align: center;
	font-size : 16px;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : #FFFFFF;
}

H2  {
	font-size : 11px;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : blue;
	text-indent:0px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 0px;
}

H3  {
	font-size : 11px;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : green;
	text-indent:0px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 0px;
}


H4  {
	font-size : 16px;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : black;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Egy link így néz ki */
A  {
	font-size : 11px;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : green;
	text-decoration : none;
}

/* Már láttuk, már nem ez az aktív*/
A:Visited  {
	font-size : 11px;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : red;
	text-decoration : none;
}

/* ennek a linknek a tartalmát látjuk */
A:Active  {
	font-size : 11px;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : black;
	text-decoration : underline;
}

/* rollover */
A:Hover  {
	font-size : 11px;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : green;
	text-decoration : underline;
}

BODY  {
/*	SCROLLBAR-FACE-COLOR: red;*/
	SCROLLBAR-HIGHLIGHT-COLOR: white;
	SCROLLBAR-SHADOW-COLOR: blue;
	SCROLLBAR-3DLIGHT-COLOR: brown;
	SCROLLBAR-ARROW-COLOR: white;
	SCROLLBAR-TRACK-COLOR: grey;
	SCROLLBAR-DARKSHADOW-COLOR: black;
	margin-left: 5px;
	margin-top: 3px;
	background-color : #FFFFFF;
	font-family : Arial;
	font-size : 12px;
}

TH  {
	font-family : Arial;
	font-weight : bold;
	color : #cc0000;
	font-size : 13px;
}

TABLE  {
	background-color : #FFFFFF;
	border-style : none;
	border-left-width : thin;
	border-right-width : thin;
	border-top-width : thin;
	border-bottom-width : thin;
	border-width : thin;
	border-color : red;
}

HR  {
	width : 100%;
	color : #990000;
}

.form {
 border-color : #cc0000;
 background: #ffffcc;
 font: 12px courier;
 color: #000000;
 }
.db {
 border-color : #cc0000;
 background: #ffffcc;
 font: 12px courier;
 color: #000000;
 }
.button {
 font: bold 12px Arial;
 color: #005494;
 background: #d0d0d0;
 border: 2 solid;
 text-decoration: none;
 }
