
/* tiskové styly: základ projektové styly, tiskové jen "přebijí" */
/* základní styly */
body, html {
	background: #fff;
	background-image: none;
}
a {
	color: #000;
	text-decoration: none;
}

/* třídy */
.prerus_potrh {
  border-bottom: none;
}



/* pozicování */
#main {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	border: none;
	width: 100%;
}
#logo_nadpis {
	width: 100%;
	clear: both;
}
#logo {
  float: left;
  border: none;
  width: auto;
	
}
#img_logo {
	margin: 0px;
}
#nadpis {
	border-bottom: none;
  width: auto;
	float: right;
	margin: 0px;
	padding: 0px;
}
#telo {
	margin: 0px;
	padding: 0px;
	width: 100%;
	clear: both;
}
#menu {
  display: none;  
}
#obsah {
	margin: 0px;
	padding: 0px;
  border: none;
	min-height: 450px;
	_height: 450px;
}
#paticka {
	clear: both;
	width: 100%;
}

.invisible {
  display: none;
}
