/***********************************************************************************************************/
/* Sains.cz 2008 */
/*	display;
	position;
	float;
	overflow;
	width;
	height;
	min-width;
	max-width;
	min-height;
	max-height;
	margin;
	padding;
	border;
	background;
	color:
	font;
	text;
/***********************************************************************************************************/

* {margin: 0; padding: 0;}

body {
	height: 100%;
	font-family: 'Arial', sans-serif;
	
}
html {
	height: 100%;
	background: #fff;
}

img {
	border: 0;
}

fieldset {
	border: 0;
}

a {
	color: #ff0066;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/***********************************************************************************************************/
/* Layout */
/***********************************************************************************************************/

div#head {
	margin: 0px;
}

div#logo {
  width: 620px;
  height: 119px;
  margin: -60px 0px 0px -310px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url('logo2.gif') no-repeat left top;
}

div#logo h1 {
  display: none;
}

div#kontakt {
  position: absolute;
  bottom: 10%;
  left: 20%;
}

div#kontakt h2 {
  font-size: 1.8em;
  font-style: oblique;
  color: #000;
  font-weight: normal;
  margin: 5px 0px 5px 0px;
}

div#kontakt p {
  font-size: 1.2em;
  line-height: 2em;
}

