body {
  background-color: white;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  font-weight: normal;
  color: black;
  margin: 10px 0px 10px 0px;
  padding: 0px;
  text-align: center;
}

table,td
{
	font-size: 100%;
}

u {
  border: none;
}

a {
  color: rgb(114,0,34);
  text-decoration: none;
}

a:hover {
  color: red;
  text-decoration: none;
}

h1 {
  font-size: 140%;
  margin: 0px;
  font-weight: bold;
  color: rgb(74,73,71);
}

h2 {
  font-size: 110%;
  margin: 0px;
}

h3 {
  font-size: 100%;
  margin: 0px;
}

img {
  border: none;
}

.layout {
  border-collapse: collapse;
}

select, .inputItem, button {
  font-size: 100%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.inputItem {
  border: solid 1px black;
}

button {
  border: solid 0px gray;
  background-color: gray;
  color: white;
  cursor: pointer;
}

li {
	text-align: left;
}

.clear {
  clear: both;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
}

#page { 
  position: relative; 
  border-left: solid 0px;
	border-right: solid 0px;
  background-image: url('../images/nic.jpg');
	background-repeat: no-repeat; 
	margin: auto;
  }
  
#header {
  position: relative;
  z-index: 0;
  width: 195px;
  float: left;
  margin-right: 10px;
}

/**********languages******************/

#languages {
  display: none;
  padding: 0px 0px 0px 0px;
  height: 41px;
  text-align: right; 
  position: relative; 
  width: 992px; 
  background-image: url('../images/bgLang.jpg');
	background-repeat: no-repeat; 
  color: rgb(243,229,158);
	margin: auto;
	border-left: solid 1px white;
	border-right: solid 1px white;
}


/**********konec languages******************/


#headerPhotogallery {
  display: none;
  padding-left: 4px;
  height: 120px;
}


/*************************menu******************************/

#menuTop {
  display: none;
  background-image: url('../images/menu-bg-top.gif');
	background-repeat: no-repeat;
	background-position: top right;
	margin: 30px 0px 0px 0px;
	padding: 0px;
	height: 18px;
  position: relative;
  left: -1px;

}

#menu {
  display: none;
  position: relative;
  left: -1px;
	margin: 0px;
}

#menuBottom {
  display: none;
  background-image: url('../images/menu-bg-bottom.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	height: 18px;
  position: relative;
  left: -1px;
}


/*******Photo Intro***********************************************/


#mainContent .contPhotoIntro {
  display: none;
  width: 283px;
  float: right;
  position: absolute;
  right: -1px;
  background-image: url('../images/bgPhotoIntro.gif');
	background-repeat: no-repeat;
	background-position: top left;
  padding: 15px 0px 15px 0px;
  margin: 30px 0px 0px 50px;
}


/*******main content***********************************************/
#mainContent {
  margin: 0px 0px 10px 0px;
  text-align: left;
  float: left;
  width: 460px; 

}

#mainContent .content {
  margin: 20px 20px 0px 20px;
}

#services {
  text-align: left;
  margin: 20px 0px 20px 20px;
 

}
/********address******************************************************/
.addressTop {
  display: none;
  background-image: url('../images/bgAddress.gif');
	background-repeat: no-repeat;
	background-position: top right;
	margin: 30px 0px 0px 0px;
	padding: 0px;
	position: relative;
  left: -1px;
  top: 2px;
  height: 15px;
}

#address {
  padding: 5px 0px 0px 20px;
  background-color: white;
  border-right: solid 0px;
  text-align: left;
  font-size: 100%;
  line-height: 16px;

}

.addressBottom {
  display: none;
  background-image: url('../images/bgAddress-bottom.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	height: 15px;
	position: relative;
  left: -1px;
}

#forecast {
  position: relative;
  left: -1px;
  padding: 20px 0px 0px 20px;
  background-color: white;
  text-align: left;
  line-height: 14px;
  border-right: solid 0px;
}

/***************foooter*************************/

.footerLine {
  display: none;
  height: 6px;
  background-color: rgb(216,164,28);
  border-left: solid 1px rgb(114,0,34);  
  border-right: solid 1px rgb(114,0,34);
  border-bottom: solid 1px rgb(114,0,34);
  width: 990px;
	margin: auto; 
	font-size: 1px;
	line-height: 1px;
}


#links {
  display: none;
  float: right;
  font-size: 90%;
}

