/* CSS Document */
/* základní kostra - z */
.Image
{
    float:right;
    margin: 4px;
}
.Menu
{
}
.login
{
    margin:0px auto 200px auto;
    width:100%;
    text-align:left;
    width:300px;
}
#obal {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: auto;
	width: 950px;
	/*	color: #696969;*/
}
#hlavicka  {
	clear: both;
	background-image:	url(images/web1.jpg);
	width: 950px;
	height: 251px;
}
#leva {
	width: 223px;
	height: 367px;
	position: relative;
	float: left;
	background-image: url(images/web2.jpg);
}
#obalPrava {
	width: 727px;
	position: relative;
	float: right;
	margin: 0 0 20px;
}
#prava {
	/*background-color: silver;*/
	width: auto;
	min-height:510px;
	font-size: 11px;
	line-height: 140%;
	background-color: #F3F3F3;
	margin-top: 20px;
	padding: 10px 0 10px 20px;
	border-left: 2px solid Gray;
	overflow:auto;
}
#author {
	font-family: "Courier New", Courier, monospace;
	clear: both;
	color: Gray;
	text-align: center;
	font-size: 11px;
	border-top: silver 1px solid;
}
#author a {
	color: Gray;
	text-decoration: none;
}
#author a:hover {
	color: Black;
}
/* základní kostra - k */
/* typografie - z */
.center {
	text-align: center;
}
/*.pictRight {
	position: relative;
	float: right;
	margin: 0 0 5px 10px;
}*/
div.invert {
	width: 380px;
}
.invert {
	color: white;
	background-color: black;
	padding: 4px;
	margin: 5px 0;
}
p {
	margin: 3px 0;
}
.vetsi {
	font-size: 13px;
}
.tucne {
	font-weight: bold;
}
ul {
	margin: 5px 10px 5px 30px;
}
h1,h2,h3,h4,h5,h6 {
	margin: 15px 5px 10px;
	padding-bottom: 5px;
	letter-spacing: 0.1ex;
	text-transform: uppercase;
	text-decoration: underline;
	color:Maroon;
	/*	border-bottom: 1px solid Crimson;*/
}
h6 {
	font-size: 12px;
}
h5 {
	font-size: 14px;
}
h4 {
	font-size: 16px;
}
h3 {
	font-size: 18px;
}
h2 {
	font-size: 20px;
}
h1 {
	font-size: 22px;
}
#kontakty {
	width: 500px;
	font-size: 12px;
	/*	background-color: Silver;*/
}
/* typografie - k */
/* navigace - z */
#navigace {
	position: relative;
	float: left;

	font-weight: bold;
	font-size: 12px;
}
/*
#navigace a {
	display: block;
	color: White;
	width: 170px;
	height: 30px;
	padding: 0 0 0 15px;
	text-decoration: none;
}
#navigace a:hover {
	color: black;
	text-transform: uppercase;
	padding: 0 0 0 30px;
}
*/
a {
	color: #4682B4;
}
/*a:hover {
	color: Blue;
}*/
/* navigace - k */

/* fotogalerie - z */
#fotogalerie {
	margin: 30px 5px;
}
#fotogalerie td {
	width: 130px;
	height: 130px;
	background-color: #696969;
	text-align: center;
}
#fotogalerie td img {
	border: 2px solid white;
}

