/* -----------------------------------------
Název souboru: stylesheet.css
Název: Primární soubor CSS pro www.hartl-kovo.eu
Autor: Lenka Otrubová pro Go1.CZ
URL: http://www.hartl-kovo.eu/css/stylesheet.css
Licence: Copyright 2010 Go1.CZ, Adam Vérosta. Všechna práva vyhrazena. 
Následující kód může být použit pro čtení, ale uvítáme, pokud ho nebudete krást.
Popis: Základní šablona stylů, poskytuje styly elementům HTML obsažených na www stránkách www.hartl-kovo.eu
-------------------------------------------- */

body {text-align: center; margin:0 auto 0 auto; width:812px; background-image: url(../images/bgb.jpg) repeat-x top; font: 62.5% Tahoma,Verdana,Arial;}

/* -----------------------------------------
NEUTRALIZAČNÍ STYLY elementy které chci zcela očistit
-------------------------------------------- */
form, fieldset {	margin: 0; padding: 0; } 
img {border: 0px;  }
ol,ul {list-style: none;}

/* -----------------------------------------
NEUTRALIZAČNÍ STYLY elementy s vertikálním vnějším okrajem
-------------------------------------------- */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ol, dl, address {margin: 1em 0; padding: 0;}

/* -----------------------------------------
NADPISY, ODKAZY
-------------------------------------------- */
h1 {margin: 10px 0 5px 0; color: #251A10; font-size: 18px;}
h2 {margin: 10px 0 5px 0; color: #251A10; font-size: 16px;}
#text a { color: #000000;  text-decoration:underline;}
#text a:hover{text-decoration:none;}
/* -----------------------------------------
OBSAH elementy tvořící web
-------------------------------------------- */
#celek {margin:0 auto 0 auto; position: relative; width:812px;text-align: left; padding:0px;}

/* hlavička*/
#left-wrapper {float: left;	width: 287px;}
#right-wrapper {float: right;	width: 525px;}
#logo {display: block;  position: relative;  width: 287px;  height: 92px;  overflow:hidden;  float: left;  margin: 0px 0px 0px 0px;}
#logo span {display:block;  position: absolute;  top:0; left:0;   z-index:1;   width:100%;   height:100%;  cursor: pointer;  background-image: url(../images/hartl_kovo.gif);}
#pic {display: block;  position: relative;  width: 525px;  height: 92px;  overflow:hidden;  float: right;  margin: 0px 0px 0px 0px;}
#pic span {display:block;  position: absolute;  top:0;   left:0;   z-index:1;   width:100%;   height:100%;  cursor: pointer;  background-image: url(../images/top.gif);}
#menu {float: left;	width: 287px;	height: 286px;	background-image: url(../images/menu.gif);}
#menu ul {float:left;	width:280px;	height:286px;	margin:4px 15px 4px 35px;	padding:0px;	overflow:hidden;}
#menu ul li {float:left;	width:198px;	line-height:48px;	margin:0px;	padding:0px;	text-align:left;}
#menu a {color: #E8D64C; font-size: 17px; font-weight: bold; text-decoration: none;}
#menu a:hover {text-decoration: underline;}
#flash {float: right;	position: relative; width: 525px;	height: 364px; background-image: url(../images/jested.gif);}
#aktuality {float: left; font-size: 1.2em; line-height: 1.4em; width: 287px;	 height: 78px;	background-image: url(../images/aktual.gif); color: #251A10; clear: both;}
#texts {float: left; text-align: left; padding: 5px 6px 0 19px; width: 265px;}

/* obsahové stránky*/
#content {float: left; font-size: 1.2em; text-align: left; width: 812px;	background-image: url(../images/bg.gif);	background-repeat: repeat-y;}
#text {float: left; width: 770px;	padding: 10px 20px; line-height: 1.8em; }
.kontakt {float: left; width: 300px;}
#mapa {float: right; width: 454px;}

/* patička*/
#footer {float: left; width: 812px; height: 36px; text-align: center; margin: 0; padding: 0; background-image: url(../images/footer.jpg); }
#footer a {color: #000000;  text-decoration:underline;}
#footer a:hover {text-decoration:none;}
.copy {font-size: 11px; text-decoration: none;}
