@import "template.css";
@import "page.css";

/*---------------------Main design--------------------------------------------------*/
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
  padding: 5px;
}

#printheader {
	height: 70px;
	font-size: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #3F3F3F;
}

#printheader img {
	float: left;
}

.kontakt {
	width: 350px;
	float: right;
  padding-left: 10px;
  height: 60px;
	border-left: 1px solid #D3D2D2;
}

#printfoot {
	text-align: center;
	font-size: 11px;
  border-top: 1px solid #8F8F8F;
  font-weight: bold;
  color: #4F4F4F;
  margin-top: 10px;
}

#printfoot .powered {
  text-align: right;
  font-size: 9px;
  font-weight: normal;
  color: #7F7F7F;
}

/*-------------------Standard design elements----------------------------------------*/
/******************DESIGN OF MAIN ELEMENTS**************/
h1 {
  font-family: Georgia, "Times New Roman", Times, serif;
/*	margin: 0;*/
	color: #4C5F68;
	font-size: 24px;
	font-style: italic;
  text-align: center;
}

h2 {
  color: #7F7F80;
  font-size: 17px;
  font-weight: bold;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3 {
  color: #7F7F80;
  font-weight: bold;
  font-size: 14px;
	font-style: italic;
}

a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}

/*----------------------page menu--------------------------------*/
#print .menu ul {
/*  border: 1px solid black;*/
  height: 25px;
}

#print div.menu {
  color: #000;
  font-size: 0.9em;
  border-bottom: 1px solid #C2CED7;
  height: 26px;
}

#print .menu li {
  diplay: block;
  width: 136px;
  height: 25px;
  float: left;
/*  border: 1px solid red; */
}

#print .menu li a {
  display: block;
  color: #8196a0;
  text-decoration: none;
  background: url(../images/bg_tab.gif) no-repeat left;
  padding: 6px 3px;
/*  border: 1px solid green;*/
}

#print .menu li a:hover {
  text-decoration: underline;
}
