/* Based on a template by Ben Meadowcroft, see http://www.benmeadowcroft.com/webdev/  for more info */
body
{
	color : blue;
	/*hatter szine kiveve a tartalmat*/
	background-color : #C8FCFF;
	/*background-image : url(images/light-balance-small.jpg);
	background-attachment : fixed;
	background-position : bottom left;
	background-repeat : no-repeat;*/
	font-family:verdana;
}

h1, h2, h3, h4, h5, h6
{
	margin:0px;
	padding:0px;
}

/*
 * This ensures that text in paragraphs doesn't
 * stretch right across the screen. This only works
 * in more advanced browsers.
 */
.contentText p
{ 
	max-width:45em;
	text-align: justify;
	line-height: 2em;
	font-size: 15px;
}

ul.menu
{
	list-style:none;
	margin: 0px;
}

ul.menu li
{
	display:inline;

}

.menu
{
	text-align : center;
	/* border : 1px solid rgb(0,0,0); */
	font-weight : bold;
	background-color :#C8FCFF;
	
}

.menu a
{
	color: blue;
	background-color: inherit;
	text-decoration: none;
        /*background-image : url(images/button2.gif); */
        border : 1px solid blue;
}

.menu a:hover
{
	color : rgb(255,64,64);
	background-color : rgb(230,230,250);
       
}


.menu strong
{
	font-size : large;
}
/*  */
.title
{
	text-align : center;	
}

.other
{
	text-align : center;
	border : 1px solid rgb(0,0,0);
	background-color : inherit;
	color : blue;
	
}

.contentText
{
	color : blue;
	background-color :#C8FCFF;
	 /* border : 1px solid; */
	
}

.footer
{
	/*background-image : url(images/redfilter.gif);*/
   text-align : center;
   font-size: 10px;
   
        
}

.footer a
{
	color: rgb(0,0,0);
	text-decoration: none;
   color: blue;
          
}


.footer a:link
{
	color: blue;
	background-color:transparent;
}

.counter
{
	text-align : center;
   font-size: 10px;
}
