body
	{
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 90%;
	color: black;
  	/* background-image: url("images/background.jpg"); */
	background-color: SteelBlue;
	}


a {text-decoration: none;}
a:link {color: white; font-weight: bold; text-decoration: underline;}
a:visited {color: white; font-weight: bold;}
a:active {color: blue; font-weight: bold;}
a:hover {
	color: Yellow;
	text-decoration: underline;
	font-weight: bold;
	}

img {max-width: 100%; height: auto ;}

/* styl nadpisů */
h1{
font-size: 3em;
margin: 15px;
color: gold;
}

/* styl odstavce */
p {
text-align: justify;
margin: 15px;
color: white;
vertical-align: middle;
}

/* vystředění celé stránky */
#pack{
margin: 0px auto; position: relative; width: 100%;
}

/* styl hlavičky: */
#header{
position: absolute; width: 100%; max-width: 960px; height: 120px; top: 4px; left: 4px;
background-color:teal;
border-style:solid;
border-width: 2px;
border-color: black;
border-radius: 10px;
box-shadow: gray 4px 6px 20px;
}

/* styl obsahu: */
#content{
position: absolute; width: 802px; height: 450px; top: 132px; left: 162px;
background-color:DimGray;
border-style:solid;
border-width: 2px;
border-color: black;
border-radius: 10px;
box-shadow: gray 4px 6px 20px;
}

/* styl levého sloupce: */
#left{
position: absolute; width: 150px; height: 450px; top: 132px; left: 4px;
background-color:teal;
border-style:solid;
border-width: 2px;
border-color: black;
border-radius: 10px;
box-shadow: gray 4px 6px 20px;
}