body {
	font-family: Tahoma, Times New Roman, sans-serif;
	color: #2e2e2b;
	text-align: center;
	background: #fff url(../img/bg.png) repeat-x;
	margin: 0;
	padding: 0;
}

p {
	font-size: 13px;
	margin: 8px 0;
	padding: 0 10px;
}

h1{
	font-size: 25px;
	margin: 8px 0;
}

h2{
	font-size: 22px;
	margin: 8px 0;
	padding: 0 5px;
}

h3{
	font-size: 19px;
	margin: 8px 0;
	padding: 0 10px;
	
}

h3.cikk {
	font-size: 15px;
	margin: 12px 0 8px;
	padding: 0 10px;
	
}

img {
	border: 1px solid #aaa;
	padding: 3px;
	margin: 0 10px 5px;
}

.left{
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.blockquote {
	background-color: #fff;
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #e9e9e9;
	margin: 5px;
	padding: 10px;
	text-align: center;
}

#header {
	width: 812px;
	height: 198px;
	margin: 0 auto;
	background: url(../img/header.jpg) no-repeat;
}

#container {
	width: 812px;
	margin: 0 auto;
	background: #fff url(../img/container.jpg) no-repeat;
}

#innercontainer {
	background: url(../img/innercontainer.jpg) repeat-y;
	margin: 0 auto;
	width: 762px;
}

#sidebar {
	float: left;
	width: 186px;
}

#menu ul {
	list-style-type: none;
	padding: 0;
	margin: 1px 3px 0;
	font-size: 13px;
	line-height: 27px;
	text-align: left;
}

#menu a {
	width: 180px;
	height: 28px;
	margin: 0 0 1px;
	display: block;
	text-indent: 15px;
	color: black;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
	color: #ff0161;
}

#menu a.red {
	background: #fff url(../img/menuitem.png) 0 0 no-repeat;
}

#menu a.yellow {
	background: #fff url(../img/menuitem.png) 0 -28px no-repeat;
}

#menu a.darkgreen {
	background: #fff url(../img/menuitem.png) 0 -56px no-repeat;
}

#menu a.darkblue {
	background: #fff url(../img/menuitem.png) 0 -84px no-repeat;
}

#menu a.purple {
	background: #fff url(../img/menuitem.png) 0 -112px no-repeat;
}

#menu a.lightgreen {
	background: #fff url(../img/menuitem.png) 0 -140px no-repeat;
}

#menu a.aqua {
	background: #fff url(../img/menuitem.png) 0 -168px no-repeat;
}

#menu a.orange {
	background: #fff url(../img/menuitem.png) 0 -196px no-repeat;
}

ul {
	font-size: 13px;
}

.navigation {
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 14px;
	
}

.navigation a {
	color: #0a6fa9;
}

.post {
	border: 1px solid #ccc;
	margin: 15px 5px;
	padding: 10px;
}

.commentmeta {
	font-size: 13px;
}

a {
	color: #0a6fa9;
}

h2 {
	margin-top: 5px;
	font-size: 17px;
	text-align: left;
}

h2 a {
	color: #0a6fa9;
}

small {
	margin-left: 10px;
}	

.alignleft {
	float: left;
	
}

.alignright {
	float: right;
	
}

.clearer {
	clear: both;
}

#contact {
	height: 104px;
	background: url(../img/contact.png) top center no-repeat;
	margin: 15px 0;
	padding: 12px 5px;
}

#contact p {
	margin: 0 0 5px;
	padding: 0;
}

#contact a {
	text-decoration: none;
	color: #0a6fa9;
}

#contact a:hover {
	text-decoration: underline;
}

#contact h1 {
	font-size: 15px;
	margin: 3px 0 10px;
}

#content {
	width: 556px;
	margin: 0;
	text-align: justify;
	padding: 0 10px 20px;
	line-height: 140%;
	float: left;
}

#content h1 {
	font-size: 22px;
	margin-bottom: 16px;
}


#footerline {
	width: 100%;
	background-color: #1f4c65;
	text-align: center;
}

#footer {
	background: #1f4c65 url(../img/footer.png) top center no-repeat;
	height: 62px;
	width: 812px;
	margin: 0 auto;
	text-align: left;
}

#footertext {
	float: left;
	width: 180px;
	text-align: center;
	padding-left: 28px;
}

#footertext p {
	font-size: 12px;
	margin: 0;
	padding: 0;
}

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

#footertext a:hover {
	text-decoration: underline;
}

.fblike {
	padding-left: 10px;
}

.thumbnail {
float: right;
margin: 5px 0 10px 10px;
padding: 0;


