@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#D4D4D4;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 951px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
} 
#header {
	background-repeat: no-repeat;
	background-position: top left;
	background-image:url(images/head_bg2.jpg);
	height: 214px;
} 
#header ul {
	font-size: 16px;
	padding: 0;
	list-style: none;
	background: #6784AD url(images/csik.jpg) repeat-x;
	float: left;
	width: 100%;
	border-bottom: #a7b7c4 3px solid;
	border-top:#FFFFFF 1px solid;
	margin-top: 214;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
 #header li {
	float: left;
	font-size: 110%;
}
 #header li a {
	float: left;
	display: block;
	padding-top: 8px;
	padding-right: 40px;
	padding-bottom: 8px;
	padding-left: 40px;
	color: #fff;
	text-decoration: none;
}
 #header li#bemutat {
	padding-left: 30px;
}
 #header li a:hover, #header li a:active, #header li a:focus {
 	color: #666666;
}
#kezdmail {
	font-size:11px;
	color:#FFFFFF;
	margin-top:70px;
	margin-left: 650px;
	margin-bottom: 10px;
}
#kezdmail a{
	color:#fff;
}
#kezdmail a:hover, a:active, a:focus{
	color:#a7b7c4;
}
#logo2 {
	margin-left: 268px;
}
#mainwrap {
	background-color: #CCCCCC;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #4A698C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image: url(images/bodybg2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-color: #cccccc;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 15px;
	text-align: right;
}

#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
	background-color:#CCCCCC;
	background-image: url(images/div_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#sidebar1 p,  #sidebar1 h3,  #sidebar2 p,  #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	color: #6487AD;
}
#sidebar1 h3, #sidebar2 h3 {
	color: #374F68;
	padding-bottom: 5px;
}
#mainContent {
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 

#mainContent h1 {
	color: #2C3F52;
	font-size: 14px;
	padding-top: 60px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
	padding-bottom: 5px;
	background-image: url(images/bg_mch1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#mainContent h2 {
	color: #2C3F52;
	font-size: 12px;
	padding-top: 10px;
}
#footer { 
	border-top:solid thin #666666;
	background-color: #a7b7c4;
	padding: 0 30px 0 40px;
} 
 #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	width: 59%;
	color: #374F68;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
 }
.kesz {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}

#mainwrap  ul {
	margin: 0;
	list-style: none;
	float: right;
	width: 39%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#mainwrap  li {
 	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	float: right;
}
#mainwrap  li  a {
	display: block;
	color: #CCCCCC;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.vap {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 5px;
}

#mainwrap   li   a:hover, a:active,a:focus      {
 	color: #ffffff;
}
a {
	color: #DA6036;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #666666;
}
.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 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
p.centered   img {
	border: 1px solid #666666;
	padding: 4px;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-left: 5px;
}
.centered {
	text-align: center;
}

#mainContent p {
	text-align: justify;
}

p {
	color: #374F68;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 25%;
}
.tovkepek {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffff82;
	padding-right: 10px;
	text-decoration: underline;
	padding-top: 5px;
	padding-bottom: 10px;
	float: right;
}
