@import "template.css";

/*---------------------Main design--------------------------------------------------*/
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#printheader {
	height: 65px;
	font-size: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #3F3F3F;
}

#printheader img {
	float: left;
}

.kontakt {
	width: 240px;
	float: right;
  padding-left: 10px;
  height: 60px;
	border-left: 1px solid #D3D2D2;
}

#foot {
	text-align: center;
	font-size: 11px;
  border-top: 1px solid #8F8F8F;
  font-weight: bold;
  color: #4F4F4F;
  margin-top: 10px;
}

#foot .powered {
  text-align: right;
  font-size: 9px;
  font-weight: normal;
  color: #7F7F7F;
}

/*-------------------Standard design elements----------------------------------------*/
h1 {
  font-size: 22px;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	color: #3F4349;
}
h3 {
	color: #3F4349;
	font-size: 15px;
}

a {
	color: #223795;
	text-decoration: underline;
}
a:hover {
	color: #E17F00;
	text-decoration: none;
}