/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%; 
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:15px;
	background-color : #494949;
	background-image : url(../img/bg_image.png);
	background-repeat : repeat-x;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a{
	color:black;
	text-decoration:none;
}


#container{
	width : 970px;
	margin-left: auto;
	margin-right:auto;
	margin-top:10px;
	text-align:left;
	background-color:white;
}

.container{
	padding:10px;
}

#header{
	height : 180px;
}

.header{
	padding: 10px;
}

.header h1{
	font-size: 15px;
	font-weight: bold;
	line-height: 24px;
}

#left{
	float:left;
	width : 200px;
}

#left h3{
	background-color: #2e548c;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	height: 30px;
	line-height: 30px;
	vertical-align:middle;
	text-align:center;
	color: white;
	font-weight: bold;
	letter-spacing: 2px;
}
#left ul{
	border: 1px solid #e6e6e6;
	
}

#left ul li{
	margin-top:2px;
	height: 22px;
	line-height: 22px;	
	vertical-align:middle;
	background-image : url(../img/menu_li.jpg);	
	border:1px solid #e7e6e6;
}

.jobb_nyil{
	float:left;
	width:21px;
	height: 22px;
	line-height: 22px;	
	background-image : url(../img/nyil_jobb.jpg);	
}

#left ul .active{
	margin-top:2px;
	height: 22px;
	line-height: 22px;	
	vertical-align:middle;
	background-image : url(../img/menu_li_active.jpg);	
	border:1px solid #d6d6d6;
	color:white;
}
.jobb_nyil_active{
	float:left;
	width:21px;
	height: 22px;
	line-height: 22px;	
	background-image : url(../img/nyil_jobb_active.jpg);	
}
.menu_text{
	float:left;
	font-size:10px;
}

.menu_text_active{
	float:left;
	color:white;
	font-size:10px;
}


.eltartas_30{
	float:left;
	width:30px; 
}

#tartalom{
	float:left;
	width:600px;
	border: 1px solid #d6d6d6;
	min-height: 400px;
}

.tartalom{
	padding:15px;
}

.tartalom li{
	margin-left:40px;	
}

td{
	width:50%; 
	border:1px solid gray; 
	padding:3px;
	font-size:11px;
	font-weight:bold;
}

#footer{
	height:54px;
	padding: 2px;
	background-image: url(../img/footer.jpg);
}