@import "reset.css";

body 	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #222;
	line-height: 1.6em;
	text-align: center;
	background: #fff url("../images/background.jpg") 0 0 no-repeat;  
}
p {
	margin: 0 0 10px 0;
	font-size: 1em;
	}
hr {
  width: 100%;
  height: 0px;
  overflow: hidden;
  border: 0;
  border-bottom: 1px solid #E1E1E1;
  height: 1px;
  margin: 25px 0 25px 0;
}
div.hr {
	width: 100%;
	border-bottom: 1px solid #E1E1E1;
	height: 1px;
	margin: 25px 0 25px 0;
}
div.hr * {
	display: none;
}
h1 {
  color: #dd0024;
  margin: 0 0 20px 0;
	font-size: 1.9em;
	font-weight: normal;
	}
h2 {
  color: #26A8BA;
  margin: 0 0 20px 0;
	font-size: 2em;
	font-weight: normal;
	}
h3 {
	font-size:1.6em;
	font-weight: normal;
	margin:0;
	padding: 5px 0 15px 0;
  }
h4 {
	font-size:1.2em;
	font-weight:bold;
	color:#000;
	border-bottom:1px solid #ccc;
	margin: 10px 0 10px 0;
	padding: 10px 0 0 0;
	}
a {
	color: #0000AE;
	text-decoration: underline;
	}
a:hover {
	color: #000099;
	text-decoration: none;
	}
.vlevo {
	float:left;
	margin:0 10px 10px 0;
	padding:4px;
	background-color:#FFFFFF;
	border:1px solid #e7e7e7;
	z-index:1;
	}
.vpravo {
	float:right;
	margin:0 0 10px 10px;
	padding:4px;
	background-color:#FFFFFF;
	border:1px solid #e7e7e7;
	z-index:1;
	clear:left;
	}
dt {
	font-weight: bold;
	padding-top:0.4em;
  }
dd {
  margin-left: 2em;
  }

/* LAYOUT
------------------------------*/

#all {
  z-index: 1;
  width: 900px;
  text-align: left;
  margin: 0 auto 0 auto;
  position: relative;
  }

/* LOGO
------------------------------*/

#head {
  width: 460px;
  height: 192px;
  overflow: hidden;
  position: relative;
  left: -88px;
	background: url("../images/logo.png") 0 0 no-repeat;  
  }
#head h1 {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 460px;
  height: 142;
  padding-top: 50px;
  font-size: 4em;
  line-height: 1em;
  color: #fff;
  }
#head a {
  display: block;
  color: #26A8BA;
  text-decoration: none;
  }
#head a:hover {
  color: #000;
  text-decoration: none;
  }
#head h1 a span {
  position: absolute;
  top: 0;
  left: 0;
  width: 460px;
  height: 192px;
  z-index: 3;
  cursor: pointer;
  }
#head h1 a b {
  visibility: hidden;
  font-weight: normal;
}
  
/* BANNER
------------------------------*/  

#banner {
  width: 900px;
  margin-top: 27px;
  height: 158px;
	background: #4ac0d7 url("../images/banner.jpg") 0 0 no-repeat;  
	position: relative;
}
#banner2 {
  width: 900px;
  margin-top: 27px;
  height: 158px;
	background: #4ac0d7 url("../images/banner2.jpg") 0 0 no-repeat;  
	position: relative;
}
#banner3 {
  width: 900px;
  margin-top: 27px;
  height: 158px;
	background: #4ac0d7 url("../images/site.jpg") 0 0 no-repeat;  
	position: relative;
}
#banner span,
#banner a span,
#banner2 span,
#banner3 a span {
  visibility: hidden;
}
#banner a {
  display: block;
  position: absolute;
  left: 669px;
  top: -32px;
	background: url("../images/banner_spocitat.jpg") 0 0 no-repeat;  
	width: 178px;
	height: 170px;
	text-decoration: none;
}
#banner3 a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
	width: 900px;
	height: 158px;
	text-decoration: none;
}
#banner a:hover, 
#banner3 a:hover {
  color: #000;
  text-decoration: none;
  }
  
/* MENU
------------------------------*/
#menu {
  margin-top: 10px;
  width: 900px;
  height: 45px;
  font-weight: normal;
  color: #000;
  background: #dedede;
  overflow: hidden;
}
#menu ul {
  width: 900px;
  height: 45px;
}
#menu ul li {
  display: block;
  height: 45px;
  list-style-type: none;
  float: left;
  }
#menu ul li.m1 {
  width: 61px;
  border-right: 10px solid #fff;
}
#menu ul li.m2 {
  width: 77px;
  border-right: 10px solid #fff;
}
#menu ul li.m3 {
  width: 144px;
  border-right: 10px solid #fff;
}
#menu ul li.m4 {
  width: 117px;
  border-right: 10px solid #fff;
}
#menu ul li.m5 {
  width: 99px;
  border-right: 10px solid #fff;
}
#menu ul li.m6 {
  width: 139px;
  border-right: 10px solid #fff;
}
#menu ul li.m7 {
  width: 115px;
  border-right: 10px solid #fff;
}
#menu ul li.m8 {
  width: 77px;
}

#menu ul li a {
  display: block;
  height: 33px;
  color: #000;
  text-decoration: none;
  background: #dedede;
  padding: 12px 0 0 0;
  text-align: center;
  position: relative;
  }
#menu ul li a:hover {
  color: #fff;
  text-decoration: underline;
  background: #a00;
}  

/* CONTENT
------------------------------*/

#content {
  width: 838px;
  padding: 40px 30px 30px 30px;
  color: #000;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  position: relative;
  }
  
.back {
  float: right;
  width: 460px;
  height: 320px;
  position: relative;
}
.img1 {
	background: #fff url("../images/content1.jpg") right top no-repeat;  
}
  
/* FOOTER
------------------------------*/

#footer {
  padding: 20px 30px 30px 30px;
  color: #888;
  font-size: .9em;
}
#footer p {
  margin: 0;
}
#footer2 {
  width: 884px;
  margin: 0 auto;
  text-align: left;
}
#footer a {
  color: #888;
  text-decoration: underline;
}
#footer a:hover {
  color: #000;
  text-decoration: none;
}

/* CLASSES
------------------------------*/

.padding20 {
  padding: 20px;
}
.warning {
  padding: 15px;
  color: #fff;
  background: #a00;
  margin: 20px 0;
  font-weight: bold;
}
.warning a {
  color: #fff;
  text-decoration: underline;
}
.warning a:hover {
  color: #fff;
  text-decoration: none;
}

#content ul {
  margin: 15px 0 20px 20px;
}
#content ul.home {
  color: #a00;
  line-height: 1.9em;
}

.clear {
  clear: both;
  height: 1px;
  overflow: hidden;
  }
table {
	width: 100%;
  }
table td {
	vertical-align: top;
  }
.form .input {
	padding: 3px 3px 2px 3px;
	font-size: 1.1em;
	width: 150px;
	border: 1px solid #CCCCCC;
  }
.form .input:focus,
.form textarea:focus {
	border: 1px solid #888888;
  }
.form textarea {
	margin: 10px 0 5px 0;
	padding: 3px 3px 3px 3px;
	font-family: Arial;
	font-size: 1em;
	width: 300px;
	height: 200px;
	line-height: 1.5em;
	border: 1px solid #CCCCCC;
  }
  
.not-found {
  padding: 70px 0;
}
.zaruvzdorne-vypocitat {
  padding: 15px;
  background: #34B3D4;
  margin: 20px 0;
  color: #fff;
  font-size: 1.2em;
}
.zaruvzdorne-vypocitat form {
  margin-top: 10px;
}
.zaruvzdorne-objednat {
  padding: 15px;
  background: #CC0000;
  color: #fff;
  margin: 20px 0;
  font-size: 1.2em;
  font-weight: bold;
}
.zaruvzdorne-objednat a {
  color: #fff;
}
.info {
  padding: 15px;
  background: #dedede;
  margin: 20px 0;
}
.zaruvzdorne-vypocet {
  padding: 35px;
  text-align: center;
  margin: 40px 0 0 0;
  font-size: 1.2em;
  background: #BBE7F1;
}
.notopmargin {
  margin-top: 0 !important;
}

.kupni-smlouva {
  padding: 15px;
  background: #BBE7F1;
  margin: 20px 0 0 0;
  color: #000;
}
.odeslat {
  padding: 15px;
  background: #34B3D4;
  margin: 0;
}
.submit {
  font-size: 1.2em;
  font-weight: bold;
  padding: 15px;
}
.akvaria td {
  padding: 0 5px;
  background: #f0f0f0;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  
}
#kontakt-left {
  float: left;
	width: 400px;
}
#map {
  float: right;
	width: 410px;
  position: relative;
	height: 350px;
	border: 1px solid black;
	overflow: hidden;
}