body 
{
	margin: 0%;
	background-color: #3B3B3B;
}

img.thumb
{
	border: 2px solid #000000;
	-webkit-box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.26);
  -moz-box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.26);
  box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.26);
	margin: 10px;
}

h1
{
	width: 90%;
	border: 1px solid #000000;
  -webkit-box-shadow: 2px 2px 10px 5px rgba(0,0,0,0.27);
  -moz-box-shadow: 2px 2px 10px 5px rgba(0,0,0,0.27);
  box-shadow: 2px 2px 10px 5px rgba(0,0,0,0.27);
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 16px; 
  font-weight: bold; 
  background-color: white;
  text-align: center;
  margin: 0 auto;
  line-height: 14px;
  padding: 14px 0;
}


h2
{
	width: 90%;
	border: 1px solid #000000;
  -webkit-box-shadow: 2px 2px 10px 5px rgba(0,0,0,0.27);
  -moz-box-shadow: 2px 2px 10px 5px rgba(0,0,0,0.27);
  box-shadow: 2px 2px 10px 5px rgba(0,0,0,0.27);
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 15px; 
  font-weight: bold; 
  background-color: #E0E0E0;
  text-align: center;
  margin: 0 auto;
  line-height: 11px;
  padding: 11px 0;
}

table.main
{
	width: 860px;
	height: 100%;
	margin: 20px;
	border: 1px;
	border-color: #e00022;
	border-style: solid;
  -webkit-box-shadow: 2px 2px 18px 6px rgba(0,0,0,0.57);
  -moz-box-shadow: 2px 2px 18px 6px rgba(0,0,0,0.57);
  box-shadow: 2px 2px 18px 6px rgba(0,0,0,0.57);
}



td.main
{
	width: 880px;
	background-image: url(../img/vrch.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	opacity:1;
}



td.zapata
{
	height: 18px; 
	background-color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #a6a6a6;
}

div.vrch
{
	width: 880px;
	height: 238px;
}

div.menu1
{
	float: right;
	margin-top: 202px;
	padding-top: 7px;
	width: 880px;
	height: 38px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	background-image: url(../img/podmenu.jpg);
	background-repeat: no-repeat;
	color: #0000d0;
}

a.menu1
{
	color: #0000d0;
	opacity: 0.75;
	border-radius: 5px;
	background-color: #fefaf7;
	text-decoration: none;
	font-weight : bold;
	font-size: 13px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: underline;
}

a.menu1:hover
{
	color: #e00022;
	opacity: 1;
	border-radius: 2px;
	text-decoration: underline;
}

.menu
{
	color: #e00022;
	background-color: #fefaf7;
	opacity: 0.75;
	border-radius: 5px;
	text-decoration: none;
	font-weight : bold;
	font-size: 13px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
}



div.zapata
{
	margin-bottom: 5px;
}



div.topmenu
{
	float: right;
	padding-top: 24px;
	padding-right: 30px;
}



div.menu2
{	
	padding-top: 27px;
	padding-right: 43px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #2080d0;
}

div.float1
{
	float: left;
	width: 810;
	margin-top: 15px;
	
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0000d0;
	background-color: #f8f6f4;
	border: 1px;
	border-color: #e00022;
	border-style: dashed;
}


div.thumbs
{
margin: 20px;
}

div.float2
{
	float: left;
	width: 500;
	margin-top: 15px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1060c0;
	background-color: #f4f6f8;
	border: 1px;
	border-color: #e00022;
	border-style: solid;
}

div.comment1
{
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px;
	width: 500px;
	background-color: #ffffff;
	border: 1px;
	border-color: #e00022;
	border-style: solid;
	border-radius: 10px;
	text-align: justify;
	color: #224466;
-webkit-box-shadow: 2px 2px 8px 2px rgba(0,0,0,0.35);
-moz-box-shadow: 2px 2px 8px 2px rgba(0,0,0,0.35);
box-shadow: 2px 2px 8px 2px rgba(0,0,0,0.35);
}

div.comment2
{
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px;
	width: 500px;
	background-color: #fbf9f7;
	border: 1px;
	border-color: #e00022;
	border-style: dashed;
	text-align: center;
	color: #224466;
}

font.topmenu
{
	color: #e00022;
	text-decoration: none;
	font-weight : bold;
	font-size: 15px;
}


a.menu
{
	color: #2080d0;
	text-decoration: none;
}

a.menu:hover
{
	color: #f67a28;
	text-decoration: underline;
}


a.comment
{
	color: #004090;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

a.comment:hover
{
	color: #D05000;
}


a.thumb
{
	padding: 10px;
}



.piclink1
{
_border: 1px solid #e00022;
}



.piclink2
{
border: 1px solid #e00022;
background-color: silver;
padding: 1px;
_border: 1px solid silver;
}

.nadpis
{
color: #f67a28;
font-weight: bold;
}
