body {background-color: #fff; 

font-family: "Helvetica Neue", "Arial", sans-serif;
}
.container {background-color:#ffffff;padding:10px;border-left:1px solid #ccc; border-right:1px solid #ccc; box-shadow: 0px 0px 2px #888888;}			
.kistitle {font-size:16px;}
.cikktitle {font-size:20px;}
.cikk {
	font-size:14px;
}

a {
	overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.headertitle{
	border-bottom:1px solid #31708f;
	font-size:16px;
	color:#31708f;
	margin-bottom:10px;
}

.cikkcim {padding:0px; margin:0px;color:#000;font-weight:bold; font-size:18px; 	font-family: "Lato";text-transform:uppercase}

.title {
	font-family: "Lato";
}

.menuitem {
	margin-right:10px;
	font-family: "Lato";
	font-size:14px;
	color:#666;
}

.active {
	color:#31708f;
	color:#a94442;
}
.menupage {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:20px;
	margin-top:20px;
	
}

.cikk {
	margin-bottom:10px;
	clear: both;
} 