/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {color: #5f80b3;}
a:hover {color: #749cc3;}
body {
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 11px;
	background: #fff url(img/bg.gif) repeat-y center top;
	color: #464646;
}	
img, img:link, img:visited, img:active, img:hover {border-style:none; margin: 0}

input,  select {
  background-color: #fff; 
  color: navy; 
  border: 1px solid #888;
  height: 22px;
  margin: 0 5px 0 0;
  vertical-align: middle;
}

p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
ul {margin-left: 1.2em;}

h1 {font-size: 1.8em;}

blockquote {
	background: url(img/bq.jpg) repeat-x;;
	color: #555;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	line-height: 44px;
  margin: 8px 20px 8px 20px;
	padding: 0px;
}

blockquote p {
  padding: 0px 12px 5px 12px;
}

h1,h2,h3,h4,h5 {color: #555;}
h3 {font-size:1.6em}
h5 {text-align: center;font-size:1.2em}
h6 {text-align: center; font-size:1em}

.overleft, .overleft:hover {
	margin: 6px 6px 6px 0;
	float: left;
	border: none;
}

.overright, .overright:hover{
	margin: 6px 0px 6px 6px;
	float: right;
	border: none;
}

.center, .center:hover{
	margin: 0 auto;
	vertical-align: middle;
	float:none;
	border: none;
}
.list li {list-style-image: url(img/li.gif);}

/* misc */
.clearer {clear: both;}

/* structure */
.container {
	background: url(img/bgcontainer.gif) repeat-y;
	margin: 0 auto;
	width: 988px;
}

.side_l {
	margin: 0 auto;
	float: left;
	width: 43px;
	height: 800px;
}

/* header */
.header {
	height: 150px;
	margin: 0 auto;
	padding: 0px;
	border: none;
	float: left;
}

.topmenu {
	background: url(img/bgtop.gif) no-repeat;
	height: 76px;
	margin: 0;
	padding: 0;
	width: 988px;
	border: none;
}

.topmenu img {
	float: left;
	border: none;
}

.topmenu a img,  .topmenu a img:hover, .topmenu a img:link, .topmenu a img:visited {
  float: right;
  border: none;
  margin: 0;
  padding 0;
}

/* menu */
#menu {
  z-index: 1;
  width: 902px;
  float: left;
  height:130px;
  display: block;
  font-family: verdana;
  font-size: 10px;
  color: #ffd167;
  margin: 0 0 0 10px;
}

#menu ul { /* all lists */
	list-style: none;
	margin: 3px 0 0 0;
  padding: 0 2px 1px 2px;
}

#menu li { /* all list items */
	float: left;
	position: relative;
	width: 143px;
  padding: 3px 1px 4px 5px;
	margin: 0;
}

#menu li ul, #menu li ul:hover, #menu li ul:link, #menu li ul:visited { /* second-level lists */
	display: none;
	position: absolute;
  background: #dfdfdf url(images/bg.gif);
  font-weight: normal;
  font-size: 10px;
  color: #555;
	text-decoration: none;
	top: 99px;
	left: 10px;
}

#menu li a, #menu li a:link, #menu li a:visited { /* second-level lists */
	text-decoration: none;
	font-weight: normal;
	color: #555;
}

#menu li a:hover { /* second-level lists */
  color: #0000ff;
}

#menu li a img, #menu li a img:hover, #menu li a img:link, #menu li a img:visited { /* second-level lists */
	border: none;
}

#menu li>#menu ul {
	top: auto;
	left: auto;
}

#menu li:hover ul, #menu li:link ul, #menu li.over ul { /* lists nested under hovered list items */
	display: block;
	text-decoration: none;

}

.topline li { /* all list items */
	border-top: #fff 1px solid;
}

#button1, #button1:link {background: url(img/uni-top.gif) no-repeat; height: 76px; width: 100px;}
#button2, #button2:link {background: url(img/button2.gif) no-repeat; height: 76px; width: 100px;}
#button3, #button3:link {background: url(img/button3.gif) no-repeat; height: 76px; width: 143px;}
#button4, #button4:link {background: url(img/tepelna-cerpadla.jpg) no-repeat; height: 100px; width: 130px;}
#button5, #button5:link {background: url(img/solarni-kolektory.jpg) no-repeat; height: 100px; width: 130px;}
#button6, #button6:link {background: url(img/kotle-biomasa.jpg) no-repeat; height: 100px; width: 130px;}
#button7, #button7:link {background: url(img/fotovoltaika-2.jpg) no-repeat; height: 100px; width: 130px;}
#button8, #button8:link {background: url(img/plynove-kotle.jpg) no-repeat; height: 100px; width: 130px;}
#button9, #button9:link {background: url(img/podlaho-vytapeni.jpg) no-repeat; height: 100px; width: 130px;}

#button1:hover {background: url(img/button1cb.gif) no-repeat;}
#button2:hover {background: url(img/button2cb.gif) no-repeat;}
#button3:hover {background: url(img/button3cb.gif) no-repeat;}
#button4:hover {background: url(img/button4cb.jpg) no-repeat;}
#button5:hover {background: url(img/button5cb.jpg) no-repeat;}
#button6:hover {background: url(img/button6cb.jpg) no-repeat;}
#button7:hover {background: url(img/button7cb.jpg) no-repeat;}
#button8:hover {background: url(img/button8cb.jpg) no-repeat;}
#button9:hover {background: url(img/button9cb.jpg) no-repeat;}

/* content */
.content {
  margin: 0;
	border-right: 1px solid #eee;
	float: left;
	width: 648px;
	padding: 12px 16px 0px 16px;
	text-align: justify;
}

.title {
	background: url(img/beld.gif) no-repeat right;
	font-weight: bold;
	font-size: 1.8em;
	line-height: 30px;
	padding: 5px 10px 5px 16px;
	margin: -12px -16px 8px -16px;
}

.navigation{
	float: left;
	margin: 0 0 0 1px;
	width: 215px;
	min-height: 430px;
	padding: 0;
}

/* recenze */
.recenze {
  background-color: #ffffff;
  font-size: 0.8em;
	float: left;
	padding: 0;
	margin: 0;
	text-align: justify;
}

.column{
	padding: 0;
	margin: 10px;
}

.recenze img {
	float: right;
	border: 3px;
}

.recenze h1 {
  background-color: #e0e0e0;
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
	height: 24px;
	padding: 11px 8px 5px 8px;
	color: #333;
  margin: 0;
}

.outmadam
    {
  border: none;
	margin: 0px;
	padding: 0px;
    }
    
.inmadam
    {
  border: none;
	padding: 6px;
	margin: 0px;
	width: auto;
	height: auto;
	background-color: #e0e0e0;
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
	color: #333;
    }

#find {
  margin: 0;
  padding: 3px 0 3px 100px;
  width: 600px;
  float: none;
  background-color: #fff;
}

.sentence {
  margin: 0 auto;
  padding: 10px;
  float: none;
  text-align: center;
  font-size: 1.4em;
  font-style: oblique;
  color: #686868;
}

.submit {
  border: none;
  height:50px;
  width: 50px; 
  color: #333; 
  cursor: hand;
  background: url(img/focus.jpg) no-repeat center center;
}

.back, .back a:link, .back a:visited {
  float: none;
	margin: 0 auto;
	width: 90px;
	height: 20px;
	background: #e0e0e0;
	padding: 4px 0px 4px 0px;
	text-align: center;
  text-decoration: none;
  color: #333;
}

.back a:hover {
  font-weight: bold;
}

.popout {
	color: #333;
	font-size: 1.1em;
	margin: 0 auto;
	text-align: center;
	width: 902px;
}

/* footer */
.footer {
	background-color: #e0e0e0;
	color: #333;
	font-size: 1.1em;
	line-height: 30px;
	margin: 0 auto;
	text-align: center;
	width: 902px;}

#formular                         {text-align:left;padding:5px;  line-height:150%;font-family:Arial;font-size:13px}

.title_behind 		{position:absolute;left:300px;top:150px;z-index:-1;color:#ccc}


.footer a {color: #333;}
.footer a:hover {color: #333;}

          