/* CSS Document internetove-stranky.eu style.css*/
body {
   margin: 0px;
   padding: 0px;
   font-family: Tahoma, Arial, Helvetica, sans-serif;
   font-size: 70%;
   background:#fff;
   color:#77A1FF;
   text-align:center;
}
a:link {
  color:#77A1FF;
	text-decoration: underline;
}
a:visited {
  color:#77A1FF;
	text-decoration: underline;
}	
a:active {
  color:#77A1FF;
	text-decoration: underline;
}
a:hover {
	color:#77A1FF;
	text-decoration: none;
}
form{
  margin:0px;
  padding:0px;
}
img{
  border:0px;
  margin:0px;
  padding:0px;
}
h1.print{
  display:none;
}
#box1{
  text-align:left;
  margin-left:auto;
  margin-right:auto;
  margin-top: 0px;
  width: 600px;
}
#box2{
  float:left;
  width: 600px;
  background:#fff;
}
#box3{
  margin-left:6px;
  margin-right:6px;
  width: 588px;
}
#box4{
  float:left;
  width: 588px;
  text-align:center;
}
h2
{
  font-size:1.1em;
  margin-top:130px;
  margin-bottom:20px;
}

