
/* GÖRGETŐ SZÍNE + OLDALHÁTTÉR */

body {
	SCROLLBAR-FACE-COLOR: #103660;
	SCROLLBAR-HIGHLIGHT-COLOR: #103660;
	SCROLLBAR-SHADOW-COLOR: #103660;
	SCROLLBAR-3DLIGHT-COLOR: #103660;
	SCROLLBAR-ARROW-COLOR: #3D76B6;
	SCROLLBAR-TRACK-COLOR: #3D76B6;
	SCROLLBAR-DARKSHADOW-COLOR: #103660;
	background-color: rgb(33,101,0);
	}

/* MENÜ */

#menu { width: 100%; }

#menu ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Verdana, Helvetica, sans-serif;
	}

#menu a{
	display: block;
	padding: 3px;
	background-color: rgb(33,101,0);
	border-bottom: 1px solid #ffffff;
	width: 100%;
	}

#menu a:link, #menulista  a:visited {
	color: #ffffff;
	text-decoration: none;
	}

#menu a:hover {
	background-color: #ff0000;
	color: #ffffff;
	}

/* LINKEK SZÍNEI */

a:link, a:visited, a:active {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0px;
	}

a:hover {
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0px;
	}

/* BEKEZDÉSEK */

h1, p.text0 {
	color: #ffffff;
	font-family: Verdana, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	letter-spacing: 2px;
	background-attachment: fixed;
	}

p.text1, ul {
	color: #ffffff;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-align: justify;
	letter-spacing: normal;
	background-attachment: fixed;
	}

p.text2 {
	color: #ffffff;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	letter-spacing: normal;
	background-attachment: fixed;
	line-height: 12pt;
	}

p.text3 {
	color: #ffffff;
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	letter-spacing: normal;
	background-attachment: fixed;
	line-height: 12pt;
	}

p.villog {
	color: #ff0000;
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	letter-spacing: normal;
	background-attachment: fixed;
	line-height: 12pt;
	}

p.text4 {
	color: #ffffff;
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	letter-spacing: normal;
	background-attachment: fixed;
	line-height: 12pt;
	}

td {
	text-align: center;
	color: #ffffff;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	}

td.ws {
	text-align: left;
	color: #ffffff;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	}

div.keret {
    border: 2px solid rgb(255, 0, 0);
    }

FIELDSET {
    text-align: left;
    }

/* SZÖVEGFORMÁZÁSOK */

b { color: rgb(248,146,42); }

i { color: #ffffff; }

u { color: #ffffff; }

img { border: 0; }

