@charset "utf-8";
body {
	margin: 0px;
	background-image:url(images/header_bg.png);
	background-repeat:repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	}
#topmenu {
	width:100%;
	height:21px;
	border-bottom:1px solid #424242;
	background-color:#000000;
	color:#494949;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}
#maincontent {
	width:846px;
	/*height:1200px;*/
	padding:0;
	margin-left:auto;
	margin-right:auto;
}
#header {
	width:776px;
	height:215px;
	padding-top:70px;
	padding-left:70px;
	margin-left:auto;
	margin-right:auto;
}
#tartalom {
	width: 590px;
	float:left;
	margin:0;
	padding:0;
	padding-right:10px;
}
#sidebar {
	width:235px;
	border-left:1px solid #CFCFCF;
	float:left;
	height:330px;
	padding-left:10px;
}

h2
{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
border-bottom:1px dotted #7F7F7F;
padding:0;
margin:0;
margin-bottom:10px;
color:#383838;
}

.post {
margin:0;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:13px;
}

.post a {
color:#b91702;
text-decoration:none;
}

.post a:hover {
color:#0233b9;
}
.post p {
margin:0;
padding:0;
margin-bottom:1em;
}

/* Sidebar listaelemek */

#sidebar h2 {
	margin:0;
	color:#2B2B2B;
	font-size:14px;
}
#sidebar a {
	color:#383838;
	text-decoration:none;
}
#sidebar a:hover {
border-bottom:1px dotted #B70000;
color:#B70000;
}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 10px;
}
#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 15px;
}
#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0 0;
	padding: 0;
}

#sidebar h2 a:hover {
background-color:#E2C5C5;
}

img {
   behavior: url("pngbehavior.htc");
}


/* post elemek */

.post ul, .post ul ol {
	margin: 0;
	padding: 0;
	margin-left:10px;
}
.post ul li {
	list-style-type: none;
	list-style-image:url(images/lista.gif);
	list-style-position:inside;
	margin-bottom: 10px;
}
.post ul ul, .post ul ol {
	margin: 5px 0 0 15px;
}
.post ul ul li, .post ul ol li {
	margin: 3px 0 0 0;
	padding: 0;
}
