@charset "utf-8";
#menu a {
    text-decoration: none;
    color: #878787;
}

#menu {
	position: absolute;
	width: 160px;
	height: 550px;
	left: 10px;
	top: 10px;
	font-family: arial;
/*	 background-color: #00FFFF;*/
}
#topmenu {
	font-size: 18px;
	width: 800px;
	position: absolute;
/*	padding-left: 10px;*/
	left: 170px;
	top: 10px;
	height: 100px;
	overflow: hidden;
/*	background-color:#336699; */
}
#main {
	font-size: 18px;
	position: absolute;
	left: 170px;
	top: 110px;
	width: 800px;
	height: 480px;
/*	padding-right: 30px;*/
/*	padding-left: 10px;*/
	padding-top: 20px;
	font-family: arial;
/*	padding-bottom: 15px;*/
	overflow: auto;
/* background-color: #3971C4; */
}

flashcontent {
	font-size: 18px;
	width: 800px;
	position: absolute;
/*	padding-left: 10px;*/
	left: 170px;
	top: 110px;
	height: 650px;
	overflow: auto;
/*	background-color:#FF33FF; */
}

/* ez az egyéb/demo menuben van használva a flash tartalom háttereként */
#flashcontent {
	font-size: 18px;
	text-align: center;
	width: 750px;
	position: absolute;
/*	padding-left: 10px;*/
	left: 170px;
	top: 60px;
	height: 580px;
	overflow: hidden;
/*	background-color:#FF33FF; */
}

#menu a:hover {
    color: #FFFF33;
}

#menu #current {
    color: white;
}
/* A felső menüsor stílusa */
#topmenu #current {
    color: white;
}


#main #current {
	color: white;
}

h1 {
	font-size: 22px;
	color: #55AADD;
}

h2 {
	font-size: 20px;
	color: #DDDDDD;
/*	text-align: center;*/
	line-height: 80%;
}
p
{
 font-size: 18px;
}

h3 {
	margin-left: 15px;
	font-size: 20px;
	color: #FFFFCC;
}
h4
{
font-size: 14px;
text-align: justify;
padding-right: 20px;
}

a:link {
	color: #878787;
	text-decoration: none;
}
a:visited {
	color: #878787;
	text-decoration: none;
}
a:hover {
	color: #ffffcc;
	text-decoration: none;
}
body
{
	color: #DEDECA;
		background-color: #224477;
}

textarea
{
 background-color: #FFFFCC;
 font-family: serif;
 }

 td
 {
  text-align: center;
  }

  #main td
  {
  text-align: left;
  }
