@charset "utf-8";
/* CSS Document */

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	font-size:12px;
	background-color: #0099FF;
	margin: 0;
	padding: 10;
	background-repeat:repeat;
	background-attachment:fixed;
	}

div.container {
	width: 800px;
	background-color: #FFFFCC;
	margin: 10px auto;
	padding: 0px;
	border-radius: 10px;
	border: 4px solid #0000FF;
	box-shadow: 5px 5px 20px #333;
}

div.header {
	
	background-color: #ADB96E;
	border: 0px #0000FF solid;
	border-radius: 10px;
	margin: 10px auto;
	width: 780px;
	height: 160px;
	box-shadow: 5px 5px 5px #666666;
	background-image:url(../../grafika/fejlec1b.jpg);
}
.headertext{
	padding: 15px 0px 0px 225px;
	text-decoration: none;
	text-shadow: 0px 0px 13px #000;
	font-size: 25px;
	color: #FF0;
}

.menu {
	margin: 15px 0px 15px 0px;
	border-top: 2px solid #999;
	border-bottom: 2px solid #999;
	color: #000;
	text-align: center;
	font-weight:bold;
}

#balhasab {
	margin: 0px auto 0px auto;
	padding: 10px 0px;
	width: 200px;
	border: 0px solid #099;
	text-align:justify;
	float: left;
	border-right:dotted 2px #666666;
	}
.oldalmenu{
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	}
	
.oldalmenu:hover{
	background:#808080;
	padding: 10px;
	color: #FFFFFF;
	}
	
.rollo {
	color:#333;
	font-weight:bold;
	background:#CCC;
	width: 115px;
	margin: 5px 0px 5px 10px;
	padding: 0px 0px 5px 0px;
	line-height: 10px;
	}
	
.arnyekkep img{
	margin: 10px 0px 10px 10px;
	padding: 0px 0px 0px 0px;
	}	
	
.napsutes img {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 10px;
	}
.arnyek img{
	float:right;
	margin: 0px 20px 0 0;
	}

#balhasab h2{
	color:#C00;
	}
	
#jobbhasab {
	
	width: 598px;
	padding: 10px 0;
	border: 0px solid #C00 ; 
	border-radius: 10px;
	margin: 0px auto 0px auto;
	text-align:justify;
	float: left;
}
.clear  {
	clear:both;
}

.cimsor {
	text-decoration:underline;
}

div.footer {
	padding: 10px 0;
	background-color: #CCC49F;
	margin: 10px 10px;
	box-shadow: 5px 5px 5px #000;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
	color: #FFF;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
	float:left;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20;
	left: 15px;
	right: 15px;
	clip: rect(15px,auto,auto,15px);
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #42413C;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #6E6C64;
	
}
a:hover, a:active, a:focus { /* txthis group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color:#009
}
