/* print.css */
html, body { margin: 0px; padding-top: 10px; }
body
{
  color: black;
  font: 12px  Arial, sans-serif;
  line-height: 150%;
}

h1
{
  font-weight: normal;
  font-size: 16px;
  padding: 25px;
}

h2
{
	font-size:14px;
}

h3
{
	font-size:9pt;
	color: #666;
	padding-top:20px;
}

a{
	text-decoration:none;
	color:#CC6600;
}

a:hover{
	text-decoration: underline;
}


#site
{
  margin: 0 auto;
  width: 500px;
  padding: 10px;
  border: 1px solid grey;

}

#header
{ 
  position:relative;
  height: 155px;
  padding: 0px;
  margin: 0px;
  display: none;
}

#header img
{
  position: relative;
  top: 0px;
  left: 450px;
  z-index: 2;
  display: none;
}

#header-print
{ 
  position:relative;
  height: 100px;

  margin: 0px;
}


#left
{
  position: relative;
  float: left;
	width: 150px;
	z-index: 2;
	display: none;
	}


#content
{
  position: relative;
  width: 450px;
  z-index: 1;
}
#content img
{
  border: none
}


#footer
{
	position: relative;
	height: 130px;
  padding-top: 100px;
	color: white;
  background: url('img/kauka-footer.png') no-repeat;
  display: none;
}

input
{
  width: 200px;
  margin-right: 20px;
  border-top: 1px solid #CC6600;
  border-left: 1px solid #CC6600;
  border-bottom: 2px solid #CC6600;
  border-right: 2px solid #CC6600;
}
textarea
{
  width: 430px; 
  border-top: 1px solid #CC6600;
  border-left: 1px solid #CC6600;
  border-bottom: 2px solid #CC6600;
  border-right: 2px solid #CC6600;
}