body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #203162;
	background-image: url(../../images/elements/bg-body.gif);
	background-repeat: repeat;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../../images/elements/bg-container.jpg);
	background-repeat: repeat-y;
	background-position: top;
} 
#container #mainContent .p_link {
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
	text-decoration: underline;
}
#container #mainContent .p_link:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF6600;
	text-decoration: underline;
}

#header-adv {
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
} 

#header {
	background-color: #4C7CA0;
	background-image: url(../images/elements/header-logo4.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 140px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	vertical-align: text-bottom;
	margin-top: 0px;
} 

#advbanner-728 {
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	background-color: #DDDDDD;
} 

.promotext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #006699;
	line-height: 1.2em;
}

#topnav {
	display: block;
	padding-top: 90px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
	color: #FFFFFF;
}

.topnav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	display: block;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 8px;
	font-weight: bold;
	margin: 0px;
	letter-spacing: 0.03em;
	background-image: url(../../images/elements/arrow-1w.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.topnav a:hover {
	color: #FFCC00;
	background-image: url(../../images/elements/arrow-1y.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.mail {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #006699;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}


.topnav ul {
	list-style-type: none;
	display: block;
	color: #FFFFFF;
}


.topnav ul li {
	position: relative;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	float: left;
	margin-left: 1px;
	margin-right: 1px;
	color: #FFFFFF;
}


#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #006699;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #006699;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #006699;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#login-reg {
	width: 98%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 6px;
	padding-bottom: 0px;
	border: 1px solid #C5C5C5;
	margin-top: 10px;
	vertical-align: top;
}
#box-1 {
	width: 98%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 6px;
	padding-bottom: 0px;
	border: 1px solid #C5C5C5;
	margin-top: 10px;
	vertical-align: top;
	background-image: url(../../images/elements/bg-box-1head.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.box_title-1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006699;
	font-size: 0.9em;
	font-weight: bold;
}
form {
	margin: 2px;
}
.input-login {
font-family: verdana,arial,helvetica,sans-serif;
font-size: 9px;
color: #000000;
text-decoration: none;
padding-left: 3px;
line-height: 16px;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* 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: #EBEBEB; /* padding keeps the content of the div away from the edges */
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#mainContent {
	margin-top: 0;
	margin-right: 176px;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
#footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	text-align: center;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
#container #footer .mail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

#container #footer .mail:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	text-decoration: underline;
}

.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;
}
.szoveg1 {
	font-size: 14px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}

.szoveg2 {
	font-size: 14px;
	color: #069;
	font-family: "Courier New", Courier, monospace;
}

.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;
}

#mainContent2 {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 20px;
	background: #ffffff;
}
#mainContent3 {
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.gomb71 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #006699;
	text-decoration: underline;
	border: none;
	text-align: center;
	vertical-align: middle;
	width: 110px;
	background-color: #FFFFFF;
}
.gomb7 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006699;
	text-decoration: underline;
	border: none #cc3300;
	text-align: center;
	vertical-align: middle;
	width: 210px;
	background-color: #FFFFFF;
}
.doboz1 {
	width: 98%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 6px;
	padding-bottom: 0px;
	border: 1px solid #C5C5C5;
	margin-top: 10px;
	vertical-align: top;
	background: #ffffff;
}
