body {
  margin : 0px; 
  padding : 0px; 
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size : 12px; 
  line-height : 18px; 
  color : #4F4A40; 
  background-color : #797469; 
  text-align : center; 
}

table, td {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size : 12px; 
  color: #4F4A40;
}

input {
  font-family : Arial, Helvetica, sans-serif; 
  font-size : 11px;	
} 

img {
  border : 0px; 
}

#container {
  width : 692px;
  height: auto;
  margin : auto; 
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: #FFFFFF;
} 

#top {
  width : 690px; 
  height : 25px; 
  border : 1px solid #FFFFFF;
  background-color: #797469;
  overflow : hidden;
}
#logo {
	width: 690px;
	height: 76px;
	border: 1px solid #FFFFFF;
	background-image: url(img/appartement_biskup_praag.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: hand;
}
#praag {
  width : 690px; 
  height : 224px; 
  border : 1px solid #FFFFFF;
  background-image: url(img/praag_tsjechie.jpg);
  background-repeat: no-repeat;
  overflow: hidden;
}
#content {
	margin-top : 26px;
	width: 690px;
	height: auto;
	background-color: #FFFFFF;
	overflow: hidden;
	vertical-align: top;
}
#menu {
	display: inline;
	float: left;
	width : 150px;
	height: auto;
	margin-right : 26px;
	padding-right : 26px;
	border-left : 1px solid #FFFFFF;
	border-right : 1px solid #E4E3E1;
	font-size: 12px;
	font-weight : bold;
	text-align : right;
}
#txt {
	display: inline;
	float: right;
	width : 471px;
	height: 100%;
	text-align: left;
	margin-bottom : 25px;
	margin-right: 15px;
}
#line {
	display : block;
	float: right;
	width: 100%;
	height: 2px;
	border-top: 1px solid #E4E3E1;
	margin-bottom: 15px;
}

/*ul { 
  margin: 0;
  list-style: none; 
}

li { 
  margin-bottom: 6px; 
  line-height: 20px; 
  font-size: 11px;
  font-weight: bold;
}*/

ul.menu {
	margin: 0;
  list-style: none; 
}

li.menu { 
  margin-bottom: 6px; 
  line-height: 20px; 
  font-size: 11px;
  font-weight: bold;
}

.titel_txt {
	font-size: 12px;
	font-weight: bold;	
}

a , a:link , a:visited {
  color : #797469;
  text-decoration : none; 
}

a:hover , a:focus , a:active {
  color : #797469;
  text-decoration : underline; 
}
 

