/*  */

body {
	background-color: #F8F4F2;

	margin: 0 0 0 0;
	padding: 20px 0;

	font-family: "Arial CE", "Helvetica CE", Arial, sans-serif;
	background-image: url(img/dum-bg.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	background-attachment: fixed;

	_text-align: right;
}


div {
	text-align: left;
	_text-align: right;
}

#page {
	width: 750px;
	margin: 0px 20px 0px auto;
	position: relative;
}


#page-in {
	width: 370px;
	margin-right: 0;
	margin-left: auto;
	text-align: left;
	
}


#inside, #inside2, #inside3 {
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #412C1D;


}

#inside, #inside2 {
	padding: 5px;
}

#inside {
	border-width: 1px;
	background-image: url(img/bg.gif);
}





/* ******************************* head ************************** */

#head {
	text-align: right;
}


#head p {
	margin: 0;
	padding: 0;
	font-size: 70%;
}

#head a {
	color: #000000;
	text-decoration: none;
}

#head a:hover {
	color: #993F00;
	text-decoration: none;
}





/* ***************************** /head **************************** */



/* ***************************** menu **************************** */



#menu {
	position: absolute;
	top: 14px;
	right: 380px;
	min-width: 5.5em;
	_width: 5.5em;
}

.is #menu {
	min-width: 9.6em;
	_width: 9.6em;
}

.de #menu {
	min-width: 7.5em;
	_width: 7.5em;
}

#menu-in, #lang {
	text-align: left;
	font-size: 70%;
	font-weight: bold;
	padding: 6px 12px 8px;
	border: 1px solid #412C1D;
	background-image: url(img/bg.gif);
	margin-bottom: 20px;
}


#menu li, #menu ul {
	padding: 0;
	margin: 0;
}

#menu li {
	list-style-type: none;
	line-height: 140%;
}


#menu a {
	color: #00929C;
  color: #00666D;
}


#menu a:hover {
  color: #993F00;

}

/* ***************************** /menu **************************** */

/* ***************************** navigace **************************** */

#uvod #nav-uvod, #history #nav-history, #desc #nav-desc, #assist #nav-assist, 
#contact #nav-contact, #gallery #nav-gallery
{
	color: #993F00;
}

#uvod #nav-uvod:hover, #history #nav-history:hover, #desc #nav-desc:hover, #assist #nav-assist:hover, 
#contact #nav-contact:hover, #gallery #nav-gallery:hover 
{
	background-color: transparent;
	cursor: default;
}


/* ***************************** /navigace **************************** */

/* ***************************** page **************************** */


#text {
	padding: 20px 26px;
	_height: 450px;
	min-height: 450px;
	text-align: left;
}


#text p, #text ul, legend {
	line-height: 140%;
	font-size: 75%;
	font-weight: bolder;
	/*letter-spacing: 1px;*/
}

#text strong {
	color: #993F00;
		
}




#text h1  {
	font-size: 150%;
	font-variant: small-caps;
	font-weight: normal;	
	color: #993F00;
	border-bottom: 1px solid #412C1D;
	margin-top: 10px;
}

#text h2 {
	font-size: 90%;
	font-weight: bolder;	
	color: #993F00;

}

#text h3 {
}

#text strong {
}

#text a {
	text-decoration: underline;
	color: #00929C;
  color: #00666D;	
}

#text a:visited {
}

#text a:hover {
	color: #993F00;
}


#gallery .fotocont {
  float: left;
  width: 130px;
  margin: 10px 4px 10px 6px;
  border: 1px solid #412C1D;
  padding: 0;
  background-color: #FFFFFF;
}

#gallery .fotocont img {
  margin: 0;
  display: block;
  border-width: 0;
  border: 5px solid #FFFFFF;
}

#gallery .fotocont a {
  display: block;
  margin: 0;
  padding: 0;
  background-color: transparent;
}

#gallery .fotocont a:hover {
  color: #000000;
  background-color: transparent;
}

#gallery .fotocont a:hover img {
  border-color: #EDE3DE;
}



/* ***************************** /page **************************** */

#counter {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

#couter img {
  border-width: 0;
  width: 1px;
  height: 1px;
}


.cleaner {
	clear: both;
}


.noscreen {
	display: block;
	margin-left: -1000px;
	position: absolute;
	background-color: transparent;
	font-size: 0px;
	width: 0px;
	height: 0px;
	overflow: hidden;
}

hr, .none {
	display: none;
}


/*
div {
	border: solid 1px red;
}
*/