body {margin: 0; padding: 0; height: 100%; font-family: Arial,Verdana, Helvetica, sans-serif; font-size: 13px; }

/****************** 1. Landing page-hez tartozó stílusformázások ********************/

/* Landing page 1 - header */
#LP1_headerContainer{position: relative;display: block;width: 100%;height: 33px;margin: 0px;padding: 0px;background-color: #254b81;}
#LP1_header{position: relative;display: block;width: 780px;height: 33px;margin-left: auto;margin-right: auto;text-align: center;}
#LP1_header h1{margin: 0; padding: 0; width: 780px;line-height: 33px;font-size: 14px;color: #fff;font-weight: bold;}

/* Landing page 1 - content */
#LP1_contentContainer {display: block;width: 100%;height: auto;}
#LP1_content {position: relative;display: block;width: 780px;height: auto;margin-left: auto;margin-right: auto;margin-top: 10px;}
#LP1_contentLeft {display: block;width: 368px;height: auto;float:left;}
#LP1_imgContainer{display: block;width: 231px;height: 247px;margin-left: 93px;}
#LP1_contentLeft p {font-size: 9px; color: #949494;margin: 0;padding: 0;padding-left: 100px;letter-spacing: 0.01em;}
#LP1_contentRight {/*border: solid 1px black;*/display: block;width: 402px;float:right;margin-top: 40px;}
#LP1_contentRight h2 {font-size: 16px; color: #254b81;margin: 0;padding: 0;}
#LP1_contentRight h3 {font-size: 14px; color: #4e4e4e;margin: 0;padding: 0;margin-bottom: 20px;}
#LP1_contentRight p {font-size: 13px;margin: 0;padding: 0;text-align:justify;}
#LP1_contentRight a {font-size: 13px; color: #254b81;font-weight: bold;}
#LP1_form{background: url(../Images/LP1RightFormBackground.gif);display:block; width: 402px;height:240px;margin-top: 30px;}
#LP1_formHeader{ background: url(../Images/LP1RightFormHeaderBackground.gif);display:block; width: 402px;height:47px;}
#LP1_formHeader p {width: 392px;line-height:47px;color:#254b81;padding-left: 20px;font-size: 14px; font-weight: bold;}
#LP1_formContent {display:block; width: 402px;height: auto;margin: 0px;}
#LP1_formContent table td {font-weight: bold;font-size: 11px;color: #4e4e4e;}
.formRequiredField {background-color: #e3ecfc;}
#LP1_formButton {background: url(../Images/LP1RightFormbuttonBackground.gif) no-repeat;width: 204px;height: 65px;cursor: pointer;margin-top: 30px; margin-left: 100px;}

/* Landing page 1 - footer */
#LP1_footerContainer {clear: both;background: url(../Images/LP1footerBackground.gif) repeat-x;height: 80px;vertical-align: bottom;position: relative;width: 100%;}
#LP1_footer {height: 80px;width: 780px;font-size: 11px;position: relative;margin-left: auto;margin-right: auto;}
#LP1_footer TABLE {width: 780px;height: 80px;}
#LP1_footer a {color: #3f5a8f;text-decoration: none;}
#LP1_footer a:hover {color: #132b5a;}
#LP1_footer .logo {background: url(../Images/footerLogo.gif) no-repeat;margin-bottom: 10px;margin-top: 25px;width: 91px;height: 19px;}
#LP1_footer .add1 {float: left;color: #a9a9a9;text-align: left;margin-left: 150px;margin-right: 25px;margin-top: 20px;}
#LP1_footer .add2 {float: left;color: #a9a9a9;text-align: left;margin-right: 25px;margin-top: 20px;}
#LP1_footer .add3 {float: left;text-align: left;margin-top: 20px;}
#LP1_footerBottom {clear: both;background: url(../Images/footerBottomBackground.jpg) repeat-x;height: 2px;width: 100%;}
