/* Stylesheet For Negy N kft. homepage */
/* Fixed px based layout */

/* COLOR INFORMATION TABLE:
 * 
 * Main text .......... #1A1A1A
 * Heading ............ #0F3F6E
 * Primary Grey ....... #808080
 * Secondary Grey ..... #333333
 * Content Border .....
 * Sitemap ............ #E6E6E6
 * Footer 2 ........... #F2F2F2
 
 * DIMENSIONS:
 * Container: 1000px + 2px grey border - 2*23px padding
 * Content: 694px
 * Sidebar: 253px
 * Header: 954x206 > Logo box: 306x83 > Slogan: 369x36
 * MainMenu: 954x46 > Item (normal): 145x38 (4px margin) > Item (active): 145x42 (4px top margin)
 
 * BOX MODEL:
 * container > (header), (menu > submenu), (content), (sidebar), (sitemap, footer)
 */

body {
	font: 14px/1.5 "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	color: #222;
	background: #fff url(../images/bg_body.png) center top repeat-y;
	*text-align: center;
	}
	
/* Defaults */
.clear { height: 0; line-height: 0; clear: both; }
.clearLeft { height: 0; line-height: 0; claer: left; }
i { font-style: italic; }
b { font-weight: bold; }
.red { color: red; }

/* container */
#container {
	width: 954px;
	padding: 5px 23px 10px 23px;
	margin: 0 auto;
	border-left: 4px solid #e6e6e6;
	border-right: 4px solid #e6e6e6;
	background-color: #fff;
	*text-align: left;
	}

#header {
	position: relative;
	width: 954px;
	height: 206px;
	margin: 0 0 5px 0;
	background: url(../images/img_header.png) left top no-repeat;
	}

#header #logo {
	position: absolute;
	top: 25px;
	left: -22px;
	width: 306px;
	height: 84px;
	background: #155899 url(../images/bg_logobox.png) 15px 0 no-repeat;
	color: #fff;
	}

#logo h1 {
	font-size: 24px;
	font-weight: bold;
	margin: 25px 0 0 50px;
	padding-bottom: 0;
	line-height: 1;
	}

#logo em { margin: 0 0 0 50px; font-size: 13px; }

#header #slogan {
	position: absolute;
	bottom: 5px;
	right: -23px;
	padding: 10px 26px 10px 10px;
	background-color: #155899;
	color: #fff;
	font-weight: bold;
	}

/* ** MENU ** */
#menu {
	width: 954px;
	border-bottom: 5px solid #155899;
	}

#mainMenu {
	margin: 3px 3px 0 0;
	height: 43px;
	width: 954px;
	background: url(../images/bg_menu.png) left top repeat-x;
	}

#mainMenu li {
	display: block;
	float: left;
	margin-top: 3px;
	margin-left: 3px;
	}

#mainMenu li a, #mainMenu li span {
	display: block;
	width: 145px;
	padding: 10px 0;
	color: #fff;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	background: url(../images/bg_mnu_inactive.png) left top repeat-x;
	text-decoration: none;
	}

#mainMenu li span {
	padding-bottom: 12px;
	background-image: url(../images/bg_mnu_active.png);
	color: #222;
	}

#subMenu {
	background-color: #f2f2f2;
	font-size: 11px;
	text-transform: uppercase;
	}

#subMenu li {
	display: inline;
	}

#subMenu li a, #subMenu li span {
	padding: 0 15px;
	line-height: 46px;
	color: #222;
	}

#subMenu li a { text-decoration: none; }
#subMenu li a:hover { text-decoration: underline; }

#subMenu li span { font-weight: bold; text-decoration: underline; }

/* ** SIDEBAR, CONTENT ** */
#content a, #sidebar a { color: #0F3F6E; }
#content a:hover, #sidebar a:hover { text-decoration: none; }
/* sidebar */
#sidebar {
	float: right;
	width: 215px;
	min-height: 500px;
	margin-top: 40px;
	padding: 0 20px 30px 30px;
	background: url(../images/bg_sidebar.png) left top no-repeat;
	}

#sidebar h2 {
	color: #808080;
	}

#sidebar p {
	font-size: 11px;
	}

#sidebar p:first {
	color: #808080;
	}

#content {
	margin: 0 295px 100px 10px;
	padding-top: 40px;
	background: url(../images/bg_content.png) 0 -60px no-repeat;
	}

h2 {
	font-weight: bold;
	font-size: 22px;
	color: #0F3F6E;
	margin-bottom: 25px;
	padding-top: 30px;
	letter-spacing: -0.01em;
	}

h3 {
	font-weight: bold;
	font-size: 16px;
	padding: 15px 0 10px 0;
	color: #0F3F6E;
	}
#tableComment h3 { padding: 5px 0 0; }

p {
	margin-bottom: 16px;
	}

#content img {
	margin: 16px 0;
	border: 7px solid #f2f2f2;
	}

#content img.smallImg {
	margin: 20px 5px 5px 10px;
	border: 0;
	float: right;
	}

/* footer, sitemap */
#sitemap, #footer {
	width: 1000px;
	margin: 0 -23px;
	}

/* sitemap */
#sitemap {
	background-color: #e6e6e6;
	font-size: 11px;
	}

#sitemap h3 {
	padding-top: 5px;
	font-size: 14px;
	margin-left: 20px;
	text-transform: uppercase;
	}

#sitemap a { color: #0F3F6E; }
#sitemap a:hover { text-decoration: none; }
.smL1 {
	padding: 5px 20px 10px;
	text-transform: uppercase;
	font-weight: bold;
	}
	
.smL1 li {
	margin: 3px 0;
	}
	
.smL2 {
	text-transform: lowercase;
	display: inline;
	}

.smL2 li { display: inline; }

/* footer */
#footer {
	background-color: #f2f2f2;
	color: #4d4d4d;
	font-size: 11px;
	font-weight: bold;
	}

#footer a { color: #0F3F6E; }

#footer p { margin: 0; padding: 10px 20px; }

/* ** SPECIAL ELEMENTS ** */

/* content lists */
#content ul {
	margin: 10px 10px 10px 20px;
	list-style-type: disc;
	}

#content ul li {
	padding: 0 0 3px 5px;
	}

#content ul li ul { list-style-type: circle; }
/* table */
table {
	margin: 20px 25px 10px 10px;
	font-size: 12px;
	width: 90%;
	}

table tr td {
	text-align: center;
	padding: 10px 0;
	border-bottom: 1px solid #e6e6e6;
	}

td.left { text-align: left; padding-left: 10px; }

table thead tr th {
	text-transform: uppercase;
	padding-top: 45px;
	padding-bottom: 10px;
	font-weight: bold;
	line-height: 1;
	}
	
table thead tr th.lakat1 { background: url(../images/lakat1.png) center top no-repeat; }
table thead tr th.lakat2 { background: url(../images/lakat2.png) center top no-repeat; }
table thead tr th.lakat3 { background: url(../images/lakat3.png) center top no-repeat; }

table tbody tr td.ok { background: url(../images/ok.gif) center center no-repeat; }
table tbody tr.odd td { background-color: #F2F2F2; }
table tbody tr td.option { color: #68A60E; }

table tfoot tr td {
	background-color: #155899;
	color: #fff;
	}

table tfoot tr td em {
	display: block;
	font-size: 18px;
	line-height: 0.8;
	font-weight: bold;
	}

#tableComment {
	margin: 0 10px 10px;
	font-size: 12px;
	}

#tableComment h3 { font-size: 14px; }

/* special partners */
ul.partners {
	list-style-type: none !important;
	margin: 0; padding: 0;
	width: 45%;
	float: left;
	}

ul.partners li {
	text-align: center;
	border-bottom: 2px solid #f2f2f2;
	padding: 0; margin: 0;
	padding: 3px 0;
	}

ul.partners li img {
	border: 0 !important;
	margin: 0;
	}

ul.partners li p {
	margin: 0;