
/* Document
------------------------------------------------------------- */
body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 88%; /* ~12px */	  
	line-height: 1.5em;
	color: #484848;
}

/* Headings
------------------------------------------------------------- */
h3, h4, h5, h6 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: bold;
}

h1, h2 {
  font-size: 110%; /* ~20px */
  font-family: "klavika-web-1", Helvetica Neue, Arial, Helvetica, Geneva, sans-serif !important;
  font-style: normal;
	line-height: 1.6em;
	margin: 0 0 0.8em 0em;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	
  /*color: #bababa;
	border-bottom: 2px solid #bababa;  -------------kontrast */
	color: #666;
	border-bottom: 2px solid #666;
	
}
h3 {
	float: left;  
  font-family: "klavika-web-1", Helvetica Neue, Arial, Helvetica, Geneva, sans-serif !important;
  font-size: 130%;
  line-height: 1.3em; 
	margin: 0.5em 0 .5em 0;
	background: #FFEF2D;
  padding: 0.2em 0.3em 0 0.3em;
  display: inline-block;
  clear:both; 
}

h3.bg-blue {
  background: #A0CAEC;
}

h4 {
	float: left;
  font-family: "klavika-web-1", Helvetica Neue, Arial, Helvetica, Geneva, sans-serif !important;
  font-weight:normal;
  font-size: 100%;
	line-height: 1.3em;
	margin: 0 0 0.5em 0;
	color: #fff;
	background: #000;
	padding: 0.2em 0.3em 0.1em 0.3em;
	display: inline-block;
  clear:both;
}

h5 {
	font-size: 1.1em;
	line-height: 1.3em;
}
h6 {
	font-size: 1em;
	line-height: 1.3em;
}

/* Text
------------------------------------------------------------- */ 
.body p, .body ul {clear: both;}

p {
	font-size: 1em;
	line-height: 1.4em;     
	margin: 0 0 1em 0;
	padding: 0;  	 
}
blockquote {
	font-family: Georgia, serif;
	font-style: italic;	
	font-size: 85%;
	line-height: 1.66em;
	position: relative;
	margin: 0;
	padding: 15px 15px;
	background: #ebebeb;
	-moz-border-radius: .8em;
	-webkit-border-radius: .8em;
	border-radius: .8em;			
}
cite {
	font-style: italic;
}
blockquote cite {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 90%;	
	font-style: normal;
}
blockquote cite:before {
	content: '-- ';
}
pre, code {
	font-family: monospace;
	color:;
	font-size: 105%;
	margin:  0;
	padding: 0;
/*	white-space: normal;*/
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
abbr, acronym {
	border-bottom: 1px dotted #a4a4a4;
}
hr {
	display: none;
}
 
/* Links
------------------------------------------------------------- */
a, a:link, a:active {
	color: #333;
	color: #484848;
}
a:visited {
/*	color: #999;*/
}
a:hover, a:focus {
	outline: none;
}
*:focus {
	outline: none;
}
a[rel='external'] {
	padding-right: 16px;
	background: url('../img/icon-link-external.png') no-repeat 100% 50%;
/*	text-decoration: none;*/
}

/* Lists
------------------------------------------------------------- */
ul, ol {
	margin: 0 0 1.5em 0em;
	padding: 0;
	line-height: 1.4em;	
   
}
ol {
/*	margin-left: 1.5em;*/
}
li {
	margin: 0 0 0.25em 1em;
	/*list-style-position: inside;*/	
}
ul li {
	list-style-type: disc;	
	/* text-indent: .4em;*/
	list-style-position: outside;	
}
ol li {
	list-style-type: decimal;

}
dl {
	margin: 0;
	padding: 0;
	line-height: 1.4em;
}
dt {
  font-weight: bold;	
	margin: .5em 0;
	padding: 0;  
}
dd {
  margin: 0 0 0 1.5em;
	padding: 0;
}

p + ul li:before {
/*	list-style: none ;*/
/*	content: '\BB  ';*/
/*	content: "\00BB \0020";*/
	
}


/* Images
------------------------------------------------------------- */
img {
	border: 0;             
	vertical-align: top;		
}

/* Tables
------------------------------------------------------------- */
table {
	width: 100%;	
	margin: 0 0 1.5em 0;	 
	padding: 0;           
	background: #ebebeb ;	
	border: 1px solid #000;	
	border-width: 1px;     	
	border-collapse:;
	border-spacing: 0px;
	border: 0;
	text-align:;
	-moz-border-radius: .2em;
	-webkit-border-radius: .2em;	
	border-radius: .2em;	

}
caption {
	font:;
	font-weight: bold;
	color:;
	position:;
	text-align:;
	display:; 
	padding: 0 0 1.5em 0;  
}
thead {
	font-weight:;
	background:;
	text-align:;
	margin:;
	padding-left:;
	
}
tbody {
	font:;
	font-weight:;
	color:;
	text-align:;
	background:;
	margin:;
	padding:; 
}
tfoot {
	font:;
	font-weight: bold;
	color:;
	text-align:;
	background-color:;
	margin:;
	padding:; 
}
thead th, tbody th, tbody td, tfoot td {
/*   	border-right:1px solid #000;*/
}
tbody th {
/*   	border-left:1px solid #000;*/
/*	border-bottom: 1px solid #000;*/
}
tr {
  font:;
	color:;
	background-color:;
	border-width: 0;
	padding: 0;
	margin: 0;     
}
tr.alt {
	font:;
	color:;
	background-color: #ebebeb;
}
th, td { 
 	padding: 5px 10px;
 	font-size:;
 	line-height: 1.4em;
 	text-align: left;

}
th {
	font-weight: bold;     	
	color: #fff;
	background: #484848;
}
td {
   	color:;
	width:;
	margin:;
	padding:;
  border: none;
 	/*border-width: 1px 0 0 0;*/ 	
/*	border-top: 1px solid #000;*/
/*	border-right:1px solid #000;     */
}
.date, .time, .num {
  	text-align: right;
}
.date, .time {
  	white-space: nowrap;
}

/* Forms
------------------------------------------------------------- */
form {
	margin: 0;
	padding: 0; 
}
fieldset {
	border: 1px solid #ebebeb;  
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	border-radius: .5em;
	margin: 0 0 1.5em 0;    
	padding: 15px 15px;   	
}
legend {
	font:;
	color:;
	background-color: white; 
	margin: 0;
	padding: 0 10px;	 
	font-weight: bold;
}
label {
	font-size: 80%;
	font-weight: bold;
	text-transform: uppercase;
}
input, textarea, select {
	margin: 0;
	padding: 1px;  
	vertical-align: top;
	background: #fff;
	border: 2px solid #d6d6d6;
	-moz-border-radius: .4em;
	-webkit-border-radius: .4em;
	border-radius: .4em;
	font-size: 100%;	
}
input:focus, textarea:focus, select:focus {
	background: #fff;
}
textarea {
	font-size: 90%;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	background: #484848;
	border: 0;
	-moz-border-radius: .2em;
	-webkit-border-radius: .1em;
	border-radius: .1em;
	padding: 2px;
	color: #fff;
}


/* Clearfix
------------------------------------------------------------- */
.clear:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

/* JustifiedGallery */
.justifiedGallery .jg-image img {
	display: block !important;
}
