﻿div.container {

	width:85%;
	margin-right: auto;
    margin-left: auto;
	background-color: #c9d5e8;
}


body{
	background-color: #bf9f2;
	color: black;/*induló=#990000*/
}

a {
	color:#666;/*#990000*/
	text-decoration:none;
	border-bottom: dotted thin;
}
a:hover {
	background-color: darkgray;
	color: white;
	text-decoration:none;
	font-variant: small-caps;	
}

	a.felulir {
	
	text-decoration:none;
	border: none;
}



/*Az elehetoseg formazasa*/
span.eleres {

	font-variant: small-caps;
	font-weight: bold;
}

div.menu {

    width:25%;
    float: left;
	overflow: hidden;
}

div.jobb {
	width:75%;
	float: right;
	text-align: justify;
	font-size: 15px;
	overflow: hidden;
}

	
	
	
div.footer {

clear: both;
    padding: 50px;
    text-align: center;
    margin-left: 0%;
    font-size: 13px;
	overflow: hidden;
}



hr { 
  background-color: lightgray;
  height: 25px;
  border-color: black;
} 

td {
  padding: 10px;
}


</style>