/*style sheet for k-laboratory.com, edited march 2016*/
/**/
h1
{
	font-family:arial,sans-serif;
	font-size:25px;
	color:#384242;
}
p
{
	font-family:arial,sans-serif;
	font-size:20px;
	color:#384242;
}
a
{
	font-family:arial,sans-serif;
	font-size:15px;
	color:#384242;
}
ul
{
	font-family:arial,sans-serif;
	font-size:12px;
	color:#384242;
}
li
{
	font-family:arial,sans-serif;
	font-size:15px;
	color:#384242;
}
html { 
  background: url("../images/studio_1_copyright.jpg") no-repeat center center fixed; 
  background-size: cover;

header#header div#bar {
  position: fixed;
  /*change the position of logo_navbar area by adjusting this parameter*/
  top: 0px;
  left: 0;
  width: 100%;
  height: 120px;
  background: rgba(255,255,255,0.90);
}
content#content div#content {
  position: fixed;
  /*change the position of content area by adjusting this parameter*/
  top: 120px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.90) none;
}
footer#footer div#footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255,255,255,0.90) none;
}
.logoareabackground
{
	table-layout:fixed;
	width:100%;
	/*change the height of logo_navbar area by adjusting this parameter*/
	height:auto;
    margin:auto;
}
.logoarea
{
	width:50%;
	height:100%;
	padding-left:30px;
	padding-top:10px;
	vertical-align:middle;
}
.navbar
{
	width:50%;
	height:100%;
	text-align:right;
	padding-right:50px;
	vertical-align:middle;
}
.nav_button
{
	font-family:arial,sans-serif;
	font-size:25px;
	font-weight:normal;
	padding-right:20px;
	padding-left:20px;
	color:#384242;
}
.nav_button:hover
{
	color:#ffaa1e;
}
.nav_button_active
{
	font-family:arial,sans-serif;
	font-size:25px;
	font-weight:normal;
	text-decoration:underline;
	padding-right:20px;
	padding-left:20px;
	color:#ffaa1e;
}
.contentareabackground
{
	table-layout:fixed;
	width:100%;
	/*change the height of logo_navbar area by adjusting this parameter*/
	height:auto;
    margin:auto;
}
.content1
{
	width:50%;
	height:100%;
	padding-left:30px;
	padding-right:100px;
	vertical-align:top;
	padding-top: 100px;
}
.content2
{
	width:50%;
	height:100%;
	padding-left:100px;
	padding-right:30px;
	vertical-align:top;
	padding-top: 100px;
}
.contentbig
{
	padding-left:0px;
	line-height:25px;
	color:#384242;
}
.contentbig:hover
{
	color:#ffaa1e;
}
.contentnormal
{
	padding-left:50px;
	line-height:25px;
	color:#384242;
}
.contentnormal:hover
{
	color:#ffaa1e;
}
.e-mail
{
	font-size:12px;
	color:#384242;
}
.e-mail:hover
{
	color:#ffaa1e;
}
.footerbackground
{
	table-layout:fixed;
	width:100%;
	/*change the height of footer area by adjusting this parameter*/
	height:auto;
    margin:auto;
}
.footercopyrightbackground
{
	width:50%;
	height:100%;
	text-align:left;
	vertical-align:middle;
}
.footerlinksbackground
{
	width:50%;
	height:100%;
	text-align:right;
	vertical-align:middle;
}
.footercopyright
{
	font-size:12px;
	font-weight:normal;
	color:#384242;
	padding-left:30px;
}
.footer
{
	font-size:12px;
	font-weight:normal;
	padding-right:30px;
	color:#384242;
}
.footer:hover
{
	color:#ffaa1e;
}
.footeractive
{
	font-family:arial,sans-serif;
	font-size:15px;
	font-weight:normal;
	text-decoration:underline;
	padding-right:30px;
	color:#ffaa1e;
}