@charset "iso-8859-2";

 /* CSS Document */
body 
	{
	font-family: "Tahoma", Geneva, sans-serif; /* Betütípus*/
	text-align:center; /* hol helyezkedjen el jobb bal közép */
	background-color: #ff0000; /* háttér*/
	
	
}
h1
{
font-size:24px; 
font-family: "Tahoma", Geneva, sans-serif;
text-align:center;
color: #ff0000;
}
h2
{
font-size: 14px;
font-family: "Tahoma", Geneva, sans-serif;
text-align:center;
color: #000000;
}

#nagy
{
width: 900px;
height: 2000px;
border:5px solid black;
background-color: #ffffff;
text-align: center;
margin: auto;
}
.felso
{
width: 900px;
height: 130px;
margin: auto;
float: left;
border-bottom:5px solid black;
}
 .felso2
{
width: 900px;
height: 35px;
margin: auto;
float: left;
border-bottom:5px solid black;
}
.bal
{
width: 140px;
height: 1600px;
margin: auto;
float: left;
border-right:5px solid black;
}
.kozep
{
width: 605px;
height: 1600px;
margin: auto;
float: left;
}
.jobb
{
width: 140px;
height: 1600px;
margin: auto;
float: left;
border-left:5px solid black;
}
.also
{
width: 900px;
height: 130%;
margin: auto;
float: left;
border-top:5px solid black;
}
.cont
{
width:140px;
height:30px;
background-image: url(http://users.atw.hu/gollszexcom/kepek/gomb.gif);
float:left;
text-align:center;
line-height:28px;
margin:2px;
}
.cont a
{
font-size:14px;
color: #ffcc00;
}
  #css_menu ul {
	list-style-type: none;
	margin: auto;
	padding: 0;
	text-align: center;
}
#css_menu a {
	display: block;
	color: #ffffff;
	background-color: #DC143C;
	width: 140px;
	text-decoration: none;
}

#css_menu a:hover {
	display: block;
	color: #ffffff;
	background-color: #009900;
	width: 140px;
	text-decoration: none;
}
